# 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 = "open-fastrlp" version = "0.1.4" description = "Fast RLP serialization library. This crate is a yanked version of FastRLP 0.1.2 which was Apache licensed" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gakonst/open-fastrlp" resolver = "1" [[bench]] name = "bench" 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.14" features = ["codec"] optional = true [dependencies.ethnum] version = "1" optional = true default-features = false [dependencies.rlp-derive] version = "0.1" optional = true package = "open-fastrlp-derive" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hex-literal] version = "0.3" [features] alloc = [] derive = ["rlp-derive"] std = ["alloc"]