wasmer-compiler-unc 2.4.1

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

[lib]
name = "wasmer_compiler"

[dependencies.enumset]
version = "1.0"

[dependencies.hashbrown]
version = "0.11"
optional = true

[dependencies.rkyv]
version = "0.7.20"

[dependencies.smallvec]
version = "1.6"

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

[dependencies.thiserror]
version = "1.0"

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

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

[dependencies.wasmparser]
version = "0.78"
optional = true
default-features = false

[features]
core = [
    "hashbrown",
    "wasmer-types/core",
]
default = ["std"]
std = ["wasmer-types/std"]
translator = ["wasmparser"]

[badges.maintenance]
status = "experimental"