]> git.proxmox.com Git - proxmox-offline-mirror.git/blame - Cargo.toml
bump version to 0.1.0-1
[proxmox-offline-mirror.git] / Cargo.toml
CommitLineData
f4f8dff0 1[package]
8b267808 2name = "proxmox-offline-mirror"
f4f8dff0
FG
3version = "0.1.0"
4authors = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]
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"
16hex = "0.4.3"
17hyper = "0.14"
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" }
25ureq = { version = "2.4.0", features = ["native-certs"] }
9ecde319 26walkdir = "2.3.1"
f4f8dff0
FG
27xz2 = "0.1"
28
12a8c320 29proxmox-apt = { version = "0.9.1" }
9ecde319 30proxmox-async = "0.4"
8b267808 31proxmox-http = { version = "0.6.3", features = [ "client", "client-trait", "proxmox-async" ]}
f4f8dff0
FG
32proxmox-router = { version = "1.1", features = [ "cli" ] }
33proxmox-schema = { version = "1.1", features = [ "api-macro" ] }
9ecde319 34proxmox-section-config = "1"
d035ecb5 35proxmox-serde = "0.1"
72f796d7 36proxmox-subscription = { version = "0.2", features = [ "api-types" ] }
466c2f9a 37proxmox-sys = { version = "0.4", features = [ "timer" ] }
9ecde319 38proxmox-time = { version = "1.1.3" }