# 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" name = "fastrlp" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast RLP serialization library" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/vorot93/fastrlp" [lib] name = "fastrlp" path = "src/lib.rs" [[test]] name = "rlp" path = "tests/rlp.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.auto_impl] version = "1" [dependencies.bytes] version = "1" default-features = false [dependencies.ethereum-types] version = "0.15" optional = true default-features = false [dependencies.ethnum] version = "1" optional = true default-features = false [dependencies.fastrlp-derive] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hex-literal] version = "0.4" [features] alloc = [] derive = ["fastrlp-derive"] ethbloom = ["ethereum-types/ethbloom"] std = ["alloc"]