2022-10-05 18:36:26 -04:00
|
|
|
[package]
|
2022-10-06 23:07:18 -04:00
|
|
|
name = "wasm-web-component-macros"
|
2023-11-22 17:34:16 -05:00
|
|
|
version = "0.3.0"
|
2022-10-05 18:36:26 -04:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote = "1.0"
|
|
|
|
proc-macro2 = "1.0"
|
2022-10-05 20:31:29 -04:00
|
|
|
proc-macro-crate = "1.2.1"
|
2022-10-06 22:13:18 -04:00
|
|
|
str_inflector = "0.12.0"
|
2022-10-05 18:36:26 -04:00
|
|
|
|
|
|
|
[dependencies.syn]
|
|
|
|
version = "1.0.101"
|
2023-08-18 17:14:13 -04:00
|
|
|
features = ["full"]
|
2023-11-12 17:29:00 -05:00
|
|
|
|
|
|
|
[features]
|
|
|
|
HtmlTemplateElement = []
|