proxmox-backup/pbs-tape/Cargo.toml

35 lines
861 B
TOML

[package]
name = "pbs-tape"
version = "0.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
description = "LTO tage support"
[dependencies]
lazy_static = "1.4"
libc = "0.2"
anyhow = "1.0"
thiserror = "1.0"
endian_trait = { version = "0.6", features = ["arrays"] }
hex = "0.4.3"
nix = "0.19.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
bitflags = "1.2.1"
regex = "1.5"
udev = "0.4"
proxmox-io = "1"
proxmox-lang = "1.1"
# api-macro is only used by the binaries, so maybe we should split them out
proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
proxmox-time = "1"
proxmox-uuid = "1"
# router::cli is only used by binaries, so maybe we should split them out
proxmox-router = "1.1"
proxmox-sys = "0.2"
pbs-api-types = { path = "../pbs-api-types" }
pbs-config = { path = "../pbs-config" }