nodedb-mem 0.2.1

Global NUMA-aware memory governor preventing subsystem OOM and cache cannibalization
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.94"
name = "nodedb-mem"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Global NUMA-aware memory governor preventing subsystem OOM and cache cannibalization"
homepage = "https://nodedb.dev"
documentation = "https://docs.rs/nodedb-mem"
readme = "README.md"
keywords = [
    "memory",
    "jemalloc",
    "arena",
    "governor",
    "allocator",
]
categories = [
    "memory-management",
    "concurrency",
]
license = "BUSL-1.1"
repository = "https://github.com/NodeDB-Lab/nodedb"
resolver = "2"

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

[dependencies.libc]
version = "0.2"

[dependencies.nodedb-types]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tikv-jemalloc-ctl]
version = "0.6"
features = ["stats"]

[dependencies.tikv-jemallocator]
version = "0.6"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.fluxbench]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]