# 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 = "wasmtime-jit" version = "17.0.3" authors = ["The Wasmtime Project Developers"] description = "JIT-style execution for WebAsssembly code in Cranelift" documentation = "https://docs.rs/wasmtime-jit" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [dependencies.addr2line] version = "0.21.0" optional = true default-features = false [dependencies.anyhow] version = "1.0.22" [dependencies.bincode] version = "1.2.1" [dependencies.cfg-if] version = "1.0" [dependencies.cpp_demangle] version = "0.3.2" optional = true [dependencies.gimli] version = "0.28.0" features = [ "read", "std", ] default-features = false [dependencies.log] version = "0.4.8" default-features = false [dependencies.object] version = "0.32" features = [ "read_core", "elf", "std", ] default-features = false [dependencies.rustc-demangle] version = "0.1.16" optional = true [dependencies.serde] version = "1.0.188" [dependencies.serde_derive] version = "1.0.188" [dependencies.target-lexicon] version = "0.12.12" features = ["std"] default-features = false [dependencies.wasmtime-environ] version = "=17.0.3" [dependencies.wasmtime-jit-debug] version = "=17.0.3" features = ["perf_jitdump"] optional = true [dependencies.wasmtime-jit-icache-coherence] version = "=17.0.3" [dependencies.wasmtime-runtime] version = "=17.0.3" [features] debug-builtins = ["wasmtime-runtime/debug-builtins"] demangle = [ "dep:rustc-demangle", "dep:cpp_demangle", ] profiling = [ "dep:ittapi", "dep:wasmtime-jit-debug", ] [target."cfg(all(target_arch = \"x86_64\", not(target_os = \"android\")))".dependencies.ittapi] version = "0.4.0" optional = true [target."cfg(target_os = \"linux\")".dependencies.rustix] version = "0.38.21" features = ["thread"] [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = ["Win32_System_Diagnostics_Debug"] [lints.clippy] all = "allow" [lints.rust] trivial_numeric_casts = "warn" unstable_features = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"