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