unquote 0.0.6

A reverse quote macro... that is: A macro to parse input from a ParseStream according to a given pattern.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "Tamschi/unquote"

[badges.is-it-maintained-open-issues]
repository = "Tamschi/unquote"

[badges.maintenance]
status = "experimental"
[dependencies.call2-for-syn]
version = "2.0.3"

[dependencies.proc-macro2]
version = "1.0.24"

[dependencies.quote]
version = "1.0.7"

[dependencies.syn]
default-features = false
features = ["extra-traits", "parsing"]
version = "1.0.48"
[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"

[lib]
proc-macro = true

[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "A reverse quote macro... that is: A macro to parse input from a ParseStream according to a given pattern."
documentation = "https://docs.rs/unquote/0.0.6"
edition = "2018"
homepage = "https://github.com/Tamschi/unquote/tree/v0.0.6"
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"]
keywords = ["syn"]
license = "MIT OR Apache-2.0"
name = "unquote"
readme = "README.md"
repository = "https://github.com/Tamschi/unquote"
version = "0.0.6"