# 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 = "passphrasex" version = "0.3.0" authors = ["PassPhraseX"] description = "A command line password manager, focused on privacy & security" readme = "README.md" license = "GPL-3.0" [dependencies.anyhow] version = "1.0.71" [dependencies.app_dirs2] version = "2.5.5" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.passphrasex_common] version = "0.3.0" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.163" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ]