[package] name = "fabric-support-procedural-tools" version = "2.0.1" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" license = "Apache-2.0" homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore/" description = "Proc macro helpers for procedural macros" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] fabric-support-procedural-tools-derive = { version = "2.0.1", path = "./derive" } proc-macro2 = "1.0.6" quote = "1.0.3" syn = { version = "1.0.58", features = ["full", "visit"] } proc-macro-crate = "0.1.5"