aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c9be52f579aec796fe7af7d099aaf70826f924f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "rbw"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
aes = "*"
base64 = "*"
block-modes = "*"
hkdf = "*"
hmac = "*"
pbkdf2 = "*"
reqwest = { version = "*", features = ["blocking", "json"] }
rpassword = "*"
rprompt = "*"
serde = { version = "*", features = ["derive"] }
sha2 = "*"
snafu = "*"
uuid = { version = "*", features = ["v4"] }