rumtk-arena 0.2.3

Arena/Bump allocator library to support performance critical portions of the rumtk framework.
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 = "2021"
rust-version = "1.81.0"
name = "rumtk-arena"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arena/Bump allocator library to support performance critical portions of the rumtk framework."
homepage = "https://github.com/luissantosHCIT/rumtk/tree/main/toolkit/rumtk-arena"
documentation = "https://docs.rs/rumtk-arena"
readme = "README.md"
keywords = [
    "rumtk",
    "healthcare",
    "allocators",
    "arena",
    "bump",
]
categories = [
    "parsing",
    "science",
    "parser-implementations",
]
license = "LGPL-3.0"
repository = "https://github.com/luissantosHCIT/rumtk"

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

[dependencies.memmap2]
version = "0.9.10"