[package] name = "rlp" version = "0.3.0-beta.0" description = "Recursive-length prefix encoding, decoding, and compression" repository = "https://github.com/paritytech/parity-common" license = "MIT/Apache-2.0" authors = ["Parity Technologies "] [dependencies] byteorder = "1.0" ethereum-types = { version = "0.4", optional = true } rustc-hex = {version = "2.0", default-features = false } [dev-dependencies] hex-literal = "0.1" [features] default = ["ethereum"] ethereum = ["ethereum-types"]