# 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" version = "0.0.1" authors = ["Tony Arcieri "] description = """ Rust gRPC client library for *iqkms*: a cryptographic key management service providing a gRPC API and support for a variety of key storage methods. """ homepage = "https://github.com/iqlusioninc/iqkms/" readme = "README.md" keywords = [ "iqkms", "kms", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/iqlusioninc/iqkms/tree/main/ethers-iqkms" [dependencies.proto] version = "0.0.1" package = "iqkms-proto" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.8" [dependencies.types] version = "0.0.1" optional = true package = "iqkms-types" [features] ethereum = ["types/ethereum"]