zon_util 0.0.1

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

[dependencies.serde]
version = "1.0.209"

[dependencies.serde_html_form]
optional = true
version = "0.2.6"

[dependencies.zon_core]
version = "0.0.3"

[features]
html-form = ["serde_html_form"]

[lib]
name = "zon_util"
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"
self_named_module_files = "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_util"
readme = false
version = "0.0.1"

[package.metadata.docs.rs]
all-features = true