[dependencies.rlp]
default-features = false
version = "0.6"
[features]
default = ["std"]
std = ["rlp/std"]
[lib]
name = "impl_rlp"
path = "src/lib.rs"
[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "RLP serialization support for uint and fixed hash."
edition = "2021"
homepage = "https://github.com/paritytech/parity-common"
license = "MIT OR Apache-2.0"
name = "impl-rlp"
readme = false
rust-version = "1.56.1"
version = "0.4.0"