[package] name = "httpredirect-server" version = "0.1.1" authors = ["Zoo Sky "] edition = "2021" license = "MIT" readme = "README.md" description = "A simple redirect server" homepage = "https://httpredirect-server.netlify.com/" repository = "https://github.com/zoosky/httpredirect-server" keywords = ["server", "http", "redirect", "301"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] globwalk = "0.8.0" axum = { version = "0.6.15" } lazy_static = "1.4.0" serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" tokio = { version = "1.27.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.4.0", features = ["full","trace"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } [badges] maintenance = { status = "actively-developed" }