# 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 = "rocket_async_compression" version = "0.6.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Response compression in both gzip and brotli formats for the Rocket webserver using the `async-compression` library" readme = "README.md" keywords = [ "rocket", "gzip", "brotli", "compression", ] license = "MIT" repository = "https://github.com/Ameobea/rocket_async_compression" [lib] name = "rocket_async_compression" path = "src/lib.rs" [[example]] name = "cached-compression" path = "examples/cached-compression/main.rs" [dependencies.async-compression] version = "0.4.0" features = [ "gzip", "brotli", "tokio", ] [dependencies.futures] version = "0.3.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rocket] version = "0.5.0"