# 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 = "iqkms-ethereum" version = "0.0.1" authors = ["Tony Arcieri "] description = "gRPC service for computing Ethereum signatures using keys stored in iqkms" 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/iqkms-ethereum" [dependencies.proto] version = "0.0.1" package = "iqkms-proto" [dependencies.signing] version = "0.0.1" features = ["ethereum"] package = "iqkms-signing" [dependencies.tonic] version = "0.8" [dependencies.tracing] version = "0.1.37" [dependencies.types] version = "0.0.1" features = ["ethereum"] package = "iqkms-types"