# 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.80" name = "typst-ansi-hl" version = "0.3.0" authors = ["frozolotl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "typst-ansi-hl highlights your Typst code using ANSI escape sequences." documentation = "https://docs.rs/typst-ansi-hl" readme = "README.md" license = "EUPL-1.2" repository = "https://github.com/frozolotl/typst-ansi-hl" [lib] name = "typst_ansi_hl" path = "src/lib.rs" [dependencies.ansi_colours] version = "1.2.3" [dependencies.syntect] version = "5.2.0" features = [ "parsing", "regex-fancy", ] default-features = false [dependencies.termcolor] version = "1.4.1" [dependencies.thiserror] version = "1.0.64" [dependencies.two-face] version = "0.4.0" features = ["syntect-fancy"] default-features = false [dependencies.typst-syntax] version = "0.12.0"