# 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.0" 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-network] version = "0.1" default-features = false [dependencies.alloy-primitives] version = "0.7.2" [dependencies.alloy-provider] version = "0.1" features = [ "reqwest", "ws", ] default-features = false [dependencies.alloy-transport-http] version = "0.1" features = ["reqwest-rustls-tls"] default-features = false [dependencies.eigen-utils] version = "0.1.0" [dependencies.once_cell] version = "1.17" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.testcontainers] version = "0.20.1" [dependencies.tokio] version = "1.37.0" features = [ "test-util", "full", "sync", ] [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"