bitena 0.1.1

Simple lock-free Thread-safe Bump Arena for extemely fast memory allocations
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"
name = "bitena"
version = "0.1.1"
authors = ["rustkin"]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple lock-free Thread-safe Bump Arena for extemely fast memory allocations"
documentation = "https://docs.rs/bitena"
readme = "README.md"
keywords = [
    "allocator",
    "arena",
    "bump",
    "slab",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/rustkins/bitena"

[package.metadata]
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
exclude = [
    "*.md",
    "dev/**",
    "expand.rs",
    "target/**",
]

[lib]
name = "bitena"
path = "src/lib.rs"
doctest = true

[dependencies]

[dev-dependencies.sysinfo]
version = "0.38.2"

[profile.release]
lto = "thin"
codegen-units = 1