[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 = []
[package]
authors = ["Alloy Contributors"]
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.65"
version = "0.6.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]