client-ip 0.1.0

HTTP client IP address extractors
Documentation
[dependencies.forwarded-header-value]
optional = true
version = "0.1"

[dependencies.http]
version = "1"

[features]
default = []
forwarded-header = ["dep:forwarded-header-value"]

[lib]
name = "client_ip"
path = "src/lib.rs"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "deny"
unsafe_code = "forbid"

[lints.rust.future_incompatible]
level = "deny"
priority = -2

[lints.rust.keyword_idents]
level = "deny"
priority = -2

[lints.rust.let_underscore]
level = "deny"
priority = -2

[lints.rust.nonstandard_style]
level = "deny"
priority = -2

[lints.rust.refining_impl_trait]
level = "deny"
priority = -2

[lints.rust.rust_2018_compatibility]
level = "deny"
priority = -2

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -2

[lints.rust.rust_2021_compatibility]
level = "deny"
priority = -2

[lints.rust.rust_2024_compatibility]
level = "deny"
priority = -2

[lints.rust.unreachable_pub]
level = "warn"
priority = -1

[lints.rust.unused]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTTP client IP address extractors"
edition = "2024"
license = "MIT"
name = "client-ip"
readme = "README.md"
repository = "https://github.com/imbolc/client-ip"
version = "0.1.0"