FPNW5ZHTGO2UDPGVOKZYX2BYZRMKAB3NEAFVSIXRVYNSWCUPBWFQC
MMCK5BQQST5NDI5R3VLY7ICBGNARTYG2FKKRPRIXQHXXGH2QO3PQC
GROTV3H2V6BHU5CA7WSLVYDCWAR7GHUP5JV2QOGPLJ6N3553T4MAC
L6RIUKGLJZLAOKFGUDTZKBPP4HUBPEZAKHJEQHO34WFF62AB2ZIQC
puffin::profile_function!();
let server_addr = format!("127.0.0.1:{}", puffin_http::DEFAULT_PORT);
let server_addr = format!("0.0.0.0:{}", puffin_http::DEFAULT_PORT); log::info!("Started Puffin server instance at {server_addr}");
let server_addr = format!("0.0.0.0:{}", puffin_http::DEFAULT_PORT);
log::info!("Started Puffin server instance at {server_addr}");
#[cfg_attr(not(feature = "remote-profile"), allow(clippy::let_unit_value))]
#[allow(clippy::let_unit_value)]
// The profiler should get a new frame puffin::GlobalProfiler::lock().new_frame();
// The profiler should get a new frame
puffin::GlobalProfiler::lock().new_frame();
puffin = "0.18.1"puffin_http = { version = "0.15.0", optional = true }
puffin = "0.18.1"
puffin_http = { version = "0.15.0", optional = true }
puffin = "0.19"puffin_http = { version = "0.16", optional = true }
puffin = "0.19"
puffin_http = { version = "0.16", optional = true }
version = "0.18.1"
version = "0.19.0"
checksum = "02330f795caafc2007510f742624c10aa813b8c3097c77ff344b1b86eb6be846"
checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f"
version = "0.15.0"
version = "0.16.0"
checksum = "fcf8e52cf00569807b02e8089a85e859c00476182730cda9718c94b12cdc31b8"
checksum = "4936c085e48efc86f6d96609dc5086d1d236afe3ec4676f09b157a4f4be83ff6"
"parking_lot",