telekinesis 0.2.13

AI coding agent TUI — rx4 harness + crepuscularity-tui, pi-first UX
# 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 = "telekinesis"
version = "0.2.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI coding agent TUI — rx4 harness + crepuscularity-tui, pi-first UX"
homepage = "https://github.com/semitechnological/telekinesis"
readme = false
keywords = [
    "ai",
    "agent",
    "cli",
    "tui",
    "coding",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/semitechnological/telekinesis"

[features]
default = ["pi-compat"]
pi-compat = ["dep:serde_yaml"]
pi-extensions = [
    "pi-compat",
    "dep:rquickjs",
    "dep:regex",
]

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crepuscularity-tui]
version = "0.4.22"

[dependencies.crossterm]
version = "0.28"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"
optional = true

[dependencies.rquickjs]
version = "0.7"
features = [
    "loader",
    "allocator",
    "parallel",
]
optional = true

[dependencies.rs_ai_oauth]
version = "0.2"

[dependencies.rx4]
version = "0.4.1"
features = [
    "providers",
    "builtin-tools",
    "computer-use",
    "skills",
    "graph-memory",
    "mcp",
    "ipc",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "process",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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