svanill-vault-cli 0.1.0

A command line tool to access svanill-vault
Documentation
[package]
name = "svanill-vault-cli"
description = "A command line tool to access svanill-vault"
version = "0.1.0"
authors = ["Riccardo Attilio Galli <riccardo@sideralis.org>"]
edition = "2018"
repository = "https://github.com/svanill/svanill-vault-cli"
license = "AGPL-3.0-or-later"
readme = "README.md"

[dependencies]
svanill-vault-openapi = { path = "../svanill-vault-openapi", version = "0.1" }
structopt = "0.3.14"
atty = "0.2.14"
anyhow = "1.0.31"
thiserror = "1.0.19"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking","json", "rustls-tls"] }
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.55"
confy = "0.4.0"
rand = "0.7.3"
md-5 = "0.9.0"
mockito = "0.25.2"
assert_cmd = "1.0.1"