url_jail 0.2.0

SSRF-safe URL validation for Rust and Python
Documentation
[dependencies.hickory-resolver]
version = "0.25"

[dependencies.idna]
version = "1"

[dependencies.ipnet]
version = "2"

[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.27"

[dependencies.pyo3-async-runtimes]
features = ["tokio-runtime"]
optional = true
version = "0.27"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
optional = true
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["net", "rt", "time"]
version = "1"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[features]
default = []
fetch = ["reqwest"]
python = ["pyo3", "pyo3-async-runtimes"]
tracing = ["dep:tracing"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "url_jail"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "network-programming"]
description = "SSRF-safe URL validation for Rust and Python"
edition = "2021"
keywords = ["ssrf", "security", "url", "validation"]
license = "MIT OR Apache-2.0"
name = "url_jail"
readme = "README.md"
repository = "https://github.com/tenuo-ai/url_jail"
rust-version = "1.83"
version = "0.2.0"