# 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 = "jellybean-tree-sitter" version = "0.20.14" authors = ["Max Brunsfeld "] 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" readme = "binding_rust/README.md" keywords = [ "incremental", "parsing", ] categories = [ "api-bindings", "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/tree-sitter/tree-sitter" [lib] path = "binding_rust/lib.rs" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_regex] version = "1.1" optional = true [build-dependencies.bindgen] version = "^0.66.1" optional = true [build-dependencies.cc] version = "^1.0.79" [features] serde = [ "dep:serde", "serde_regex", ]