mirror of
https://github.com/icewind1991/warp-real-ip.git
synced 2026-06-03 18:54:06 +02:00
18 lines
No EOL
518 B
TOML
18 lines
No EOL
518 B
TOML
[package]
|
|
name = "warp-real-ip"
|
|
description = "Warp filter to get the \"real ip\" of the remote client"
|
|
version = "0.2.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2018"
|
|
keywords = ["warp"]
|
|
categories = ["web-programming::http-server"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/icewind1991/warp-real-ip"
|
|
documentation = "https://docs.rs/warp-real-ip"
|
|
|
|
[dependencies]
|
|
warp = { version = "0.3" }
|
|
rfc7239 = "0.1"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.0", features = ["macros"] } |