# 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" rust-version = "1.75" name = "bitwarden-cli" version = "1.0.0" authors = ["Bitwarden Inc"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Internal crate for the bws crate. Do not use. """ homepage = "https://bitwarden.com" readme = "README.md" keywords = ["bitwarden"] license-file = "LICENSE" repository = "https://github.com/bitwarden/sdk" [lib] name = "bitwarden_cli" path = "src/lib.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.inquire] version = "0.7.0" [dependencies.supports-color] version = "3.0.0" [lints.clippy] unused_async = "deny" unwrap_used = "deny"