syn-solidity 0.8.15

syn-powered Solidity parser
Documentation
[dependencies.paste]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
visit = []
visit-mut = []

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

[lints.clippy]
dbg-macro = "warn"
manual-string-new = "warn"
missing-const-for-fn = "warn"
redundant-clone = "warn"
uninlined-format-args = "warn"
use-self = "warn"

[lints.rust]
missing-copy-implementations = "warn"
missing-debug-implementations = "warn"
missing-docs = "warn"
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"

[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "cryptography::cryptocurrencies"]
description = "syn-powered Solidity parser"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/alloy-rs/core/tree/main/crates/syn-solidity"
keywords = ["ethereum", "evm", "syn", "solidity", "ast"]
license = "MIT OR Apache-2.0"
name = "syn-solidity"
readme = "README.md"
repository = "https://github.com/alloy-rs/core"
rust-version = "1.81"
version = "0.8.15"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]