Cargo Features

ignite-rs has no features set by default.

[dependencies]
ignite-rs = { version = "0.1.1", features = ["ssl"] }
ssl = rustls, webpki

Affects ignite-rs::ClientConfig.tls_conf

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.

rustls ssl?

Enables rustls ^0.17.0

webpki ssl?

Enables webpki ^0.21.3