[dependencies.darling]
version = "0.20.3"
[dependencies.heck]
version = "0.5.0"
[dependencies.proc-macro-error2]
version = "2.0.1"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
version = "2.0.87"
[dependencies.ubyte]
version = "0.10.4"
[dev-dependencies.axum]
default-features = false
version = "0.8.1"
[dev-dependencies.reqwest]
version = "0.12.12"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.25.0"
[lib]
name = "axum_typed_multipart_macros"
path = "src/lib.rs"
proc-macro = true
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Lorenzo Murarotto <lnzmrr@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Type safe multipart/form-data handling for axum."
edition = "2021"
keywords = ["axum", "form", "multipart"]
license = "MIT"
name = "axum_typed_multipart_macros"
readme = false
repository = "https://github.com/murar8/axum_typed_multipart"
version = "0.16.4"
[[test]]
name = "test_bool"
path = "tests/test_bool.rs"
[[test]]
name = "test_defaults"
path = "tests/test_defaults.rs"
[[test]]
name = "test_enum"
path = "tests/test_enum.rs"
[[test]]
name = "test_identifiers"
path = "tests/test_identifiers.rs"
[[test]]
name = "test_lax"
path = "tests/test_lax.rs"
[[test]]
name = "test_limit"
path = "tests/test_limit.rs"
[[test]]
name = "test_list"
path = "tests/test_list.rs"
[[test]]
name = "test_option"
path = "tests/test_option.rs"
[[test]]
name = "test_state"
path = "tests/test_state.rs"
[[test]]
name = "test_strict"
path = "tests/test_strict.rs"