# 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 = "iqkmsd" version = "0.0.1" authors = ["Tony Arcieri "] description = """ iqkms daemon: cryptographic key management service application providing a gRPC API and support for a variety of key storage methods including YubiHSM2 devices """ 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/iqkmsd" [dependencies.ethereum] version = "0.0.1" package = "iqkms-ethereum" [dependencies.proto] version = "0.0.1" package = "iqkms-proto" [dependencies.signing] version = "0.0.1" package = "iqkms-signing" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.8"