parity-common/rlp/Cargo.toml

20 lines
512 B
TOML
Raw Normal View History

[package]
name = "rlp"
2018-09-27 08:24:18 -07:00
version = "0.3.0-beta.0"
description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity-common"
license = "MIT/Apache-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
byteorder = "1.0"
ethereum-types = { version = "0.4", optional = true }
2018-08-20 00:54:05 -07:00
rustc-hex = {version = "2.0", default-features = false }
2018-08-09 02:17:08 -07:00
[dev-dependencies]
hex-literal = "0.1"
[features]
default = ["ethereum"]
ethereum = ["ethereum-types"]