ts-pack-cli 1.4.1

CLI tool for tree-sitter language pack - manage parser downloads and run code intelligence
# 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 = "ts-pack-cli"
version = "1.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for tree-sitter language pack - manage parser downloads and run code intelligence"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kreuzberg-dev/tree-sitter-language-pack"
resolver = "2"

[[bin]]
name = "ts-pack"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4"

[dependencies.serde_json]
version = "1"

[dependencies.tree-sitter-language-pack]
version = "1.4.1"
features = [
    "download",
    "config",
    "serde",
]