# 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 = "npwg" version = "0.3.7" authors = ["Volker Schwaberow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Securely generate random passwords" readme = "README.md" license = "MIT" repository = "https://github.com/vschwaberow/npwg" [profile.release] opt-level = 3 lto = false debug = 0 strip = true [lib] name = "npwg" path = "src/lib.rs" [[bin]] name = "npwg" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" features = ["wl-clipboard-rs"] [dependencies.chacha20] version = "0.9.1" features = [ "std", "zeroize", ] [dependencies.clap] version = "4.5.19" features = [ "cargo", "env", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.dashmap] version = "6.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.31" [dependencies.rand] version = "0.8.5" features = [ "std", "small_rng", ] [dependencies.rand_distr] version = "0.4" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.zeroize] version = "1.8.1"