topo-cli 0.1.2

CLI interface for Topo codebase indexer
# 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 = "topo-cli"
version = "0.1.2"
authors = ["Fazal Khan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for Topo codebase indexer"
readme = false
license = "MIT"
repository = "https://github.com/demwunz/topo"
resolver = "2"

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

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

[[bench]]
name = "pipeline"
path = "benches/pipeline.rs"
harness = false

[dependencies.anyhow]
version = "1"

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

[dependencies.rmcp]
version = "0.15"
features = [
    "server",
    "transport-io",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "io-std",
    "io-util",
]

[dependencies.topo-core]
version = "0.1.2"

[dependencies.topo-index]
version = "0.1.2"

[dependencies.topo-render]
version = "0.1.2"

[dependencies.topo-scanner]
version = "0.1.2"

[dependencies.topo-score]
version = "0.1.2"

[dependencies.topo-treesit]
version = "0.1.2"

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.topo-core]
version = "0.1.2"

[dev-dependencies.topo-render]
version = "0.1.2"

[dev-dependencies.topo-scanner]
version = "0.1.2"

[dev-dependencies.topo-score]
version = "0.1.2"