solar-parse 0.1.8

Solidity and Yul lexer and parser
Documentation
[dependencies.alloy-primitives]
version = "1.3"

[dependencies.bitflags]
version = "2.4"

[dependencies.bumpalo]
version = "3.14"

[dependencies.itertools]
version = ">=0.10, <=0.14"

[dependencies.memchr]
version = "2.7"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-rational]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.ruint]
features = ["num-integer"]
version = "1.16"

[dependencies.smallvec]
features = ["const_generics", "union"]
version = "1"

[dependencies.solar-ast]
default-features = false
version = "=0.1.8"

[dependencies.solar-data-structures]
default-features = false
version = "=0.1.8"

[dependencies.solar-interface]
default-features = false
version = "=0.1.8"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.snapbox]
version = "0.6"

[features]
nightly = ["solar-ast/nightly", "solar-interface/nightly"]

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

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

[lints.rust]
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-crate-dependencies = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"

[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "cryptography", "cryptography::cryptocurrencies"]
description = "Solidity and Yul lexer and parser"
edition = "2024"
homepage = "https://github.com/paradigmxyz/solar/tree/main/crates/parse"
keywords = ["ethereum", "solidity", "solc", "crypto", "compiler"]
license = "MIT OR Apache-2.0"
name = "solar-parse"
readme = "README.md"
repository = "https://github.com/paradigmxyz/solar"
resolver = "2"
rust-version = "1.88"
version = "0.1.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition", "--show-type-layout"]