]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox-sys/Cargo.toml
bump proxmox-sys to 0.5.3-1
[proxmox.git] / proxmox-sys / Cargo.toml
index 6f56f5e423ef2ef70095b1651eb11c0f522b25f9..5ddbe2126ef174b4b80b764034add418fa187966 100644 (file)
@@ -1,35 +1,32 @@
 [package]
 name = "proxmox-sys"
-version = "0.4.1"
-authors = ["Proxmox Support Team <support@proxmox.com>"]
-edition = "2021"
-license = "AGPL-3"
+version = "0.5.3"
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
+repository.workspace = true
 description = "System tools (using nix)."
 
-exclude = [ "debian" ]
+exclude.workspace = true
 
 [dependencies]
-anyhow = "1.0"
-base64 = "0.13"
-lazy_static = "1.4"
-libc = "0.2.107"
-log = "0.4.17"
-nix = "0.24.1"
-regex = "1.2"
-serde_json = "1.0"
-serde = { version = "1.0", features = [ "derive" ] }
-zstd = { version = "0.6", features = [ "bindgen" ], optional = true}
+anyhow.workspace = true
+base64.workspace = true
+lazy_static.workspace = true
+libc.workspace = true
+log.workspace = true
+nix.workspace = true
+regex.workspace = true
+serde_json.workspace = true
+serde = { workspace = true, features = [ "derive" ] }
+zstd = { workspace = true, optional = true}
 
-# Macro crates:
-proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.2" }
-
-proxmox-io = { path = "../proxmox-io", version = "1.0.0" }
-proxmox-lang = { path = "../proxmox-lang", version = "1.1" }
-proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
+proxmox-io.workspace = true
+proxmox-lang.workspace = true
+proxmox-time.workspace = true
 
 [features]
 default = []
-sortable-macro = ["dep:proxmox-sortable-macro"]
 logrotate = ["dep:zstd"]
 acl = []
 crypt = []