anchal 0.1.1

A protocol-agnostic transport layer for Rust
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 = "anchal"
version = "0.1.1"
authors = ["Shivank Anchal <anchalshivank99@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A protocol-agnostic transport layer for Rust"
documentation = "https://docs.rs/anchal"
readme = false
keywords = [
    "networking",
    "transport",
    "protocol-agnostic",
]
license = "Apache-2.0"
repository = "https://github.com/anchalshivank/anchal"

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1.83"

[dependencies.quinn]
version = "0.11.5"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
version = "1.41.1"
features = ["full"]