# 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" name = "ethers_aws" version = "0.1.0" description = "Library to use AWS KMS to sign ethereum transactions." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AlphaQuest/ethers_aws" [dependencies.async-trait] version = "0.1.74" [dependencies.aws-config] version = "1.1.1" [dependencies.aws-sdk-kms] version = "1.7.0" [dependencies.ethers] version = "2.0.11" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4.4" [dependencies.rasn] version = "0.12.4" [dependencies.rasn-pkix] version = "0.12.4" [dependencies.reqwest] version = "0.11.22" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.x509-certificate] version = "0.23.1"