[dependencies.anyhow]
version = "1.0.70"
[dependencies.clap]
features = ["cargo", "derive", "env", "string", "unicode", "wrap_help"]
version = "4.2.4"
[dependencies.dirs]
version = "5.0.0"
[dependencies.rust-embed]
version = "6.6.1"
[dependencies.tree-sitter]
version = "0.20.10"
[dependencies.tree-sitter-config]
version = "0.19.0"
[dependencies.tree-sitter-loader]
version = "0.20.0"
[package]
description = "Code-shape is a tool for extracting definitions from source code files"
documentation = "https://github.com/ahlinc/code-shape"
edition = "2021"
keywords = ["tree-sitter", "tool", "source", "code"]
license = "MIT OR Apache-2.0"
name = "code-shape"
readme = "README.md"
repository = "https://github.com/ahlinc/code-shape"
version = "0.2.1"
[profile.release]
strip = true