Cargo Features
yt-api has no features set by default.
[dependencies]
yt-api = { version = "0.3.2", features = ["curl-client", "h1-client", "h1-client-rustls", "hyper-client", "wasm-client", "middleware-logger"] }
- default
-
These default features are set whenever
yt-api
is added without
somewhere in the dependency tree.default-features = false Enables surf
- curl-client
-
Enables curl-client of surf
- h1-client
- h1-client-rustls
-
Enables h1-client-rustls of surf
- hyper-client
-
Enables hyper-client of surf
- wasm-client
-
Enables wasm-client of surf
- middleware-logger
-
Enables middleware-logger of surf
yt-api has 7 features without comments.