# 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.79" name = "eigen-testing-utils" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing utils for eigen." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Layr-Labs/eigensdk-rs" [lib] name = "eigen_testing_utils" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8.7" [dependencies.alloy-provider] version = "0.5.3" features = [ "reqwest", "ws", ] default-features = false [dependencies.alloy-rpc-types] version = "0.5.3" features = ["eth"] default-features = false [dependencies.alloy-transport] version = "0.5.3" [dependencies.eigen-utils] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.testcontainers] version = "0.23" [dependencies.url] version = "2.5" [lints.clippy] expect_used = "warn" todo = "warn" unwrap_used = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unreachable_pub = "warn" unused_must_use = "deny" [lints.rust.rust_2018_idioms] level = "deny" priority = -1 [lints.rustdoc] all = "warn"