]> git.proxmox.com Git - proxmox-offline-mirror.git/blob - Cargo.toml
docs: offline-media: Use correct config subcommand
[proxmox-offline-mirror.git] / Cargo.toml
1 [package]
2 name = "proxmox-offline-mirror"
3 version = "0.6.3"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2021"
6 license = "AGPL-3"
7 description = "Proxmox offline repository mirror and subscription key manager"
8
9 exclude = ["debian"]
10
11 [dependencies]
12 anyhow = "1.0"
13 base64 = "0.13"
14 bzip2 = "0.4"
15 flate2 = "1.0.22"
16 globset = "0.4.8"
17 hex = "0.4.3"
18 lazy_static = "1.4"
19 nix = "0.26.1"
20 openssl = "0.10"
21 regex = "1.5.5"
22 serde = { version = "1.0", features = ["derive"] }
23 serde_json = "1.0"
24 sequoia-openpgp = { version = "1.12" }
25 walkdir = "2.3.1"
26 xz2 = "0.1"
27
28 proxmox-apt = { version = "0.10.3" }
29 proxmox-async = "0.4"
30 proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
31 proxmox-router = { version = "2", features = [ "cli" ], default_features = false }
32 proxmox-schema = { version = "2", features = [ "api-macro" ] }
33 proxmox-section-config = "2"
34 proxmox-serde = "0.1"
35 proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] }
36 proxmox-sys = { version = "0.5", features = [ "timer" ] }
37 proxmox-time = { version = "1.1.5" }