to-html 0.2.0

Render a terminal with ANSI colors as HTML
# 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.2.0"
authors = [
    "Ludwig Stecher <ludwig.stecher@gmx.de>",
    "CosmicHorrorDev <CosmicHorrorDev@pm.me>",
]
build = "build.rs"
exclude = ["docs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

[[bin]]
name = "to-html"
path = "src/main.rs"

[dependencies.ansi-to-html]
version = "0.2.2"

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "wrap_help",
]

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

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

[dependencies.libc]
version = "0.2"

[dependencies.logos]
version = "0.15.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.10"

[build-dependencies.clap]
version = "4.5.53"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.5.64"

[profile.dev.package."*"]
opt-level = 1

[profile.release]
lto = "thin"
strip = true

[profile.release-debug]
debug = 2
inherits = "release"
strip = false