mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-28 09:56:52 +00:00
39 lines
1.0 KiB
TOML
39 lines
1.0 KiB
TOML
[package]
|
|
name = "proxmox-offline-mirror"
|
|
version = "0.6.7"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2024"
|
|
license = "AGPL-3"
|
|
description = "Proxmox offline repository mirror and subscription key manager"
|
|
rust-version = "1.85"
|
|
|
|
exclude = ["debian"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
base64 = "0.13"
|
|
bzip2 = "0.4"
|
|
flate2 = "1.0.22"
|
|
globset = "0.4.8"
|
|
hex = "0.4.3"
|
|
nix = "0.26.1"
|
|
openssl = "0.10"
|
|
regex = "1.5.5"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
sequoia-openpgp = "1.12"
|
|
walkdir = "2.3.1"
|
|
xz2 = "0.1"
|
|
|
|
proxmox-apt = "0.11"
|
|
proxmox-apt-api-types = "1.0"
|
|
proxmox-async = "0.4"
|
|
proxmox-http = { version = "0.9", features = [ "client-sync", "client-trait" ]}
|
|
proxmox-router = { version = "3", features = [ "cli" ], default-features = false }
|
|
proxmox-schema = { version = "4.0", features = [ "api-macro" ] }
|
|
proxmox-section-config = "2"
|
|
proxmox-serde = "0.1"
|
|
proxmox-subscription = { version = "0.5.0", features = [ "api-types" ] }
|
|
proxmox-sys = { version = "0.6", features = [ "timer" ] }
|
|
proxmox-time = "2"
|