zino-extra 0.7.1

Extra utilities for zino.
Documentation
[dependencies.lru]
optional = true
version = "0.12.5"

[dependencies.parking_lot]
optional = true
version = "0.12.3"

[dependencies.printpdf]
optional = true
version = "0.7.0"

[dependencies.zino-core]
version = "0.31.0"

[features]
all-formats = ["format", "format-pdf"]
cache = ["dep:lru", "dep:parking_lot"]
default = []
format = []
format-pdf = ["format", "dep:printpdf"]
full = ["all-formats", "cache"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Extra utilities for zino."
documentation = "https://docs.rs/zino-extra"
edition = "2021"
homepage = "https://github.com/zino-rs/zino"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "zino-extra"
readme = "README.md"
repository = "https://github.com/zino-rs/zino"
rust-version = "1.80"
version = "0.7.1"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
features = ["full"]
rustdoc-args = ["--cfg", "docsrs"]