# 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.59" name = "zee-highlight" version = "0.3.0" authors = ["Marius Cobzarenco "] description = "Utility for highlighting source code with CSS-like rules used by zee" homepage = "https://github.com/mcobzarenco/zee/tree/master/highlight" license = "Apache-2.0" [dependencies.fnv] version = "1.0.7" [dependencies.log] version = "0.4.16" [dependencies.maplit] version = "1.0.2" [dependencies.nom] version = "5.1.2" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_regex] version = "1.1.0" [dependencies.smallvec] version = "1.8.0" features = ["serde"] [dependencies.tree-sitter] version = "0.20.6"