[package]
edition = "2024"
rust-version = "1.88"
name = "actus-reply"
version = "1.0.1"
authors = ["Proximify Inc. <support@proximify.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Response types and the reply! macro for the Actus framework."
homepage = "https://github.com/uniweb/actus"
documentation = "https://docs.rs/actus-reply"
readme = false
keywords = [
"http",
"web",
"framework",
"hyper",
"router",
]
categories = [
"web-programming::http-server",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/uniweb/actus"
resolver = "2"
[lib]
name = "actus_reply"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.6"
[dependencies.futures-util]
version = "0.3"
[dependencies.http]
version = "1.1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
version = "1.3"
features = ["full"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
version = "1.38"
features = ["full"]
[dependencies.tracing]
version = "0.1"
[lints.clippy]
upper_case_acronyms = "allow"