# 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.74" name = "hc-wasmer-vm" version = "4.3.6-hc.1" authors = ["Wasmer Engineering Team "] 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", ] [dependencies.backtrace] version = "0.3" [dependencies.cfg-if] version = "1.0" [dependencies.corosensei] version = "0.1.2" [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 = "1.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "^0.2" default-features = false [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 = "=4.3.6-hc.1" package = "hc-wasmer-types" [build-dependencies.cc] version = "1.0" [features] default = [] enable-serde = [ "serde", "indexmap/serde-1", "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"