Files
regorus/mimalloc/Cargo.toml
Anand Krishnamoorthi acf7f7a25e chore: release (#731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-05-22 15:50:53 -05: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" }