Cargo Features
[dependencies]
oauth2-client = { version = "0.2.0", default-features = false, features = ["with-flow"] }
- default = with-flow
-
The
with-flow
feature is set by default wheneveroauth2-client
is added without
somewhere in the dependency tree.default-features = false - with-flow default = http-api-client
-
Affects
authorization_code_grant::flow
,client_credentials_grant::flow
,device_authorization_grant::flow
,jwt_authorization_grant::flow
,resource_owner_password_credentials_grant::flow
…
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.