xkcd-bin 0.2.4

Display Xkcd.com comics in Kitty Terminal or in the default web browser.
Documentation
[[bin]]
name = "xkcd"
path = "src/bin/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["color", "help", "std", "suggestions", "usage", "derive"]
version = "4.5"

[dependencies.color-eyre]
version = "0.6"

[dependencies.eyre]
version = "0.6"

[dependencies.image]
version = "0.25"

[dependencies.random]
version = "0.14"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.42"

[dependencies.viuer]
version = "0.9"

[dependencies.webbrowser]
version = "1.0"

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

[package]
authors = ["Rodrigo Montegasppα Cacilhας <montegasppa@cacilhas.info>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Display Xkcd.com comics in Kitty Terminal or in the default web browser."
edition = "2021"
homepage = "https://crates.io/crates/xkcd-bin"
keywords = ["cli", "xkcd"]
license = "BSD-3-Clause"
name = "xkcd-bin"
readme = "README.md"
repository = "https://github.com/cacilhas/xkcd-bin"
version = "0.2.4"

[profile.release]
debug = 0
lto = true
opt-level = "s"
panic = "abort"
rpath = false
strip = true