# 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 = "code-shape" version = "0.2.1" description = "Code-shape is a tool for extracting definitions from source code files" documentation = "https://github.com/ahlinc/code-shape" readme = "README.md" keywords = [ "tree-sitter", "tool", "source", "code", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ahlinc/code-shape" [profile.release] strip = true [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.4" features = [ "cargo", "derive", "env", "string", "unicode", "wrap_help", ] [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"