# 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] edition = "2018" name = "pash" version = "0.3.0" authors = ["Shift "] include = ["src/**/*.rs", "target/doc/pash/*", "README.md", "Cargo.*"] description = "Simple and easy app for generating and storing passwords" homepage = "https://github.com/shift-d/pash" documentation = "https://docs.rs/pash" readme = "README.md" keywords = ["cli", "password"] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/shift-d/pash.git" [lib] name = "pash" path = "src/lib.rs" [[bin]] name = "pash" path = "src/main.rs" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "2.33.3" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0.125" [dependencies.serde_derive] version = "1.0.125" [dependencies.toml] version = "0.5.8"