# 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" version = "0.1.0" 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.md" keywords = [ "redirects", "http", "tower", ] categories = [ "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/randomairborne/tunnelbana" [[bin]] name = "tunnelbana" path = "src/main.rs" [dependencies.http] version = "1" [dependencies.hyper-util] version = "0.1" features = [ "server", "server-graceful", "server-auto", "http1", "http2", "service", ] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "fs", ] [dependencies.tower] version = "0.5" features = ["util"] [dependencies.tower-http] version = "0.6" features = [ "fs", "set-status", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.tunnelbana-etags] version = "0.1" [dependencies.tunnelbana-headers] version = "0.1" [dependencies.tunnelbana-hidepaths] version = "0.1" [dependencies.tunnelbana-redirects] version = "0.1" [dependencies.vss] version = "0.1"