warp-real-ip/Cargo.toml
2021-01-20 17:29:45 +01:00

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"] }