remote-block-device-backup/remote-block-device-backup-.../Cargo.toml

26 lines
565 B
TOML

[package]
name = "remote-block-device-backup-common"
version = "0.1.0"
authors = ["Adler Neves <adlerosn@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "^1", features = ["derive"] }
serde_derive = "^1"
serde_json = "^1"
itertools = "^0.10"
derive-new = "^0.5"
hex-literal = "^0.3"
crc32fast = "^1"
sha3 = "^0.9"
dirs = "^3"
whoami = "^1"
aes = "^0.7"
rand = "^0.7"
xts-mode = "^0.4"
x25519-dalek = "^1"
pem = "^0.8"
base64 = "^0.13"
base16 = "^0.2"