plato-agent 0.1.0

Plato Agent runtime and CLI built on platonic-core.
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"
name = "plato-agent"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plato Agent runtime and CLI built on platonic-core."
documentation = "https://docs.rs/plato-agent"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/referential-ai/plato-agent"

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

[[bin]]
name = "plato"
path = "src/bin/plato.rs"

[[bin]]
name = "plato-agentd"
path = "src/bin/plato-agentd.rs"

[[bin]]
name = "plato-gateway-discord"
path = "src/bin/plato-gateway-discord.rs"

[[bin]]
name = "plato-tui"
path = "src/bin/plato-tui.rs"

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

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

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.platonic-core]
version = "0.1.0"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.rustix]
version = "1"
features = [
    "event",
    "fs",
    "net",
    "process",
    "time",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.signal-hook]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.url]
version = "2"

[dev-dependencies.temp-env]
version = "0.3"

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

[target."cfg(windows)".dependencies.ctrlc]
version = "=3.5.2"

[target."cfg(windows)".dependencies.interprocess]
version = "=2.4.2"

[target."cfg(windows)".dependencies.widestring]
version = "1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_JobObjects",
    "Win32_System_Pipes",
    "Win32_System_SystemInformation",
    "Win32_System_Threading",
    "Win32_System_WindowsProgramming",
]