Cargo Features

[dependencies]
pprof_server = { version = "0.2.0", default-features = false, features = ["actix-web", "axum", "rocket"] }
default = actix-web

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

actix-web default

Enables actix-web

Affects integration::actix_web

axum

Enables axum

Affects integration::axum

rocket

Enables rocket

Affects integration::rocket