[dependencies.async-broadcast]
version = "0.7.1"
[dependencies.async-std]
default-features = false
features = ["std", "unstable"]
version = "1.12.0"
[dependencies.bytes]
version = "1.x.x"
[dependencies.ciborium]
version = "0.2.2"
[dependencies.dyn-clone]
version = "1.0.17"
[dependencies.enum_dispatch]
version = "0.3.13"
[dependencies.futures]
features = ["thread-pool"]
version = "0.3.30"
[dependencies.geo]
version = "0.28.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.indexmap]
version = "2.2.6"
[dependencies.log]
version = "0.4.22"
[dependencies.num-traits]
version = "0.2.19"
[dependencies.owning_ref]
version = "0.4.x"
[dependencies.rumqttc]
optional = true
version = "0.24.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.120"
[dependencies.serde_with]
version = "3.9.0"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.uuid]
features = ["v4"]
version = "1.10.0"
[dependencies.yaaral]
version = "0.1.0"
[features]
all = ["default", "mqtt"]
default = ["mqtt"]
futures_executor = ["yaaral/futures_executor"]
mqtt = ["dep:rumqttc", "tokio"]
tokio = ["yaaral/tokio"]
[lib]
name = "agent_tk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = 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 = "2021"
homepage = "https://auksys.org"
license = "MIT"
name = "agent-tk"
readme = "README.MD"
repository = "https://gitlab.com/auksys/agent_tk"
version = "0.1.0"