peeker 1.2.0

A library and CLI tool for extracting code structure using Tree-sitter
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 = "peeker"
version = "1.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library and CLI tool for extracting code structure using Tree-sitter"
readme = "README.md"
keywords = [
    "tree-sitter",
    "parser",
    "code-analysis",
    "ast",
    "library",
]
categories = [
    "development-tools",
    "parsing",
]
license = "MIT"
repository = "https://github.com/xandwr/peeker"

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.termimad]
version = "0.34.1"

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

[dependencies.tree-sitter-c]
version = "0.24.1"

[dependencies.tree-sitter-cpp]
version = "0.23"

[dependencies.tree-sitter-go]
version = "0.25.0"

[dependencies.tree-sitter-java]
version = "0.23"

[dependencies.tree-sitter-javascript]
version = "0.25.0"

[dependencies.tree-sitter-python]
version = "0.25.0"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"