nexara-core 0.1.1

Core types, policy, registry, broker, and audit schema for Nexara
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 = "2024"
rust-version = "1.85"
name = "nexara-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types, policy, registry, broker, and audit schema for Nexara"
homepage = "https://github.com/deliberium/nexara"
readme = "README.md"
keywords = [
    "agents",
    "tools",
    "policy",
    "capabilities",
    "ai",
]
categories = [
    "api-bindings",
    "authentication",
    "config",
]
license = "MIT"
repository = "https://github.com/deliberium/nexara"

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

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"