wasmer-engine-near 2.0.1

Wasmer Engine abstraction
Documentation
[package]
name = "wasmer-engine-near"
version = "2.0.1"
description = "Wasmer Engine abstraction"
categories = ["wasm"]
keywords = ["wasm", "webassembly", "engine"]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception "
readme = "README.md"
edition = "2018"

[dependencies]
wasmer-types = { path = "../types", version = "2.0.1", package = "wasmer-types-near" }
wasmer-compiler = { path = "../compiler", version = "2.0.1", package = "wasmer-compiler-near" }
wasmer-vm = { path = "../vm", version = "2.0.1", package = "wasmer-vm-near" }
target-lexicon = { version = "0.12.2", default-features = false }
# flexbuffers = { path = "../../../flatbuffers/rust/flexbuffers", version = "0.1.0" }
backtrace = "0.3"
rustc-demangle = "0.1"
memmap2 = "0.2.0"
more-asserts = "0.2"
thiserror = "1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_bytes = { version = "0.11" }
lazy_static = "1.4"
loupe = "0.1"

[badges]
maintenance = { status = "actively-developed" }