[package] name = "unrest_tmp_synom" version = "0.1.0" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "don't use" repository = "https://github.com/dtolnay/syn" documentation = "https://docs.rs/synom/" categories = ["development-tools::procedural-macro-helpers"] readme = "../README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] unrest_tmp_quote = { version = "0.1.0", optional = true } unicode-xid = "0.1" proc-macro2 = "0.1" [features] printing = ["unrest_tmp_quote"] parsing = [] default = [] clone-impls = [] extra-traits = []