regorus-mimalloc 2.2.7

Vendored mimalloc allocator for regorus
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 = "2021"
name = "regorus-mimalloc"
version = "2.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored mimalloc allocator for regorus"
readme = false
license = "MIT"
repository = "https://github.com/microsoft/regorus"

[features]
allocator-memory-limits = ["std"]
default = ["std"]
std = []

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

[target.'cfg(not(any(target_family = "wasm")))'.dependencies.mimalloc-sys]
version = "2.2.6"
package = "regorus-mimalloc-sys"