# 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.76" name = "alloy-eip2930" version = "0.1.0" authors = ["Alloy Contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of EIP-2930 type definitions" homepage = "https://github.com/alloy-rs/eips" readme = false license = "MIT OR Apache-2.0" repository = "https://github.com/alloy-rs/eips" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "alloy_eip2930" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8.0" features = ["rlp"] default-features = false [dependencies.alloy-rlp] version = "0.3" features = ["derive"] default-features = false [dependencies.arbitrary] version = "1.3" features = ["derive"] optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] arbitrary = [ "std", "dep:arbitrary", "dep:rand", "alloy-primitives/arbitrary", ] default = ["std"] serde = [ "dep:serde", "alloy-primitives/serde", ] std = [ "alloy-primitives/std", "alloy-rlp/std", "serde?/std", ] [lints.clippy] missing-const-for-fn = "warn" option-if-let-else = "warn" redundant-clone = "warn" use-self = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.rust] missing-debug-implementations = "warn" missing-docs = "warn" rust-2018-idioms = "deny" unnameable-types = "warn" unreachable-pub = "warn" unused-must-use = "deny" [lints.rustdoc] all = "warn"