leviath-alloc 0.3.9

Allocator tuning for the leviath binary: one audited mimalloc option call
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.97"
name = "leviath-alloc"
version = "0.3.9"
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"