nnrp-runtime 1.0.0-preview.4.5

Transport-neutral NNRP client/server session runtime over framed async transport slots.
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.82"
name = "nnrp-runtime"
version = "1.0.0-preview.4.5"
authors = ["NagareWorks"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-neutral NNRP client/server session runtime over framed async transport slots."
homepage = "https://nagareworks.github.io/nnrp-doc/"
documentation = "https://docs.rs/nnrp-runtime"
readme = "README.md"
keywords = [
    "nnrp",
    "ai",
    "runtime",
    "protocol",
    "streaming",
]
categories = [
    "network-programming",
    "asynchronous",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/NagareWorks/nnrp-rs"

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

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

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

[dependencies.nnrp-core]
version = "1.0.0-preview.4.5"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]