bctx 0.1.9

bctx CLI — intercept CLI commands and compress output for LLM coding agents
# 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 = "bctx"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bctx CLI — intercept CLI commands and compress output for LLM coding agents"
homepage = "https://betterctx.com"
readme = false
keywords = [
    "mcp",
    "llm",
    "tokens",
    "compression",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "LicenseRef-Proprietary"
repository = "https://github.com/better-ctx-org/better-ctx"

[features]
default = []
embeddings = ["atlas/embeddings"]

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

[dependencies.anyhow]
version = "1"

[dependencies.atlas]
version = "0.1.4"
package = "bctx-atlas"

[dependencies.blake3]
version = "1"

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

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

[dependencies.cloud]
version = "0.1.4"
features = ["cloud-server"]
package = "bctx-cloud-core"

[dependencies.conductor]
version = "0.1.4"
package = "bctx-conductor"

[dependencies.crossterm]
version = "0.28"

[dependencies.forge]
version = "0.1.4"
package = "bctx-forge"

[dependencies.nexus]
version = "0.1.4"
package = "bctx-nexus"

[dependencies.open]
version = "5"

[dependencies.prism]
version = "0.1.4"
package = "bctx-prism"

[dependencies.ratatui]
version = "0.28"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.vault]
version = "0.1.4"
package = "bctx-vault"

[dependencies.weave]
version = "0.1.4"
package = "bctx-weave"

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