[dependencies.inkwell]
features = ["llvm17-0"]
version = "0.4"
[dependencies.revmc-backend]
default-features = false
version = "0.1.0"
[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"]
[lib]
name = "revmc_llvm"
path = "src/lib.rs"
[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"
[package]
authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers", "cryptography::cryptocurrencies"]
description = "EVM bytecode compiler LLVM backend"
edition = "2021"
exclude = [".github/", "benches/", "fuzz/", "tests/"]
homepage = "https://github.com/danipopes/revmc/tree/main/crates/revmc-llvm"
keywords = ["compile", "compiler", "jit", "evm", "ethereum"]
license = "MIT OR Apache-2.0"
name = "revmc-llvm"
readme = "README.md"
repository = "https://github.com/danipopes/cranelift-jit-evm"
rust-version = "1.79"
version = "0.1.0"