wasmer-engine-unc 2.4.1

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

[lib]
name = "wasmer_engine"

[dependencies.backtrace]
version = "0.3"

[dependencies.enumset]
version = "1.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.memmap2]
version = "0.5"

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

[dependencies.rustc-demangle]
version = "0.1"

[dependencies.target-lexicon]
version = "0.12.2"
default-features = false

[dependencies.thiserror]
version = "1.0"

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

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

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

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