[pbs-devel] [PATCH proxmox 08/15] proxmox-client: remove unused dependencies
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Aug 14 11:18:35 CEST 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
proxmox-client/Cargo.toml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml
index f9898083..d7f78cf7 100644
--- a/proxmox-client/Cargo.toml
+++ b/proxmox-client/Cargo.toml
@@ -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" ]
--
2.39.2
More information about the pbs-devel
mailing list