http: order feature values

put optional dependencies first, followed by features on external
crates, followed by internal features.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2025-03-19 11:55:45 +01:00
committed by Wolfgang Bumiller
parent d26239c1cf
commit 2b5fc31ef5

View File

@ -45,8 +45,8 @@ rate-limited-stream = [
"dep:hyper",
"dep:tokio",
"hyper?/client",
"rate-limiter",
"tokio?/time",
"rate-limiter",
]
client = [
"dep:futures",
@ -56,14 +56,14 @@ client = [
"dep:proxmox-compression",
"dep:tokio",
"dep:tokio-openssl",
"http-helpers",
"hyper?/client",
"hyper?/http1",
"hyper?/http2",
"hyper?/stream",
"hyper?/tcp",
"rate-limited-stream",
"tokio?/io-util",
"http-helpers",
"rate-limited-stream",
]
client-sync = [ "client-trait", "http-helpers", "dep:ureq", "dep:native-tls" ]
client-trait = [ "dep:http" ]
@ -74,10 +74,10 @@ websocket = [
"dep:openssl",
"dep:proxmox-base64",
"dep:proxmox-io",
"proxmox-io?/tokio",
"dep:proxmox-lang",
"dep:proxmox-sys",
"dep:tokio",
"proxmox-io?/tokio",
"tokio?/io-util",
"tokio?/sync",
]