protosocket-server 1.0.0-pre.3

Message-oriented nonblocking tcp stream - server tools
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 = "protosocket-server"
version = "1.0.0-pre.3"
authors = ["kvc0"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Message-oriented nonblocking tcp stream - server tools"
readme = "README.md"
keywords = [
    "tcp",
    "protobuf",
    "service",
    "performance",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/kvc0/protosocket"

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

[dependencies.bytes]
version = "1.6"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.protosocket]
version = "1.0.0-pre.0"

[dependencies.socket2]
version = "0.6"
features = ["all"]

[dependencies.spillway]
version = "1.0.0-pre.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.39"
features = [
    "net",
    "rt",
]