# 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 = "cellar" version = "0.5.1" authors = ["Tyr Chen "] description = """ A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong. """ homepage = "https://github.com/tyrchen/cellar" documentation = "https://docs.rs/cellar" readme = "README.md" keywords = [ "password", "security", "cryptography", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tyrchen/cellar" resolver = "1" [dependencies.anyhow] version = "1.0.68" [dependencies.base64] version = "0.21.0" [dependencies.cellar-core] version = "0.7.1" [dependencies.dialoguer] version = "0.10.2" [dependencies.dirs] version = "4.0.0" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.24.1" features = [ "rt-multi-thread", "fs", "io-util", ] [dependencies.toml] version = "0.5.10"