# 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 = "httpredirect-server" version = "0.1.1" authors = ["Zoo Sky "] description = "A simple redirect server" homepage = "https://httpredirect-server.netlify.com/" readme = "README.md" keywords = [ "server", "http", "redirect", "301", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/zoosky/httpredirect-server" [dependencies.axum] version = "0.6.15" [dependencies.globwalk] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tower] version = "0.4.13" features = ["full"] [dependencies.tower-http] version = "0.4.0" features = [ "full", "trace", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [badges.maintenance] status = "actively-developed"