Cargo Features

[dependencies]
immortal-http = { version = "0.2.2", default-features = false, features = ["threading"] }
default = threading

The threading feature is set by default whenever immortal-http is added without default-features = false somewhere in the dependency tree.

threading default

Enables rayon, rayon of dashmap

immortal-http has 2 features without comments.