neuron-runtime 0.3.0

Production runtime for AI agents — sessions, sub-agents, input/output guardrails, permission policies, and durable execution
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.90"
name = "neuron-runtime"
version = "0.3.0"
build = false
exclude = ["CLAUDE.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production runtime for AI agents — sessions, sub-agents, input/output guardrails, permission policies, and durable execution"
homepage = "https://github.com/secbear/neuron"
documentation = "https://docs.rs/neuron-runtime"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "agent",
    "guardrails",
    "sessions",
]
categories = [
    "science",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/secbear/neuron"

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

[[example]]
name = "full_production"
path = "examples/full_production.rs"

[[example]]
name = "guardrails"
path = "examples/guardrails.rs"

[[example]]
name = "local_durable"
path = "examples/local_durable.rs"

[[example]]
name = "sessions"
path = "examples/sessions.rs"

[[example]]
name = "tracing_hook"
path = "examples/tracing_hook.rs"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.neuron-tool]
version = "0.3.0"

[dependencies.neuron-types]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "fs",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.neuron-context]
version = "0.3.0"

[dev-dependencies.neuron-loop]
version = "0.3.0"

[dev-dependencies.schemars]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.thiserror]
version = "2"

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

[dev-dependencies.tokio-util]
version = "0.7"

[dev-dependencies.tracing-subscriber]
version = "0.3"