Cargo Features
[dependencies]
axum_typed_multipart = { version = "0.15.1", default-features = false, features = ["chrono_0_4", "rust_decimal_1", "tempfile_3", "uuid_1"] }
- default = chrono_0_4, rust_decimal_1, 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
- rust_decimal_1 default
-
Enables rust_decimal
- tempfile_3 default
- uuid_1 default
-
Enables uuid
axum_typed_multipart has 5 features without comments.