# 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 = "Pa-rsE" version = "1.0.2" default-run = "pa" description = "A rusty Pasword Manager that'll blow your arse off" readme = "README.md" keywords = ["password-manager"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/mchal_/parse" [[bin]] name = "pa" path = "src/main.rs" [dependencies.clap] version = "3.2.21" features = [ "derive", "std", ] default-features = false [dependencies.colored] version = "2.0.0" default-features = false [dependencies.dirs] version = "4.0.0" default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.144" features = ["derive"] default-features = false [dependencies.toml] version = "0.5.9" default-features = false