Files
regorus/mimalloc/Cargo.toml
github-actions[bot] 8be7511496 chore: release
2026-05-06 16:12:53 +00:00

17 lines
428 B
TOML

[package]
name = "regorus-mimalloc"
description = "Vendored mimalloc allocator for regorus"
edition = "2021"
version = "2.2.7"
license = "MIT"
repository = "https://github.com/microsoft/regorus"
[features]
default = ["std"]
std = []
allocator-memory-limits = ["std"]
[target.'cfg(not(any(target_family = "wasm")))'.dependencies]
mimalloc-sys = { package = "regorus-mimalloc-sys", path = "./mimalloc-sys", version = "2.2.6" }