parity-common/Cargo.toml

15 lines
365 B
TOML
Raw Normal View History

[package]
description = "Recursive-length prefix encoding, decoding, and compression"
2017-05-10 03:52:09 -07:00
repository = "https://github.com/paritytech/parity"
license = "MIT/Apache-2.0"
name = "rlp"
2017-11-10 11:21:24 -08:00
version = "0.2.1"
2016-12-11 10:43:58 -08:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.9"
ethereum-types = "0.1"
lazy_static = "1.0"
2017-07-04 03:19:11 -07:00
rustc-hex = "1.0"
byteorder = "1.0"