wasmer-vm-unc 2.4.1

Runtime library support for Wasmer
Documentation
# 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 = "2018"
name = "wasmer-vm-unc"
version = "2.4.1"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "Runtime library support for Wasmer"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
resolver = "2"

[lib]
name = "wasmer_vm"

[dependencies.backtrace]
version = "0.3"

[dependencies.cfg-if]
version = "1.0"

[dependencies.indexmap]
version = "1.6"

[dependencies.libc]
version = "^0.2"
default-features = false

[dependencies.memoffset]
version = "0.6"

[dependencies.more-asserts]
version = "0.2"

[dependencies.region]
version = "3.0"

[dependencies.rkyv]
version = "0.7.20"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasmer-types]
version = "=2.4.1"
package = "wasmer-types-unc"

[build-dependencies.cc]
version = "1.0"

[features]
default = []

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3"
features = [
    "winbase",
    "memoryapi",
    "errhandlingapi",
]

[badges.maintenance]
status = "actively-developed"