# 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 = "zingen" version = "0.1.11" authors = ["clearloop"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Code generation library for zink." homepage = "https://github.com/clearloop/zink" documentation = "https://docs.rs/zingen" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/clearloop/zink.git" [lib] name = "zingen" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.2.2" [dependencies.opcodes] version = "=0.0.4" features = ["data"] package = "evm-opcodes" [dependencies.paste] version = "1.0.14" [dependencies.smallvec] version = "1.13.1" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.wasmparser] version = "0.121.0" [dependencies.zabi] version = "0.1.11" features = [ "hex", "selector", "syn", ]