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