instant-xml/instant-xml-macros/Cargo.toml

21 lines
458 B
TOML
Raw Permalink Normal View History

2022-04-29 16:01:35 +00:00
[package]
name = "instant-xml-macros"
version = "0.5.0"
2022-04-29 16:01:35 +00:00
edition = "2021"
2023-10-25 15:59:44 +00:00
rust-version = "1.61"
2022-04-29 16:01:35 +00:00
workspace = ".."
2022-06-09 08:45:39 +00:00
license = "Apache-2.0 OR MIT"
2023-02-27 09:37:44 +00:00
description = "Procedural macros for instant-xml"
documentation = "https://docs.rs/instant-xml-macros"
2024-08-20 16:16:46 +00:00
repository = "https://github.com/djc/instant-xml"
2023-03-22 09:33:05 +00:00
readme = "../README.md"
2022-04-29 16:01:35 +00:00
[lib]
proc-macro = true
[dependencies]
heck = "0.5"
proc-macro2 = "1.0.39"
2022-04-29 16:01:35 +00:00
quote = "1.0.18"
2023-03-20 16:05:07 +00:00
syn = { version = "2", features = ["full"] }