# 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 = "ansi-to-html" version = "0.2.1" authors = ["Ludwig Stecher "] description = "ANSI escape codes to HTML converter" homepage = "https://github.com/Aloso/to-html/tree/master/crates/ansi-to-html" documentation = "https://docs.rs/ansi-to-html" readme = "README.md" keywords = [ "color", "cli", "terminal", "html", ] categories = [ "command-line-interface", "encoding", ] license = "MIT" repository = "https://github.com/Aloso/to-html" [dependencies.once_cell] version = "1.17.1" optional = true [dependencies.regex] version = "1.7.3" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.insta] version = "1.29.0" [features] default = [] lazy-init = ["once_cell"]