# 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" name = "treelight" version = "0.3.2" authors = ["Edgar "] include = [ "/languages/tree-sitter-*/grammar.js", "/languages/tree-sitter-*/queries", "/languages/tree-sitter-*/src", "/languages/tree-sitter-typescript/typescript/grammar.js", "/languages/tree-sitter-typescript/typescript/src", "/languages/tree-sitter-typescript/tsx/grammar.js", "/languages/tree-sitter-typescript/tsx/src", "/languages/tree-sitter-typescript/common", "/src", ] description = "A syntax highlighter for the web using tree-sitter." documentation = "https://docs.rs/treelight" readme = "README.md" keywords = [ "tree-sitter", "highlight", "syntax", "web", "highlighting", ] license = "MIT" repository = "https://github.com/edg-l/treelight" [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-highlight] version = "0.20.1" [dependencies.v_htmlescape] version = "0.15.8" [build-dependencies.cc] version = "1.0.73"