syn-mid 0.5.4

Providing the features between "full" and "derive" of syn.
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1.0.60"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["parsing", "printing", "derive"]
version = "1.0.44"

[features]
clone-impls = ["syn/clone-impls"]

[lib]
doc-scrape-examples = false

[package]
categories = ["development-tools::procedural-macro-helpers"]
description = "Providing the features between \"full\" and \"derive\" of syn.\n"
edition = "2021"
exclude = ["/.*", "/tools"]
keywords = ["syn", "macros"]
license = "Apache-2.0 OR MIT"
name = "syn-mid"
readme = "README.md"
repository = "https://github.com/taiki-e/syn-mid"
rust-version = "1.56"
version = "0.5.4"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]