alloy-sol-type-parser 0.8.11

Simple and light-weight Solidity type strings parser
Documentation
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0"

[dependencies.winnow]
default-features = false
features = ["alloc"]
version = "0.6"

[dev-dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"

[features]
debug = ["std"]
default = ["std"]
serde = ["dep:serde"]
std = ["winnow/std"]

[lib]
name = "alloy_sol_type_parser"
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 = ["no-std", "cryptography::cryptocurrencies"]
description = "Simple and light-weight Solidity type strings parser"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-type-parser"
keywords = ["ethereum", "abi", "evm", "solidity", "parser"]
license = "MIT OR Apache-2.0"
name = "alloy-sol-type-parser"
readme = "README.md"
repository = "https://github.com/alloy-rs/core"
rust-version = "1.79"
version = "0.8.11"

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