tbook 0.1.0

A premium Terminal E-book Reader with support for EPUB, PDF, and high-res images
# 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 = "tbook"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A premium Terminal E-book Reader with support for EPUB, PDF, and high-res images"
homepage = "https://github.com/iredox/tbook"
readme = "README.md"
keywords = [
    "tui",
    "reader",
    "epub",
    "pdf",
    "terminal",
]
categories = [
    "command-line-utilities",
    "parsing",
]
license = "MIT"
repository = "https://github.com/iredox/tbook"

[[bin]]
name = "tbook"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.15.19"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.epub]
version = "2.1.5"

[dependencies.html2text]
version = "0.16.5"

[dependencies.image]
version = "0.25"

[dependencies.lopdf]
version = "0.38.0"

[dependencies.pdf]
version = "0.9.0"

[dependencies.pdf-extract]
version = "0.7"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-image]
version = "10"
features = [
    "image-defaults",
    "crossterm",
]
default-features = false

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.scraper]
version = "0.19"

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

[dependencies.serde_derive]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.9.10"

[dependencies.unicode-segmentation]
version = "1.12"

[dependencies.unicode-width]
version = "0.2"

[dependencies.walkdir]
version = "2.5.0"