# 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 = "minirps" version = "0.2.1" authors = ["Marco Di Pillo Tomic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mini reverse proxy server written in rust" homepage = "https://github.com/marcodpt/minirps" readme = "README.md" keywords = [ "reverse-proxy", "server", "single-binary", "axum", "minijinja", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/marcodpt/minirps" [profile.release] opt-level = 3 [[bin]] name = "minirps" path = "src/main.rs" [dependencies.axum] version = "0" features = [ "matched-path", "original-uri", "query", ] [dependencies.axum-server] version = "0" features = ["tls-openssl"] [dependencies.chrono] version = "0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.glob-match] version = "0" [dependencies.mime_guess] version = "2" [dependencies.minijinja] version = "2" features = ["loader"] [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0" features = ["blocking"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0" [dependencies.tower-http] version = "0" features = ["cors"]