wisegate-core 0.9.0

Core library for WiseGate reverse proxy - rate limiting, IP filtering, and request handling
Documentation
# 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 = "wisegate-core"
version = "0.9.0"
authors = ["davlgd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for WiseGate reverse proxy - rate limiting, IP filtering, and request handling"
readme = false
keywords = [
    "proxy",
    "rate-limiting",
    "ip-filter",
    "reverse-proxy",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/davlgd/wisegate"

[lib]
name = "wisegate_core"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bcrypt]
version = "0.17"

[dependencies.bytes]
version = "1.11.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = [
    "server",
    "http1",
]

[dependencies.md-5]
version = "0.10"

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]
default-features = false

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "time",
    "macros",
    "rt-multi-thread",
]