]> git.proxmox.com Git - proxmox-offline-mirror.git/blame - Cargo.toml
clippy fixup
[proxmox-offline-mirror.git] / Cargo.toml
CommitLineData
f4f8dff0 1[package]
8b267808 2name = "proxmox-offline-mirror"
d0e605af 3version = "0.4.0"
79adf078 4authors = ["Proxmox Support Team <support@proxmox.com>"]
f4f8dff0
FG
5edition = "2021"
6license = "AGPL-3"
8b267808 7description = "Proxmox offline repository mirror and subscription key manager"
f4f8dff0
FG
8
9exclude = ["debian"]
10
11[dependencies]
12anyhow = "1.0"
8b267808 13base64 = "0.13"
f4f8dff0
FG
14bzip2 = "0.4"
15flate2 = "1.0.22"
e79308e6 16globset = "0.4.8"
f4f8dff0 17hex = "0.4.3"
9ecde319
FG
18lazy_static = "1.4"
19nix = "0.24"
f4f8dff0 20openssl = "0.10"
9ecde319 21regex = "1.5.5"
f4f8dff0
FG
22serde = { version = "1.0", features = ["derive"] }
23serde_json = "1.0"
24sequoia-openpgp = { version = "1.7" }
9ecde319 25walkdir = "2.3.1"
f4f8dff0
FG
26xz2 = "0.1"
27
05800963 28proxmox-apt = { version = "0.9.3" }
9ecde319 29proxmox-async = "0.4"
49997188
FG
30proxmox-http = { version = "0.7", features = [ "client-sync", "client-trait" ]}
31proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false }
f4f8dff0 32proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
9ecde319 33proxmox-section-config = "1"
d035ecb5 34proxmox-serde = "0.1"
49997188 35proxmox-subscription = { version = "0.3", features = [ "api-types" ] }
466c2f9a 36proxmox-sys = { version = "0.4", features = [ "timer" ] }
9ecde319 37proxmox-time = { version = "1.1.3" }