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