Cargo Features

[dependencies]
rutebot = { version = "0.7.5", default-features = false, features = ["rustls-tls", "hyper-tls"] }
default = hyper-tls

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

rustls-tls = hyper-rustls

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-tls default

Enables hyper-tls ^0.5

hyper-rustls rustls-tls?

Enables hyper-rustls ^0.23