hyperlight-wasm-runtime 0.14.0

hyperlight-wasm-runtime is a rust binary crate that provides the WebAssembly runtime binary for hyperlight-wasm.
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 = "2021"
rust-version = "1.89"
name = "hyperlight-wasm-runtime"
version = "0.14.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
hyperlight-wasm-runtime is a rust binary crate that provides the WebAssembly runtime binary for hyperlight-wasm.
"""
homepage = "https://github.com/hyperlight-dev/hyperlight-wasm"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hyperlight-dev/hyperlight-wasm"

[features]
default = []
gdb = ["wasmtime/debug-builtins"]
pulley = ["wasmtime/pulley"]
trace_guest = [
    "hyperlight-common/trace_guest",
    "hyperlight-guest/trace_guest",
    "hyperlight-guest-bin/trace_guest",
]

[lib]
name = "hyperlight_wasm_runtime"
path = "src/lib.rs"
test = false
doctest = false
bench = false

[[bin]]
name = "hyperlight-wasm-runtime"
path = "src/main.rs"
test = false
doctest = false
bench = false

[build-dependencies.cargo_metadata]
version = "0.23"

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

[build-dependencies.cfg-if]
version = "1"

[build-dependencies.cfg_aliases]
version = "0.2.1"

[target."cfg(hyperlight)".dependencies.hyperlight-common]
version = "0.14.0"
default-features = false

[target."cfg(hyperlight)".dependencies.hyperlight-guest]
version = "0.14.0"

[target."cfg(hyperlight)".dependencies.hyperlight-guest-bin]
version = "0.14.0"
features = [
    "printf",
    "printf",
]

[target."cfg(hyperlight)".dependencies.hyperlight-wasm-macro]
version = "0.14.0"

[target."cfg(hyperlight)".dependencies.spin]
version = "0.10.0"

[target."cfg(hyperlight)".dependencies.tracing]
version = "0.1.44"
features = [
    "attributes",
    "log",
]
default-features = false

[target."cfg(hyperlight)".dependencies.wasmtime]
version = "36.0.6"
features = [
    "runtime",
    "custom-virtual-memory",
    "custom-native-signals",
    "component-model",
]
default-features = false

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(hyperlight)"]