actix-admin/actix_admin_macros/Cargo.toml
2023-03-20 17:42:10 +01:00

20 lines
459 B
TOML

[package]
name = "actix-admin-macros"
description = "macros to be used with actix-admin crate"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mgugger/actix-admin"
version = "0.4.0"
edition = "2021"
exclude = [
"tests/*"
]
[lib]
proc-macro = true
[dependencies]
bae = "0.1.7"
quote = "1.0.26"
syn = { version = "1.0.109", features = ["full", "extra-traits"] }
proc-macro2 = { version = "1.0.52", default-features = false }
regex = "1.7.1"