# 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 = "bitwarden-secrets" version = "0.3.0" exclude = [".bw-secrets.json"] description = "A simple command line tool to manage Bitwarden secrets" readme = "README.md" license = "Unlicense" [[bin]] name = "bw-secrets" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.rpassword] version = "7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.zeroize] version = "1.8"