# 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 = "tree-sitter-installer" version = "0.2.0" authors = ["Tom Selfin selfint@gmail.com"] description = "A tool to install tree-sitter parsers at runtime" readme = "README.md" keywords = [ "tree-sitter", "installer", "runtime", ] categories = [ "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/selfint/code-blocks" resolver = "1" [dependencies.anyhow] version = "1.0.69" [dependencies.libloading] version = "0.7.4" [dependencies.tree-sitter] version = "0.20.9" [dev-dependencies.insta] version = "1.28.0" [dev-dependencies.tempfile] version = "3.4.0"