http-cat-tower 0.0.0

Replaces text responses with https://http.cat/
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 = "http-cat-tower"
version = "0.0.0"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replaces text responses with https://http.cat/"
documentation = "https://docs.rs/http-cat-tower"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/parrrate/http-cat-tower"

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

[dependencies.axum]
version = "0.8.4"
default-features = false

[dependencies.maud]
version = "0.27.0"
features = ["axum"]

[dependencies.tower]
version = "0.5.2"