# 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 = "secret-sauce" version = "0.1.3" authors = ["Muhammad Sarim "] description = "A CLI password manager" homepage = "https://github.com/SarimDEV/secret-sauce" readme = "README.md" keywords = [ "cli", "password", "manager", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/SarimDEV/secret-sauce" resolver = "2" [dependencies.aes-gcm] version = "0.10.1" [dependencies.bcrypt] version = "0.14" [dependencies.cli-clipboard] version = "0.4.0" [dependencies.colored] version = "2.0.0" [dependencies.pbkdf2] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.rpassword] version = "7.2.0" [dependencies.sha2] version = "0.10.6"