# 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.65" name = "tree-sitter-unofficial" version = "0.0.1" build = "binding_rust/build.rs" include = [ "/binding_rust/*", "/Cargo.toml", "/include/*", "/src/*.h", "/src/*.c", "/src/unicode/*", ] description = "Rust bindings to the Tree-sitter parsing library (cloned from tree-sitter/tree-sitter)" readme = "binding_rust/README.md" keywords = [ "incremental", "parsing", ] categories = [ "api-bindings", "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/hdthinh1012/tree-sitter" [lib] path = "binding_rust/lib.rs" [dependencies.lazy_static] version = "1.2.0" optional = true [dependencies.regex] version = "1" [build-dependencies.cc] version = "^1.0.58"