Cargo Features

[dependencies]
nuclei = { version = "0.4.4", default-features = false, features = ["epoll", "iouring", "async-exec", "tokio", "attributes"] }
default = async-exec, attributes, iouring

These default features are set whenever nuclei is added without default-features = false somewhere in the dependency tree.

epoll
iouring default = rustix, rustix-uring
async-exec default = async-global-executor
tokio

Enables tokio of async-global-executor

attributes default = nuclei-attributes

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.

nuclei-attributes attributes
async-global-executor async-exec tokio?
rustix linux iouring
rustix-uring linux iouring