]> git.proxmox.com Git - proxmox.git/blobdiff - proxmox/Cargo.toml
proxmox: bump api-macro dependency
[proxmox.git] / proxmox / Cargo.toml
index d199970d3e32152c7d523be148fff7d3bc1773e0..f7ea9012861420cb502a5db95c6f3f30539be1e4 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox"
 edition = "2018"
-version = "0.10.7"
+version = "0.12.0"
 authors = [
     "Dietmar Maurer <dietmar@proxmox.com>",
     "Wolfgang Bumiller <w.bumiller@proxmox.com>",
@@ -46,19 +46,18 @@ url = "2.1"
 #regex, serde, serde_json
 
 # Macro crates:
-proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.3.3" }
+proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.4.0" }
 proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" }
 
 [features]
-default = [ "cli", "router", "tfa", "u2f", "websocket" ]
+default = [ "cli", "router", "tfa", "u2f" ]
 sortable-macro = ["proxmox-sortable-macro"]
 
 # api:
 api-macro = ["proxmox-api-macro"]
 test-harness = []
 cli = [ "router", "hyper", "tokio" ]
-router = [ "hyper", "tokio" ]
-websocket = [ "futures", "hyper", "openssl", "tokio/sync", "tokio/io-util", "openssl" ]
+router = [ "futures", "hyper", "tokio" ]
 tfa = [ "openssl" ]
 u2f = [ "base32" ]