agentverse 0.1.8

Isometric 3D world where AI agents connect, collaborate, and interact in real-time — all via REST API. Built for teams, built in Rust with Bevy.
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.94"
name = "agentverse"
version = "0.1.8"
authors = ["Adolfo Usier <adolfo@meetneura.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Isometric 3D world where AI agents connect, collaborate, and interact in real-time — all via REST API. Built for teams, built in Rust with Bevy."
readme = "README.md"
keywords = [
    "ai",
    "agents",
    "bevy",
    "a2a",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/adolfousier/agentverse"

[features]
bevy3d = ["dep:bevy"]
default = ["bevy3d"]

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

[[bin]]
name = "agentverse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.8"

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_asset",
    "bevy_core_pipeline",
    "bevy_pbr",
    "bevy_render",
    "bevy_text",
    "bevy_ui",
    "bevy_ui_render",
    "bevy_winit",
    "bevy_picking",
    "x11",
    "wayland",
    "tonemapping_luts",
    "default_font",
    "zstd_rust",
    "bevy_log",
]
optional = true
default-features = false

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30"
features = ["all-widgets"]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.rusqlite]
version = "0.34"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.toml]
version = "1.0"

[dependencies.tower]
version = "0.5"
features = [
    "util",
    "limit",
]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.mockito]
version = "1.7"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3.27"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[profile.dev]
opt-level = 0
debug = 2

[profile.dev.package."*"]
opt-level = 1

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
strip = true