rocket-client-addr 0.6.0

Resolve client IP addresses in `rocket` from trusted proxy headers with safe socket fallback.
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"
rust-version = "1.88"
name = "rocket-client-addr"
version = "0.6.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve client IP addresses in `rocket` from trusted proxy headers with safe socket fallback."
homepage = "https://magiclen.org/rocket-client-addr"
readme = "README.md"
keywords = [
    "rocket",
    "proxy",
    "client",
    "ip",
    "http",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-client-addr"

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

[dependencies.cidr]
version = "0.3"

[dependencies.cidr-utils]
version = "0.7"
features = ["combiner"]
default-features = false

[dependencies.rocket]
version = "0.5"

[dev-dependencies.governor]
version = "0.10.4"