# 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 = "kak-tree-sitter-config" version = "2.2.0" authors = ["Dimitri Sabadie "] description = "Server between Kakoune and tree-sitter; configuration layer" 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.dirs] version = "5.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.60" [dependencies.toml] version = "0.8.12"