# 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" name = "solang-parser" version = "0.3.4" authors = [ "Sean Young ", "Lucas Steuernagel ", "Cyrill Leutwiler ", ] build = "build.rs" description = "Solang Solidity Parser" homepage = "https://github.com/hyperledger/solang" documentation = "https://solang.readthedocs.io/" readme = "README.md" keywords = [ "solidity", "parser", ] license = "Apache-2.0" [dependencies.itertools] version = "0.12" [dependencies.lalrpop-util] version = "0.20.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.unicode-xid] version = "0.2" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.regex] version = "1" [dev-dependencies.walkdir] version = "2.4" [build-dependencies.lalrpop] version = "0.20.0" default-features = false [features] default = [] pt-serde = ["serde"]