# 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-node-bindings" version = "0.1.4" authors = ["Alloy Contributors"] build = false exclude = [ "benches/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Ethereum execution-layer client bindings" homepage = "https://github.com/alloy-rs/alloy" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/alloy-rs/alloy" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "alloy_node_bindings" path = "src/lib.rs" [dependencies.alloy-genesis] version = "0.1" default-features = false [dependencies.alloy-primitives] version = "0.7.6" features = [ "std", "k256", "serde", ] default-features = false [dependencies.k256] version = "0.13" features = ["ecdsa"] default-features = false [dependencies.serde_json] version = "1.0" features = [ "alloc", "std", ] default-features = false [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.5" [dev-dependencies.rand] version = "0.8" [lints.clippy] all = "warn" missing-const-for-fn = "warn" option-if-let-else = "warn" redundant-clone = "warn" use-self = "warn" [lints.rust] missing-debug-implementations = "warn" missing-docs = "warn" rust-2018-idioms = "deny" unreachable-pub = "warn" unused-must-use = "deny" [lints.rustdoc] all = "warn"