# 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 = "hlight" version = "0.0.1" authors = ["Moe "] description = "This library is dedicated to delivering exceptional syntax highlighting capabilities." readme = "Readme.md" keywords = [ "syntax", "highlighting", ] categories = ["text-processing"] license = "Apache-2.0" repository = "https://github.com/2moe/hlight" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "__hlight_doc", ] targets = ["x86_64-unknown-linux-gnu"] [dependencies.getset] version = "0.1.2" [dependencies.log] version = "0.4.18" [dependencies.once_cell] version = "1.17.1" [dependencies.syntect] version = "5.0.0" features = [ "parsing", "regex-fancy", ] default-features = false [features] default = [ "preset-syntax-set", "preset-theme-set", ] preset-syntax-set = [] preset-theme-set = []