1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 09:18:26 +00:00
actix-web/actix-multipart-derive/Cargo.toml

31 lines
643 B
TOML
Raw Normal View History

[package]
name = "actix-multipart-derive"
version = "0.6.1"
authors = ["Jacob Halsey <jacob@jhalsey.com>"]
description = "Multipart form derive macro for Actix Web"
keywords = ["http", "web", "framework", "async", "futures"]
homepage = "https://actix.rs"
2023-11-06 23:54:38 +00:00
repository = "https://github.com/actix/actix-web"
license = "MIT OR Apache-2.0"
2023-07-02 00:09:15 +00:00
edition = "2021"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true
[lib]
proc-macro = true
[dependencies]
2023-07-20 09:49:01 +00:00
darling = "0.20"
parse-size = "1"
proc-macro2 = "1"
quote = "1"
2023-07-20 09:49:01 +00:00
syn = "2"
[dev-dependencies]
2023-02-26 21:44:57 +00:00
actix-multipart = "0.6"
actix-web = "4"
rustversion = "1"
trybuild = "1"