# 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 = "2018" name = "crypt" version = "0.1.7" authors = ["Christian Cleberg "] description = "A secure and convenient password vault for the command-line." homepage = "https://github.com/christian-cleberg/crypt" readme = "README.md" keywords = [ "cli", "password-manager", "password-generator", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/christian-cleberg/crypt" [dependencies.clap] version = "2.27" [dependencies.cli-table] version = "0.4" [dependencies.fernet] version = "0.1" [dependencies.openssl] version = ">=0.10.9" [dependencies.rand] version = "0.8.4" [dependencies.rusqlite] version = "0.25.3" [dependencies.uuid] version = "0.8" features = ["v4"]