symbi-shell 1.14.2

Interactive agent orchestration shell for the Symbi platform
# 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 = "symbi-shell"
version = "1.14.2"
authors = ["Jascha Wanger / ThirdKey.ai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive agent orchestration shell for the Symbi platform"
readme = false
keywords = [
    "tui",
    "shell",
    "agents",
    "orchestration",
    "symbiont",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/thirdkeyai/symbiont"

[[bin]]
name = "symbi-shell"
path = "src/main.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.dsl]
version = "1.14.2"
package = "symbi-dsl"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

[dependencies.repl-core]
version = "1.14.2"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.symbi-runtime]
version = "1.14.2"
features = [
    "http-input",
    "cloud-llm",
]

[dependencies.tempfile]
version = "3"

[dependencies.throbber-widgets-tui]
version = "0.11"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.20"

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

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