# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "darpi-middleware" version = "0.1.0-beta.1" authors = ["Petar Dambovaliev "] description = "A set of middlewares for darpi" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-darpi/darpi.git" [dependencies.async-compression] version = "0.3.7" features = ["all", "futures-io"] [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4" [dependencies.darpi] version = "0.1.4-beta.1" [dependencies.darpi-headers] version = "0.1.0-beta.1" [dependencies.derive_more] version = "0.99.11" [dependencies.futures-util] version = "0.3.8" [dependencies.jsonwebtoken] version = "=7.2" [dependencies.log] version = "0.4.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shaku] version = "0.5.0" features = ["thread_safe"]