[package] name = "call2-for-syn" version = "3.0.4" authors = ["Tamme Schichler "] edition = "2018" description = "Apply parser functions to proc-macro2 token streams" license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/call2-for-syn" homepage = "https://github.com/Tamschi/call2-for-syn/tree/v3.0.4" documentation = "https://docs.rs/call2-for-syn/3.0.4" keywords = ["proc-macro2", "syn"] categories = ["development-tools::procedural-macro-helpers"] readme = "README.md" include = [ "**/*.rs", "!tests/unincluded_*.rs", # Tests of meta data files not included in the package. "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "COPYRIGHT.md", "LICENSE-*", "README.md", "SECURITY.md", ] publish = true [badges] is-it-maintained-issue-resolution = { repository = "Tamschi/call2-for-syn" } is-it-maintained-open-issues = { repository = "Tamschi/call2-for-syn" } maintenance = { status = "experimental" } # This may differ between branches. [dependencies] proc-macro2 = "1.0.8" syn = { version = "2.0.29", default-features = false, features = ["parsing"] } [dev-dependencies] cargo-husky = "1.5.0" git_info = "0.1.2" quote = "1.0.2" version-sync = "0.9.3" wasm-bindgen-test = "0.3.28" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] # No target differences.