Cargo Features

[dependencies]
cyper = { version = "0.1.0-beta.3", default-features = false, features = ["all", "native-tls", "rustls", "cookies", "json", "read_buf", "nightly"] }
default = native-tls

The native-tls feature is set by default whenever cyper is added without default-features = false somewhere in the dependency tree.

all = cookies, json, native-tls, rustls
native-tls default all?

Enables native-tls of cyper-core

rustls all?

Enables rustls of cyper-core

cookies all?

Enables cookie_store

json all?

Enables serde_json

read_buf nightly?

Enables read_buf of cyper-core

nightly = read_buf

Enables nightly of cyper-core

Cyper has 8 features without comments.