Cargo Features
[dependencies]
http-types-red-badger-temporary-fork = { version = "2.12.0", default-features = false, features = ["unstable", "hyperium_http", "async_std", "cookies", "cookie-secure", "fs", "docs"] }
- default = cookie-secure, fs
-
These default features are set whenever
http-types-red-badger-temporary-fork
is added without
somewhere in the dependency tree.default-features = false - unstable docs?
- hyperium_http = http
- async_std = fs
-
Affects
http-types-red-badger-temporary-fork::cookies
… -
Enables secure of cookie ^0.14.0
features: cookies
- fs default async_std? = async-std
- docs = unstable
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- async-std fs
-
Enables async-std
features: async_std
- http hyperium_http?
-
Enables http ^0.2.0
features: hyperium/http
-
Enables cookie ^0.14.0