ast-bro 2.2.0

Fast, AST-based code-navigation: shape, public API, deps & call graphs, hybrid semantic search, structural rewrite. MCP server included.
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 = "2021"
name = "ast-bro"
version = "2.2.0"
authors = ["Aero <aero.windwalker@gmail.com>"]
build = false
include = [
    "src/**/*",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, AST-based code-navigation: shape, public API, deps & call graphs, hybrid semantic search, structural rewrite. MCP server included."
readme = "README.md"
keywords = [
    "ast",
    "tree-sitter",
    "mcp",
    "refactoring",
    "code-search",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/aeroxy/ast-bro"

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

[[bin]]
name = "ast-bro"
path = "src/main.rs"

[[bin]]
name = "ast-outline"
path = "src/bin/ast-outline.rs"

[[bin]]
name = "sb"
path = "src/bin/sb.rs"

[dependencies.ast-grep-core]
version = "0.42.1"

[dependencies.ast-grep-language]
version = "0.42.1"

[dependencies.bincode]
version = "2"
features = ["serde"]

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

[dependencies.colored]
version = "3.1.1"

[dependencies.dirs]
version = "5"

[dependencies.fs2]
version = "0.4"

[dependencies.ignore]
version = "0.4.22"

[dependencies.memmap2]
version = "0.9"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

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

[dependencies.safetensors]
version = "0.6"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.tokenizers]
version = "0.21"
features = ["onig"]
default-features = false

[dependencies.toml_edit]
version = "0.22"

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

[dependencies.tree-sitter-md]
version = "0.5.3"

[dependencies.wide]
version = "0.7"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

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