mimalloc-redirect 0.2.1

Application-wide allocator redirection to MiMalloc.
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"
name = "mimalloc-redirect"
version = "0.2.1"
authors = ["GlFolker"]
build = "build.rs"
exclude = [
    "/.git*",
    "/examples",
    "/mimalloc-src/contrib",
    "/mimalloc-src/doc",
    "/mimalloc-src/docs",
    "/mimalloc-src/test",
    "/mimalloc-src/.git*",
    "/mimalloc-src/*.yml",
    "/mimalloc-src/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application-wide allocator redirection to MiMalloc."
readme = "README.md"
keywords = [
    "allocator",
    "mimalloc",
]
categories = ["memory-management"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GlennFolker/mimalloc-redirect"

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

[build-dependencies.cmake]
version = "0.1"

[target.'cfg(any(all(not(target_os = "windows"), any(target_env = "gnu", target_env = "musl")), target_os = "android"))'.dependencies.libc]
version = "0.2"
default-features = false