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 whenevergoogle-authz
is added without
somewhere in the dependency tree.default-features = false - 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.