# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.1" name = "rlp" version = "0.6.1" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Recursive-length prefix encoding, decoding, and compression" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" [lib] name = "rlp" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "rlp" path = "benches/rlp.rs" harness = false [dependencies.bytes] version = "1" default-features = false [dependencies.rlp-derive] version = "0.2" optional = true [dependencies.rustc-hex] version = "2.0.1" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.primitive-types] version = "0.13" features = ["impl-rlp"] [features] default = ["std"] derive = ["rlp-derive"] std = [ "bytes/std", "rustc-hex/std", ]