Cargo Features
[dependencies]
axum_typed_multipart = { version = "0.13.2", default-features = false, features = ["chrono_0_4", "tempfile_3", "uuid_1"] }
- default = chrono_0_4, tempfile_3, uuid_1
-
These default features are set whenever
axum_typed_multipart
is added without
somewhere in the dependency tree.default-features = false - chrono_0_4 default
-
Enables chrono
- tempfile_3 default
- uuid_1 default
-
Enables uuid
axum_typed_multipart has 4 features without comments.