kaneru 0.6.3

Kaneru: Unified Multi-Agent Execution System for AIngle AI agents
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.83"
name = "kaneru"
version = "0.6.3"
authors = ["Apilium Technologies <hello@apilium.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kaneru: Unified Multi-Agent Execution System for AIngle AI agents"
homepage = "https://apilium.com"
documentation = "https://docs.rs/kaneru"
readme = "README.md"
keywords = [
    "aingle",
    "ai",
    "agents",
    "rl",
    "iot",
]
categories = [
    "science",
    "network-programming",
]
license = "Apache-2.0 OR LicenseRef-Commercial"
repository = "https://github.com/ApiliumCode/aingle"

[features]
async = []
default = ["std"]
learning = []
memory = ["ineru"]
std = []

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

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

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

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

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

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

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

[[bench]]
name = "agent_bench"
path = "benches/agent_bench.rs"
harness = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.ineru]
version = "0.6"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"
features = [
    "std",
    "thread_rng",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"