[dependencies.bytes]
version = "1.11.0"
[dependencies.log]
version = "0.4.28"
[dependencies.sansio]
version = "0.2.0"
[dependencies.sansio-executor]
version = "0.2.0"
[dependencies.sansio-transport]
version = "0.2.0"
[dependencies.tokio]
features = ["net", "time", "io-util", "sync", "macros"]
version = "1.48.0"
[dependencies.wg]
features = ["future"]
version = "0.9.2"
[lib]
name = "sansio_bootstrap"
path = "src/lib.rs"
[package]
authors = ["Rain Liu <y@liu.mx>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "sansio bootstrap for TCP and UDP"
documentation = "https://docs.rs/sansio-bootstrap"
edition = "2024"
homepage = "https://sansio.org"
keywords = ["sansio", "bootstrap"]
license = "MIT/Apache-2.0"
name = "sansio-bootstrap"
readme = false
repository = "https://github.com/sansio-org/sansio"
resolver = "2"
version = "0.2.0"