# 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" rust-version = "1.80" name = "zino-extra" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extra utilities for zino." homepage = "https://github.com/zino-rs/zino" documentation = "https://docs.rs/zino-extra" readme = "README.md" keywords = [ "http", "web", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/zino-rs/zino" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] features = ["full"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "zino_extra" path = "src/lib.rs" [dependencies.lru] version = "0.12.4" optional = true [dependencies.parking_lot] version = "0.12.3" optional = true [dependencies.printpdf] version = "0.7.0" optional = true [dependencies.zino-core] version = "0.26.0" [features] all-formats = [ "format", "format-pdf", ] cache = [ "dep:lru", "dep:parking_lot", ] default = [] format = [] format-pdf = [ "format", "dep:printpdf", ] full = [ "all-formats", "cache", ]