# 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.0" 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-eips] version = "0.1" default-features = false [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-rpc-types-eth] version = "0.1" default-features = false [dependencies.alloy-signer-local] version = "0.1" default-features = false [dependencies.alloy-transport-http] version = "0.1" features = ["reqwest-rustls-tls"] default-features = false [dependencies.eigen-logging] version = "0.1.0" [dependencies.eigen-signer] version = "0.1.0" [dependencies.k256] version = "0.13.3" [dependencies.reqwest] version = "0.12.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.alloy-consensus] version = "0.1" default-features = false [dev-dependencies.alloy-node-bindings] version = "0.1" default-features = false [dev-dependencies.once_cell] version = "1.17" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "full", "sync", ]