# 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.81" name = "wasmer-vm" version = "5.0.1" authors = ["Wasmer Engineering Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime library support for Wasmer" homepage = "https://wasmer.io/" readme = "README.md" keywords = [ "wasm", "webassembly", ] categories = ["wasm"] license = "MIT OR Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wasmerio/wasmer" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "wasmer_vm" path = "src/lib.rs" [dependencies.backtrace] version = "0.3" [dependencies.cfg-if] version = "1.0" [dependencies.corosensei] version = "0.2.0" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.dashmap] version = "6.0.1" [dependencies.derivative] version = "^2" [dependencies.enum-iterator] version = "0.7.0" [dependencies.fnv] version = "1.0.3" [dependencies.indexmap] version = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "^0.2" default-features = false [dependencies.loupe] version = "0.1.3" optional = true [dependencies.memoffset] version = "0.9.0" [dependencies.more-asserts] version = "0.2" [dependencies.region] version = "3.0.2" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.wasmer-types] version = "=5.0.1" [build-dependencies.cc] version = "1.0" [features] artifact-size = [ "dep:loupe", "wasmer-types/artifact-size", ] default = [] enable-serde = [ "serde", "indexmap/serde", "wasmer-types/enable-serde", ] [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59" features = [ "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_System_Kernel", "Win32_System_Memory", ] [target.'cfg(target_vendor = "apple")'.dependencies.mach2] version = "0.4.2" [badges.maintenance] status = "actively-developed"