Cargo Features

[dependencies]
websocket-vi = { version = "0.18.1", default-features = false, features = ["nightly", "reuseaddr", "ssl"] }
default = ssl

The ssl feature is set by default whenever websocket-vi is added without default-features = false somewhere in the dependency tree.

nightly

Enables nightly of hyper >=0.7, <0.10

hyper:

internal features used in CI

reuseaddr
ssl default = openssl

Enables ssl of hyper >=0.7, <0.10

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.

openssl ssl

Enables openssl ^0.7.6