]> git.proxmox.com Git - proxmox.git/commitdiff
client: remove unused dependencies
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 14 Aug 2024 09:18:35 +0000 (11:18 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Aug 2024 09:38:48 +0000 (11:38 +0200)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxmox-client/Cargo.toml

index f9898083ffa47cd24441cac56a112ee6ece8f392..d7f78cf75e97d984fb57da7a7b3502c3dfcce8fc 100644 (file)
@@ -10,30 +10,21 @@ repository.workspace = true
 
 [dependencies]
 anyhow.workspace = true
-base64.workspace = true
 hex.workspace = true
 http.workspace = true
-once_cell.workspace = true
-percent-encoding.workspace = true
-regex.workspace = true
 serde.workspace = true
 serde_json.workspace = true
-serde_plain.workspace = true
 
 # wasm-incompatible dependencies must stay optional
 log = { workspace = true, optional = true }
 openssl = { workspace = true, optional = true }
 
 proxmox-login = { workspace = true, features = [ "http" ] }
-webauthn-rs = { workspace = true, optional = true }
 
 proxmox-http = { workspace = true, optional = true, features = [ "client" ] }
 hyper = { workspace = true, optional = true }
 
-proxmox-section-config.workspace = true
-proxmox-schema = { workspace = true, features = [ "api-macro" ] }
-
 [features]
 default = []
 hyper-client = [ "dep:openssl", "dep:hyper", "dep:proxmox-http", "dep:log" ]
-webauthn = [ "dep:webauthn-rs", "proxmox-login/webauthn" ]
+webauthn = [ "proxmox-login/webauthn" ]