# 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 = "deadbolt-crypto" version = "0.1.1" authors = ["Merricx "] description = "Cryptography wrapper for deadbolt" homepage = "https://github.com/Merricx/deadbolt" license = "MIT" repository = "https://github.com/Merricx/deadbolt" resolver = "1" [dependencies.aes-gcm] version = "0.10.1" [dependencies.argon2] version = "0.5.0" [dependencies.chacha20] version = "0.9.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.hkdf] version = "0.12.3" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.secrecy] version = "0.8.0" [dependencies.sha2] version = "0.10.6" [dev-dependencies.hex] version = "0.4.3"