[package] name = "asteracea_proc-macro-definitions" version = "0.0.2" authors = ["Tamme Schichler "] description = "Proc macro definitions for Asteracea. They are unlikely to work correctly unless used through the asteracea crate." edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/Asteracea" homepage = "https://github.com/Tamschi/Asteracea/tree/v0.0.2" documentation = "https://docs.rs/asteracea/0.0.2" keywords = [] categories = [] include = [ "**/*.rs", "!tests/unincluded_*.rs", # Tests of meta data files not included in the package. "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", ] [lib] proc-macro = true [features] # Enables dependency extraction with component!. rhizome = [] # Enables style scoping with component!. styles = ["rand"] [dependencies] call2-for-syn = "1.0.0" heck = "0.3.1" lazy_static = "1.4.0" quote = "1.0.2" proc-macro-crate = "0.1.4" proc-macro2 = "1.0.7" rand = { version = "0.7.3", optional = true } syn-mid = "0.5.0" take_mut = "0.2.2" unzip-n = "0.1.1" [dependencies.syn] version = "1.0.13" default-features = false features = ["derive", "full", "parsing", "printing", "visit-mut"]