# 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 = "kestrel-crypto" version = "2.0.2" authors = ["Kyle Schreiber "] description = "Cryptography backend for Kestrel" homepage = "https://github.com/finfet/kestrel" documentation = "https://docs.rs/kestrel-crypto/" readme = "README.md" categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/finfet/kestrel" [dependencies.chacha20poly1305] version = "0.10.1" features = ["alloc"] default-features = false [dependencies.getrandom] version = "0.2.15" [dependencies.hkdf] version = "0.12.4" default-features = false [dependencies.hmac] version = "0.12.1" default-features = false [dependencies.scrypt] version = "0.11.0" default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.x25519-dalek] version = "2" features = ["zeroize"] default-features = false [dependencies.zeroize] version = "1.8" [dev-dependencies.hex] version = "0.4.3" [features] default = ["std"] std = []