2024-07-24 00:14:03 +00:00
|
|
|
[package]
|
2024-12-14 21:58:01 -05:00
|
|
|
name = "conduwuit_macros"
|
2024-07-24 00:14:03 +00:00
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
2026-01-20 21:01:21 +00:00
|
|
|
homepage.workspace = true
|
2024-07-24 00:14:03 +00:00
|
|
|
license.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
|
|
[lib]
|
2024-12-14 21:58:01 -05:00
|
|
|
name = "conduwuit_macros"
|
2024-07-24 00:14:03 +00:00
|
|
|
path = "mod.rs"
|
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
syn.workspace = true
|
|
|
|
|
quote.workspace = true
|
|
|
|
|
proc-macro2.workspace = true
|
2024-07-26 20:40:07 +00:00
|
|
|
itertools.workspace = true
|
2026-01-20 21:01:21 +00:00
|
|
|
cargo_toml.workspace = true
|
2024-07-24 00:14:03 +00:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|