# 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 = "highlight-ez" version = "0.2.6" description = "Easy Syntax Highlighting with HTML output" readme = "README.md" keywords = [ "graphics", "html", "highlight", ] categories = ["graphics"] license = "MIT-0" repository = "https://github.com/Mordanis/highlight-ez" [dependencies.anyhow] version = "1.0.81" [dependencies.git2] version = "0.18.3" [dependencies.log] version = "0.4.21" [dependencies.thiserror] version = "1.0.58" [dependencies.tree-sitter] version = "0.22.2" [dependencies.tree-sitter-cli] version = "0.22.2" [dependencies.tree-sitter-config] version = "0.22.2" [dependencies.tree-sitter-highlight] version = "0.22.2" [dependencies.tree-sitter-loader] version = "0.22.2" [build-dependencies.cc] version = "1.0.90"