ktsctl 3.1.2

CLI controler of kak-tree-sitter
# 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"
rust-version = "1.88.0"
name = "ktsctl"
version = "3.1.2"
authors = ["Dimitri Sabadie <hadronized@strongly-typed-thoughts.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI controler of kak-tree-sitter"
homepage = "https://sr.ht/~hadronized/kak-tree-sitter/"
readme = "README.md"
keywords = [
    "tree-sitter",
    "kakoune",
]
categories = ["text-editors"]
license = "BSD-3-Clause"
repository = "https://sr.ht/~hadronized/kak-tree-sitter"
resolver = "2"

[features]
trace = []

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

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

[dependencies.colored]
version = "3.0"

[dependencies.dirs]
version = "6.0"

[dependencies.kak-tree-sitter-config]
version = ">=3.0, < 5.0"

[dependencies.log]
version = "0.4"

[dependencies.simple_logger]
version = "5"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.unicode-segmentation]
version = "1.11"