# 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-llvm" 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 LLVM backend" homepage = "https://github.com/danipopes/revmc/tree/main/crates/revmc-llvm" 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_llvm" path = "src/lib.rs" [dependencies.inkwell] version = "0.4" features = ["llvm17-0"] [dependencies.revmc-backend] version = "0.1.0" default-features = false [dependencies.rustc-hash] version = "2.0" [dependencies.tracing] version = "0.1" [features] prefer-dynamic = ["inkwell/llvm17-0-prefer-dynamic"] prefer-static = ["inkwell/llvm17-0-prefer-static"] [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"