# 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-signer" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "aws,keystore,web3,private_key signers" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Layr-Labs/eigensdk-rs" [lib] name = "eigen_signer" path = "src/lib.rs" [dependencies.alloy-consensus] version = "0.1" default-features = false [dependencies.alloy-network] version = "0.1" default-features = false [dependencies.alloy-primitives] version = "0.7.2" [dependencies.alloy-rpc-client] version = "0.1" [dependencies.alloy-signer] version = "0.1" default-features = false [dependencies.alloy-signer-aws] version = "0.1" [dependencies.alloy-signer-local] version = "0.1" default-features = false [dependencies.async-trait] version = "0.1.81" [dependencies.aws-sdk-kms] version = "1.37.0" [dependencies.eth-keystore] version = "0.5.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5.2" [dev-dependencies.alloy-node-bindings] version = "0.1" default-features = false [dev-dependencies.aws-config] version = "1.5.4" [dev-dependencies.testcontainers] version = "0.20.1" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "full", "sync", ]