[[bin]]
name = "agent-tk-delegation-server"
path = "src/bin/agent-tk-delegation-server.rs"
required-features = ["for_delegation_server"]
[dependencies.async-broadcast]
version = "0.7"
[dependencies.bytes]
version = "1"
[dependencies.ccutils]
features = ["futures", "sync", "static_asserts", "log"]
version = "0.4"
[dependencies.ciborium]
version = "0.2"
[dependencies.colog]
optional = true
version = "1.4"
[dependencies.dyn-clone]
version = "1"
[dependencies.enum_dispatch]
version = "0.3"
[dependencies.futures]
features = ["thread-pool"]
version = "0.3"
[dependencies.geo]
version = "0.32"
[dependencies.hex]
version = "0.4"
[dependencies.indexmap]
version = "2"
[dependencies.log]
version = "0.4"
[dependencies.mqtt-channel]
features = ["json"]
optional = true
version = "0.3"
[dependencies.mqtt-service]
features = ["json", "async_service"]
optional = true
version = "0.7"
[dependencies.num-traits]
version = "0.2"
[dependencies.owning_ref]
version = "0.4"
[dependencies.proj4rs]
version = "0.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_with]
version = "3"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
features = ["v4"]
version = "1"
[dependencies.yaaral]
features = ["compat", "time"]
version = "0.5"
[features]
all = ["default", "mqtt", "for_delegation_server"]
bevy_runtime = ["yaaral/bevy_runtime"]
default = ["futures_runtime"]
for_delegation_server = ["dep:mqtt-service", "mqtt", "dep:colog"]
futures_runtime = ["yaaral/futures_runtime"]
kdb = []
mqtt = ["dep:mqtt-channel", "dep:mqtt-service"]
tokio_runtime = ["yaaral/tokio_runtime"]
[lib]
name = "agent_tk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "`agent-tk` (`agent toolkit/tasks-knowledge`) is a crate for the development of autonomous agents using Rust, with an emphasis on tasks and knowledge based agents. This project is part of the [auKsys](http://auksys.org) project."
edition = "2024"
homepage = "https://auksys.org"
license = "MIT"
name = "agent-tk"
readme = "README.MD"
repository = "https://gitlab.com/auksys/agent_tk"
resolver = "2"
version = "0.4.0"