# 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 = "to-html" version = "0.1.5" authors = ["Ludwig Stecher "] exclude = ["docs"] description = "Render a terminal with ANSI colors as HTML" homepage = "https://github.com/Aloso/to-html" documentation = "https://docs.rs/to-html" readme = "README.md" keywords = [ "color", "cli", "terminal", "html", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Aloso/to-html" [profile.dev.package."*"] opt-level = 1 [profile.release] lto = "thin" [dependencies.ansi-to-html] version = "0.2.1" [dependencies.basic-toml] version = "0.1.2" [dependencies.clap] version = "4.1.10" features = [ "derive", "wrap_help", ] [dependencies.dirs-next] version = "2.0.0" [dependencies.fake-tty] version = "0.3.1" [dependencies.logos] version = "0.12.1" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [build-dependencies.clap] version = "4.1.10" features = ["derive"] [build-dependencies.clap_complete] version = "4.3.0"