# 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 = "recipher" version = "0.1.3" description = "CipherStash key generation library for ZeroKMS" homepage = "https://cipherstash.com" documentation = "https://docs.rs/recipher" keywords = [ "cryptography", "security", "databases", "encryption", "sql", ] categories = [ "cryptography", "database", ] license-file = "LICENSE" repository = "https://github.com/cipherstash/cipherstash" [[bench]] name = "encryption" harness = false [dependencies.aes] version = "0.8.1" [dependencies.async-trait] version = "0.1" [dependencies.cmac] version = "0.7.1" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.opaque-debug] version = "0.3.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_cbor] version = "0.11.2" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.56" [dependencies.zeroize] version = "1.8.1" features = ["derive"] [dev-dependencies.criterion] version = "0.3"