62b73a6460
* update all the changelogs * update only github URLs in README.md * sed magic find . -type f -exec sed -i 's_paritytech/parity-ethereum_OpenEthereum/open-ethereum_g' {} \;
23 lines
487 B
TOML
23 lines
487 B
TOML
[package]
|
|
name = "eip-152"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
repository = "https://github.com/OpenEthereum/open-ethereum"
|
|
documentation = "https://docs.rs/eip-152"
|
|
readme = "README.md"
|
|
description = "eip-512 blake2 F compression function"
|
|
keywords = ["eip-152", "eip152", "eip"]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
arrayref = "0.3.5"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
rustc-hex = "2.1.0"
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|