mirmalloc 0.2.0

MiMalloc Rust Bindings
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.90"
name = "mirmalloc"
version = "0.2.0"
authors = ["Ralf Biedert <rb@xr.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MiMalloc Rust Bindings"
documentation = "https://docs.rs/mirmalloc/"
readme = false
keywords = ["allocator"]
categories = ["memory-management"]
license = "MIT"
repository = "https://github.com/ralfbiedert/mirmalloc"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[test]]
name = "tpc"
path = "tests/tpc.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[[test]]
name = "vanilla"
path = "tests/vanilla.rs"

[dependencies.libmimalloc-sys-ms]
version = "0.2.0"
default-features = false

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1