# 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 = "zerokms-protocol" version = "0.3.1" description = "Library to manage the CipherStash ZeroKMS communication protocol" homepage = "https://cipherstash.com" documentation = "https://docs.rs/zerokms-protocol" keywords = [ "cryptography", "security", "databases", "encryption", "sql", ] categories = [ "cryptography", "database", ] license-file = "LICENSE" repository = "https://github.com/cipherstash/cipherstash" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22.0" [dependencies.cipherstash-config] version = "0.2.2" [dependencies.fake] version = "2.10.0" features = [ "derive", "uuid", ] [dependencies.opaque-debug] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.56" [dependencies.uuid] version = "1.8" features = [ "v4", "v5", "serde", ] [dependencies.zeroize] version = "1.8.1" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.89"