# 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 = "pgen" version = "3.0.0-alpha.1" authors = ["Erik Nordstrøm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Passphrase Generator" readme = "README.md" categories = [ "command-line-utilities", "cryptography", ] license = "ISC" repository = "https://github.com/ctsrc/Pgen/crates/pgen" [[bin]] name = "pgen" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.bip39-lexical-data] version = "1.0.0" [dependencies.clap] version = "4.5.21" features = [ "std", "derive", "help", "usage", "error-context", ] default-features = false [dependencies.eff-lexical-data] version = "1.0.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "2.0.3"