kevy-alloc 6.2.0

Per-shard, mmap-backed, header-free allocator: graded size classes, span ownership, thread-local caching, and exact six-term memory accounting.
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.0"
name = "kevy-alloc"
version = "6.2.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Per-shard, mmap-backed, header-free allocator: graded size classes, span ownership, thread-local caching, and exact six-term memory accounting."
homepage = "https://github.com/goliajp/kevy"
documentation = "https://docs.rs/kevy-alloc"
readme = "README.md"
keywords = [
    "allocator",
    "mmap",
    "memory",
    "no-std",
    "kevy",
]
categories = [
    "memory-management",
    "no-std",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/kevy"

[features]
default = []
global = []

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

[[test]]
name = "global_alloc"
path = "tests/global_alloc.rs"
required-features = ["global"]

[dependencies]

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
missing_errors_doc = "allow"
must_use_candidate = "allow"

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

[lints.rust]
warnings = "deny"