alloy-sol-type-parser 0.6.2

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

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

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