add tests for msgpack and yaml
This commit is contained in:
@@ -47,9 +47,11 @@ reqwest = { version = "0.11.18", features = ["json"] }
|
||||
serde = { version = "1.0.181", features = ["derive"] }
|
||||
validator = { version = "0.16.0", features = ["derive"] }
|
||||
serde_json = "1.0.104"
|
||||
serde_yaml = "0.9.25"
|
||||
mime = "0.3.17"
|
||||
prost = "0.11.9"
|
||||
once_cell = "1.18.0"
|
||||
rmp-serde = "1.1.2"
|
||||
|
||||
[features]
|
||||
default = ["json", "form", "query"]
|
||||
@@ -65,6 +67,6 @@ extra = ["axum-extra"]
|
||||
extra_query = ["axum-extra/query"]
|
||||
extra_form = ["axum-extra/form"]
|
||||
extra_protobuf = ["axum-extra/protobuf"]
|
||||
extra_all = ["extra", "extra_query", "extra_form", "extra_protobuf"]
|
||||
all_types = ["json", "form", "query", "typed_header", "msgpack", "yaml", "extra_all"]
|
||||
all_extra_types = ["extra", "extra_query", "extra_form", "extra_protobuf"]
|
||||
all_types = ["json", "form", "query", "typed_header", "msgpack", "yaml", "all_extra_types"]
|
||||
full = ["all_types", "422", "into_json"]
|
||||
|
||||
Reference in New Issue
Block a user