# 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 = "2018" rust-version = "1.65" name = "jellybean-tree-sitter-highlight" version = "0.20.14" authors = [ "Max Brunsfeld ", "Tim Clem ", ] description = "Library for performing syntax highlighting with Tree-sitter" readme = "README.md" keywords = [ "incremental", "parsing", "syntax", "highlighting", ] categories = [ "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/tree-sitter/tree-sitter" resolver = "2" [lib] crate-type = [ "lib", "staticlib", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.43" [dependencies.tree-sitter] version = "0.20" package = "jellybean-tree-sitter" [features] serde = [ "dep:serde", "tree-sitter/serde", ]