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 default-features = false somewhere in the dependency tree.

chrono_0_4 default

Enables chrono

tempfile_3 default

Enables tempfile and tokio

uuid_1 default

Enables uuid

axum_typed_multipart has 4 features without comments.