Cargo Features

goose-eggs has no features set by default.

[dependencies]
goose-eggs = { version = "0.5.2", features = ["rustls-tls"] }
default

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

Enables goose and default-tls of reqwest ^0.11

reqwest:

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

rustls-tls

Enables rustls-tls of goose and reqwest ^0.11

goose-eggs has 2 features without comments.