moq-lite 0.15.13

Media over QUIC - Transport (Lite)
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"
name = "moq-lite"
version = "0.15.13"
authors = ["Luke Curley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Media over QUIC - Transport (Lite)"
readme = "README.md"
keywords = [
    "quic",
    "http3",
    "webtransport",
    "media",
    "live",
]
categories = [
    "multimedia",
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"

[features]
serde = ["dep:serde"]

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

[dependencies.bytes]
version = "1"

[dependencies.conducer]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.num_enum]
version = "0.7"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.web-transport-trait]
version = "0.3.4"