# 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.81" name = "alloy-sol-type-parser" version = "0.8.15" authors = ["Alloy Contributors"] build = false exclude = ["tests"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple and light-weight Solidity type strings parser" homepage = "https://github.com/alloy-rs/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/alloy-rs/core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "alloy_sol_type_parser" path = "src/lib.rs" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.winnow] version = "0.6" features = ["alloc"] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] debug = ["std"] default = ["std"] serde = ["dep:serde"] std = ["winnow/std"] [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"