rs_malloc_tracker 1.0.1

Wraps LibC allocation calls to expose Prometheus memory statistics.
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 = "rs_malloc_tracker"
version = "1.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wraps LibC allocation calls to expose Prometheus memory statistics."
homepage = "https://gitlab.com/nathan.monfils/rs-malloc-tracker"
readme = "README.md"
categories = [
    "development-tools::profiling",
    "external-ffi-bindings",
]
license = "MIT"

[features]
default = [
    "usable_size",
    "mmap",
]
mmap = []
usable_size = []

[lib]
name = "rs_malloc_tracker"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.backtrace]
version = "0.3.75"

[dependencies.ctor]
version = "0.5.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.futures]
version = "0.3.31"

[dependencies.libc]
version = "0.2.175"

[dependencies.log]
version = "0.4.28"

[dependencies.no-alloc-channel]
version = "0.1.0"

[dependencies.nodit]
version = "0.9.2"

[dependencies.prometheus]
version = "0.14.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.rustc-hash]
version = "2.1.1"

[dev-dependencies.backtrace]
version = "0.3.75"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"