# 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-decoder" version = "0.1.0" authors = ["Pana"] description = "Recursive-length prefix data decoder" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/conflux-fans/rlp-decoder" [dependencies.rustc-hex] version = "2.0.1" default-features = false [dev-dependencies.bytes] version = "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"] [dev-dependencies.rlp] version = "0.6.1" [features] default = ["std"] std = ["rustc-hex/std"]