wasmer-engine-native 1.0.2

Wasmer Native Engine
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "wasmer-engine-native"
version = "1.0.2"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "Wasmer Native Engine"
readme = "README.md"
keywords = ["wasm", "webassembly", "engine", "native"]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/wasmerio/wasmer"
[dependencies.bincode]
version = "1.3"

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

[dependencies.leb128]
version = "0.2"

[dependencies.libloading]
version = "0.6"

[dependencies.serde]
version = "1.0"
features = ["derive", "rc"]

[dependencies.tempfile]
version = "3.1"

[dependencies.tracing]
version = "0.1"

[dependencies.wasmer-compiler]
version = "1.0.2"

[dependencies.wasmer-engine]
version = "1.0.2"

[dependencies.wasmer-object]
version = "1.0.2"

[dependencies.wasmer-types]
version = "1.0.2"

[dependencies.wasmer-vm]
version = "1.0.2"

[dependencies.which]
version = "4.0"

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