Cargo Features

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

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

all = client, native-tls, rustls, server
native-tls default all?

Enables native-tls of compio ^0.9.0

rustls all?

Enables rustls-native-certs, rustls of compio ^0.9.0

client all?

Enables tower-service, client-legacy and http1 of hyper-util

server all?

Enables server-auto of hyper-util

read_buf nightly?

Enables read_buf of compio ^0.9.0

nightly = read_buf

Enables nightly of compio ^0.9.0

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.

hyper-util client? server?