agent-office 0.1.13

A Rust-based multi-agent system with graph-structured data storage, mail system, and Zettelkasten-style knowledge base
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.85.0"
name = "agent-office"
version = "0.1.13"
authors = ["Steve Yegge"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based multi-agent system with graph-structured data storage, mail system, and Zettelkasten-style knowledge base"
readme = "README.md"
keywords = [
    "agent",
    "multi-agent",
    "graph",
    "mail",
    "knowledge-base",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/steveyegge/agent-office"

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

[[bin]]
name = "agent-office"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.async-trait]
version = "0.1.86"

[dependencies.axum]
version = "0.8.8"
features = [
    "tokio",
    "macros",
]

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

[dependencies.clap]
version = "4.5.28"
features = ["derive"]

[dependencies.dotenvy]
version = "0.15.7"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.sqlx]
version = "0.8.3"
features = [
    "runtime-tokio",
    "postgres",
    "uuid",
    "chrono",
    "json",
]

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "fs",
    "cors",
]

[dependencies.uuid]
version = "1.13.1"
features = [
    "v4",
    "serde",
    "v5",
]

[dev-dependencies.tokio-test]
version = "0.4.4"