# 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-chainio-txmanager" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Eigen Layer Tx Manager" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Layr-Labs/eigensdk-rs" [lib] name = "eigen_chainio_txmanager" path = "src/lib.rs" [dependencies.alloy] version = "0.5.3" features = [ "sol-types", "contract", "full", "signer-aws", ] [dependencies.async-trait] version = "0.1.83" [dependencies.eigen-logging] version = "0.1.1" [dependencies.eigen-signer] version = "0.1.1" [dependencies.reqwest] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" features = [ "test-util", "full", "sync", ] [dev-dependencies.eigen-testing-utils] version = "0.1.1" [dev-dependencies.once_cell] version = "1.20"