Files
actix-remote-ip/Cargo.toml
Renovate Bot 632c91ece7
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Update Rust crate actix-web to 4.12.0
2025-11-17 00:06:23 +00:00

16 lines
513 B
TOML

[package]
name = "actix-remote-ip"
version = "0.1.0"
edition = "2021"
authors = ["Pierre HUBERT <pierre.git@communiquons.org>"]
description = "Tiny extractor to get real client IP address, parsing X-Forwarded-For header"
readme = "README.md"
license = "GPL-2.0-or-later"
repository = "https://gitea.communiquons.org/pierre/actix-remote-ip"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.28"
actix-web = "4.12.0"
futures-util = "0.3.31"