Cargo Features

goauth has no features set by default.

[dependencies]
goauth = { version = "0.14.0", features = ["vendored-ssl"] }
default

These default features are set whenever goauth is added without default-features = false somewhere in the dependency tree.

Enables default-tls of reqwest ^0.11

reqwest:

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

vendored-ssl

Enables native-tls-vendored of reqwest ^0.11, vendored of smpl_jwt

goauth has 2 features without comments.