rttp 1.2.1-Alpha

RTTP: Stateful Semantic Multicast & Pulse-Frame Transport Protocol [RFC-002]. The Nerve Layer. (Ghost Stub)
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"
rust-version = "1.75.0"
name = "rttp"
version = "1.2.1-Alpha"
authors = ["Aicent Stack Technical Committee <lee@Aicent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTTP: Stateful Semantic Multicast & Pulse-Frame Transport Protocol [RFC-002]. The Nerve Layer. (Ghost Stub)"
homepage = "http://rttp.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Aicent-Stack/rttp"

[features]
default = ["std"]
std = ["epoekie/std"]

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

[dependencies.bytes]
version = "1.5"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.epoekie]
version = "1.2.1-Alpha"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

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