# 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.79" name = "revmc-backend" version = "0.1.0" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] build = false exclude = [ ".github/", "benches/", "fuzz/", "tests/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "EVM bytecode compiler backend abstraction" homepage = "https://github.com/danipopes/revmc/tree/main/crates/revmc-backend" readme = "README.md" keywords = [ "compile", "compiler", "jit", "evm", "ethereum", ] categories = [ "compilers", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/danipopes/cranelift-jit-evm" [lib] name = "revmc_backend" path = "src/lib.rs" [dependencies.eyre] version = "0.6" [dependencies.ruint] version = "1.12.1" features = ["std"] default-features = false [lints.clippy] dbg-macro = "warn" manual-string-new = "warn" redundant-clone = "warn" uninlined-format-args = "warn" use-self = "warn" [lints.rust] 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"