cellar 0.5.1

A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.
[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]
features = ["rt-multi-thread", "fs", "io-util"]
version = "1.24.1"

[dependencies.toml]
version = "0.5.10"

[package]
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
categories = ["command-line-utilities"]
description = "A password tool for user to derive a large amount of application passwords deterministically based on a passphrase. Cryptographically strong.\n"
documentation = "https://docs.rs/cellar"
edition = "2021"
homepage = "https://github.com/tyrchen/cellar"
keywords = ["password", "security", "cryptography"]
license = "MIT"
name = "cellar"
readme = "README.md"
repository = "https://github.com/tyrchen/cellar"
resolver = "1"
version = "0.5.1"