weblock 0.1.0

A lightweight http proxy for putting a password onto your selfhosted apps
# 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 = "2024"
name = "weblock"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight http proxy for putting a password onto your selfhosted apps"
readme = "README.md"
license = "MIT"

[[bin]]
name = "weblock"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.9"
features = ["macros"]

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]

[dependencies.openssl]
version = "0.10.77"

[dependencies.reqwest]
version = "0.13.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.0"
features = ["full"]

[dependencies.tower-http]
version = "0.6.8"
features = [
    "auth",
    "cors",
    "fs",
    "validate-request",
]