tsift-cli 0.1.64

CLI dispatch layer for tsift — clap types, command handlers, and output formatting
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 = "tsift-cli"
version = "0.1.64"
authors = ["Brian Takita <brian.takita@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI dispatch layer for tsift — clap types, command handlers, and output formatting"
readme = "README.md"
keywords = [
    "agent",
    "search",
    "rag",
    "cli",
    "context",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/btakita/tsift"

[features]
backend-surrealdb = ["dep:tsift-surrealdb"]

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

[[bin]]
name = "tsift-cli"
path = "src/main.rs"

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

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

[dependencies.flate2]
version = "1"

[dependencies.fs4]
version = "0.13"

[dependencies.ignore]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tagpath]
version = "0.11.1"
features = [
    "lang-rust",
    "lang-python",
    "lang-javascript",
    "lang-typescript",
]
default-features = false

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

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

[dependencies.tsift-agent-doc]
version = "0.1.64"

[dependencies.tsift-algorithms]
version = "0.1.64"

[dependencies.tsift-core]
version = "0.1.64"

[dependencies.tsift-digest]
version = "0.1.64"

[dependencies.tsift-graph]
version = "0.1.64"

[dependencies.tsift-index]
version = "0.1.64"

[dependencies.tsift-memory]
version = "0.1.64"

[dependencies.tsift-quality]
version = "0.1.64"

[dependencies.tsift-resolution]
version = "0.1.64"

[dependencies.tsift-search]
version = "0.1.64"

[dependencies.tsift-sqlite]
version = "0.1.64"

[dependencies.tsift-status]
version = "0.1.64"

[dependencies.tsift-summarize]
version = "0.1.64"

[dependencies.tsift-surrealdb]
version = "0.1.64"
optional = true

[dependencies.tsift-tokensave]
version = "0.1.64"

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

[dev-dependencies.fs4]
version = "0.13"

[dev-dependencies.rusqlite]
version = "0.34"
features = ["bundled"]

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