ctxctl 0.1.3

Pure CLI, zero-MCP, stateless context layer for AI 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 = "2024"
name = "ctxctl"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure CLI, zero-MCP, stateless context layer for AI coding agents."
homepage = "https://ctxctl.xuepoo.xyz"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Xuepoo/ctxctl-cli"
resolver = "2"

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

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

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

[dependencies.ctx-exec]
version = "0.1.3"

[dependencies.ctx-symbol]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.shell-words]
version = "1"

[dependencies.toml]
version = "1.1"