bookforge-cli 1.8.0

CLI-first EPUB translation engine with deterministic structure rebuild and review loop.
# 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"
rust-version = "1.88"
name = "bookforge-cli"
version = "1.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI-first EPUB translation engine with deterministic structure rebuild and review loop."
readme = "README.md"
license = "MIT"
repository = "https://github.com/JunjoSick/bookforge"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bookforge-core]
version = "1.8.0"
features = ["cli"]

[dependencies.bookforge-epub]
version = "1.8.0"

[dependencies.bookforge-llm]
version = "1.8.0"

[dependencies.bookforge-pdf]
version = "1.8.0"

[dependencies.bookforge-store]
version = "1.8.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.console]
version = "0.16"

[dependencies.indicatif]
version = "0.18"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "signal",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.quick-xml]
version = "0.38"
features = ["escape-html"]

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

[dev-dependencies.zip]
version = "6.0"