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 wheneverpprof_server
is added without
somewhere in the dependency tree.default-features = false - actix-web default
-
Enables actix-web
Affects
integration::actix_web
… - axum
-
Enables axum
Affects
integration::axum
… - rocket
-
Enables rocket
Affects
integration::rocket
…