# 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 = "gemina" version = "0.3.0" authors = ["Andreas Suhre "] description = "Implementation of the Gemina specification." readme = "README.md" keywords = [ "crypto", "encryption", "decryption", ] categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/andreas19/gemina-rs/" [dependencies.aes] version = "0.8.4" [dependencies.anyhow] version = "1.0.86" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.getrandom] version = "0.2.15" features = ["std"] [dependencies.hmac] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" default-features = false [dependencies.sha2] version = "0.10.8"