# 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 = "syntastica-highlight" version = "0.4.1" authors = ["RubixDev "] description = "Stripped-down and slightly modified fork of tree-sitter-highlight for use by syntastica" documentation = "https://rubixdev.github.io/syntastica/syntastica_highlight/" readme = "README.md" license = "MIT" repository = "https://github.com/RubixDev/syntastica" [dependencies.regex] version = "1.8.2" [dependencies.thiserror] version = "1.0.44" [dependencies.tree-sitter] version = "0.20.10" optional = true [dependencies.tree-sitter-c2rust] version = "0.20.10" optional = true [features] default = ["runtime-c"] runtime-c = ["dep:tree-sitter"] runtime-c2rust = ["dep:tree-sitter-c2rust"]