File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ query = [
8888tracing = [" axum-core/tracing" , " axum/tracing" , " dep:tracing" ]
8989typed-header = [" dep:headers" ]
9090typed-routing = [
91+ " routing" ,
9192 " dep:axum-macros" ,
9293 " dep:percent-encoding" ,
9394 " dep:serde_core" ,
Original file line number Diff line number Diff line change 2929//! `query` | Enables the [`Query`](crate::extract::Query) extractor | No
3030//! `routing` | Enables the [routing] utilities | No
3131//! `tracing` | Log rejections from built-in extractors | Yes
32- //! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities | No
32+ //! `typed-routing` | Enables the [`TypedPath`](crate::routing::TypedPath) routing utilities and the `routing` feature. | No
3333//! `typed-header` | Enables the [`TypedHeader`] extractor and response | No
3434//! `file-stream` | Enables the [`FileStream`](crate::response::FileStream) response | No
3535//! `with-rejection` | Enables the [`WithRejection`](crate::extract::WithRejection) extractor | No
You can’t perform that action at this time.
0 commit comments