2021-09-13 11:54:24 +02:00
[ package ]
name = "pbs-tape"
version = "0.1.0"
2022-12-07 11:33:47 +01:00
authors . workspace = true
edition . workspace = true
2022-06-07 09:22:45 +02:00
description = "LTO tape support"
2024-08-13 10:44:11 +02:00
rust-version . workspace = true
2021-09-13 11:54:24 +02:00
[ dependencies ]
2022-12-09 13:22:58 +01:00
anyhow . workspace = true
2022-12-09 13:58:19 +01:00
bitflags . workspace = true
2022-12-09 13:22:58 +01:00
endian_trait . workspace = true
hex . workspace = true
2022-12-09 13:58:19 +01:00
libc . workspace = true
log . workspace = true
2022-12-09 13:22:58 +01:00
nix . workspace = true
2024-01-22 12:50:28 +01:00
openssl . workspace = true
2022-12-09 13:58:19 +01:00
regex . workspace = true
2022-12-09 13:22:58 +01:00
serde . workspace = true
serde_json . workspace = true
2022-12-09 13:58:19 +01:00
thiserror . workspace = true
2022-12-09 13:22:58 +01:00
udev . workspace = true
2021-09-13 11:54:24 +02:00
2022-12-09 11:37:02 +01:00
proxmox-io . workspace = true
proxmox-lang . workspace = true
2024-08-29 15:40:40 +02:00
proxmox-log . workspace = true
2022-12-09 13:58:19 +01:00
proxmox-sys . workspace = true
2022-12-09 11:37:02 +01:00
proxmox-time . workspace = true
proxmox-uuid . workspace = true
2021-10-08 11:19:37 +02:00
2022-12-09 13:58:19 +01:00
# api-macro is only used by the binaries, so maybe we should split them out
proxmox-schema = { workspace = true , features = [ "api-macro" ] }
2021-10-08 11:19:37 +02:00
# router::cli is only used by binaries, so maybe we should split them out
2022-12-09 11:37:02 +01:00
proxmox-router = { workspace = true , features = [ "cli" , "server" ] }
2021-09-13 11:54:24 +02:00
2022-12-09 11:37:02 +01:00
pbs-api-types . workspace = true
2024-05-14 16:12:48 +02:00
pbs-buildcfg . workspace = true
2022-12-09 11:37:02 +01:00
pbs-config . workspace = true