Cargo Features

eyeball has no features set by default.

[dependencies]
eyeball = { version = "0.8.7", features = ["async-lock", "tracing"] }
async-lock

Enables readlock-tokio, tokio, and tokio-util

Affects lock::AsyncLock

Features from optional dependencies

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust