2019-05-20 17:19:37 -04:00
|
|
|
[package]
|
|
|
|
name = "hagridctl"
|
|
|
|
version = "0.1.0"
|
2019-11-23 07:13:56 -05:00
|
|
|
authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
|
2019-05-20 17:19:37 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hagrid-database = { path = "../database" }
|
2020-11-05 09:26:57 -05:00
|
|
|
anyhow = "1"
|
|
|
|
sequoia-openpgp = { version = "0.20", default-features = false, features = ["crypto-nettle"] }
|
2019-05-20 17:19:37 -04:00
|
|
|
multipart = "0"
|
|
|
|
log = "0"
|
|
|
|
rand = "0.6"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
time = "0.1"
|
|
|
|
tempfile = "3.0"
|
|
|
|
url = "1.6"
|
|
|
|
hex = "0.3"
|
|
|
|
base64 = "0.10"
|
|
|
|
pathdiff = "0.1"
|
|
|
|
idna = "0.1"
|
|
|
|
fs2 = "0.4"
|
|
|
|
walkdir = "2.2"
|
|
|
|
clap = "2"
|
|
|
|
toml = "0.5.0"
|
|
|
|
indicatif = "0.11.0"
|