# 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 = "psh" version = "0.5.0" authors = ["Alexander Uvizhev"] exclude = [ "*.gif", "*.png", ] description = "Password generator/manager library that derives deterministic passwords from a set of inputs" readme = "README_crate.md" keywords = [ "no_std", "password", "password-generator", "password-manager", "security", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/uvizhe/psh" [dependencies.anyhow] version = "1.0.68" default-features = false [dependencies.argon2] version = "0.4.1" features = [ "alloc", "zeroize", ] [dependencies.base64ct] version = "1.5.3" [dependencies.bitvec] version = "1.0.1" default-features = false [dependencies.chacha20poly1305] version = "0.10.1" features = [ "getrandom", "heapless", ] default-features = false [dependencies.getrandom] version = "0.2.8" [dependencies.once_cell] version = "1.16.0" default-features = false [dependencies.zeroize] version = "1.5.7" features = ["zeroize_derive"] [dev-dependencies.test-case] version = "2.2.2" [features] custom_rand = ["getrandom/custom"] rdrand = ["getrandom/rdrand"]