quote-data 1.0.0

A tokenization Library for Rust
Documentation
[dependencies.derive]
package = "quote-data-codegen"
version = "1.0.0"

[dependencies.heck]
version = "0.5.0"

[dependencies.helpers]
package = "quote-data-helpers"
version = "1.0.0"

[dependencies.proc-macro2]
optional = true
version = "1.0.86"

[dependencies.quote]
optional = true
version = "1.0.36"

[dependencies.syn]
version = "2.0.75"

[features]
default = ["to-token"]
to-token = ["quote", "proc-macro2"]

[lib]
name = "quote_data"
path = "src/lib.rs"

[package]
authors = ["dark-flames <dark_flames@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tokenization Library for Rust"
edition = "2018"
include = ["src/**", "derive/**", "helpers/**", "tests/**", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT OR Apache-2.0"
name = "quote-data"
readme = "README.md"
repository = "https://github.com/dark-flames/Iroha"
version = "1.0.0"

[[test]]
name = "test_enum"
path = "tests/test_enum.rs"

[[test]]
name = "test_struct"
path = "tests/test_struct.rs"