parity-common/rlp/Cargo.toml

20 lines
481 B
TOML

[package]
description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity"
license = "MIT/Apache-2.0"
name = "rlp"
version = "0.2.2"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
byteorder = "1.0"
elastic-array = "0.10"
ethereum-types = { version = "0.3", optional = true }
rustc-hex = "2.0"
[dev-dependencies]
hex-literal = "0.1"
[features]
default = ["ethereum"]
ethereum = ["ethereum-types"]