# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "linera-alloy-sol-type-parser" version = "0.7.4" authors = ["Alloy Contributors"] exclude = ["tests"] description = "Simple and light-weight Solidity type strings parser" homepage = "https://github.com/MathieuDutSik/ethreum_core/tree/main/crates/sol-type-parser" readme = "README.md" keywords = [ "ethereum", "abi", "evm", "solidity", "parser", ] categories = [ "no-std", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MathieuDutSik/ethreum_core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.winnow] version = "0.6" features = ["alloc"] default-features = false [features] debug = ["std"] default = ["std"] std = ["winnow/std"]