From 459f7a92e16e2cb4801f75587cc4d18d3ff9445f Mon Sep 17 00:00:00 2001 From: gengteng Date: Thu, 30 Nov 2023 15:51:24 +0800 Subject: [PATCH] feat: add support extractors from axum-serde --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d10fa98..f7902b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ extra_query = ["extra", "axum-extra/query"] extra_form = ["extra", "axum-extra/form"] extra_protobuf = ["extra", "axum-extra/protobuf"] all_extra_types = ["extra", "typed_header", "extra_typed_path", "extra_query", "extra_form", "extra_protobuf"] -all_types = ["json", "form", "query", "msgpack", "yaml", "xml", "all_extra_types"] +all_types = ["json", "form", "query", "msgpack", "yaml", "xml", "toml", "all_extra_types"] full_validator = ["validator", "all_types", "422", "into_json"] full_garde = ["garde", "all_types", "422", "into_json"] full_validify = ["validify", "all_types", "422", "into_json"]