Cargo Features

url_jail has no features set by default.

[dependencies]
url_jail = { version = "0.2.0", features = ["python", "fetch", "tracing"] }
python = pyo3, pyo3-async-runtimes
fetch = reqwest
tracing

Enables tracing

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pyo3 python?

Enables pyo3 ^0.27

pyo3-async-runtimes python?

Enables pyo3-async-runtimes ^0.27

reqwest fetch?

Enables reqwest ^0.12