msquic-async 0.4.0

MsQuic based quic library that supports async operation
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"
rust-version = "1.83"
name = "msquic-async"
version = "0.4.0"
authors = ["Masahiro Kozuka <masa.koz@outlook.com>"]
build = false
include = [
    "/*.md",
    "/*.toml",
    "/LICENSE",
    "/examples",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MsQuic based quic library that supports async operation"
readme = "README.md"
keywords = [
    "quic",
    "async",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/masa-koz/msquic-async-rs"

[features]
default = [
    "tokio",
    "msquic-2-5",
]
msquic-2-5 = ["msquic-v2-5"]
msquic-2-5-static = ["msquic-v2-5/static"]
msquic-seera = ["seera-msquic"]
msquic-seera-static = ["seera-msquic/static"]

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

[[example]]
name = "client"
path = "examples/client.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[dependencies.bytes]
version = "1.5.0"

[dependencies.futures-io]
version = "0.3.30"

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2.153"

[dependencies.msquic-v2-5]
version = "2.5.1-beta"
features = ["preview-api"]
optional = true
package = "msquic"

[dependencies.rangemap]
version = "1.5.1"

[dependencies.seera-msquic]
version = "2.6.0-beta2"
features = []
optional = true

[dependencies.thiserror]
version = "1.0.57"

[dependencies.tokio]
version = "1.42.0"
features = ["io-util"]
optional = true

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.anyhow]
version = "1.0.80"

[dev-dependencies.argh]
version = "0.1.10"

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

[dev-dependencies.schannel]
version = "0.1.27"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.test-log]
version = "0.2.15"
features = ["trace"]

[dev-dependencies.tokio]
version = "1.42.0"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "macros",
    "sync",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "ansi",
    "env-filter",
    "time",
    "tracing-log",
]
default-features = false