alloc_tracker 0.5.13

Memory allocation tracking utilities for benchmarks and performance analysis
Documentation
[package]
name = "alloc_tracker"
description = "Memory allocation tracking utilities for benchmarks and performance analysis"
publish = true
version = "0.5.13"

authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[package.metadata.cargo-udeps.ignore]
# Depends on enabled features and dev-dependencies cannot be optional.
development = ["serial_test"]

[features]
default = []
panic_on_next_alloc = []

[dependencies]

[dev-dependencies]
criterion = { workspace = true }
mutants = { workspace = true }
serial_test = { workspace = true }
static_assertions = { workspace = true }

[[bench]]
name = "alloc_tracker_bench_example"
harness = false

[[bench]]
name = "tracking_overhead"
harness = false

[lints]
workspace = true