2016-09-01 13:36:32 +02:00
|
|
|
[package]
|
|
|
|
description = "Recursive-length prefix encoding, decoding, and compression"
|
2017-05-10 12:52:09 +02:00
|
|
|
repository = "https://github.com/paritytech/parity"
|
|
|
|
license = "MIT/Apache-2.0"
|
2016-09-01 13:36:32 +02:00
|
|
|
name = "rlp"
|
2017-11-10 20:21:24 +01:00
|
|
|
version = "0.2.1"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-09-01 13:36:32 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2017-06-28 14:16:53 +02:00
|
|
|
elastic-array = "0.9"
|
2017-11-10 20:21:24 +01:00
|
|
|
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
|
2016-09-01 13:36:32 +02:00
|
|
|
lazy_static = "0.2"
|
2017-07-06 11:26:14 +02:00
|
|
|
rustc-hex = "1.0"
|
2017-03-20 19:14:29 +01:00
|
|
|
byteorder = "1.0"
|