qname-macro 0.1.0

Type for qualified names in XML - macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "qname-macro"
version = "0.1.0"
description = "Type for qualified names in XML - macro"
repository = "https://github.com/bbqsrc/qname"
license = "Apache-2.0 OR MIT"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
qname-impl = { version = "=0.1.0", path = "../impl" }
syn = { version = "1", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"