[package] name = "iqkmsd" version = "0.0.1" description = """ iqkms daemon: cryptographic key management service application providing a gRPC API and support for a variety of key storage methods including YubiHSM2 devices """ authors = ["Tony Arcieri "] license = "Apache-2.0" homepage = "https://github.com/iqlusioninc/iqkms/" repository = "https://github.com/iqlusioninc/iqkms/tree/main/iqkmsd" categories = ["cryptography"] keywords = ["iqkms", "kms"] rust-version = "1.64" edition = "2021" readme = "README.md" [dependencies] ethereum = { package = "iqkms-ethereum", version = "0.0.1", path = "../iqkms-ethereum" } proto = { package = "iqkms-proto", version = "0.0.1", path = "../iqkms-proto" } signing = { package = "iqkms-signing", version = "0.0.1", path = "../iqkms-signing" } tokio = { version = "1", features = ["full"] } tonic = "0.8"