wasmer-sys-utils 0.702.0

Wasmer utilities for a sys environment.
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 = "2024"
rust-version = "1.93"
name = "wasmer-sys-utils"
version = "0.702.0"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasmer utilities for a sys environment."
homepage = "https://wasmer.io/"
readme = false
keywords = [
    "wasm",
    "webassembly",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/wasmerio/wasmer"
resolver = "2"

[package.metadata.docs.rs]
features = ["wasmer/cranelift"]
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
tracing = []

[lib]
name = "wasmer_sys_utils"
path = "src/lib.rs"

[[test]]
name = "fd_mmap_memory"
path = "tests/fd_mmap_memory.rs"

[dependencies.region]
version = "3.0"

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.wasmer]
version = "=7.2.0"
features = [
    "sys",
    "compiler",
    "headless",
]
default-features = false

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

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

[dev-dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[dev-dependencies.wasmer]
version = "=7.2.0"
features = [
    "sys",
    "compiler",
    "cranelift",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2.178"
default-features = false