# 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 = "passers" version = "0.1.0" authors = ["Emil Overbeck "] description = "A secure encrypted data manager" homepage = "https://github.com/Swarthe/pass-rs" documentation = "https://github.com/Swarthe/pass-rs" readme = "README.md" keywords = [ "encryption", "password-manager", "command-line", "rust", ] categories = [ "command-line-utilities", "cryptography", "data-structures", ] license = "GPL-3.0-or-later" repository = "https://github.com/Swarthe/pass-rs" [profile.release] strip = true [[bin]] name = "pass" path = "src/main.rs" [dependencies.arboard] version = "3.2.0" default-features = false [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.lexopt] version = "0.2.1" [dependencies.nix] version = "0.25.0" [dependencies.once_cell] version = "1.17.2" [dependencies.owo-colors] version = "3.5.0" [dependencies.path-absolutize] version = "3.0.14" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.0" [dependencies.rust-argon2] version = "1.0.0" [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.shell-words] version = "1.1.0" [dependencies.sublime_fuzzy] version = "0.7.0" [dependencies.xdg] version = "2.4.1"