catatau 0.1.0-alpha.2

A TUI EPUB reader with fuzzy search and navigation
Documentation
[[bin]]
name = "ctt"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.html2text]
version = "0.12"

[dependencies.quick-xml]
version = "0.36"

[dependencies.ratatui]
version = "0.28"

[dependencies.regex]
version = "1.10"

[dependencies.skim]
version = "0.15"

[dependencies.zip]
version = "2.1"

[dev-dependencies.tempfile]
version = "3.10"

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

[package]
authors = ["Thomas <your-email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A TUI EPUB reader with fuzzy search and navigation"
edition = "2024"
keywords = ["epub", "tui", "reader", "fuzzy-search"]
license = "MIT OR Apache-2.0"
name = "catatau"
readme = "README.md"
repository = "https://github.com/thomas/catatau"
version = "0.1.0-alpha.2"

[[test]]
name = "epub_tests"
path = "tests/epub_tests.rs"

[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"