metrics 0.24.4

A lightweight metrics facade.
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 = "2018"
rust-version = "1.71.1"
name = "metrics"
version = "0.24.4"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight metrics facade."
homepage = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics"
readme = "README.md"
keywords = [
    "metrics",
    "facade",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/metrics-rs/metrics"
resolver = "2"

[lib]
name = "metrics"
path = "src/lib.rs"
bench = false

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

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

[[test]]
name = "macros"
path = "tests/macros.rs"

[[bench]]
name = "macros"
path = "benches/macros.rs"
harness = false

[dependencies.rapidhash]
version = "4.4.1"
default-features = false

[dev-dependencies.criterion]
version = "0.7"
default-features = false

[dev-dependencies.log]
version = "0.4"
default-features = false

[dev-dependencies.rand]
version = "0.9"
features = ["thread_rng"]
default-features = false

[dev-dependencies.trybuild]
version = "1"
default-features = false

[target.'cfg(target_pointer_width = "32")'.dependencies.portable-atomic]
version = "1"
features = ["fallback"]
default-features = false