codeskeleton 0.1.2

Turn any folder of code into a queryable knowledge graph. Single binary, zero runtime dependencies, blazing fast.
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 = "codeskeleton"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Turn any folder of code into a queryable knowledge graph. Single binary, zero runtime dependencies, blazing fast."
readme = "README.md"
keywords = [
    "knowledge-graph",
    "code-analysis",
    "tree-sitter",
    "graph",
    "ast",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/DhanushNehru/codeskeleton"

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

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

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

[dependencies.colored]
version = "2"

[dependencies.ignore]
version = "0.4"

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.petgraph]
version = "0.6"

[dependencies.rayon]
version = "1"

[dependencies.rfd]
version = "0.14"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

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

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

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

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

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

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

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

[profile.release]
opt-level = 3
lto = true
strip = true