# 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 = "l1x-wasm-llvmir" version = "0.2.2" authors = ["The L1X Project Developers"] exclude = ["build_ebpf.sh"] description = "WASM to LLVMIR translator for the L1X project" homepage = "https://github.com/L1X-Foundation" keywords = ["l1x"] license = "Apache-2.0" [[bin]] name = "wasm-llvmir" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.cranelift-wasm] version = "0.94.0" [dependencies.env_logger] version = "0.11.3" [dependencies.inkwell] version = "0.2.0" features = ["llvm15-0"] [dependencies.log] version = "0.4.21" [dependencies.rccell] version = "0.1.3" [dependencies.wasmparser] version = "0.102.0" [dependencies.wasmprinter] version = "0.2.0" [dependencies.wasmtime] version = "0.37.0" [dependencies.wat] version = "1.0.61"