# 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 = "2021" name = "xkcd-bin" version = "0.2.3" authors = ["Rodrigo Montegasppα Cacilhας "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Display Xkcd.com comics in Kitty Terminal or in the default web browser." homepage = "https://crates.io/crates/xkcd-bin" readme = "README.md" keywords = [ "cli", "xkcd", ] license = "BSD-3-Clause" repository = "https://github.com/cacilhas/xkcd-bin" [profile.release] opt-level = "s" lto = true debug = 0 rpath = false panic = "abort" strip = true [lib] name = "xkcd_bin" path = "src/lib.rs" [[bin]] name = "xkcd" path = "src/bin/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = [ "color", "help", "std", "suggestions", "usage", "derive", ] [dependencies.color-eyre] version = "0.6" [dependencies.eyre] version = "0.6" [dependencies.image] version = "0.24" [dependencies.random] version = "0.14" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.viuer] version = "0.7" [dependencies.webbrowser] version = "1.0"