http_cat 0.1.0

Rust wrapper around http.cat
Documentation
[dependencies.http]
optional = true
version = "1.0.0"

[dependencies.image]
default-features = false
features = ["jpeg"]
version = "0.24.7"

[dependencies.reqwest]
version = "0.11.22"

[dependencies.rocket]
default-features = false
optional = true
version = "0.5.0"

[dependencies.thiserror]
version = "1.0.50"

[dev-dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread"]
version = "1.34.0"

[package]
authors = ["Valentine Briese <valentinegb@icloud.com"]
categories = ["api-bindings"]
description = "Rust wrapper around http.cat"
edition = "2021"
keywords = ["cat", "cats", "silly"]
license = "MIT"
name = "http_cat"
readme = "README.md"
repository = "https://github.com/valentinegb/http-cat-rs"
version = "0.1.0"