# 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 = "evm-signer-kms" version = "0.3.0" authors = ["Lukasz Orlowski "] build = false exclude = [ ".gitignore", ".git", ".github", ".devcontainer", ] autobins = false autoexamples = false autotests = false autobenches = false description = "EVM signer using keys from AWS KMS" homepage = "https://github.com/orlowskilp/evm-signer-kms" documentation = "https://docs.rs/evm-signer-kms" readme = "README.md" keywords = [ "ethereum", "evm", "signer", "kms", "aws", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/orlowskilp/evm-signer-kms" [lib] name = "evm_signer_kms" path = "src/lib.rs" [[test]] name = "access_list_transaction_test" path = "tests/access_list_transaction_test.rs" [[test]] name = "evm_account_test" path = "tests/evm_account_test.rs" [[test]] name = "free_market_transaction_test" path = "tests/free_market_transaction_test.rs" [[test]] name = "kms_key_test" path = "tests/kms_key_test.rs" [[test]] name = "legacy_transaction_test" path = "tests/legacy_transaction_test.rs" [dependencies.asn1] version = "0.18.0" [dependencies.aws-config] version = "1.5.9" features = ["behavior-version-latest"] [dependencies.aws-sdk-kms] version = "1.48.0" [dependencies.ethnum] version = "1.5.0" [dependencies.hex] version = "0.4.3" [dependencies.rlp] version = "0.6.1" [dependencies.secp256k1] version = "0.30.0" features = ["recovery"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.sha3] version = "0.10.8" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.serde_plain] version = "1.0.2" [dev-dependencies.tokio-test] version = "0.4.4"