noxy-sdk 2.0.0

Decision Layer SDK for AI agents. Encrypted actionable decisions over gRPC.
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 = "noxy-sdk"
version = "2.0.0"
authors = ["Noxy Network"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decision Layer SDK for AI agents. Encrypted actionable decisions over gRPC."
readme = "README.md"
keywords = [
    "noxy",
    "ai-agents",
    "web3",
    "post-quantum",
    "grpc",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/noxy-network/rust-sdk"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.bytes]
version = "1"

[dependencies.hkdf]
version = "0.12"

[dependencies.http]
version = "0.2"

[dependencies.pqcrypto-kyber]
version = "0.8"

[dependencies.pqcrypto-traits]
version = "0.3"

[dependencies.prost]
version = "0.13"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tonic]
version = "0.12"
features = [
    "tls",
    "tls-roots",
]

[dependencies.tower]
version = "0.5"
features = ["timeout"]

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tonic-build]
version = "0.12"