Cargo Features

[dependencies]
http-types = { 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 is added without default-features = false somewhere in the dependency tree.

unstable docs?
hyperium_http = http
async_std = fs
cookies cookie-secure = cookie

Affects http-types::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