# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "unquote" version = "0.0.7" authors = ["Tamme Schichler "] include = [ "**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", ] description = "A reverse quote macro... that is: A macro to parse input from a ParseStream according to a given pattern." homepage = "https://github.com/Tamschi/unquote/tree/v0.0.7" documentation = "https://docs.rs/unquote/0.0.7" readme = "README.md" keywords = ["syn"] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/unquote" [lib] proc-macro = true [dependencies.call2-for-syn] version = "3.0.4" [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0.7" [dependencies.syn] version = "2.0.29" features = [ "extra-traits", "parsing", "printing", ] default-features = false [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.version-sync] version = "0.9.1" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/unquote" [badges.is-it-maintained-open-issues] repository = "Tamschi/unquote" [badges.maintenance] status = "experimental"