[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"