Cargo Features
legion_prof_viewer has no features set by default.
[dependencies]
legion_prof_viewer = { version = "0.4.0", features = ["client", "server", "nvtxw"] }
- client
-
Enables reqwest ^0.11 and url
Affects
http::client
,http::fetch
,http::fetch_native
,http::fetch_web
… - server
-
Enables actix-cors ^0.6 and actix-web
actix-web:
server:
Affects
http::server
… - nvtxw
-
Enables nvtxw
nvtxw:
Affects
legion_prof_viewer::nvtxw
…