actix-admin/actix_admin_macros/Cargo.toml

20 lines
459 B
TOML
Raw Permalink Normal View History

2022-04-23 20:03:09 +02:00
[package]
2022-09-02 17:40:19 +02:00
name = "actix-admin-macros"
description = "macros to be used with actix-admin crate"
license = "MIT OR Apache-2.0"
2022-10-11 19:03:05 +02:00
repository = "https://github.com/mgugger/actix-admin"
2023-07-04 19:49:26 +02:00
version = "0.5.0"
2022-04-23 20:03:09 +02:00
edition = "2021"
2022-09-02 17:37:13 +02:00
exclude = [
"tests/*"
]
2022-04-23 20:03:09 +02:00
[lib]
proc-macro = true
[dependencies]
2022-06-06 12:55:25 +02:00
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"