# 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" 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" homepage = "https://github.com/danipopes/revmc/tree/main/crates/revmc" 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" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.7.0" features = ["std"] default-features = false [dependencies.bitflags] version = "2.5" [dependencies.bitvec] version = "1" [dependencies.revm-interpreter] version = "6.0.0" default-features = false [dependencies.revm-primitives] version = "5.0.0" default-features = false [dependencies.revmc-backend] version = "0.1.0" default-features = false [dependencies.revmc-builtins] version = "0.1.0" features = ["ir"] default-features = false [dependencies.revmc-context] version = "0.1.0" default-features = false [dependencies.revmc-cranelift] version = "0.1.0" optional = true default-features = false [dependencies.revmc-llvm] version = "0.1.0" optional = true default-features = false [dependencies.rustc-hash] version = "2.0" [dependencies.tracing] version = "0.1" [dev-dependencies.paste] version = "1.0" [dev-dependencies.revmc-context] version = "0.1.0" features = ["host-ext-any"] default-features = false [dev-dependencies.tempfile] version = "3.10" [features] asm-keccak = ["alloy-primitives/asm-keccak"] cranelift = ["dep:revmc-cranelift"] default = ["llvm"] llvm = ["dep:revmc-llvm"] llvm-prefer-dynamic = [ "llvm", "revmc-llvm?/prefer-dynamic", ] llvm-prefer-static = [ "llvm", "revmc-llvm?/prefer-static", ] optimism = [ "revm-primitives/optimism", "revm-interpreter/optimism", ] [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"