tomesole 0.1.5

A terminal client (TUI and CLI) for searching and downloading from Library Genesis
# 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.91"
name = "tomesole"
version = "0.1.5"
build = false
exclude = ["docs/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal client (TUI and CLI) for searching and downloading from Library Genesis"
homepage = "https://individuation.dev/projects/tomesole/"
readme = "README.md"
keywords = [
    "libgen",
    "library-genesis",
    "ebooks",
    "tui",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ChrisThoma/tomesole"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.ureq]
version = "3.3.0"

[target."cfg(unix)".dependencies.xattr]
version = "1.6.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Storage_FileSystem"]

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true