rustfs-mimalloc 0.2.0

High-performance mimalloc V3 global allocator for Rust
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 = "2024"
rust-version = "1.85.0"
name = "rustfs-mimalloc"
version = "0.2.0"
authors = ["houseme <housemecn@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance mimalloc V3 global allocator for Rust"
readme = "README.md"
keywords = [
    "allocator",
    "mimalloc",
    "memory",
]
categories = [
    "memory-management",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/houseme/rustfs-mimalloc"

[features]
debug = ["rustfs-mimalloc-sys/debug"]
debug_in_debug = ["rustfs-mimalloc-sys/debug_in_debug"]
default = []
local_dynamic_tls = ["rustfs-mimalloc-sys/local_dynamic_tls"]
no_thp = ["rustfs-mimalloc-sys/no_thp"]
override = ["rustfs-mimalloc-sys/override"]
secure = ["rustfs-mimalloc-sys/secure"]

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

[[bench]]
name = "alloc"
path = "benches/alloc.rs"
harness = false

[dependencies.rustfs-mimalloc-sys]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]