Cargo Features

xaynet-client has no features set by default.

[dependencies]
xaynet-client = { version = "0.1.0", features = ["rustls"] }
default

These default features are set whenever xaynet-client is added without default-features = false somewhere in the dependency tree.

Enables default-tls of reqwest ^0.10.8

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

rustls

Enables rustls-tls of reqwest ^0.10.8

xaynet-client has 2 features without comments.