[package]
edition = "2024"
rust-version = "1.97"
name = "leviath-alloc"
version = "0.3.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allocator tuning for the leviath binary: one audited mimalloc option call"
readme = false
license = "MIT"
repository = "https://github.com/GEMISIS/leviath"
resolver = "2"
[features]
mimalloc = ["dep:libmimalloc-sys"]
[lib]
name = "leviath_alloc"
path = "src/lib.rs"
[dependencies.libmimalloc-sys]
version = "0.1"
features = ["extended"]
optional = true
[dev-dependencies.temp-env]
version = "0.3"
[lints.clippy]
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
string_slice = "deny"
[lints.rust]
missing_docs = "warn"