[package]
authors.workspace = true
description = "INTERNAL: Wasmtime's core utilities and helpers with minimal dependencies"
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-internal-core"
rust-version.workspace = true
version.workspace = true
[dependencies]
anyhow = { workspace = true, optional = true }
libm = { workspace = true }
hashbrown = { workspace = true, features = ["default-hasher"] }
[lints]
workspace = true
[features]
std = []
backtrace = ["std"]
anyhow = ["dep:anyhow"]