# 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 = "evmil" version = "0.4.12" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An low-level immediate language for compiling to EVM bytecode" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DavePearce/EvmIL" [lib] name = "evmil" path = "src/lib.rs" [[bin]] name = "evmil" path = "src/bin/evmil.rs" [[test]] name = "assembler" path = "tests/assembler.rs" [[test]] name = "blockvec" path = "tests/blockvec.rs" [[test]] name = "cfg" path = "tests/cfg.rs" [[test]] name = "compiler" path = "tests/compiler.rs" [[test]] name = "disassembler" path = "tests/disassembler.rs" [[test]] name = "dominators" path = "tests/dominators.rs" [[test]] name = "interval" path = "tests/interval.rs" [[test]] name = "interval_stack" path = "tests/interval_stack.rs" [[test]] name = "micro" path = "tests/micro.rs" [[test]] name = "seq" path = "tests/seq.rs" [[test]] name = "sorted_vec" path = "tests/sorted_vec.rs" [[test]] name = "transitive_closure" path = "tests/transitive_closure.rs" [dependencies.clap] version = "3.1" [dependencies.delta_inc] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.ruint] version = "1.10"