[package] name = "unrest_tmp_syn" version = "0.1.0" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "don't use" repository = "https://github.com/dtolnay/syn" documentation = "https://dtolnay.github.io/syn/syn/" categories = ["development-tools::procedural-macro-helpers"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] [features] default = ["parsing", "printing", "clone-impls"] full = [] parsing = ["unrest_tmp_synom/parsing"] printing = ["unrest_tmp_quote", "unrest_tmp_synom/printing"] visit = [] fold = [] clone-impls = ["unrest_tmp_synom/clone-impls"] extra-traits = ["unrest_tmp_synom/extra-traits"] [dependencies] unrest_tmp_quote = { version = "0.1.0", optional = true } proc-macro2 = "0.1" unicode-xid = "0.1" unrest_tmp_synom = "0.1.0" [dev-dependencies] error-chain = "0.10" syntex_pos = "0.59" syntex_syntax = "0.59" tempdir = "0.3.5" walkdir = "1.0.1"