wasmtime-jit-icache-coherence 25.0.3

Utilities for JIT icache maintenance
Documentation
[dependencies.anyhow]
default-features = false
version = "1.0.22"

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

[features]
one-core = []

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

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Utilities for JIT icache maintenance"
documentation = "https://docs.rs/jit-icache-coherence"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-jit-icache-coherence"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.78.0"
version = "25.0.3"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "android"))'.dependencies.libc]
default-features = true
version = "0.2.112"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug"]
version = "0.52.0"