# 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" name = "locky" version = "0.0.1" authors = ["Andrew R. Klitzke "] description = "Key Management Service SDK. Locky stores and retrieves cryptographic secrets in the cloud" homepage = "https://getloc.ky" readme = "README.md" keywords = [ "quantum", "secrets", "encryption", "security", "api", ] categories = [ "cryptography", "api-bindings", ] license = "MIT" repository = "https://github.com/aklitzke/locky-sdk-rust" [[bin]] name = "build_protos" required-features = ["build-protos"] [dependencies.aes-kw] version = "0.2.1" [dependencies.ml-kem-rs] version = "0.1.1" [dependencies.prost] version = "0.12.3" [dependencies.tonic] version = "0.11.0" features = ["tls"] [dependencies.tonic-build] version = "0.11.0" optional = true [dependencies.zeroize] version = "1.7.0" [dev-dependencies.aes-gcm] version = "0.10.3" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.3" [features] build-protos = ["tonic-build"] default = ["tonic/tls-roots"] tls-webpki-roots = ["tonic/tls-webpki-roots"]