[dependencies.http-02]
optional = true
package = "http"
version = "0.2"
[dependencies.http-1]
optional = true
package = "http"
version = "1"
[dependencies.http-derive-impl]
version = "0.1"
[features]
default = []
http-02 = ["dep:http-02", "http-derive-impl/http-02"]
http-1 = ["dep:http-1", "http-derive-impl/http-1"]
[lib]
name = "http_derive"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for implementing `Into<http::StatusCode>` for your enums using the standard http types."
edition = "2024"
homepage = "https://github.com/popen2/http-derive-rs"
license = "MIT"
name = "http-derive"
readme = "README.md"
version = "0.1.2"
[[test]]
name = "main"
path = "tests/main.rs"