webtrans-trait 0.5.0

Async WebTransport trait for webtrans transports.
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 = "webtrans-trait"
version = "0.5.0"
authors = ["shellrow <shellrow@foctal.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async WebTransport trait for webtrans transports."
readme = "README.md"
keywords = [
    "network",
    "webtransport",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/foctal/webtrans"
resolver = "2"

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

[dependencies.bytes]
version = "1"

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