Cargo Features
tonic-native-tls has no features set by default.
[dependencies]
tonic-native-tls = { version = "0.1.3", features = ["vendored", "axum", "tonic", "tracing"] }
- vendored
-
Enables vendored of native-tls
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.
- axum implicit feature
-
Enables axum ^0.5.16
axum:
Web framework that focuses on ergonomics and modularity
- tonic implicit feature
-
Enables tonic ^0.8.2
tonic:
A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust
- native-tls vendored?