metricus_allocator 0.0.16

Low latency metrics 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 = "2024"
rust-version = "1.85.1"
name = "metricus_allocator"
version = "0.0.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low latency metrics framework."
documentation = "https://docs.rs/metricus"
readme = "README.md"
keywords = [
    "metrics",
    "histogram",
    "counter",
    "rdtsc",
    "line-protocol",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/HaveFunTrading/metricus"

[features]
default = []
jemalloc = ["dep:jemallocator"]
mimalloc = ["dep:mimalloc"]

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

[[example]]
name = "background_thread"
path = "examples/background_thread.rs"

[dependencies.jemallocator]
version = "0.5"
optional = true

[dependencies.metricus]
version = "0.0.16"

[dependencies.mimalloc]
version = "0.1"
optional = true