volans-plaintext 0.2.0

Plaintext transport for volans
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"
rust-version = "1.88.0"
name = "volans-plaintext"
version = "0.2.0"
authors = ["Cariers Kim <cariers.kim@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plaintext transport for volans"
readme = false
keywords = [
    "volans",
    "networking",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/cariers/volans"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1"

[dependencies.volans-core]
version = "0.2.0"