# 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 = "yul-parser" version = "0.1.1" authors = ["Remco Bloemen "] description = "Yul language parser" readme = "Readme.md" keywords = [ "ethereum", "yul", ] categories = ["blockchain"] license = "MIT" repository = "https://github.com/recmo/yul" resolver = "2" [[bench]] name = "criterion" harness = false [dependencies.hex] version = "0.4.2" [dependencies.log] version = "0.4.11" [dependencies.logos] version = "0.11.4" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rowan] version = "0.10.0" features = ["serde1"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.22" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.serde_json] version = "1.0.59"