# 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 = "2018" name = "chbs" version = "0.1.1" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] description = "A crate providing secure passphrase generation based on a wordlist" homepage = "https://gitlab.com/timvisee/chbs" documentation = "https://docs.rs/chbs" readme = "README.md" keywords = [ "correct", "horse", "diceware", "password-generator", "password", ] categories = ["cryptography"] license = "MIT" repository = "https://gitlab.com/timvisee/chbs" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.derive_builder] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0.31" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2" features = ["js"]