Cargo Features
[dependencies]
oneshot-oauth2-callback = { version = "0.2.1", default-features = false, features = ["sync", "async"] }
- default = async
-
The
async
feature is set by default wheneveroneshot-oauth2-callback
is added without
somewhere in the dependency tree.default-features = false - sync = rouille
-
Affects
oneshot-oauth2-callback::blocking
… - async default = axum, hyper, 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.
- tokio async
- axum async
-
Enables axum ^0.5.17
- hyper async
-
Enables hyper ^0.14.23
- rouille sync?