# 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" rust-version = "1.70.0" name = "ktsctl" version = "1.1.1" authors = ["Dimitri Sabadie "] description = "CLI controler of kak-tree-sitter" homepage = "https://git.sr.ht/~hadronized/kak-tree-sitter" readme = "README.md" keywords = [ "tree-sitter", "kakoune", ] categories = ["text-editors"] license = "BSD-3-Clause" repository = "https://git.sr.ht/~hadronized/kak-tree-sitter" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.dirs] version = "5.0" [dependencies.kak-tree-sitter-config] version = "2.0.0-dev" [dependencies.log] version = "0.4" [dependencies.simple_logger] version = "5" [dependencies.thiserror] version = "1.0" [dependencies.unicode-segmentation] version = "1.11"