# 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 = "lock_box" version = "0.1.3" authors = ["SonuBardai "] description = "A command-line tool for generating and managing passwords." homepage = "https://github.com/SonuBardai/lockbox" readme = "README.md" keywords = [ "password", "security", "cli", "password-manager", "password-generator", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/SonuBardai/lockbox" [[bin]] name = "lockbox" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.2" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.copypasta] version = "0.8.2" [dependencies.crossterm] version = "0.27.0" [dependencies.passwords] version = "3.1.13" [dependencies.ring] version = "0.16.20" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.174" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.terminal_size] version = "0.2.6" [dev-dependencies.mockall] version = "0.11.4" [dev-dependencies.rstest] version = "0.18.1" [dev-dependencies.tempfile] version = "3.7.0"