b-baka 0.1.2

BitTorrent Acquisition & Keyword Aggregator, a terminal torrent search and download tool
# 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 = "b-baka"
version = "0.1.2"
build = false
exclude = [
    ".dockerignore",
    ".gitattributes",
    ".github/",
    ".gitignore",
    ".gitlab-ci.yml",
    "CLAUDE.md",
    "CONTRIBUTING.md",
    "Dockerfile",
    "ROADMAP.md",
    "bucket/",
    "packaging/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BitTorrent Acquisition & Keyword Aggregator, a terminal torrent search and download tool"
readme = "README.md"
keywords = [
    "torrent",
    "bittorrent",
    "tui",
    "cli",
    "search",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.ramon.moe/4G0NYY/BAKA"

[package.metadata.binstall]
pkg-url = "{repo}/-/releases/v{version}/downloads/baka-{version}-{target}.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{bin}{binary-ext}"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{repo}/-/releases/v{version}/downloads/baka-{version}-{target}.zip"
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{repo}/-/releases/v{version}/downloads/baka-{version}-{target}.zip"
pkg-fmt = "zip"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.arboard]
version = "3.6"
features = ["wayland-data-control"]
default-features = false

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

[dependencies.directories]
version = "6.0.0"

[dependencies.librqbit]
version = "9"
features = ["rust-tls"]
default-features = false

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = ["rustls"]
default-features = false

[dependencies.roxmltree]
version = "0.21.1"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "signal",
    "net",
    "io-util",
    "fs",
]

[dependencies.toml]
version = "1.1.4"

[profile.release]
lto = true
codegen-units = 1
strip = true