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
somewhere in the dependency tree.default-features = false - 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.