blowup 1.0.0

All tools related to improving my movie-watching experience.
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"
rust-version = "1.88"
name = "blowup"
version = "1.0.0"
authors = ["mouselee"]
build = false
exclude = ["*.srt"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All tools related to improving my movie-watching experience."
readme = "README.md"
keywords = [
    "tracker",
    "srt",
    "movie",
    "torrent",
    "film",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/XuanLee-HEALER/blowup"

[features]
cdp = ["chromiumoxide"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chromiumoxide]
version = "0.7"
optional = true

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.octocrab]
version = "0.44.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "process",
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "8.0.0"

[dev-dependencies.diff]
version = "0.1.13"

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