metrique-core 0.1.21

Library for wide event metrics - core traits
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.89"
name = "metrique-core"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for wide event metrics - core traits"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/awslabs/metrique"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

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

[dependencies.itertools]
version = "0.14"
default-features = false

[dependencies.metrique-writer-core]
version = "0.1"
features = ["serde"]
default-features = false

[dev-dependencies.metrique]
version = "0.1"
features = ["service-metrics"]
default-features = false

[dev-dependencies.metrique-writer]
version = "0.1"
features = [
    "background-queue",
    "tracing-subscriber-03",
    "metrics-rs-024",
]
default-features = false