to-html 0.1.1

Render a terminal with ANSI colors as HTML
[dependencies.ansi-to-html]
version = "0.1"

[dependencies.clap]
version = "2"

[dependencies.dirs-next]
version = "2"

[dependencies.fake-tty]
version = "0.2"

[dependencies.logos]
version = "0.11"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Ludwig Stecher <ludwig.stecher@gmx.de>"]
categories = ["command-line-utilities"]
description = "Render a terminal with ANSI colors as HTML"
documentation = "https://docs.rs/to-html"
edition = "2018"
exclude = ["docs"]
homepage = "https://github.com/Aloso/to-html"
keywords = ["color", "cli", "terminal", "html"]
license = "MIT"
name = "to-html"
readme = "README.md"
repository = "https://github.com/Aloso/to-html"
version = "0.1.1"
[profile.dev.package."*"]
opt-level = 1

[profile.release]
lto = "thin"