# 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-redirects" version = "0.1.1" authors = ["valkyrie_pilot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generate redirect lists from cloudflare-style _redirects text files and serve them with tower." readme = "README.txt" keywords = [ "redirects", "http", "tower", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/randomairborne/tunnelbana" [lib] name = "tunnelbana_redirects" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.http] version = "1" [dependencies.http-body] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.matchit] version = "0.8" [dependencies.pin-project] version = "1" [dependencies.simpleinterpolation] version = "0.2" [dependencies.thiserror] version = "2" [dependencies.tower] version = "0.5" [dependencies.tracing] version = "0.1" [dev-dependencies.tower-http] version = "0.6" features = ["fs"]