nnrp-core 1.0.0-preview.3.2

Canonical NNRP wire codecs, protocol validation, state machines, and preview3 core types.
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-core"
version = "1.0.0-preview.3.2"
authors = ["NagareWorks"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical NNRP wire codecs, protocol validation, state machines, and preview3 core types."
homepage = "https://nagareworks.github.io/nnrp-doc/"
documentation = "https://docs.rs/nnrp-core"
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_core"
path = "src/lib.rs"

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

[dependencies.thiserror]
version = "2.0"