bible 0.3.0

A beautiful TUI Bible reader with on-demand translation downloads
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 = "bible"
version = "0.3.0"
build = false
exclude = [
    "/tests/fixtures",
    "/screenshots",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beautiful TUI Bible reader with on-demand translation downloads"
readme = "README.md"
keywords = [
    "bible",
    "tui",
    "scripture",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/stephenkingston/bible"

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

[[bin]]
name = "bible"
path = "src/bin/bible.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.bibleref]
version = "0.4"

[dependencies.bincode]
version = "=2.0.1"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

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

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "5"

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

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm_0_29",
    "underline-color",
    "all-widgets",
    "macros",
    "layout-cache",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tui-input]
version = "0.15"

[dependencies.unicode-normalization]
version = "0.1"

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

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

[dependencies.ureq]
version = "3"
features = ["json"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

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