# 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.64" name = "ethers-iqkms" version = "0.0.1" authors = ["Tony Arcieri "] description = "Support library for using iqkms as an Ethereum signer for ethers-rs" homepage = "https://github.com/iqlusioninc/iqkms/" readme = "README.md" keywords = [ "iqkms", "kms", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/iqkms/tree/main/ethers-iqkms" [dependencies.async-trait] version = "0.1" [dependencies.ethers-core] version = "1" [dependencies.ethers-signers] version = "1" [dependencies.iqkms] version = "0.0.1" features = ["ethereum"] [dependencies.tracing] version = "0.1.37"