[package] name = "syntex" version = "0.58.1" authors = [ "erick.tryzelaar@gmail.com" ] license = "MIT/Apache-2.0" description = "A library that enables compile time syntax extension expansion" repository = "https://github.com/erickt/rust-syntex" readme = "../README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] syntex_errors = { version = "0.58", path = "../syntex_errors" } syntex_syntax = { version = "0.58", path = "../syntex_syntax" }