typub-ui 0.1.0

CLI output utilities for typub
Documentation
# 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 = "2024"
name = "typub-ui"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI output utilities for typub"
homepage = "https://github.com/lucifer1004/typub"
readme = false
license = "MIT"
repository = "https://github.com/lucifer1004/typub"

[lib]
name = "typub_ui"
path = "src/lib.rs"

[dependencies.comfy-table]
version = "7"

[dependencies.crossterm]
version = "0.29"

[dependencies.html2text]
version = "0.16"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.typub-log]
version = "0.1.0"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"