Cargo Features

[dependencies]
twitch_oauth_token = { version = "1.1.10", default-features = false, features = ["full", "oauth", "oneshot-server", "types", "test"] }
default = oauth

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

full = oauth, oneshot-server, test
oauth default full? = http-serde, serde_json, thiserror, types, url
oneshot-server full? = http-serde, thiserror, tokio, types, url
types oauth oneshot-server?

Affects twitch_oauth_token::types

test full?

Affects twitch_oauth_token::test_url

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.

http-serde oauth oneshot-server?
serde_json oauth
thiserror oauth oneshot-server?
tokio oneshot-server?
url oauth oneshot-server?