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 wheneverportier
is added without
somewhere in the dependency tree.default-features = false - 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