[dependencies.axum]
optional = true
version = "0.8.1"
[dependencies.derive_more]
features = ["display"]
version = "2.0.1"
[dependencies.headers-core]
version = "0.3.0"
[dependencies.http]
version = "1.2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.138"
[dev-dependencies.assert2]
version = "0.3.15"
[dev-dependencies.axum-test]
version = "17.2.0"
[dev-dependencies.headers]
version = "0.4.0"
[dev-dependencies.hyper]
features = ["full"]
version = "1.6.0"
[dev-dependencies.insta]
features = ["json"]
version = "1.42.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"
[features]
axum = ["dep:axum"]
[lib]
name = "http_halforms"
path = "src/lib.rs"
[lints.clippy]
ignored_unit_patterns = "allow"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
unused_async = "allow"
unused_self = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "api-bindings"]
description = "Support for HAL and HAL-FORMS responses in HTTP APIs"
edition = "2021"
homepage = "https://github.com/sazzer/http_halforms/"
keywords = ["http", "hal", "halforms"]
license = "MIT"
name = "http_halforms"
readme = "README.md"
repository = "https://github.com/sazzer/http_halforms/"
rust-version = "1.78.0"
version = "0.3.0"