moq-stats 0.1.5

Publish and consume MoQ traffic stats: drains a moq-net counter registry into JSON tracks, plain and compressed.
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.91"
name = "moq-stats"
version = "0.1.5"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Publish and consume MoQ traffic stats: drains a moq-net counter registry into JSON tracks, plain and compressed."
readme = false
keywords = [
    "quic",
    "http3",
    "webtransport",
    "stats",
    "live",
]
categories = [
    "multimedia",
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"

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

[dependencies.moq-json]
version = "0.3.4"

[dependencies.moq-net]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.web-async]
version = "0.1.5"
features = ["tracing"]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt",
    "test-util",
    "time",
]