qevent 0.5.0

qlog implementation
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.88.0"
name = "qevent"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "qlog implementation"
readme = "README.md"
keywords = [
    "async",
    "quic",
    "http3",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/genmeta/dquic"
resolver = "2"

[features]
raw_data = []
telemetry = []

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

[dependencies.bytes]
version = "1"

[dependencies.derive_builder]
version = "0.20"

[dependencies.derive_more]
version = "2"
features = [
    "from",
    "into",
    "display",
]

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.qbase]
version = "0.5.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"
features = ["hex"]

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "rt",
    "sync",
    "io-std",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "io-std",
]