zon 0.0.4

part of a new WIP, very incomplete async http service stack
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[features]
fs = ["dep:zon_fs"]
hyper = ["dep:zon_hyper"]
router = ["dep:zon_router"]
set-status = ["zon_middleware/set-status"]
task-local = ["zon_middleware/task-local"]

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

[dependencies.http]
version = "1.1.0"

[dependencies.zon_core]
version = "0.0.4"

[dependencies.zon_fs]
version = "0.0.3"
optional = true

[dependencies.zon_hyper]
version = "0.0.3"
optional = true

[dependencies.zon_middleware]
version = "0.0.6"

[dependencies.zon_router]
version = "0.0.2"
optional = true

[dependencies.zon_util]
version = "0.0.2"

[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