feat: add support extractors from axum-serde

This commit is contained in:
gengteng
2023-11-30 15:51:24 +08:00
parent 566382f34a
commit 459f7a92e1

View File

@@ -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"]