Cargo Features

[dependencies]
atrium-oauth = { version = "0.1.1", default-features = false, features = ["default-client"] }
default = default-client

The default-client feature is set by default whenever atrium-oauth is added without default-features = false somewhere in the dependency tree.

default-client default

Enables default-tls of reqwest

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

Affects http_client::default, oauth_client::OAuthClientConfig, oauth_client::OAuthClient

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.

reqwest default-client