parity-common/rlp/Cargo.toml

17 lines
441 B
TOML
Raw Normal View History

[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.1"
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"
[features]
default = ["ethereum"]
ethereum = ["ethereum-types"]