Cargo Features

[dependencies]
portier = { version = "0.2.0", default-features = false, features = ["simple-store"] }
default = simple-store

The simple-store feature is set by default whenever portier is added without default-features = false somewhere in the dependency tree.

simple-store default = hyper, hyper-tls, tokio

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 simple-store

Enables hyper ^0.14.9

hyper-tls simple-store

Enables hyper-tls ^0.5.0

tokio simple-store