File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
//!
17
17
//! # Feature Flags
18
18
//!
19
- //! - `transport`: Enables the fully featured, batteries included client and server
20
- //! implementation based on [`hyper`], [`tower`] and [`tokio`]. Enabled by default.
21
- //! - `channel`: Enables just the full featured channel/client portion of the `transport`
22
- //! feature.
19
+ //! - `transport`: Enables just the full featured server portion of the `channel` feature.
20
+ //! - `channel`: Enables the fully featured, batteries included client and server
21
+ //! implementation based on [`hyper`], [`tower`] and [`tokio`]. Enabled by default.
23
22
//! - `codegen`: Enables all the required exports and optional dependencies required
24
23
//! for [`tonic-build`]. Enabled by default.
25
24
//! - `tls`: Enables the `rustls` based TLS options for the `transport` feature. Not
You can’t perform that action at this time.
0 commit comments