Cargo Features

[dependencies]
google-authz = { version = "1.0.0-alpha.5", default-features = false, features = ["tonic", "native-certs", "webpki-roots"] }
default = native-certs

The native-certs feature is set by default whenever google-authz is added without default-features = false somewhere in the dependency tree.

tonic
native-certs default

Enables native-tokio of hyper-rustls ^0.23

webpki-roots

Enables webpki-tokio of hyper-rustls ^0.23

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.

hyper-rustls native-certs webpki-roots?

Enables hyper-rustls ^0.23