# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "pw" version = "1.1.0" authors = ["Tycho Andersen "] description = "stateless password generation" homepage = "https://github.com/tych0/pw" documentation = "https://github.com/tych0/pw" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tych0/pw" [dependencies.clap] version = "2" [dependencies.config] version = "0.6" [dependencies.keyring] version = "0.5" [dependencies.lazy_static] version = "1" [dependencies.ring] version = "0.14" [dependencies.rpassword] version = "2" [dependencies.rust-base58] version = "0.0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.tempfile] version = "2" [dependencies.time] version = "0.1"