# 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 = "tunnelbana-etags" version = "0.1.0" authors = ["valkyrie_pilot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate etags for static files and serve them with tower." readme = "README.txt" keywords = [ "etags", "caching", ] categories = [ "web-programming", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/randomairborne/tunnelbana" [lib] name = "tunnelbana_etags" path = "src/lib.rs" [dependencies.blake3] version = "1" features = [ "mmap", "rayon", ] [dependencies.bytes] version = "1" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "2" [dependencies.tower] version = "0.5" [dependencies.tracing] version = "0.1" [dev-dependencies.tower] version = "0.5" features = ["util"] [dev-dependencies.tower-http] version = "0.6" features = ["fs"]