Cargo Features
[dependencies]
axum-test = { version = "16.4.0", default-features = false, features = ["all", "pretty-assertions", "yaml", "msgpack", "shuttle", "typed-routing", "ws", "reqwest"] }
- default = pretty-assertions
-
The
pretty-assertions
feature is set by default wheneveraxum-test
is added without
somewhere in the dependency tree.default-features = false - all = msgpack, pretty-assertions, reqwest, shuttle, typed-routing, ws, yaml
- pretty-assertions default all?
-
Enables pretty_assertions
Pretty Assertions
- yaml all?
-
Enables serde_yaml
Yaml
- msgpack all?
-
Enables rmp-serde
MsgPack
- shuttle all?
-
Enables shuttle-axum
Shuttle
- typed-routing all?
-
Enables axum-extra
Typed Routing
- ws all?
-
Enables base64 and futures-util, ws of axum, time of tokio and tokio-tungstenite and uuid
uuid:
WebSockets
- reqwest all?
-
Enables reqwest
Reqwest