parity-common/tests/Cargo.toml

18 lines
385 B
TOML
Raw Normal View History

2017-10-24 01:09:44 -07:00
[package]
name = "tests"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
2017-10-24 01:09:44 -07:00
[build-dependencies]
rustc_version = "0.2"
2017-10-24 01:09:44 -07:00
[dependencies]
crunchy = "0.1.5"
2017-10-30 10:00:58 -07:00
ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] }
2018-01-05 08:42:29 -08:00
quickcheck = "0.6"
serde_json = "1.0"
2017-10-30 10:00:58 -07:00
uint = { path = "../uint" }
2018-01-31 12:48:47 -08:00
[features]
use_asm = ["uint/use_asm", "ethereum-types/use_asm"]