[package] name = "xxlib_builder" version = "0.2.3" authors = ["yi lu "] edition = "2018" repository = "https://github.com/luyikk/rxxlib" documentation = "https://docs.rs/xxlib_builder" description = "Rust xxlib_builder." license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn={version = "1.0",features = ["full"]} quote="1.0" proc-macro2 = "1.0" proc_macro_roids = "0.7"