actix-remote-ip/Cargo.toml

16 lines
508 B
TOML
Raw Normal View History

2023-04-29 08:06:53 +00:00
[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"
2023-04-29 08:06:53 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-29 00:10:44 +00:00
log = "0.4.21"
actix-web = "4"
futures-util = "0.3.28"