# 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-runtime" version = "20.0.2" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" documentation = "https://docs.rs/wasmtime-runtime" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [dependencies.anyhow] version = "1.0.22" [dependencies.cfg-if] version = "1.0" [dependencies.encoding_rs] version = "0.8.31" optional = true [dependencies.indexmap] version = "2.0.0" [dependencies.libc] version = "0.2.112" default-features = true [dependencies.log] version = "0.4.8" default-features = false [dependencies.memoffset] version = "0.9.0" [dependencies.paste] version = "1.0.3" [dependencies.sptr] version = "0.3.2" [dependencies.wasm-encoder] version = "0.202.0" optional = true [dependencies.wasmtime-asm-macros] version = "=20.0.2" [dependencies.wasmtime-environ] version = "=20.0.2" [dependencies.wasmtime-fiber] version = "=20.0.2" optional = true [dependencies.wasmtime-jit-debug] version = "=20.0.2" features = ["gdb_jit_int"] optional = true [dependencies.wasmtime-slab] version = "=20.0.2" [dependencies.wasmtime-versioned-export-macros] version = "=20.0.2" [dependencies.wasmtime-wmemcheck] version = "=20.0.2" optional = true [dev-dependencies.once_cell] version = "1.12.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.3" features = ["small_rng"] [build-dependencies.cc] version = "1.0" [build-dependencies.wasmtime-versioned-export-macros] version = "=20.0.2" [features] async = ["dep:wasmtime-fiber"] component-model = [ "wasmtime-environ/component-model", "dep:encoding_rs", ] coredump = ["dep:wasm-encoder"] debug-builtins = ["dep:wasmtime-jit-debug"] gc = ["wasmtime-environ/gc"] pooling-allocator = [] threads = ["wasmtime-environ/threads"] wmemcheck = ["dep:wasmtime-wmemcheck"] [target."cfg(target_arch = \"s390x\")".dependencies.psm] version = "0.1.11" [target."cfg(target_os = \"linux\")".dependencies.memfd] version = "0.6.2" [target."cfg(target_os = \"macos\")".dependencies.mach2] version = "0.4.1" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_Diagnostics_Debug", "Win32_System_SystemInformation", "Win32_Storage_FileSystem", "Win32_Security", ] [target."cfg(unix)".dependencies.rustix] version = "0.38.31" features = ["mm"] [lints.clippy] all = "allow" [lints.rust] trivial_numeric_casts = "warn" unstable_features = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"