alloy-sol-type-parser 0.7.3

Simple and light-weight Solidity type strings parser
Documentation
[dependencies.winnow]
default-features = false
features = ["alloc"]
version = "0.6"

[features]
debug = ["std"]
default = ["std"]
std = ["winnow/std"]

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

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