spargio-protocols 0.4.2

Protocol integration companion crate for spargio (tls/ws/quic)
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"
name = "spargio-protocols"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol integration companion crate for spargio (tls/ws/quic)"
readme = false
license = "MIT"
repository = "https://github.com/soumyarupsarkar/spargio"
resolver = "2"

[features]
default = []
uring-native = ["spargio/uring-native"]

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

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

[[test]]
name = "foundation_tdd"
path = "tests/foundation_tdd.rs"

[dependencies.futures]
version = "0.3"

[dependencies.spargio]
version = "0.4.2"

[dev-dependencies]