# 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 = "gen_passphrase" version = "0.1.1" description = "A secure, simple yet customizable passphrase generator. Use provided dictionaries or bring your own!" readme = "README.md" keywords = [ "passphrase", "generator", "dictionary", "custom", "random", ] license = "MIT OR Apache-2.0" repository = "https://github.com/x4m3/gen_passphrase" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "single" required-features = ["eff_short_2"] [[example]] name = "mix" required-features = [ "eff_short_2", "eff_short_1", "eff_large", ] [[example]] name = "custom" required-features = ["eff_short_1"] [dependencies.nanorand] version = "0.7" features = ["chacha"] [dev-dependencies.clap] version = "4.2" features = ["derive"] [features] default = [] eff_large = [] eff_short_1 = [] eff_short_2 = []