datagram-socket 0.7.0

Utilities for working with datagram sockets
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 = "2021"
name = "datagram-socket"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for working with datagram sockets"
readme = false
keywords = [
    "quic",
    "http3",
]
categories = ["network-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/cloudflare/quiche"

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

[dependencies.buffer-pool]
version = "0.2.1"

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.libc]
version = "0.2.76"
default-features = false

[dependencies.smallvec]
version = "1.10"
default-features = false

[dependencies.tokio]
version = "1.44"
features = [
    "net",
    "rt",
]
default-features = false

[dev-dependencies.tokio]
version = "1.44"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false