impl-rlp 0.4.0

RLP serialization support for uint and fixed hash.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bytes"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"

[[package]]
name = "impl-rlp"
version = "0.4.0"
dependencies = [
 "rlp",
]

[[package]]
name = "rlp"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3832a7374f8dfae043963ae2358e736ebb564a15331811f9c6893a8167f9ba20"
dependencies = [
 "bytes",
 "rustc-hex",
]

[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"