zon_middleware 0.0.1

part of a new WIP, very incomplete async http service stack
Documentation
[dependencies.http]
version = "1.1.0"

[dependencies.zon_core]
version = "0.0.1"

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

[features]
set-status = []

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

[lints.clippy]
branches_sharing_code = "warn"
cloned_instead_of_copied = "warn"
dbg_macro = "warn"
empty_line_after_outer_attr = "warn"
inefficient_to_string = "warn"
macro_use_imports = "warn"
map_flatten = "warn"
mut_mut = "warn"
nonstandard_macro_braces = "warn"
semicolon_if_nothing_returned = "warn"
str_to_string = "warn"
todo = "warn"
unreadable_literal = "warn"
unseparated_literal_suffix = "warn"
wildcard_imports = "warn"

[lints.rust]
semicolon_in_expressions_from_macros = "warn"
unreachable_pub = "warn"
unused_import_braces = "warn"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "part of a new WIP, very incomplete async http service stack"
edition = "2021"
license = "MPL-2.0"
name = "zon_middleware"
readme = false
version = "0.0.1"