syn 2.0.61

Parser for Rust source code
Documentation
[[bench]]
harness = false
name = "rust"
path = "benches/rust.rs"
required-features = ["full", "parsing"]

[[bench]]
name = "file"
path = "benches/file.rs"
required-features = ["full", "parsing"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "test_precedence"
path = "tests/test_precedence.rs"
[dependencies.proc-macro2]
default-features = false
version = "1.0.80"

[dependencies.quote]
default-features = false
optional = true
version = "1.0.35"

[dependencies.unicode-ident]
version = "1"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.automod]
version = "1"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.ref-cast]
version = "1"

[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.syn-test-suite]
version = "0"

[dev-dependencies.tar]
version = "0.4.16"

[dev-dependencies.termcolor]
version = "1"

[dev-dependencies.walkdir]
version = "2.3.2"

[features]
clone-impls = []
default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]
derive = []
extra-traits = []
fold = []
full = []
parsing = []
printing = ["dep:quote"]
proc-macro = ["proc-macro2/proc-macro", "quote?/proc-macro"]
test = ["syn-test-suite/all-features"]
visit = []
visit-mut = []

[lib]
doc-scrape-examples = false
name = "syn"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
description = "Parser for Rust source code"
documentation = "https://docs.rs/syn"
edition = "2021"
include = ["/benches/**", "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**"]
keywords = ["macros", "syn"]
license = "MIT OR Apache-2.0"
name = "syn"
readme = "README.md"
repository = "https://github.com/dtolnay/syn"
rust-version = "1.60"
version = "2.0.61"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[package.metadata.playground]
features = ["full", "visit", "visit-mut", "fold", "extra-traits"]