# 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 = "2021" rust-version = "1.60.0" name = "real-ip" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = 'Get the "real ip" of an incoming request using the "forwarded", "x-forwarded-for" or "x-real-ip" headers set by reverse proxies.' readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/real-ip" [lib] name = "real_ip" path = "src/lib.rs" [dependencies.comma-separated] version = "0.1.0" [dependencies.http] version = "1.1.0" [dependencies.ipnet] version = "2.10.1" [dependencies.itertools] version = "0.13.0" [dependencies.rfc7239] version = "0.1.2"