# 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" name = "agent-tk" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = 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." homepage = "https://auksys.org" readme = "README.MD" license = "MIT" repository = "https://gitlab.com/auksys/agent_tk" [lib] name = "agent_tk" path = "src/lib.rs" [[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.x" [dependencies.async-std] version = "1.12.0" features = [ "std", "unstable", ] default-features = false [dependencies.bytes] version = "1" [dependencies.ciborium] version = "0.2" [dependencies.colog] version = "1.3" optional = true [dependencies.dyn-clone] version = "1" [dependencies.enum_dispatch] version = "0.3" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.geo] version = "0.28" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "2" [dependencies.log] version = "0.4" [dependencies.mqtt-channel] version = "0.2" features = ["json"] optional = true [dependencies.mqtt-service] version = "0.5" features = ["json"] optional = true [dependencies.num-traits] version = "0.2.19" [dependencies.owning_ref] version = "0.4.x" [dependencies.proj4rs] version = "0.1.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.serde_with] version = "3.9.0" [dependencies.thiserror] version = "1.0.63" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.yaaral] version = ">=0.1.1" default-features = false [features] all = [ "default", "mqtt", "for_delegation_server", ] default = ["futures_executor"] for_delegation_server = [ "dep:mqtt-service", "mqtt", "dep:colog", ] futures_executor = ["yaaral/futures_executor"] mqtt = [ "dep:mqtt-channel", "dep:mqtt-service", "tokio", ] tokio = ["yaaral/tokio"]