ochna 0.3.1

A structural code graph indexing and analysis CLI using Tree-sitter and SQLite
# 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 = "ochna"
version = "0.3.1"
build = false
exclude = [
    "/clones",
    "/java_mock_test",
    "/.ochna",
    "/.github",
    "/flake.lock",
    "/flake.nix",
    "/Makefile",
    "/pyproject.toml",
    "/scripts/*.py",
    "/.python-version",
    "/uv.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A structural code graph indexing and analysis CLI using Tree-sitter and SQLite"
homepage = "https://github.com/azusachino/ochna"
readme = "README.md"
keywords = [
    "codebase",
    "tree-sitter",
    "ast",
    "sqlite",
    "graph",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/azusachino/ochna"

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

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

[dependencies.rayon]
version = "1"

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

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

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

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

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

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

[dependencies.tree-sitter-zig]
version = "1.1"