Cargo Features

[dependencies]
pprof-integration = { version = "0.1.0", default-features = false, features = ["actix-web", "axum", "rocket"] }
default = actix-web

The actix-web feature is set by default whenever pprof-integration is added without default-features = false somewhere in the dependency tree.

actix-web default

Enables actix-web

Affects frameworks::actix_web

axum

Enables axum

Affects frameworks::axum

rocket

Enables rocket

Affects frameworks::rocket