[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 "] [dependencies] byteorder = "1.0" elastic-array = "0.10" ethereum-types = { version = "0.3", optional = true } rustc-hex = {version = "2.0", default-features = false } [dev-dependencies] hex-literal = "0.1" [features] default = ["ethereum"] ethereum = ["ethereum-types"]