<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>depflame — Dependency Analysis Report</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
background: #f5f5f5; color: #333; line-height: 1.5;
}
.header {
background: #fff; border-bottom: 1px solid #ddd; padding: 16px 24px;
}
.header h1 { font-size: 20px; margin-bottom: 4px; }
.header .stats { font-size: 13px; color: #666; }
.header .stats span { margin-right: 16px; }
.header .stats span[title] { cursor: help; border-bottom: 1px dashed #aaa; }
.tabs {
display: flex; background: #fff; border-bottom: 2px solid #ddd;
padding: 0 24px; gap: 0;
}
.tab-btn {
padding: 10px 20px; border: none; background: none; cursor: pointer;
font-size: 14px; font-weight: 500; color: #666;
border-bottom: 2px solid transparent; margin-bottom: -2px;
transition: color 0.15s, border-color 0.15s;
}
.tab-btn:hover { color: #333; }
.tab-btn.active { color: #0066cc; border-bottom-color: #0066cc; }
.tab-content { display: none; }
.tab-content.active { display: block; }
/* Flamegraph tab */
#tab-flamegraph { background: #fff; }
#tab-flamegraph svg { display: block; width: 100%; height: auto; }
/* Targets tab */
#tab-targets { padding: 24px; }
.action-summary {
background: #fff; border: 1px solid #ddd; border-radius: 6px;
padding: 16px 20px; margin-bottom: 20px;
}
.action-summary h3 { font-size: 14px; margin-bottom: 8px; color: #444; }
.action-summary ul { list-style: none; padding: 0; }
.action-summary li { font-size: 13px; padding: 3px 0; }
.cargo-diff {
background: #1e1e1e; border-radius: 4px; padding: 8px 12px;
margin: 6px 0 10px 20px; font-family: "Consolas", "Fira Code", monospace;
font-size: 12px; line-height: 1.6; overflow-x: auto;
display: none;
}
.show-diff-btn {
display: inline-block; font-size: 11px; color: #0066cc;
border: 1px solid #0066cc; border-radius: 3px; padding: 1px 6px;
margin-left: 6px; cursor: pointer; vertical-align: middle;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.cargo-diff .diff-file { color: #888; }
.cargo-diff .diff-rm { color: #f44; }
.cargo-diff .diff-add { color: #4c4; }
.cargo-diff .diff-comment { color: #888; font-style: italic; }
.targets-table {
width: 100%; border-collapse: collapse; background: #fff;
border: 1px solid #ddd; border-radius: 6px; overflow: hidden;
font-size: 13px;
}
.targets-table th {
background: #f8f8f8; text-align: left; padding: 10px 12px;
border-bottom: 2px solid #ddd; font-weight: 600; font-size: 12px;
text-transform: uppercase; color: #555; white-space: nowrap;
}
.targets-table th[title] {
cursor: help; border-bottom: 1px dashed #999;
}
.targets-table td {
padding: 8px 12px; border-bottom: 1px solid #eee;
vertical-align: top;
}
.targets-table tr:hover { background: #f9f9f9; }
.targets-table tr.expandable { cursor: pointer; }
.detail-row { display: none; }
.detail-row.open { display: table-row; }
.detail-row td {
background: #fafafa; padding: 12px 20px;
border-bottom: 1px solid #ddd;
}
.detail-box {
font-family: "Consolas", monospace; font-size: 12px; line-height: 1.6;
}
.detail-box .label { color: #888; }
.badge {
display: inline-block; padding: 1px 6px; border-radius: 3px;
font-size: 11px; font-weight: 600;
}
.badge-high { background: #e8f5e9; color: #2e7d32; }
.badge-medium { background: #fff3e0; color: #e65100; }
.badge-low { background: #fce4ec; color: #c62828; }
.badge-noise { background: #f3e5f5; color: #6a1b9a; }
.badge-flag {
background: #e3f2fd; color: #1565c0; margin-right: 4px;
}
.ref-file { color: #0066cc; }
.ref-line { color: #888; margin-left: 16px; }
/* JSON tab */
#tab-json { padding: 24px; }
.json-container {
position: relative; background: #1e1e1e; border-radius: 6px;
overflow: hidden;
}
.json-container pre {
padding: 20px; overflow-x: auto; color: #d4d4d4;
font-family: "Consolas", "Fira Code", monospace; font-size: 12px;
line-height: 1.5; margin: 0;
}
.copy-btn {
position: absolute; top: 8px; right: 8px; padding: 6px 14px;
background: #333; color: #ccc; border: 1px solid #555;
border-radius: 4px; cursor: pointer; font-size: 12px;
}
.copy-btn:hover { background: #444; }
</style>
</head>
<body>
<div class="header">
<h1>depflame — Dependency Analysis Report</h1>
<div class="stats">
<span title="Total number of crate dependencies in the full cross-platform resolve graph (includes all targets/platforms).">806 total deps</span>
<span title="Dependencies actually compiled for your current platform/target. This is the number that matters for your build times.">582 platform deps</span>
<span title="Dependencies that appear in metadata but are not compiled on your current platform (e.g. windows-only crates on linux). These are typically not actionable.">224 phantom deps</span>
<span title="Crates with a high transitive dependency count (above the --fat-threshold). These are the heavy hitters that the tool analyzes for removal opportunities.">275 heavy crates analyzed</span>
<span title="Number of upstream edges identified as potential optimization targets, ranked by impact.">27 targets found</span>
<span style="color:#aaa">v0.1.0 · 2026-03-25T23:48:45.684030628+00:00</span>
</div>
</div>
<div class="tabs">
<button class="tab-btn active" onclick="showTab('flamegraph')">Flamegraph</button>
<button class="tab-btn" onclick="showTab('targets')">Suggestions (27)</button>
<button class="tab-btn" onclick="showTab('json')">Raw JSON</button>
</div>
<div id="tab-flamegraph" class="tab-content active">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 165"
width="100%" font-family="Consolas,monospace" font-size="11">
<style>
.frame { cursor: pointer; }
.frame:hover rect { stroke: #222; stroke-width: 1.5; }
.frame:hover rect.shared { stroke: #fff; stroke-width: 1.5; }
.frame text { pointer-events: none; }
rect.shared { stroke-dasharray: 4,2; stroke: rgba(100,70,130,0.5); stroke-width: 0.5; }
rect.normal { stroke: rgba(0,0,0,0.12); stroke-width: 0.5; }
rect.unused { stroke: rgba(220,20,80,0.8); stroke-width: 1.5; }
rect.workspace { stroke: rgba(0,0,0,0.3); stroke-width: 1; }
text.title { font-size: 15px; font-weight: bold; fill: #333; }
text.subtitle { font-size: 11px; fill: #888; }
text.legend { font-size: 10px; fill: #666; }
.legend-rect { stroke: #999; stroke-width: 0.5; }
/* Highlight all instances of the same dep on hover via JS */
.highlight rect { stroke: #000 !important; stroke-width: 2 !important; }
</style>
<script type="text/ecmascript"><![CDATA[
// --- Click-to-zoom (flamegraph style) ---
var zoomStack = [];
var origView = [0, 1200];
function zoom(evt) {
var g = evt.currentTarget;
var ox = parseFloat(g.getAttribute('data-x'));
var ow = parseFloat(g.getAttribute('data-w'));
if (ow >= 1200 * 0.99) {
if (zoomStack.length > 0) {
var prev = zoomStack.pop();
applyZoom(prev[0], prev[1]);
}
return;
}
zoomStack.push(origView.slice());
origView = [ox, ow];
applyZoom(ox, ow);
}
function applyZoom(ox, ow) {
var frames = document.querySelectorAll('.frame');
var scale = 1200 / ow;
for (var i = 0; i < frames.length; i++) {
var f = frames[i];
var fx = parseFloat(f.getAttribute('data-x'));
var fw = parseFloat(f.getAttribute('data-w'));
var rect = f.querySelector('rect');
var text = f.querySelector('text');
var newX = (fx - ox) * scale;
var newW = fw * scale;
// Hide frames fully outside viewport.
if (newX + newW < -1 || newX > 1200 + 1 || newW < 0.5) {
f.style.display = 'none';
} else {
f.style.display = '';
rect.setAttribute('x', newX);
rect.setAttribute('width', Math.max(newW, 0.5));
text.setAttribute('x', newX + 3);
var name = f.getAttribute('data-name');
var weight = f.getAttribute('data-weight');
text.textContent = fitLabel(name, weight, newW);
}
}
}
function fitLabel(name, weight, w) {
var full = name + ' (' + weight + ')';
if (full.length * 6.5 + 8 <= w) return full;
if (name.length * 6.5 + 8 <= w) return name;
var max = Math.floor((w - 8) / 6.5);
if (max > 2) return name.substr(0, max - 2) + '..';
return '';
}
function resetZoom() {
zoomStack = [];
origView = [0, 1200];
applyZoom(0, 1200);
}
// --- Hover: highlight all instances of the same crate ---
function hlOn(evt) {
var name = evt.currentTarget.getAttribute('data-name');
var all = document.querySelectorAll('.frame[data-name="' + name + '"]');
for (var i = 0; i < all.length; i++) all[i].classList.add('highlight');
}
function hlOff(evt) {
var name = evt.currentTarget.getAttribute('data-name');
var all = document.querySelectorAll('.frame[data-name="' + name + '"]');
for (var i = 0; i < all.length; i++) all[i].classList.remove('highlight');
}
// --- Search: highlight matching crates ---
function search() {
var q = prompt('Search for crate name (regex):');
if (!q) return;
var re = new RegExp(q, 'i');
var frames = document.querySelectorAll('.frame');
var count = 0;
for (var i = 0; i < frames.length; i++) {
var name = frames[i].getAttribute('data-name');
if (re.test(name)) {
frames[i].classList.add('highlight');
count++;
} else {
frames[i].classList.remove('highlight');
}
}
document.getElementById('search-status').textContent = count + ' matches';
}
function clearSearch() {
var frames = document.querySelectorAll('.frame');
for (var i = 0; i < frames.length; i++) frames[i].classList.remove('highlight');
document.getElementById('search-status').textContent = '';
}
]]></script>
<text x="6" y="18" class="title">depflame — Dependency Tree</text>
<text x="6" y="33" class="subtitle">806 deps total, 58 unique crates shown, 249 shared (dashed border = multiple parents) | click to zoom</text>
<rect x="762" y="4" width="12" height="10" rx="2" fill="rgb(70,130,180)" class="legend-rect"/>
<text x="777" y="13" class="legend">workspace</text>
<rect x="837" y="4" width="12" height="10" rx="2" fill="hsl(120,55%,58%)" class="legend-rect"/>
<text x="852" y="13" class="legend">leaf (0 deps)</text>
<rect x="936" y="4" width="12" height="10" rx="2" fill="hsl(75,65%,54%)" class="legend-rect"/>
<text x="951" y="13" class="legend">some deps</text>
<rect x="1011" y="4" width="12" height="10" rx="2" fill="hsl(30,75%,50%)" class="legend-rect"/>
<text x="1026" y="13" class="legend">many deps</text>
<rect x="1086" y="4" width="12" height="10" rx="2" fill="hsl(270,50%,65%)" class="legend-rect" stroke-dasharray="4,2"/>
<text x="1101" y="13" class="legend">shared</text>
<rect x="1143" y="4" width="12" height="10" rx="2" fill="rgb(220,20,80)" class="legend-rect"/>
<text x="1158" y="13" class="legend">unused</text>
<text x="1020" y="33" class="legend" style="cursor:pointer;text-decoration:underline" onclick="search()">[search]</text>
<text x="1074" y="33" class="legend" style="cursor:pointer;text-decoration:underline" onclick="clearSearch()">[clear]</text>
<text x="1122" y="33" class="legend" style="cursor:pointer;text-decoration:underline" onclick="resetZoom()">[reset zoom]</text>
<text id="search-status" x="940" y="33" class="legend" fill="rgb(204,68,68)"></text>
<g id="frames">
<g class="frame" data-x="0" data-w="131.08784706417842" data-d="0" data-name="qdrant" data-weight="720" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>qdrant v1.17.0
720 transitive deps
depth 0
[48 children too small to show]</title>
<rect x="0" y="40" width="131.08784706417842" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="53" fill="#fff">qdrant (720)</text>
</g>
<g class="frame" data-x="0" data-w="12.102469160475907" data-d="1" data-name="storage" data-weight="635" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>storage v0.2.0
635 transitive deps
depth 1
[43 children too small to show]</title>
<rect x="0" y="59" width="12.102469160475907" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="12.102469160475907" data-w="11.625993996677643" data-d="1" data-name="collection" data-weight="610" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>collection v0.4.2
610 transitive deps
depth 1
[shared: 2 parents in dep graph]
[55 children too small to show]</title>
<rect x="12.102469160475907" y="59" width="11.625993996677643" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="16.102469160475906" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="23.72846315715355" data-w="10.387158570802157" data-d="1" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 1
[shared: 5 parents in dep graph]
[24 children too small to show]</title>
<rect x="23.72846315715355" y="59" width="10.387158570802157" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="27.72846315715355" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="23.72846315715355" data-w="2.2153524918640284" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="23.72846315715355" y="78" width="2.2153524918640284" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="27.72846315715355" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="25.943815649017576" data-w="2.038641495431295" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="25.943815649017576" y="78" width="2.038641495431295" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="29.943815649017576" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="34.115621727955705" data-w="9.796329367692309" data-d="1" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 1
[shared: 4 parents in dep graph]
[20 children too small to show]</title>
<rect x="34.115621727955705" y="59" width="9.796329367692309" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="38.115621727955705" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="34.115621727955705" data-w="2.299585007899981" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="34.115621727955705" y="78" width="2.299585007899981" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="38.115621727955705" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="43.911951095648014" data-w="9.014910099063158" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="43.911951095648014" y="59" width="9.014910099063158" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="47.911951095648014" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="52.92686119471117" data-w="4.898164683846154" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="52.92686119471117" y="59" width="4.898164683846154" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="56.92686119471117" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="57.82502587855733" data-w="4.497925546255613" data-d="1" data-name="pyroscope_pprofrs" data-weight="236" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>pyroscope_pprofrs v0.2.10
236 transitive deps
depth 1
[2 children too small to show]</title>
<rect x="57.82502587855733" y="59" width="4.497925546255613" height="18" rx="2" fill="hsl(30,75%,50%)" class="normal"/>
<text x="61.82502587855733" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="57.82502587855733" data-w="2.855590889563596" data-d="2" data-name="pyroscope" data-weight="193" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>pyroscope v0.5.8
193 transitive deps
depth 2
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="57.82502587855733" y="78" width="2.855590889563596" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="61.82502587855733" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="62.32295142481294" data-w="4.135804421768932" data-d="1" data-name="actix-multipart" data-weight="217" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-multipart v0.7.2
217 transitive deps
depth 1
[16 children too small to show]</title>
<rect x="62.32295142481294" y="59" width="4.135804421768932" height="18" rx="2" fill="hsl(31,75%,50%)" class="normal"/>
<text x="66.32295142481294" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="62.32295142481294" data-w="2.207248721051883" data-d="2" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 2
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="62.32295142481294" y="78" width="2.207248721051883" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="66.32295142481294" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="66.45875584658188" data-w="4.097686408665071" data-d="1" data-name="actix-web-validator" data-weight="215" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web-validator v7.0.0
215 transitive deps
depth 1
[shared: 2 parents in dep graph]
[14 children too small to show]</title>
<rect x="66.45875584658188" y="59" width="4.097686408665071" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="70.45875584658188" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="70.55644225524695" data-w="3.8689783300419043" data-d="1" data-name="actix-files" data-weight="203" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-files v0.6.10
203 transitive deps
depth 1
[shared: 2 parents in dep graph]
[14 children too small to show]</title>
<rect x="70.55644225524695" y="59" width="3.8689783300419043" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="74.55644225524695" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="70.55644225524695" data-w="2.026607696688617" data-d="2" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 2
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="70.55644225524695" y="78" width="2.026607696688617" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="74.55644225524695" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="74.42542058528885" data-w="3.7927423038341823" data-d="1" data-name="actix-cors" data-weight="199" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-cors v0.7.1
199 transitive deps
depth 1
[6 children too small to show]</title>
<rect x="74.42542058528885" y="59" width="3.7927423038341823" height="18" rx="2" fill="hsl(33,74%,50%)" class="normal"/>
<text x="78.42542058528885" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="74.42542058528885" data-w="3.236909379996414" data-d="2" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 2
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="74.42542058528885" y="78" width="3.236909379996414" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="78.42542058528885" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="78.21816288912304" data-w="3.7927423038341823" data-d="1" data-name="actix-web-extras" data-weight="199" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web-extras v0.1.0
199 transitive deps
depth 1
[3 children too small to show]</title>
<rect x="78.21816288912304" y="59" width="3.7927423038341823" height="18" rx="2" fill="hsl(33,74%,50%)" class="normal"/>
<text x="82.21816288912304" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="78.21816288912304" data-w="3.509172785790505" data-d="2" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 2
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="78.21816288912304" y="78" width="3.509172785790505" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="82.21816288912304" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="82.01090519295722" data-w="3.773683297282252" data-d="1" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 1
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="82.01090519295722" y="59" width="3.773683297282252" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="86.01090519295722" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="85.78458849023947" data-w="3.678388264522599" data-d="1" data-name="pyroscope" data-weight="193" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>pyroscope v0.5.8
193 transitive deps
depth 1
[shared: 2 parents in dep graph]
[9 children too small to show]</title>
<rect x="85.78458849023947" y="59" width="3.678388264522599" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="89.78458849023947" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="85.78458849023947" data-w="2.3761851197828467" data-d="2" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 2
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="85.78458849023947" y="78" width="2.3761851197828467" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="89.78458849023947" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="89.46297675476207" data-w="3.37344415969171" data-d="1" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 1
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="89.46297675476207" y="59" width="3.37344415969171" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="93.46297675476207" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="92.83642091445378" data-w="2.8207329696857233" data-d="1" data-name="issues" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>issues v0.0.0
148 transitive deps
depth 1
[shared: 3 parents in dep graph]
[8 children too small to show]</title>
<rect x="92.83642091445378" y="59" width="2.8207329696857233" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="96.83642091445378" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="95.6571538841395" data-w="2.6110838976144874" data-d="1" data-name="tonic-reflection" data-weight="137" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic-reflection v0.11.0
137 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="95.6571538841395" y="59" width="2.6110838976144874" height="18" rx="2" fill="hsl(39,73%,51%)" class="normal"/>
<text x="99.6571538841395" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="98.268237781754" data-w="2.5729658845106265" data-d="1" data-name="tonic" data-weight="135" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.11.0
135 transitive deps
depth 1
[shared: 6 parents in dep graph]
[23 children too small to show]</title>
<rect x="98.268237781754" y="59" width="2.5729658845106265" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="102.268237781754" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="100.84120366626462" data-w="2.3442578058874592" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[4 children too small to show]</title>
<rect x="100.84120366626462" y="59" width="2.3442578058874592" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="104.84120366626462" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="103.18546147215208" data-w="2.210844760023946" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="103.18546147215208" y="59" width="2.210844760023946" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="107.18546147215208" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="131.08784706417842" data-w="115.61219845243514" data-d="0" data-name="storage" data-weight="635" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>storage v0.2.0
635 transitive deps
depth 0
[32 children too small to show]</title>
<rect x="131.08784706417842" y="40" width="115.61219845243514" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="135.08784706417842" y="53" fill="#fff">storage (635)</text>
</g>
<g class="frame" data-x="131.08784706417842" data-w="17.85403571037606" data-d="1" data-name="collection" data-weight="610" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>collection v0.4.2
610 transitive deps
depth 1
[shared: 2 parents in dep graph]
[53 children too small to show]</title>
<rect x="131.08784706417842" y="59" width="17.85403571037606" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="135.08784706417842" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="131.08784706417842" data-w="2.2074522373309784" data-d="2" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 2
[shared: 5 parents in dep graph]
[26 children too small to show]</title>
<rect x="131.08784706417842" y="78" width="2.2074522373309784" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="135.08784706417842" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="133.2952993015094" data-w="2.0818907339231614" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="133.2952993015094" y="78" width="2.0818907339231614" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="137.2952993015094" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="148.94188277455447" data-w="15.95155649533599" data-d="1" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 1
[shared: 5 parents in dep graph]
[23 children too small to show]</title>
<rect x="148.94188277455447" y="59" width="15.95155649533599" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="152.94188277455447" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="148.94188277455447" data-w="3.402116198590331" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="148.94188277455447" y="78" width="3.402116198590331" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="152.94188277455447" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="152.3439989731448" data-w="3.1307411710763167" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="152.3439989731448" y="78" width="3.1307411710763167" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="156.3439989731448" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="155.47474014422113" data-w="2.35632950719486" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="155.47474014422113" y="78" width="2.35632950719486" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="159.47474014422113" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="164.89343926989045" data-w="15.044220254316876" data-d="1" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 1
[shared: 4 parents in dep graph]
[19 children too small to show]</title>
<rect x="164.89343926989045" y="59" width="15.044220254316876" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="168.89343926989045" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="164.89343926989045" data-w="3.5314720497726464" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="164.89343926989045" y="78" width="3.5314720497726464" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="168.89343926989045" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="168.4249113196631" data-w="2.6579366801671505" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="168.4249113196631" y="78" width="2.6579366801671505" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="172.4249113196631" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="179.93765952420733" data-w="13.8441949032916" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="179.93765952420733" y="59" width="13.8441949032916" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="183.93765952420733" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="193.78185442749893" data-w="7.522110127158438" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="193.78185442749893" y="59" width="7.522110127158438" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="197.78185442749893" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="201.30396455465737" data-w="5.180597247109119" data-d="1" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 1
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="201.30396455465737" y="59" width="5.180597247109119" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="205.30396455465737" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="206.4845618017665" data-w="4.331798828091241" data-d="1" data-name="issues" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>issues v0.0.0
148 transitive deps
depth 1
[shared: 3 parents in dep graph]
[8 children too small to show]</title>
<rect x="206.4845618017665" y="59" width="4.331798828091241" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="210.4845618017665" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="210.81636062985774" data-w="3.9513029850832266" data-d="1" data-name="tonic" data-weight="135" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.11.0
135 transitive deps
depth 1
[shared: 6 parents in dep graph]
[23 children too small to show]</title>
<rect x="210.81636062985774" y="59" width="3.9513029850832266" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="214.81636062985774" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="214.76766361494097" data-w="3.395193676071513" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="214.76766361494097" y="59" width="3.395193676071513" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="218.76766361494097" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="218.16285729101247" data-w="2.3122439690487027" data-d="1" data-name="raft" data-weight="79" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>raft v0.7.0
79 transitive deps
depth 1
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="218.16285729101247" y="59" width="2.3122439690487027" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="222.16285729101247" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="220.47510126006117" data-w="2.3122439690487027" data-d="1" data-name="wal" data-weight="79" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wal v0.1.4
79 transitive deps
depth 1
[shared: 5 parents in dep graph]
[12 children too small to show]</title>
<rect x="220.47510126006117" y="59" width="2.3122439690487027" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="224.47510126006117" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="246.70004551661356" data-w="111.06053709604005" data-d="0" data-name="collection" data-weight="610" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>collection v0.4.2
610 transitive deps
depth 0
[shared: 2 parents in dep graph]
[42 children too small to show]</title>
<rect x="246.70004551661356" y="40" width="111.06053709604005" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="250.70004551661356" y="53" fill="#fff">collection</text>
</g>
<g class="frame" data-x="246.70004551661356" data-w="13.73139580701947" data-d="1" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 1
[shared: 5 parents in dep graph]
[23 children too small to show]</title>
<rect x="246.70004551661356" y="59" width="13.73139580701947" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="250.70004551661356" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="246.70004551661356" data-w="2.9286047488829907" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="246.70004551661356" y="78" width="2.9286047488829907" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="250.70004551661356" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="249.62865026549656" data-w="2.695000089925398" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="249.62865026549656" y="78" width="2.695000089925398" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="253.62865026549656" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="252.32365035542196" data-w="2.0283721607049507" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="252.32365035542196" y="78" width="2.0283721607049507" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="256.32365035542193" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="260.431441323633" data-w="12.950343935427538" data-d="1" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 1
[shared: 4 parents in dep graph]
[19 children too small to show]</title>
<rect x="260.431441323633" y="59" width="12.950343935427538" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="264.431441323633" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="260.431441323633" data-w="3.039956665735596" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="260.431441323633" y="78" width="3.039956665735596" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="264.431441323633" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="263.4713979893686" data-w="2.288001211420448" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="263.4713979893686" y="78" width="2.288001211420448" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="267.4713979893686" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="273.38178525906056" data-w="11.917339847193047" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="273.38178525906056" y="59" width="11.917339847193047" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="277.38178525906056" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="285.2991251062536" data-w="8.969498912475105" data-d="1" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="285.2991251062536" y="59" width="8.969498912475105" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="289.2991251062536" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="285.2991251062536" data-w="2.846946453734208" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="285.2991251062536" y="78" width="2.846946453734208" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="289.2991251062536" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="288.14607155998783" data-w="2.078594427868442" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="288.14607155998783" y="78" width="2.078594427868442" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="292.14607155998783" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="294.2686240187287" data-w="6.475171967713769" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="294.2686240187287" y="59" width="6.475171967713769" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="298.2686240187287" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="300.7437959864425" data-w="5.694120096121836" data-d="1" data-name="object_store" data-weight="226" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>object_store v0.13.1
226 transitive deps
depth 1
[28 children too small to show]</title>
<rect x="300.7437959864425" y="59" width="5.694120096121836" height="18" rx="2" fill="hsl(31,75%,50%)" class="normal"/>
<text x="304.7437959864425" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="306.4379160825643" data-w="5.416972657815021" data-d="1" data-name="actix-web-validator" data-weight="215" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web-validator v7.0.0
215 transitive deps
depth 1
[shared: 2 parents in dep graph]
[14 children too small to show]</title>
<rect x="306.4379160825643" y="59" width="5.416972657815021" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="310.4379160825643" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="311.8548887403793" data-w="5.11462999784395" data-d="1" data-name="actix-files" data-weight="203" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-files v0.6.10
203 transitive deps
depth 1
[shared: 2 parents in dep graph]
[14 children too small to show]</title>
<rect x="311.8548887403793" y="59" width="5.11462999784395" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="315.8548887403793" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="311.8548887403793" data-w="2.6790919036325453" data-d="2" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 2
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="311.8548887403793" y="78" width="2.6790919036325453" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="315.8548887403793" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="316.96951873822326" data-w="4.98865388952267" data-d="1" data-name="actix-web" data-weight="198" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>actix-web v4.12.1
198 transitive deps
depth 1
[shared: 8 parents in dep graph]
[36 children too small to show]</title>
<rect x="316.96951873822326" y="59" width="4.98865388952267" height="18" rx="2" fill="hsl(241,64%,55%)" class="shared"/>
<text x="320.96951873822326" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="321.9581726277459" data-w="3.728892806309875" data-d="1" data-name="issues" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>issues v0.0.0
148 transitive deps
depth 1
[shared: 3 parents in dep graph]
[8 children too small to show]</title>
<rect x="321.9581726277459" y="59" width="3.728892806309875" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="325.9581726277459" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="325.6870654340558" data-w="3.401354924674548" data-d="1" data-name="tonic" data-weight="135" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.11.0
135 transitive deps
depth 1
[shared: 6 parents in dep graph]
[23 children too small to show]</title>
<rect x="325.6870654340558" y="59" width="3.401354924674548" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="329.6870654340558" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="329.08842035873033" data-w="3.099012264703477" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="329.08842035873033" y="59" width="3.099012264703477" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="333.08842035873033" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="329.08842035873033" data-w="2.549542005004279" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="329.08842035873033" y="78" width="2.549542005004279" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="333.08842035873033" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="332.18743262343384" data-w="2.9226457130536856" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="332.18743262343384" y="59" width="2.9226457130536856" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="336.18743262343384" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="357.7605826126536" data-w="101.59308147473828" data-d="0" data-name="qdrant-edge-py" data-weight="558" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>qdrant-edge-py v0.5.0
558 transitive deps
depth 0
[8 children too small to show]</title>
<rect x="357.7605826126536" y="40" width="101.59308147473828" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="361.7605826126536" y="53" fill="#fff">qdrant-edge-py</text>
</g>
<g class="frame" data-x="357.7605826126536" data-w="24.675187938259388" data-d="1" data-name="edge" data-weight="546" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>edge v0.1.0
546 transitive deps
depth 1
[8 children too small to show]</title>
<rect x="357.7605826126536" y="59" width="24.675187938259388" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="361.7605826126536" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="357.7605826126536" data-w="8.311481722096023" data-d="2" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 2
[shared: 5 parents in dep graph]
[26 children too small to show]</title>
<rect x="357.7605826126536" y="78" width="8.311481722096023" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="361.7605826126536" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="366.0720643347496" data-w="7.213451109268658" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="366.0720643347496" y="78" width="7.213451109268658" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="370.0720643347496" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="373.28551544401824" data-w="3.9193592707865657" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="373.28551544401824" y="78" width="3.9193592707865657" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="377.28551544401824" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="382.435770550913" data-w="24.629995286357815" data-d="1" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 1
[shared: 5 parents in dep graph]
[22 children too small to show]</title>
<rect x="382.435770550913" y="59" width="24.629995286357815" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="386.435770550913" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="382.435770550913" data-w="5.253036339082123" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="382.435770550913" y="78" width="5.253036339082123" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="386.435770550913" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="387.68880688999513" data-w="4.834019821762343" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="387.68880688999513" y="78" width="4.834019821762343" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="391.68880688999513" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="392.5228267117575" data-w="3.638289760142482" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="392.5228267117575" y="78" width="3.638289760142482" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="396.5228267117575" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="396.16111647189996" data-w="2.6265181695410615" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="396.16111647189996" y="78" width="2.6265181695410615" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="400.16111647189996" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="407.0657658372708" data-w="21.37612434944449" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[64 children too small to show]</title>
<rect x="407.0657658372708" y="59" width="21.37612434944449" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0657658372708" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="407.0657658372708" data-w="2.9123231031007415" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="407.0657658372708" y="78" width="2.9123231031007415" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0657658372708" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="409.97808894037155" data-w="2.879600371605228" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="409.97808894037155" y="78" width="2.879600371605228" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="413.97808894037155" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="412.8576893119768" data-w="2.2087843759471917" data-d="2" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 2
[14 children too small to show]</title>
<rect x="412.8576893119768" y="78" width="2.2087843759471917" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="416.8576893119768" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="415.066473687924" data-w="2.1269775472084067" data-d="2" data-name="posting_list" data-weight="260" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>posting_list v0.0.0
260 transitive deps
depth 2
[2 children too small to show]</title>
<rect x="415.066473687924" y="78" width="2.1269775472084067" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="419.066473687924" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="415.066473687924" data-w="2.0627669042738135" data-d="3" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 3
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="415.066473687924" y="97" width="2.0627669042738135" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="419.066473687924" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="417.1934512351324" data-w="2.1024354985867713" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="417.1934512351324" y="78" width="2.1024354985867713" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="421.1934512351324" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="428.4418901867153" data-w="16.08858407696033" data-d="1" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="428.4418901867153" y="59" width="16.08858407696033" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="432.4418901867153" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="428.4418901867153" data-w="5.106565910811574" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="428.4418901867153" y="78" width="5.106565910811574" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="432.4418901867153" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="433.54845609752687" data-w="3.728373406473224" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="433.54845609752687" y="78" width="3.728373406473224" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="437.54845609752687" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="444.5304742636756" data-w="5.558696183893598" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="444.5304742636756" y="59" width="5.558696183893598" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="448.5304742636756" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="444.5304742636756" data-w="4.57311175412523" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="444.5304742636756" y="78" width="4.57311175412523" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="448.5304742636756" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="450.0891704475692" data-w="2.666366462192864" data-d="1" data-name="pyo3" data-weight="59" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>pyo3 v0.28.1
59 transitive deps
depth 1
[7 children too small to show]</title>
<rect x="450.0891704475692" y="59" width="2.666366462192864" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="454.0891704475692" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="452.75553690976204" data-w="2.350017898881846" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.21.0
52 transitive deps
depth 1
[shared: 11 parents in dep graph]
[4 children too small to show]</title>
<rect x="452.75553690976204" y="59" width="2.350017898881846" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="456.75553690976204" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="459.35366408739185" data-w="99.40828402366864" data-d="0" data-name="edge" data-weight="546" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>edge v0.1.0
546 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="459.35366408739185" y="40" width="99.40828402366864" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="463.35366408739185" y="53" fill="#fff">edge (546)</text>
</g>
<g class="frame" data-x="459.35366408739185" data-w="33.48424894493165" data-d="1" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 1
[shared: 5 parents in dep graph]
[22 children too small to show]</title>
<rect x="459.35366408739185" y="59" width="33.48424894493165" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="463.35366408739185" y="72" fill="#fff">s..</text>
</g>
<g class="frame" data-x="459.35366408739185" data-w="7.141453924354717" data-d="2" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 2
[shared: 4 parents in dep graph]
[21 children too small to show]</title>
<rect x="459.35366408739185" y="78" width="7.141453924354717" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="463.35366408739185" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="466.49511801174657" data-w="6.571804875913971" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="466.49511801174657" y="78" width="6.571804875913971" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="470.49511801174657" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="473.06692288766055" data-w="4.946221005973306" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="473.06692288766055" y="78" width="4.946221005973306" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="477.06692288766055" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="478.01314389363387" data-w="3.5707269621773583" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="478.01314389363387" y="78" width="3.5707269621773583" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="482.01314389363387" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="492.8379130323235" data-w="29.060641744867283" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[64 children too small to show]</title>
<rect x="492.8379130323235" y="59" width="29.060641744867283" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="496.8379130323235" y="72" fill="#fff">s..</text>
</g>
<g class="frame" data-x="492.8379130323235" data-w="3.959276104543725" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="492.8379130323235" y="78" width="3.959276104543725" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="496.8379130323235" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="496.79718913686725" data-w="3.914789856178065" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="496.79718913686725" y="78" width="3.914789856178065" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="500.79718913686725" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="500.7119789930453" data-w="3.0028217646820385" data-d="2" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 2
[14 children too small to show]</title>
<rect x="500.7119789930453" y="78" width="3.0028217646820385" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="504.7119789930453" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="503.71480075772735" data-w="2.891606143767889" data-d="2" data-name="posting_list" data-weight="260" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>posting_list v0.0.0
260 transitive deps
depth 2
[2 children too small to show]</title>
<rect x="503.71480075772735" y="78" width="2.891606143767889" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="507.71480075772735" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="503.71480075772735" data-w="2.8043123733899904" data-d="3" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 3
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="503.71480075772735" y="97" width="2.8043123733899904" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="507.71480075772735" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="506.60640690149523" data-w="2.858241457493644" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="506.60640690149523" y="78" width="2.858241457493644" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="510.60640690149523" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="521.8985547771908" data-w="15.789820144674191" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[30 children too small to show]</title>
<rect x="521.8985547771908" y="59" width="15.789820144674191" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="525.8985547771908" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="521.8985547771908" data-w="2.5189985444810965" data-d="2" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 2
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="521.8985547771908" y="78" width="2.5189985444810965" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="525.8985547771908" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="521.8985547771908" data-w="2.072367596878065" data-d="3" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 3
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="521.8985547771908" y="97" width="2.072367596878065" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="525.8985547771908" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="524.4175533216719" data-w="2.3756409037382697" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="524.4175533216719" y="78" width="2.3756409037382697" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="528.4175533216719" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="537.688374921865" data-w="7.5569956334432895" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="537.688374921865" y="59" width="7.5569956334432895" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="541.688374921865" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="537.688374921865" data-w="6.217102790634195" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="537.688374921865" y="78" width="6.217102790634195" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="541.688374921865" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="545.2453705553083" data-w="4.853680122292845" data-d="1" data-name="wal" data-weight="79" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wal v0.1.4
79 transitive deps
depth 1
[shared: 5 parents in dep graph]
[12 children too small to show]</title>
<rect x="545.2453705553083" y="59" width="4.853680122292845" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="549.2453705553083" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="550.0990506776012" data-w="3.870656300056319" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="550.0990506776012" y="59" width="3.870656300056319" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="554.0990506776012" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="550.0990506776012" data-w="3.3868242625492795" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="550.0990506776012" y="78" width="3.3868242625492795" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="554.0990506776012" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="553.9697069776576" data-w="2.0889256222526167" data-d="1" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 1
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="553.9697069776576" y="59" width="2.0889256222526167" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="557.9697069776576" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="558.7619481110605" data-w="99.22621756941284" data-d="0" data-name="shard" data-weight="545" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shard v0.1.0
545 transitive deps
depth 0
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="558.7619481110605" y="40" width="99.22621756941284" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="562.7619481110605" y="53" fill="#fff">shard (545)</text>
</g>
<g class="frame" data-x="558.7619481110605" data-w="21.16277005422332" data-d="1" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 1
[shared: 4 parents in dep graph]
[18 children too small to show]</title>
<rect x="558.7619481110605" y="59" width="21.16277005422332" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="562.7619481110605" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="558.7619481110605" data-w="4.967737089651429" data-d="2" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 2
[shared: 7 parents in dep graph]
[69 children too small to show]</title>
<rect x="558.7619481110605" y="78" width="4.967737089651429" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="562.7619481110605" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="563.729685200712" data-w="3.7389310865029786" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="563.729685200712" y="78" width="3.7389310865029786" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="567.729685200712" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="567.4686162872149" data-w="2.699172160761982" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="567.4686162872149" y="78" width="2.699172160761982" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="571.4686162872149" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="579.9247181652838" data-w="19.474689174411733" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[66 children too small to show]</title>
<rect x="579.9247181652838" y="59" width="19.474689174411733" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="583.9247181652838" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="579.9247181652838" data-w="2.65326802376218" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="579.9247181652838" y="78" width="2.65326802376218" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="583.9247181652838" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="582.577986189046" data-w="2.62345602349519" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="582.577986189046" y="78" width="2.62345602349519" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="586.577986189046" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="585.2014422125412" data-w="2.0123100180218785" data-d="2" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 2
[14 children too small to show]</title>
<rect x="585.2014422125412" y="78" width="2.0123100180218785" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="589.2014422125412" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="599.3994073396956" data-w="14.65748276129086" data-d="1" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="599.3994073396956" y="59" width="14.65748276129086" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="603.3994073396956" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="599.3994073396956" data-w="4.652329965711797" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="599.3994073396956" y="78" width="4.652329965711797" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="603.3994073396956" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="604.0517373054074" data-w="3.396729548829352" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="604.0517373054074" y="78" width="3.396729548829352" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="608.0517373054074" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="614.0568901009865" data-w="10.58138502711166" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="614.0568901009865" y="59" width="10.58138502711166" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="618.0568901009865" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="624.6382751280981" data-w="5.5583150920625455" data-d="1" data-name="tonic" data-weight="135" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.11.0
135 transitive deps
depth 1
[shared: 6 parents in dep graph]
[23 children too small to show]</title>
<rect x="624.6382751280981" y="59" width="5.5583150920625455" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="628.6382751280981" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="630.1965902201607" data-w="5.064242639434763" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="630.1965902201607" y="59" width="5.064242639434763" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="634.1965902201607" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="630.1965902201607" data-w="4.166327277832854" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="630.1965902201607" y="78" width="4.166327277832854" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="634.1965902201607" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="635.2608328595954" data-w="4.776033708735224" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="635.2608328595954" y="59" width="4.776033708735224" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="639.2608328595954" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="640.0368665683307" data-w="3.2526436464662303" data-d="1" data-name="wal" data-weight="79" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wal v0.1.4
79 transitive deps
depth 1
[shared: 5 parents in dep graph]
[12 children too small to show]</title>
<rect x="640.0368665683307" y="59" width="3.2526436464662303" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="644.0368665683307" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="643.2895102147969" data-w="2.5938803762958544" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="643.2895102147969" y="59" width="2.5938803762958544" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="647.2895102147969" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="643.2895102147969" data-w="2.2696453292588727" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="643.2895102147969" y="78" width="2.2696453292588727" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="647.2895102147969" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="645.8833905910927" data-w="2.5527076719102055" data-d="1" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 1
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="645.8833905910927" y="59" width="2.5527076719102055" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="649.8833905910927" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="648.4360982630029" data-w="2.140980628053721" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.21.0
52 transitive deps
depth 1
[shared: 11 parents in dep graph]
[4 children too small to show]</title>
<rect x="648.4360982630029" y="59" width="2.140980628053721" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="652.4360982630029" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="657.9881656804733" data-w="93.58215748748293" data-d="0" data-name="api" data-weight="514" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>api v1.17.0
514 transitive deps
depth 0
[shared: 4 parents in dep graph]
[8 children too small to show]</title>
<rect x="657.9881656804733" y="40" width="93.58215748748293" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="661.9881656804733" y="53" fill="#fff">api (514)</text>
</g>
<g class="frame" data-x="657.9881656804733" data-w="21.96742456157788" data-d="1" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 1
[shared: 7 parents in dep graph]
[64 children too small to show]</title>
<rect x="657.9881656804733" y="59" width="21.96742456157788" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="661.9881656804733" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="657.9881656804733" data-w="2.9928829483052906" data-d="2" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="657.9881656804733" y="78" width="2.9928829483052906" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="661.9881656804733" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="660.9810486287786" data-w="2.959255050009726" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="660.9810486287786" y="78" width="2.959255050009726" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="664.9810486287786" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="663.9403036787883" data-w="2.269883134950642" data-d="2" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 2
[14 children too small to show]</title>
<rect x="663.9403036787883" y="78" width="2.269883134950642" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="667.9403036787883" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="666.2101868137389" data-w="2.1858133892117295" data-d="2" data-name="posting_list" data-weight="260" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>posting_list v0.0.0
260 transitive deps
depth 2
[2 children too small to show]</title>
<rect x="666.2101868137389" y="78" width="2.1858133892117295" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="670.2101868137389" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="666.2101868137389" data-w="2.1198265699147716" data-d="3" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 3
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="666.2101868137389" y="97" width="2.1198265699147716" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="670.2101868137389" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="668.3960002029506" data-w="2.1605924654900552" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="668.3960002029506" y="78" width="2.1605924654900552" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="672.3960002029506" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="679.9555902420512" data-w="16.53362186875629" data-d="1" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="679.9555902420512" y="59" width="16.53362186875629" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="683.9555902420512" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="679.9555902420512" data-w="5.24782227033563" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="679.9555902420512" y="78" width="5.24782227033563" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="683.9555902420512" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="685.2034125123869" data-w="3.8315066007848206" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="685.2034125123869" y="78" width="3.8315066007848206" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="689.2034125123869" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="696.4892121108076" data-w="11.935788820984175" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="696.4892121108076" y="59" width="11.935788820984175" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="700.4892121108076" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="708.4250009317917" data-w="6.269772337871064" data-d="1" data-name="tonic" data-weight="135" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.11.0
135 transitive deps
depth 1
[shared: 6 parents in dep graph]
[23 children too small to show]</title>
<rect x="708.4250009317917" y="59" width="6.269772337871064" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="712.4250009317917" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="714.6947732696627" data-w="5.712459241171414" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="714.6947732696627" y="59" width="5.712459241171414" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="718.6947732696627" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="714.6947732696627" data-w="4.699611857984993" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="714.6947732696627" y="78" width="4.699611857984993" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="718.6947732696627" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="720.4072325108341" data-w="5.3873599347632855" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="720.4072325108341" y="59" width="5.3873599347632855" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="724.4072325108341" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="725.7945924455973" data-w="4.922932354180244" data-d="1" data-name="prost-wkt-types" data-weight="106" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prost-wkt-types v0.5.1
106 transitive deps
depth 1
[10 children too small to show]</title>
<rect x="725.7945924455973" y="59" width="4.922932354180244" height="18" rx="2" fill="hsl(43,72%,51%)" class="normal"/>
<text x="729.7945924455973" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="730.7175247997776" data-w="2.8794509996148596" data-d="1" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 1
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="730.7175247997776" y="59" width="2.8794509996148596" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="734.7175247997776" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="733.5969757993925" data-w="2.7401227254399467" data-d="1" data-name="tonic-build" data-weight="59" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic-build v0.11.0
59 transitive deps
depth 1
[4 children too small to show]</title>
<rect x="733.5969757993925" y="59" width="2.7401227254399467" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="737.5969757993925" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="733.5969757993925" data-w="2.2073210843821793" data-d="2" data-name="prost-build" data-weight="58" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prost-build v0.12.6
58 transitive deps
depth 2
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="733.5969757993925" y="78" width="2.2073210843821793" height="18" rx="2" fill="hsl(250,60%,58%)" class="shared"/>
<text x="737.5969757993925" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="736.3370985248324" data-w="2.6936799673816427" data-d="1" data-name="prost-build" data-weight="58" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prost-build v0.12.6
58 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="736.3370985248324" y="59" width="2.6936799673816427" height="18" rx="2" fill="hsl(250,60%,58%)" class="shared"/>
<text x="740.3370985248324" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="739.030778492214" data-w="2.6007944512650343" data-d="1" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 1
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="739.030778492214" y="59" width="2.6007944512650343" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="743.030778492214" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="741.6315729434791" data-w="2.4150234190318174" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.21.0
52 transitive deps
depth 1
[shared: 11 parents in dep graph]
[4 children too small to show]</title>
<rect x="741.6315729434791" y="59" width="2.4150234190318174" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="745.6315729434791" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="744.046596362511" data-w="2.1363668706819925" data-d="1" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 1
[shared: 12 parents in dep graph]
[6 children too small to show]</title>
<rect x="744.046596362511" y="59" width="2.1363668706819925" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="748.046596362511" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="751.5703231679563" data-w="86.11743286299499" data-d="0" data-name="segment" data-weight="473" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>segment v0.6.0
473 transitive deps
depth 0
[shared: 7 parents in dep graph]
[59 children too small to show]</title>
<rect x="751.5703231679563" y="40" width="86.11743286299499" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="755.5703231679563" y="53" fill="#fff">segment</text>
</g>
<g class="frame" data-x="751.5703231679563" data-w="11.732799884893309" data-d="1" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 1
[shared: 5 parents in dep graph]
[15 children too small to show]</title>
<rect x="751.5703231679563" y="59" width="11.732799884893309" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="755.5703231679563" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="751.5703231679563" data-w="3.7240266541771367" data-d="2" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 2
[shared: 2 parents in dep graph]
[19 children too small to show]</title>
<rect x="751.5703231679563" y="78" width="3.7240266541771367" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="755.5703231679563" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="755.2943498221334" data-w="2.7189626423963755" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="755.2943498221334" y="78" width="2.7189626423963755" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="759.2943498221334" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="763.3031230528496" data-w="11.600970672703497" data-d="1" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 1
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="763.3031230528496" y="59" width="11.600970672703497" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="767.3031230528496" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="763.3031230528496" data-w="4.277545857797415" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="763.3031230528496" y="78" width="4.277545857797415" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="767.3031230528496" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="767.5806689106471" data-w="3.561847523613412" data-d="2" data-name="dataset" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dataset v0.0.0
214 transitive deps
depth 2
[4 children too small to show]</title>
<rect x="767.5806689106471" y="78" width="3.561847523613412" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="771.5806689106471" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="767.5806689106471" data-w="2.1814775490642693" data-d="3" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 3
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="767.5806689106471" y="97" width="2.1814775490642693" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="771.5806689106471" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="774.9040937255531" data-w="8.898471822812342" data-d="1" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 1
[13 children too small to show]</title>
<rect x="774.9040937255531" y="59" width="8.898471822812342" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="778.9040937255531" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="774.9040937255531" data-w="3.9980896126971537" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="774.9040937255531" y="78" width="3.9980896126971537" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="778.9040937255531" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="783.8025655483655" data-w="8.56889879233781" data-d="1" data-name="posting_list" data-weight="260" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>posting_list v0.0.0
260 transitive deps
depth 1
[2 children too small to show]</title>
<rect x="783.8025655483655" y="59" width="8.56889879233781" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="787.8025655483655" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="783.8025655483655" data-w="8.310215055210632" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="783.8025655483655" y="78" width="8.310215055210632" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="787.8025655483655" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="792.3714643407033" data-w="8.47002688319545" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="792.3714643407033" y="59" width="8.47002688319545" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="796.3714643407033" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="800.8414912238987" data-w="4.0537482748367335" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="800.8414912238987" y="59" width="4.0537482748367335" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="804.8414912238987" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="800.8414912238987" data-w="3.334998580716745" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="800.8414912238987" y="78" width="3.334998580716745" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="804.8414912238987" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="804.8952394987355" data-w="3.8230471535045614" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="804.8952394987355" y="59" width="3.8230471535045614" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="808.8952394987355" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="808.7182866522401" data-w="2.076310091989546" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[3 children too small to show]</title>
<rect x="808.7182866522401" y="59" width="2.076310091989546" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="812.7182866522401" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="810.7945967442296" data-w="2.043352788942093" data-d="1" data-name="charabia" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>charabia v0.9.7
62 transitive deps
depth 1
[11 children too small to show]</title>
<rect x="810.7945967442296" y="59" width="2.043352788942093" height="18" rx="2" fill="hsl(52,70%,52%)" class="normal"/>
<text x="814.7945967442296" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="812.8379495331717" data-w="2.043352788942093" data-d="1" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 1
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="812.8379495331717" y="59" width="2.043352788942093" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="816.8379495331717" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="837.6877560309513" data-w="64.815657715066" data-d="0" data-name="sparse" data-weight="356" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sparse v0.1.0
356 transitive deps
depth 0
[shared: 5 parents in dep graph]
[11 children too small to show]</title>
<rect x="837.6877560309513" y="40" width="64.815657715066" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="841.6877560309513" y="53" fill="#fff">sparse</text>
</g>
<g class="frame" data-x="837.6877560309513" data-w="20.572688472230144" data-d="1" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 1
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="837.6877560309513" y="59" width="20.572688472230144" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="841.6877560309513" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="837.6877560309513" data-w="7.585625448153726" data-d="2" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 2
[shared: 11 parents in dep graph]
[32 children too small to show]</title>
<rect x="837.6877560309513" y="78" width="7.585625448153726" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="841.6877560309513" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="845.273381479105" data-w="6.31643519807353" data-d="2" data-name="dataset" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dataset v0.0.0
214 transitive deps
depth 2
[4 children too small to show]</title>
<rect x="845.273381479105" y="78" width="6.31643519807353" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="849.273381479105" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="845.273381479105" data-w="3.8685433566055876" data-d="3" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 3
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="845.273381479105" y="97" width="3.8685433566055876" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="849.273381479105" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="858.2604445031815" data-w="15.020400390236214" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[30 children too small to show]</title>
<rect x="858.2604445031815" y="59" width="15.020400390236214" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="862.2604445031815" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="858.2604445031815" data-w="2.3962506459131703" data-d="2" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 2
[shared: 10 parents in dep graph]
[4 children too small to show]</title>
<rect x="858.2604445031815" y="78" width="2.3962506459131703" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="862.2604445031815" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="860.6566951490946" data-w="2.259878657934372" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="860.6566951490946" y="78" width="2.259878657934372" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="864.6566951490946" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="873.2808448934177" data-w="7.188751937739511" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="873.2808448934177" y="59" width="7.188751937739511" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="877.2808448934177" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="873.2808448934177" data-w="5.914150530338888" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="873.2808448934177" y="78" width="5.914150530338888" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="877.2808448934177" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="880.4695968311572" data-w="6.779635973803116" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="880.4695968311572" y="59" width="6.779635973803116" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="884.4695968311572" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="887.2492328049603" data-w="3.682043675427554" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="887.2492328049603" y="59" width="3.682043675427554" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="891.2492328049603" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="887.2492328049603" data-w="3.22178821599911" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="887.2492328049603" y="78" width="3.22178821599911" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="891.2492328049603" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="890.9312764803879" data-w="3.623598537722355" data-d="1" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 1
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="890.9312764803879" y="59" width="3.623598537722355" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="894.9312764803879" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="902.5034137460173" data-w="64.08739189804278" data-d="0" data-name="gridstore" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gridstore v0.1.0
352 transitive deps
depth 0
[shared: 2 parents in dep graph]
[13 children too small to show]</title>
<rect x="902.5034137460173" y="40" width="64.08739189804278" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="906.5034137460173" y="53" fill="#fff">gridst..</text>
</g>
<g class="frame" data-x="902.5034137460173" data-w="23.630501747197982" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[30 children too small to show]</title>
<rect x="902.5034137460173" y="59" width="23.630501747197982" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="906.5034137460173" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="902.5034137460173" data-w="3.76984658223781" data-d="2" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 2
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="902.5034137460173" y="78" width="3.76984658223781" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="906.5034137460173" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="902.5034137460173" data-w="3.101434067656638" data-d="3" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 3
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="902.5034137460173" y="97" width="3.101434067656638" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="906.5034137460173" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="906.2732603282551" data-w="3.555302467801512" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="906.2732603282551" y="78" width="3.555302467801512" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="910.2732603282551" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="926.1339154932152" data-w="19.67676020972906" data-d="1" data-name="dataset" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dataset v0.0.0
214 transitive deps
depth 1
[2 children too small to show]</title>
<rect x="926.1339154932152" y="59" width="19.67676020972906" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="930.1339154932152" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="926.1339154932152" data-w="12.05116455751572" data-d="2" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 2
[shared: 5 parents in dep graph]
[36 children too small to show]</title>
<rect x="926.1339154932152" y="78" width="12.05116455751572" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="930.1339154932152" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="938.1850800507309" data-w="4.289397554370003" data-d="2" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 2
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="938.1850800507309" y="78" width="4.289397554370003" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="942.1850800507309" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="938.1850800507309" data-w="3.7532228600737527" data-d="3" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 3
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="938.1850800507309" y="97" width="3.7532228600737527" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="942.1850800507309" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="942.4744776051009" data-w="2.859598369580002" data-d="2" data-name="indicatif" data-weight="42" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indicatif v0.18.4
42 transitive deps
depth 2
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="942.4744776051009" y="78" width="2.859598369580002" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="946.4744776051009" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="945.8106757029443" data-w="5.7926910897800505" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="945.8106757029443" y="59" width="5.7926910897800505" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="949.8106757029443" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="945.8106757029443" data-w="5.068604703557544" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[8 children too small to show]</title>
<rect x="945.8106757029443" y="78" width="5.068604703557544" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="949.8106757029443" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="945.8106757029443" data-w="2.3607199989172125" data-d="3" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 3
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="945.8106757029443" y="97" width="2.3607199989172125" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="949.8106757029443" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="951.6033667927244" data-w="3.1262142389289163" data-d="1" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 1
[shared: 22 parents in dep graph]
[1 children too small to show]</title>
<rect x="951.6033667927244" y="59" width="3.1262142389289163" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="955.6033667927244" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="951.6033667927244" data-w="2.42281603516991" data-d="2" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 2
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="951.6033667927244" y="78" width="2.42281603516991" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="955.6033667927244" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="954.7295810316533" data-w="2.298686940388909" data-d="1" data-name="rand" data-weight="25" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rand v0.9.2
25 transitive deps
depth 1
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="954.7295810316533" y="59" width="2.298686940388909" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="958.7295810316533" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="957.0282679720423" data-w="2.2067394627733523" data-d="1" data-name="tempfile" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tempfile v3.25.0
24 transitive deps
depth 1
[shared: 18 parents in dep graph]
[5 children too small to show]</title>
<rect x="957.0282679720423" y="59" width="2.2067394627733523" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="961.0282679720423" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="966.5908056440601" data-w="49.15794264906691" data-d="0" data-name="quantization" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quantization v0.1.0
270 transitive deps
depth 0
[9 children too small to show]</title>
<rect x="966.5908056440601" y="40" width="49.15794264906691" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="970.5908056440601" y="53" fill="#fff">quan..</text>
</g>
<g class="frame" data-x="966.5908056440601" data-w="22.086698008409435" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[30 children too small to show]</title>
<rect x="966.5908056440601" y="59" width="22.086698008409435" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="970.5908056440601" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="966.5908056440601" data-w="3.5235588262443067" data-d="2" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 2
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="966.5908056440601" y="78" width="3.5235588262443067" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="970.5908056440601" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="966.5908056440601" data-w="2.8988143535059545" data-d="3" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 3
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="966.5908056440601" y="97" width="2.8988143535059545" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="970.5908056440601" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="970.1143644703044" data-w="3.3230310881653624" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="970.1143644703044" y="78" width="3.3230310881653624" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="974.1143644703044" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="988.6775036524696" data-w="10.570676478732919" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="988.6775036524696" y="59" width="10.570676478732919" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="992.6775036524696" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="988.6775036524696" data-w="8.696443060517861" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[7 children too small to show]</title>
<rect x="988.6775036524696" y="78" width="8.696443060517861" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="992.6775036524696" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="988.6775036524696" data-w="2.4053991443985576" data-d="3" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.21.0
52 transitive deps
depth 3
[shared: 11 parents in dep graph]
[4 children too small to show]</title>
<rect x="988.6775036524696" y="97" width="2.4053991443985576" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="992.6775036524696" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="991.0829027968681" data-w="2.127853089275647" data-d="3" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 3
[shared: 12 parents in dep graph]
[6 children too small to show]</title>
<rect x="991.0829027968681" y="97" width="2.127853089275647" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="995.0829027968681" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="999.2481801312025" data-w="5.414248928131496" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="999.2481801312025" y="59" width="5.414248928131496" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1003.2481801312025" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="999.2481801312025" data-w="4.737467812115058" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[8 children too small to show]</title>
<rect x="999.2481801312025" y="78" width="4.737467812115058" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1003.2481801312025" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="999.2481801312025" data-w="2.2064918576974244" data-d="3" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 3
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="999.2481801312025" y="97" width="2.2064918576974244" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1003.2481801312025" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1004.662429059334" data-w="2.921975612007474" data-d="1" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 1
[shared: 22 parents in dep graph]
[1 children too small to show]</title>
<rect x="1004.662429059334" y="59" width="2.921975612007474" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1008.662429059334" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1004.662429059334" data-w="2.2645310993057923" data-d="2" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 2
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1004.662429059334" y="78" width="2.2645310993057923" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1008.662429059334" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1007.5844046713415" data-w="2.14851147941726" data-d="1" data-name="rand" data-weight="25" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rand v0.9.2
25 transitive deps
depth 1
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="1007.5844046713415" y="59" width="2.14851147941726" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="1011.5844046713415" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1015.7487482931269" data-w="47.337278106508876" data-d="0" data-name="posting_list" data-weight="260" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>posting_list v0.0.0
260 transitive deps
depth 0
[2 children too small to show]</title>
<rect x="1015.7487482931269" y="40" width="47.337278106508876" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1019.7487482931269" y="53" fill="#fff">post..</text>
</g>
<g class="frame" data-x="1015.7487482931269" data-w="45.90822820140672" data-d="1" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 1
[shared: 11 parents in dep graph]
[25 children too small to show]</title>
<rect x="1015.7487482931269" y="59" width="45.90822820140672" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1019.7487482931269" y="72" fill="#fff">com..</text>
</g>
<g class="frame" data-x="1015.7487482931269" data-w="7.323880763648543" data-d="2" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 2
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="1015.7487482931269" y="78" width="7.323880763648543" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="1019.7487482931269" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1015.7487482931269" data-w="6.025320344561921" data-d="3" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 3
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="1015.7487482931269" y="97" width="6.025320344561921" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="1019.7487482931269" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1023.0726290567754" data-w="6.907074541327081" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="1023.0726290567754" y="78" width="6.907074541327081" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="1027.0726290567754" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1029.9797035981026" data-w="3.7512560008931564" data-d="2" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 2
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="1029.9797035981026" y="78" width="3.7512560008931564" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1033.9797035981026" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1029.9797035981026" data-w="3.2823490007815117" data-d="3" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 3
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="1029.9797035981026" y="97" width="3.2823490007815117" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1033.9797035981026" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1033.7309595989957" data-w="3.6917122548472334" data-d="2" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 2
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="1033.7309595989957" y="78" width="3.6917122548472334" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1037.7309595989957" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1037.422671853843" data-w="3.334449778571695" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="1037.422671853843" y="78" width="3.334449778571695" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1041.422671853843" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1040.7571216324147" data-w="2.7390123181124633" data-d="2" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 2
[shared: 12 parents in dep graph]
[6 children too small to show]</title>
<rect x="1040.7571216324147" y="78" width="2.7390123181124633" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="1044.7571216324147" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1043.496133950527" data-w="2.024487365561386" data-d="2" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 2
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="1043.496133950527" y="78" width="2.024487365561386" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1047.496133950527" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1063.0860263996358" data-w="46.791078743741465" data-d="0" data-name="common" data-weight="257" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>common v0.0.0
257 transitive deps
depth 0
[shared: 11 parents in dep graph]
[25 children too small to show]</title>
<rect x="1063.0860263996358" y="40" width="46.791078743741465" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1067.0860263996358" y="53" fill="#fff">com..</text>
</g>
<g class="frame" data-x="1063.0860263996358" data-w="7.464724624487937" data-d="1" data-name="ordered-float" data-weight="123" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ordered-float v5.1.0
123 transitive deps
depth 1
[shared: 10 parents in dep graph]
[3 children too small to show]</title>
<rect x="1063.0860263996358" y="59" width="7.464724624487937" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="1067.0860263996358" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1063.0860263996358" data-w="6.14119188964965" data-d="2" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 2
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="1063.0860263996358" y="78" width="6.14119188964965" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="1067.0860263996358" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1070.5507510241237" data-w="7.039902897891063" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[9 children too small to show]</title>
<rect x="1070.5507510241237" y="59" width="7.039902897891063" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="1074.5507510241237" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1077.5906539220148" data-w="3.823395539371871" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="1077.5906539220148" y="59" width="3.823395539371871" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1081.5906539220148" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1077.5906539220148" data-w="3.345471096950387" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="1077.5906539220148" y="78" width="3.345471096950387" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1081.5906539220148" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1081.4140494613866" data-w="3.762706721286603" data-d="1" data-name="validator" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>validator v0.20.0
62 transitive deps
depth 1
[shared: 9 parents in dep graph]
[8 children too small to show]</title>
<rect x="1081.4140494613866" y="59" width="3.762706721286603" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1085.4140494613866" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1085.1767561826732" data-w="3.3985738127749965" data-d="1" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 1
[shared: 34 parents in dep graph]
[9 children too small to show]</title>
<rect x="1085.1767561826732" y="59" width="3.3985738127749965" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1089.1767561826732" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1088.575329995448" data-w="2.7916856319223187" data-d="1" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 1
[shared: 12 parents in dep graph]
[6 children too small to show]</title>
<rect x="1088.575329995448" y="59" width="2.7916856319223187" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="1092.575329995448" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1091.3670156273704" data-w="2.0634198148991048" data-d="1" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 1
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="1091.3670156273704" y="59" width="2.0634198148991048" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1095.3670156273704" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1109.8771051433773" data-w="38.962221210741916" data-d="0" data-name="dataset" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dataset v0.0.0
214 transitive deps
depth 0
[2 children too small to show]</title>
<rect x="1109.8771051433773" y="40" width="38.962221210741916" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1113.8771051433773" y="53" fill="#fff">da..</text>
</g>
<g class="frame" data-x="1109.8771051433773" data-w="23.862675274399027" data-d="1" data-name="reqwest" data-weight="177" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
177 transitive deps
depth 1
[shared: 5 parents in dep graph]
[34 children too small to show]</title>
<rect x="1109.8771051433773" y="59" width="23.862675274399027" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="1113.8771051433773" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1109.8771051433773" data-w="2.5202254571439506" data-d="2" data-name="hyper-rustls" data-weight="111" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hyper-rustls v0.27.2
111 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="1109.8771051433773" y="78" width="2.5202254571439506" height="18" rx="2" fill="hsl(42,72%,51%)" class="normal"/>
<text x="1113.8771051433773" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1112.3973306005212" data-w="2.0661307801810764" data-d="2" data-name="hyper-util" data-weight="91" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hyper-util v0.1.13
91 transitive deps
depth 2
[shared: 3 parents in dep graph]
[16 children too small to show]</title>
<rect x="1112.3973306005212" y="78" width="2.0661307801810764" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="1116.3973306005212" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1133.7397804177763" data-w="8.493494589192874" data-d="1" data-name="fs-err" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fs-err v3.3.0
63 transitive deps
depth 1
[shared: 11 parents in dep graph]
[2 children too small to show]</title>
<rect x="1133.7397804177763" y="59" width="8.493494589192874" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1137.7397804177763" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1133.7397804177763" data-w="7.431807765543764" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[8 children too small to show]</title>
<rect x="1133.7397804177763" y="78" width="7.431807765543764" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1137.7397804177763" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1133.7397804177763" data-w="3.4613899181984653" data-d="3" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 3
[shared: 22 parents in dep graph]
[1 children too small to show]</title>
<rect x="1133.7397804177763" y="97" width="3.4613899181984653" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1137.7397804177763" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1133.7397804177763" data-w="2.682577186603811" data-d="4" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 4
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1133.7397804177763" y="116" width="2.682577186603811" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1137.7397804177763" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1142.233275006969" data-w="5.662329726128583" data-d="1" data-name="indicatif" data-weight="42" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indicatif v0.18.4
42 transitive deps
depth 1
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="1142.233275006969" y="59" width="5.662329726128583" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="1146.233275006969" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1142.233275006969" data-w="2.059028991319485" data-d="2" data-name="web-time" data-weight="16" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>web-time v1.1.0
16 transitive deps
depth 2
[shared: 3 parents in dep graph]
[2 children too small to show]</title>
<rect x="1142.233275006969" y="78" width="2.059028991319485" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="1146.233275006969" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1148.8393263541193" data-w="26.945835229858897" data-d="0" data-name="issues" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>issues v0.0.0
148 transitive deps
depth 0
[shared: 3 parents in dep graph]
[4 children too small to show]</title>
<rect x="1148.8393263541193" y="40" width="26.945835229858897" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1152.8393263541193" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1148.8393263541193" data-w="11.00604537557617" data-d="1" data-name="schemars" data-weight="116" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v0.8.22
116 transitive deps
depth 1
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="1148.8393263541193" y="59" width="11.00604537557617" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="1152.8393263541193" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1148.8393263541193" data-w="3.044225316648728" data-d="2" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.21.0
52 transitive deps
depth 2
[shared: 11 parents in dep graph]
[4 children too small to show]</title>
<rect x="1148.8393263541193" y="78" width="3.044225316648728" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="1152.8393263541193" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1151.883551670768" data-w="2.6929685493431053" data-d="2" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 2
[shared: 12 parents in dep graph]
[6 children too small to show]</title>
<rect x="1151.883551670768" y="78" width="2.6929685493431053" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="1155.883551670768" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1154.576520220111" data-w="2.2246261929356086" data-d="2" data-name="url" data-weight="38" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>url v2.5.8
38 transitive deps
depth 2
[shared: 8 parents in dep graph]
[5 children too small to show]</title>
<rect x="1154.576520220111" y="78" width="2.2246261929356086" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="1158.576520220111" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1159.8453717296954" data-w="4.364466269625033" data-d="1" data-name="chrono" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
46 transitive deps
depth 1
[shared: 12 parents in dep graph]
[5 children too small to show]</title>
<rect x="1159.8453717296954" y="59" width="4.364466269625033" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="1163.8453717296954" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1159.8453717296954" data-w="2.1262784390480927" data-d="2" data-name="iana-time-zone" data-weight="38" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.53
38 transitive deps
depth 2
[6 children too small to show]</title>
<rect x="1159.8453717296954" y="78" width="2.1262784390480927" height="18" rx="2" fill="hsl(60,68%,53%)" class="normal"/>
<text x="1163.8453717296954" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1164.2098379993204" data-w="4.174706866597857" data-d="1" data-name="dashmap" data-weight="44" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dashmap v6.1.0
44 transitive deps
depth 1
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="1164.2098379993204" y="59" width="4.174706866597857" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="1168.2098379993204" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1164.2098379993204" data-w="2.1215723420415338" data-d="2" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 2
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1164.2098379993204" y="78" width="2.1215723420415338" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1168.2098379993204" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1168.3845448659183" data-w="3.7003083590299193" data-d="1" data-name="serial_test" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serial_test v3.3.1
39 transitive deps
depth 1
[3 children too small to show]</title>
<rect x="1168.3845448659183" y="59" width="3.7003083590299193" height="18" rx="2" fill="hsl(60,68%,53%)" class="normal"/>
<text x="1172.3845448659183" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1168.3845448659183" data-w="2.9954877192146965" data-d="2" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 2
[shared: 22 parents in dep graph]
[1 children too small to show]</title>
<rect x="1168.3845448659183" y="78" width="2.9954877192146965" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1172.3845448659183" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1168.3845448659183" data-w="2.3215029823913897" data-d="3" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 3
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1168.3845448659183" y="97" width="2.3215029823913897" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1172.3845448659183" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1175.7851615839782" data-w="12.38051888939463" data-d="0" data-name="cancel" data-weight="68" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cancel v0.0.0
68 transitive deps
depth 0
[shared: 3 parents in dep graph]
[1 children too small to show]</title>
<rect x="1175.7851615839782" y="40" width="12.38051888939463" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1179.7851615839782" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1175.7851615839782" data-w="6.336486045753157" data-d="1" data-name="tokio-util" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-util v0.7.18
65 transitive deps
depth 1
[shared: 11 parents in dep graph]
[5 children too small to show]</title>
<rect x="1175.7851615839782" y="59" width="6.336486045753157" height="18" rx="2" fill="hsl(249,60%,57%)" class="shared"/>
<text x="1179.7851615839782" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1175.7851615839782" data-w="4.795178629218605" data-d="2" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 2
[shared: 34 parents in dep graph]
[8 children too small to show]</title>
<rect x="1175.7851615839782" y="78" width="4.795178629218605" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1179.7851615839782" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1175.7851615839782" data-w="2.2333708684031857" data-d="3" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 3
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="1175.7851615839782" y="97" width="2.2333708684031857" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1179.7851615839782" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1182.1216476297313" data-w="5.459126439418104" data-d="1" data-name="tokio" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
56 transitive deps
depth 1
[shared: 34 parents in dep graph]
[8 children too small to show]</title>
<rect x="1182.1216476297313" y="59" width="5.459126439418104" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1186.1216476297313" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1182.1216476297313" data-w="2.542606834797473" data-d="2" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 2
[shared: 22 parents in dep graph]
[2 children too small to show]</title>
<rect x="1182.1216476297313" y="78" width="2.542606834797473" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1186.1216476297313" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1188.1656804733727" data-w="6.918525261720529" data-d="0" data-name="gpu" data-weight="38" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gpu v0.1.0
38 transitive deps
depth 0
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="1188.1656804733727" y="40" width="6.918525261720529" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1192.1656804733727" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1188.1656804733727" data-w="5.737313631670682" data-d="1" data-name="parking_lot" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot v0.12.5
34 transitive deps
depth 1
[shared: 22 parents in dep graph]
[1 children too small to show]</title>
<rect x="1188.1656804733727" y="59" width="5.737313631670682" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1192.1656804733727" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1188.1656804733727" data-w="4.446418064544779" data-d="2" data-name="parking_lot_core" data-weight="31" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>parking_lot_core v0.9.12
31 transitive deps
depth 2
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1188.1656804733727" y="78" width="4.446418064544779" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1192.1656804733727" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1195.0842057350933" data-w="3.0951297223486574" data-d="0" data-name="trififo" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>trififo v0.0.0
17 transitive deps
depth 0</title>
<rect x="1195.0842057350933" y="40" width="3.0951297223486574" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1199.0842057350933" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1195.0842057350933" data-w="3.0951297223486574" data-d="1" data-name="ahash" data-weight="16" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ahash v0.8.11
16 transitive deps
depth 1
[shared: 15 parents in dep graph]
[6 children too small to show]</title>
<rect x="1195.0842057350933" y="59" width="3.0951297223486574" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="1199.0842057350933" y="72" fill="#000"></text>
</g>
</g>
</svg>
</div>
<div id="tab-targets" class="tab-content">
<div style="background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#664d03"><strong>âš Use your judgement.</strong> These suggestions are based on automated analysis of dependency metadata and source references. They may be wrong or impractical. Before acting on any suggestion, make sure you understand why the dependency exists, what features it provides, and whether removing it would break functionality or degrade the library for other users.</div>
<div class="action-summary">
<h3>Remove unused dependencies</h3>
<p style="font-size:13px;color:#666;margin-bottom:8px">These dependencies are in your <code>Cargo.toml</code> but no references were found in your source code. You can remove them by deleting the line from <code>[dependencies]</code>. If a dependency has 0 deps saved, it's also pulled in transitively by something else, so removing it only cleans up your manifest without shrinking the build.</p>
<ul>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tar" target="_blank" style="color:inherit;text-decoration:underline dotted">tar</a> from <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> — it appears unused <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-rm">- tar = "0.4.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a> from <a href="https://crates.io/crates/storage" target="_blank" style="color:inherit;text-decoration:underline dotted">storage</a> — it appears unused <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-rm">- prost = "0.11.9"</div></div></li>
</ul>
</div>
<div class="action-summary">
<h3>Disable unnecessary features</h3>
<p style="font-size:13px;color:#666;margin-bottom:8px">These dependencies are already <em>optional</em> in their upstream crate, but are being pulled in by a feature you have enabled (often the <code>default</code> features). You can reduce your dependency count by changing the feature flags in your <code>Cargo.toml</code> — for example, adding <code>default-features = false</code> and listing only the features you actually need.</p>
<ul>
<li>(-13 deps) <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> is already optional in <a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a> (already optional) — enabled by feature(s) <code>chinese-segmentation</code> <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># feature(s) "chinese-segmentation" of charabia pull in jieba-rs</div><div class="diff-rm">- charabia = { version = "...", features = ["chinese-segmentation"] }</div><div class="diff-add">+ charabia = { version = "..." } # without "chinese-segmentation"</div></div></li>
<li>(-5 deps) <a href="https://crates.io/crates/prost-build" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-build</a> is already optional in <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a> (already optional) — enabled by feature(s) <code>prost-build</code>, <code>prost-codec</code> <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># feature(s) "prost-build", "prost-codec" of protobuf-build pull in prost-build</div><div class="diff-rm">- protobuf-build = { version = "...", features = ["prost-build", "prost-codec"] }</div><div class="diff-add">+ protobuf-build = { version = "..." } # without "prost-build", "prost-codec"</div></div></li>
<li>(-5 deps) <a href="https://crates.io/crates/ed25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">ed25519-dalek</a> is already optional in <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a> (already optional) — enabled by feature(s) <code>ed25519-dalek</code>, <code>rust_crypto</code> <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># feature(s) "ed25519-dalek", "rust_crypto" of jsonwebtoken pull in ed25519-dalek</div><div class="diff-rm">- jsonwebtoken = { version = "...", features = ["ed25519-dalek", "rust_crypto"] }</div><div class="diff-add">+ jsonwebtoken = { version = "..." } # without "ed25519-dalek", "rust_crypto"</div></div></li>
<li>(-3 deps) <a href="https://crates.io/crates/validator_derive" target="_blank" style="color:inherit;text-decoration:underline dotted">validator_derive</a> is already optional in <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> (already optional) — enabled by feature(s) <code>derive</code>, <code>derive_nightly_features</code>, <code>validator_derive</code> <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># feature(s) "derive", "derive_nightly_features", "validator_derive" of validator pull in validator_derive</div><div class="diff-rm">- validator = { version = "...", features = ["derive", "derive_nightly_features", "validator_derive"] }</div><div class="diff-add">+ validator = { version = "..." } # without "derive", "derive_nightly_features", "validator_derive"</div></div></li>
<li>(-3 deps) <a href="https://crates.io/crates/jiff" target="_blank" style="color:inherit;text-decoration:underline dotted">jiff</a> is already optional in <a href="https://crates.io/crates/env_logger" target="_blank" style="color:inherit;text-decoration:underline dotted">env_logger</a> (already optional) — default feature(s) <code>humantime</code> pull it in; disable defaults and keep only what you need <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># default feature(s) "humantime" of env_logger pull in jiff</div><div class="diff-rm">- env_logger = "..."</div><div class="diff-add">+ env_logger = { version = "...", default-features = false, features = ["auto-color", "regex"] }</div></div></li>
<li>(-2 deps) <a href="https://crates.io/crates/icu_locid_transform" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_locid_transform</a> is already optional in <a href="https://crates.io/crates/icu_properties" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_properties</a> (already optional) — default feature(s) <code>compiled_data</code> pull it in; disable defaults and keep only what you need <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-comment"># default feature(s) "compiled_data" of icu_properties pull in icu_locid_transform</div><div class="diff-rm">- icu_properties = "..."</div><div class="diff-add">+ icu_properties = { version = "...", default-features = false }</div></div></li>
</ul>
</div>
<div class="action-summary">
<h3>Make dependencies optional</h3>
<p style="font-size:13px;color:#666;margin-bottom:8px">These dependencies are always compiled but could be made optional by adding <code>optional = true</code> in your <code>Cargo.toml</code> and defining a feature flag in <code>[features]</code>. This lets downstream users (or your own binary crate) opt out of them when they're not needed.</p>
<ul>
<li>(-33 deps) Make <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a> optional in <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- jsonwebtoken = "10.3.0"</div><div class="diff-add">+ jsonwebtoken = { version = "10.3.0", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-jsonwebtoken = ["dep:jsonwebtoken"] # pick a name that makes sense for your crate</div></div></li>
<li>(-12 deps) Make <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a> optional in <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- sysinfo = "0.38.1"</div><div class="diff-add">+ sysinfo = { version = "0.38.1", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-sysinfo = ["dep:sysinfo"] # pick a name that makes sense for your crate</div></div></li>
<li>(-12 deps) Make <a href="https://crates.io/crates/geo" target="_blank" style="color:inherit;text-decoration:underline dotted">geo</a> optional in <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- geo = "0.32.0"</div><div class="diff-add">+ geo = { version = "0.32.0", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-geo = ["dep:geo"] # pick a name that makes sense for your crate</div></div></li>
<li>(-10 deps) Make <a href="https://crates.io/crates/thread-priority" target="_blank" style="color:inherit;text-decoration:underline dotted">thread-priority</a> optional in <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- thread-priority = "3.0.0"</div><div class="diff-add">+ thread-priority = { version = "3.0.0", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-thread-priority = ["dep:thread-priority"] # pick a name that makes sense for your crate</div></div></li>
<li>(-9 deps) Make <a href="https://crates.io/crates/serde_with" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_with</a> optional in <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- serde_with = "3.16.1"</div><div class="diff-add">+ serde_with = { version = "3.16.1", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-serde_with = ["dep:serde_with"] # pick a name that makes sense for your crate</div></div></li>
<li>(-9 deps) Make <a href="https://crates.io/crates/ph" target="_blank" style="color:inherit;text-decoration:underline dotted">ph</a> optional in <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- ph = "0.8.5"</div><div class="diff-add">+ ph = { version = "0.8.5", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-ph = ["dep:ph"] # pick a name that makes sense for your crate</div></div></li>
<li>(-8 deps) Make <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> optional in <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- pyroscope_pprofrs = "0.2.10"</div><div class="diff-add">+ pyroscope_pprofrs = { version = "0.2.10", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-pyroscope_pprofrs = ["dep:pyroscope_pprofrs"] # pick a name that makes sense for your crate</div></div></li>
<li>(-6 deps) Make <a href="https://crates.io/crates/actix-multipart" target="_blank" style="color:inherit;text-decoration:underline dotted">actix-multipart</a> optional in <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- actix-multipart = "0.7.2"</div><div class="diff-add">+ actix-multipart = { version = "0.7.2", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-actix-multipart = ["dep:actix-multipart"] # pick a name that makes sense for your crate</div></div></li>
<li>(-6 deps) Make <a href="https://crates.io/crates/vaporetto" target="_blank" style="color:inherit;text-decoration:underline dotted">vaporetto</a> optional in <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- vaporetto = "0.6.5"</div><div class="diff-add">+ vaporetto = { version = "0.6.5", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-vaporetto = ["dep:vaporetto"] # pick a name that makes sense for your crate</div></div></li>
<li>(-4 deps) Make <a href="https://crates.io/crates/serial_test" target="_blank" style="color:inherit;text-decoration:underline dotted">serial_test</a> optional in <a href="https://crates.io/crates/issues" target="_blank" style="color:inherit;text-decoration:underline dotted">issues</a> — put it behind a Cargo feature flag <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml — [dependencies]</div><div class="diff-rm">- serial_test = "3.3.1"</div><div class="diff-add">+ serial_test = { version = "3.3.1", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-serial_test = ["dep:serial_test"] # pick a name that makes sense for your crate</div></div></li>
</ul>
</div>
<div class="action-summary">
<h3>Proposals for upstream libraries</h3>
<p style="font-size:13px;color:#666;margin-bottom:8px">These changes would need to happen in an external library's repository, not your own code. You would need to open an issue or submit a pull request to the upstream maintainer. The impact listed is the savings <em>you</em> would see if the change were accepted.</p>
<ul>
<li>(-24 deps) Propose making <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> optional in <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-7 deps) Propose making <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> optional in <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-6 deps) Propose making <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a> optional in <a href="https://crates.io/crates/raft-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">raft-proto</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-6 deps) Propose making <a href="https://crates.io/crates/include-flate" target="_blank" style="color:inherit;text-decoration:underline dotted">include-flate</a> optional in <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-4 deps) Propose making <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a> optional in <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-4 deps) Propose making <a href="https://crates.io/crates/icu_normalizer" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_normalizer</a> optional in <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-4 deps) Propose making <a href="https://crates.io/crates/prost-wkt" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt</a> optional in <a href="https://crates.io/crates/prost-wkt-types" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt-types</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-3 deps) Propose making <a href="https://crates.io/crates/jieba-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-macros</a> optional in <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-2 deps) Propose making <a href="https://crates.io/crates/symbolic-common" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-common</a> optional in <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
</ul>
</div>
<div style="margin-bottom:12px">
<p style="font-size:14px;color:#444;margin-bottom:4px"><strong>Detailed breakdown</strong></p>
<p style="font-size:13px;color:#666">Each row below is a dependency edge you could optimize. <em>Upstream Crate</em> is where the change would happen; <em>Heavy Dep</em> is the dependency to reduce. Rows marked \u{1f4e4} require contributing a PR upstream. Click any row to see exactly where the dependency is used in the source code.</p>
</div>
<table class="targets-table">
<thead><tr>
<th>#</th>
<th title="The crate that directly depends on the heavy dependency. This is the crate where a change (feature-gate, removal, etc.) would need to happen.">Upstream Crate</th>
<th title="The heavy dependency being pulled in. Removing or gating this dep is the goal.">Heavy Dep</th>
<th title="Deps Saved: how many transitive dependencies would be removed from your build if this edge were cut. Higher = more impact.">Deps Saved</th>
<th title="Total Deps: the total number of transitive dependencies this heavy dep brings (including shared ones that may still be needed by other crates).">Total Deps</th>
<th title="Code Refs: number of source-level references to this dependency found in the upstream crate. Fewer refs = easier to remove or inline.">Code Refs</th>
<th title="Score: W_transitive / C_ref. Higher score = heavier dependency relative to how much it's used. Measures ROI of removal.">Score</th>
<th title="How confident we are in this suggestion. HIGH = clear signal, NOISE = already gated or platform-specific.">Confidence</th>
<th title="The recommended action: FEATURE GATE (make optional), REMOVE (appears unused), INLINE (small enough to copy), ALREADY GATED (check if you need it enabled), etc.">Suggested Action</th>
</tr></thead>
<tbody>
<tr class="expandable" onclick="toggleDetail(1)">
<td>1</td>
<td><code><a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a></code></td>
<td><code><a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a></code></td>
<td>33</td><td>96</td><td>3</td><td>32.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-1">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> v1.17.0 → <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a> v10.3.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a></div>
<div style="margin-top:8px"><span class="label">References (3):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs:1</div>
<div class="ref-line"><code>use jsonwebtoken::errors::ErrorKind;</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs:2</div>
<div class="ref-line"><code>use jsonwebtoken::{Algorithm, DecodingKey, Validation, decode};</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs:64</div>
<div class="ref-line"><code>use jsonwebtoken::{EncodingKey, Header, encode};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(2)">
<td>2</td>
<td><code><a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a></code></td>
<td>24</td><td>34</td><td>3</td><td>11.3</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-2">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> v1.1.0 → <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> v1.2.0</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> → <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> → <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a></div>
<div style="margin-top:8px"><span class="label">References (3):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../idna-1.1.0/src/uts46.rs:29</div>
<div class="ref-line"><code>use idna_adapter::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../idna-1.1.0/src/uts46.rs:490</div>
<div class="ref-line"><code>data: idna_adapter::Adapter,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../idna-1.1.0/src/uts46.rs:505</div>
<div class="ref-line"><code>data: idna_adapter::Adapter::new(),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(3)">
<td>3</td>
<td><code><a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a></code></td>
<td><code><a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a></code></td>
<td>13</td><td>49</td><td>1</td><td>49.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: chinese-segmentation)</td>
</tr>
<tr class="detail-row" id="detail-3">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a> v0.9.7 → <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> v0.7.3</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a> → <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../charabia-0.9.7/src/segmenter/chinese.rs:1</div>
<div class="ref-line"><code>use jieba_rs::Jieba;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(4)">
<td>4</td>
<td><code><a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a></code></td>
<td><code><a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a></code></td>
<td>12</td><td>25</td><td>1</td><td>25.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-4">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> v0.6.0 → <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a> v0.38.1</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/utils/mem.rs:135</div>
<div class="ref-line"><code>use sysinfo::{MemoryRefreshKind, RefreshKind, System};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(5)">
<td>5</td>
<td><code><a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a></code></td>
<td><code><a href="https://crates.io/crates/geo" target="_blank" style="color:inherit;text-decoration:underline dotted">geo</a></code></td>
<td>12</td><td>57</td><td>4</td><td>14.2</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-5">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> v0.6.0 → <a href="https://crates.io/crates/geo" target="_blank" style="color:inherit;text-decoration:underline dotted">geo</a> v0.32.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/geo" target="_blank" style="color:inherit;text-decoration:underline dotted">geo</a></div>
<div style="margin-top:8px"><span class="label">References (4):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/types.rs:17</div>
<div class="ref-line"><code>use geo::{Contains, Coord, Distance as GeoDistance, Haversine, LineString, Point, Polygon};</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/types.rs:1834</div>
<div class="ref-line"><code>impl From<GeoPoint> for geo::Point {</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/index/field_index/geo_hash.rs:5</div>
<div class="ref-line"><code>use geo::{Coord, Distance, Haversine, Intersects, LineString, Point, Polygon};</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/index/query_optimization/rescore_formula/formula_scorer.rs:7</div>
<div class="ref-line"><code>use geo::{Distance, Haversine};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(6)">
<td>6</td>
<td><code><a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a></code></td>
<td><code><a href="https://crates.io/crates/thread-priority" target="_blank" style="color:inherit;text-decoration:underline dotted">thread-priority</a></code></td>
<td>10</td><td>21</td><td>2</td><td>10.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-6">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> v0.0.0 → <a href="https://crates.io/crates/thread-priority" target="_blank" style="color:inherit;text-decoration:underline dotted">thread-priority</a> v3.0.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/thread-priority" target="_blank" style="color:inherit;text-decoration:underline dotted">thread-priority</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/common/common/src/cpu.rs:6</div>
<div class="ref-line"><code>use thread_priority::{ThreadPriority, ThreadPriorityValue, set_current_thread_priority};</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/lib/common/common/src/cpu.rs:56</div>
<div class="ref-line"><code>SetThreadPriority(thread_priority::Error),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(7)">
<td>7</td>
<td><code><a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a></code></td>
<td><code><a href="https://crates.io/crates/serde_with" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_with</a></code></td>
<td>9</td><td>78</td><td>2</td><td>39.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-7">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> v1.17.0 → <a href="https://crates.io/crates/serde_with" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_with</a> v3.16.1</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/serde_with" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_with</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/src/common/update.rs:19</div>
<div class="ref-line"><code>use serde_with::DurationSeconds;</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/common/update.rs:35</div>
<div class="ref-line"><code>#[serde_with::serde_as]</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(8)">
<td>8</td>
<td><code><a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a></code></td>
<td><code><a href="https://crates.io/crates/ph" target="_blank" style="color:inherit;text-decoration:underline dotted">ph</a></code></td>
<td>9</td><td>30</td><td>1</td><td>30.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-8">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> v0.0.0 → <a href="https://crates.io/crates/ph" target="_blank" style="color:inherit;text-decoration:underline dotted">ph</a> v0.8.5</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/ph" target="_blank" style="color:inherit;text-decoration:underline dotted">ph</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/common/common/src/mmap_hashmap.rs:12</div>
<div class="ref-line"><code>use ph::fmph::Function;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(9)">
<td>9</td>
<td><code><a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a></code></td>
<td><code><a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a></code></td>
<td>8</td><td>236</td><td>1</td><td>236.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-9">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> v1.17.0 → <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> v0.2.10</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/src/common/pyroscope_state.rs:6</div>
<div class="ref-line"><code>use pyroscope_pprofrs::{PprofConfig, pprof_backend};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(10)">
<td>10</td>
<td><code><a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a></code></td>
<td>7</td><td>110</td><td>7</td><td>15.7</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-10">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> v0.2.10 → <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> v0.13.1</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> → <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a></div>
<div style="margin-top:8px"><span class="label">References (7):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:1</div>
<div class="ref-line"><code>use pprof2::{ProfilerGuard, ProfilerGuardBuilder};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:262</div>
<div class="ref-line"><code>impl From<(pprof2::Report, &BackendConfig)> for StackBufferWrapper {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:263</div>
<div class="ref-line"><code>fn from(arg: (pprof2::Report, &BackendConfig)) -> Self {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:288</div>
<div class="ref-line"><code>impl From<(pprof2::Frames, &BackendConfig)> for StackTraceWrapper {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:289</div>
<div class="ref-line"><code>fn from(arg: (pprof2::Frames, &BackendConfig)) -> Self {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:314</div>
<div class="ref-line"><code>impl From<pprof2::Symbol> for StackFrameWrapper {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../pyroscope_pprofrs-0.2.10/src/lib.rs:315</div>
<div class="ref-line"><code>fn from(symbol: pprof2::Symbol) -> Self {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(11)">
<td>11</td>
<td><code><a href="https://crates.io/crates/raft-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">raft-proto</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a></code></td>
<td>6</td><td>59</td><td>1</td><td>59.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-11">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/raft-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">raft-proto</a> v0.7.0 → <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a> v0.14.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">BUILD-ONLY</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/raft-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">raft-proto</a> → <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../raft-proto-0.7.0/build.rs:3</div>
<div class="ref-line"><code>use protobuf_build::Builder;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(12)">
<td>12</td>
<td><code><a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a></code></td>
<td><code><a href="https://crates.io/crates/actix-multipart" target="_blank" style="color:inherit;text-decoration:underline dotted">actix-multipart</a></code></td>
<td>6</td><td>217</td><td>4</td><td>54.2</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-12">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> v1.17.0 → <a href="https://crates.io/crates/actix-multipart" target="_blank" style="color:inherit;text-decoration:underline dotted">actix-multipart</a> v0.7.2</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/actix-multipart" target="_blank" style="color:inherit;text-decoration:underline dotted">actix-multipart</a></div>
<div style="margin-top:8px"><span class="label">References (4):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/src/actix/api/snapshot_api.rs:5</div>
<div class="ref-line"><code>use actix_multipart::form::MultipartForm;</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/actix/api/snapshot_api.rs:6</div>
<div class="ref-line"><code>use actix_multipart::form::tempfile::TempFile;</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/actix/mod.rs:15</div>
<div class="ref-line"><code>use actix_multipart::form::MultipartFormConfig;</code></div>
<div class="ref-file">/tmp/ai-projects/qdrant/src/actix/mod.rs:16</div>
<div class="ref-line"><code>use actix_multipart::form::tempfile::TempFileConfig;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(13)">
<td>13</td>
<td><code><a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a></code></td>
<td><code><a href="https://crates.io/crates/vaporetto" target="_blank" style="color:inherit;text-decoration:underline dotted">vaporetto</a></code></td>
<td>6</td><td>17</td><td>1</td><td>17.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-13">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> v0.6.0 → <a href="https://crates.io/crates/vaporetto" target="_blank" style="color:inherit;text-decoration:underline dotted">vaporetto</a> v0.6.5</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/vaporetto" target="_blank" style="color:inherit;text-decoration:underline dotted">vaporetto</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/segment/src/index/field_index/full_text_index/tokenizers/japanese.rs:4</div>
<div class="ref-line"><code>use vaporetto::{Model, Predictor, Sentence};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(14)">
<td>14</td>
<td><code><a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/include-flate" target="_blank" style="color:inherit;text-decoration:underline dotted">include-flate</a></code></td>
<td>6</td><td>30</td><td>2</td><td>15.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-14">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> v0.7.3 → <a href="https://crates.io/crates/include-flate" target="_blank" style="color:inherit;text-decoration:underline dotted">include-flate</a> v0.3.0</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a> → <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> → <a href="https://crates.io/crates/include-flate" target="_blank" style="color:inherit;text-decoration:underline dotted">include-flate</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../jieba-rs-0.7.3/src/keywords/tfidf.rs:5</div>
<div class="ref-line"><code>use include_flate::flate;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../jieba-rs-0.7.3/src/lib.rs:74</div>
<div class="ref-line"><code>use include_flate::flate;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(15)">
<td>15</td>
<td><code><a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a></code></td>
<td><code><a href="https://crates.io/crates/prost-build" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-build</a></code></td>
<td>5</td><td>57</td><td>1</td><td>57.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: prost-build, prost-codec)</td>
</tr>
<tr class="detail-row" id="detail-15">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a> v0.14.0 → <a href="https://crates.io/crates/prost-build" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-build</a> v0.11.9</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/raft-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">raft-proto</a> → <a href="https://crates.io/crates/protobuf-build" target="_blank" style="color:inherit;text-decoration:underline dotted">protobuf-build</a> → <a href="https://crates.io/crates/prost-build" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-build</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../protobuf-build-0.14.0/src/prost_impl.rs:17</div>
<div class="ref-line"><code>prost_build::Config::new()</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(16)">
<td>16</td>
<td><code><a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a></code></td>
<td><code><a href="https://crates.io/crates/ed25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">ed25519-dalek</a></code></td>
<td>5</td><td>36</td><td>2</td><td>18.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: ed25519-dalek, rust_crypto)</td>
</tr>
<tr class="detail-row" id="detail-16">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a> v10.3.0 → <a href="https://crates.io/crates/ed25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">ed25519-dalek</a> v2.2.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/jsonwebtoken" target="_blank" style="color:inherit;text-decoration:underline dotted">jsonwebtoken</a> → <a href="https://crates.io/crates/ed25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">ed25519-dalek</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../jsonwebtoken-10.3.0/src/crypto/rust_crypto/eddsa.rs:7</div>
<div class="ref-line"><code>use ed25519_dalek::pkcs8::DecodePrivateKey;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../jsonwebtoken-10.3.0/src/crypto/rust_crypto/eddsa.rs:8</div>
<div class="ref-line"><code>use ed25519_dalek::{Signature, SigningKey, VerifyingKey};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(17)">
<td>17</td>
<td><code><a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a></code></td>
<td>4</td><td>59</td><td>1</td><td>59.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-17">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> v0.13.1 → <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a> v12.12.3</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> → <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> → <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../pprof2-0.13.1/src/frames.rs:11</div>
<div class="ref-line"><code>use symbolic_demangle::demangle;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(18)">
<td>18</td>
<td><code><a href="https://crates.io/crates/issues" target="_blank" style="color:inherit;text-decoration:underline dotted">issues</a></code></td>
<td><code><a href="https://crates.io/crates/serial_test" target="_blank" style="color:inherit;text-decoration:underline dotted">serial_test</a></code></td>
<td>4</td><td>39</td><td>1</td><td>39.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-18">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/issues" target="_blank" style="color:inherit;text-decoration:underline dotted">issues</a> v0.0.0 → <a href="https://crates.io/crates/serial_test" target="_blank" style="color:inherit;text-decoration:underline dotted">serial_test</a> v3.3.1</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/issues" target="_blank" style="color:inherit;text-decoration:underline dotted">issues</a> → <a href="https://crates.io/crates/serial_test" target="_blank" style="color:inherit;text-decoration:underline dotted">serial_test</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/qdrant/lib/common/issues/src/dashboard.rs:132</div>
<div class="ref-line"><code>use serial_test::serial;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(19)">
<td>19</td>
<td><code><a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/icu_normalizer" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_normalizer</a></code></td>
<td>4</td><td>33</td><td>2</td><td>16.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-19">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> v1.2.0 → <a href="https://crates.io/crates/icu_normalizer" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_normalizer</a> v1.5.0</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> → <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> → <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> → <a href="https://crates.io/crates/icu_normalizer" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_normalizer</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../idna_adapter-1.2.0/src/lib.rs:25</div>
<div class="ref-line"><code>use icu_normalizer::properties::CanonicalCombiningClassMap;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../idna_adapter-1.2.0/src/lib.rs:26</div>
<div class="ref-line"><code>use icu_normalizer::uts46::Uts46Mapper;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(20)">
<td>20</td>
<td><code><a href="https://crates.io/crates/prost-wkt-types" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt-types</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/prost-wkt" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt</a></code></td>
<td>4</td><td>66</td><td>11</td><td>6.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-20">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/prost-wkt-types" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt-types</a> v0.5.1 → <a href="https://crates.io/crates/prost-wkt" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt</a> v0.5.1</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/api" target="_blank" style="color:inherit;text-decoration:underline dotted">api</a> → <a href="https://crates.io/crates/prost-wkt-types" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt-types</a> → <a href="https://crates.io/crates/prost-wkt" target="_blank" style="color:inherit;text-decoration:underline dotted">prost-wkt</a></div>
<div style="margin-top:8px"><span class="label">References (11):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/lib.rs:18</div>
<div class="ref-line"><code>pub use prost_wkt::MessageSerde;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:1</div>
<div class="ref-line"><code>use prost_wkt::MessageSerde;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:89</div>
<div class="ref-line"><code>pub fn try_unpack(self) -> Result<Box<dyn prost_wkt::MessageSerde>, AnyError> {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:90</div>
<div class="ref-line"><code>::prost_wkt::inventory::iter::<::prost_wkt::MessageSerdeDecoderEntry></code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:172</div>
<div class="ref-line"><code>let erased: Box<dyn prost_wkt::MessageSerde> =</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:223</div>
<div class="ref-line"><code>use prost_wkt::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/src/pbany.rs:240</div>
<div class="ref-line"><code>impl prost_wkt::MessageSerde for Foo {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/tests/pbany_test.rs:2</div>
<div class="ref-line"><code>use prost_wkt::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/tests/pbany_test.rs:35</div>
<div class="ref-line"><code>impl prost_wkt::MessageSerde for Foo {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/tests/pbany_test.rs:62</div>
<div class="ref-line"><code>::prost_wkt::inventory::submit! {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../prost-wkt-types-0.5.1/tests/pbany_test.rs:63</div>
<div class="ref-line"><code>::prost_wkt::MessageSerdeDecoderEntry {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(21)">
<td>21</td>
<td><code><a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/jieba-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-macros</a></code></td>
<td>3</td><td>20</td><td>1</td><td>20.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-21">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> v0.7.3 → <a href="https://crates.io/crates/jieba-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-macros</a> v0.7.1</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/charabia" target="_blank" style="color:inherit;text-decoration:underline dotted">charabia</a> → <a href="https://crates.io/crates/jieba-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-rs</a> → <a href="https://crates.io/crates/jieba-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">jieba-macros</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../jieba-rs-0.7.3/src/hmm.rs:6</div>
<div class="ref-line"><code>use jieba_macros::generate_hmm_data;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(22)">
<td>22</td>
<td><code><a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a></code></td>
<td><code><a href="https://crates.io/crates/validator_derive" target="_blank" style="color:inherit;text-decoration:underline dotted">validator_derive</a></code></td>
<td>3</td><td>14</td><td>1</td><td>14.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: derive, derive_nightly_features, validator_derive)</td>
</tr>
<tr class="detail-row" id="detail-22">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> v0.20.0 → <a href="https://crates.io/crates/validator_derive" target="_blank" style="color:inherit;text-decoration:underline dotted">validator_derive</a> v0.20.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> → <a href="https://crates.io/crates/validator_derive" target="_blank" style="color:inherit;text-decoration:underline dotted">validator_derive</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../validator-0.20.0/src/lib.rs:87</div>
<div class="ref-line"><code>pub use validator_derive::Validate;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(23)">
<td>23</td>
<td><code><a href="https://crates.io/crates/env_logger" target="_blank" style="color:inherit;text-decoration:underline dotted">env_logger</a></code></td>
<td><code><a href="https://crates.io/crates/jiff" target="_blank" style="color:inherit;text-decoration:underline dotted">jiff</a></code></td>
<td>3</td><td>12</td><td>1</td><td>12.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: humantime)</td>
</tr>
<tr class="detail-row" id="detail-23">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/env_logger" target="_blank" style="color:inherit;text-decoration:underline dotted">env_logger</a> v0.11.8 → <a href="https://crates.io/crates/jiff" target="_blank" style="color:inherit;text-decoration:underline dotted">jiff</a> v0.2.15</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/collection" target="_blank" style="color:inherit;text-decoration:underline dotted">collection</a> → <a href="https://crates.io/crates/env_logger" target="_blank" style="color:inherit;text-decoration:underline dotted">env_logger</a> → <a href="https://crates.io/crates/jiff" target="_blank" style="color:inherit;text-decoration:underline dotted">jiff</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../env_logger-0.11.8/src/fmt/humantime.rs:98</div>
<div class="ref-line"><code>let Ok(ts) = jiff::Timestamp::try_from(self.time) else {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(24)">
<td>24</td>
<td><code><a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/symbolic-common" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-common</a></code></td>
<td>2</td><td>56</td><td>1</td><td>56.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-24">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a> v12.12.3 → <a href="https://crates.io/crates/symbolic-common" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-common</a> v12.12.3</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/qdrant" target="_blank" style="color:inherit;text-decoration:underline dotted">qdrant</a> → <a href="https://crates.io/crates/pyroscope_pprofrs" target="_blank" style="color:inherit;text-decoration:underline dotted">pyroscope_pprofrs</a> → <a href="https://crates.io/crates/pprof2" target="_blank" style="color:inherit;text-decoration:underline dotted">pprof2</a> → <a href="https://crates.io/crates/symbolic-demangle" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-demangle</a> → <a href="https://crates.io/crates/symbolic-common" target="_blank" style="color:inherit;text-decoration:underline dotted">symbolic-common</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../symbolic-demangle-12.12.3/src/lib.rs:42</div>
<div class="ref-line"><code>use symbolic_common::{Language, Name, NameMangling};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(25)">
<td>25</td>
<td><code><a href="https://crates.io/crates/icu_properties" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_properties</a></code></td>
<td><code><a href="https://crates.io/crates/icu_locid_transform" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_locid_transform</a></code></td>
<td>2</td><td>24</td><td>1</td><td>24.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: compiled_data)</td>
</tr>
<tr class="detail-row" id="detail-25">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/icu_properties" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_properties</a> v1.5.1 → <a href="https://crates.io/crates/icu_locid_transform" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_locid_transform</a> v1.5.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/common" target="_blank" style="color:inherit;text-decoration:underline dotted">common</a> → <a href="https://crates.io/crates/validator" target="_blank" style="color:inherit;text-decoration:underline dotted">validator</a> → <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> → <a href="https://crates.io/crates/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> → <a href="https://crates.io/crates/icu_properties" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_properties</a> → <a href="https://crates.io/crates/icu_locid_transform" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_locid_transform</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../icu_properties-1.5.1/src/provider.rs:51</div>
<div class="ref-line"><code>pub use icu_locid_transform as locid_transform;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(26)">
<td>26</td>
<td><code><a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a></code></td>
<td><code><a href="https://crates.io/crates/tar" target="_blank" style="color:inherit;text-decoration:underline dotted">tar</a></code></td>
<td>0</td><td>30</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-26">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> v0.6.0 → <a href="https://crates.io/crates/tar" target="_blank" style="color:inherit;text-decoration:underline dotted">tar</a> v0.4.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/segment" target="_blank" style="color:inherit;text-decoration:underline dotted">segment</a> → <a href="https://crates.io/crates/tar" target="_blank" style="color:inherit;text-decoration:underline dotted">tar</a></div>
<div style="margin-top:8px"><span class="label">References (0):</span></div>
<div style="margin-left:8px"><span style="color:#aaa">no references found</span></div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(27)">
<td>27</td>
<td><code><a href="https://crates.io/crates/storage" target="_blank" style="color:inherit;text-decoration:underline dotted">storage</a></code></td>
<td><code><a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a></code></td>
<td>0</td><td>10</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-27">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/storage" target="_blank" style="color:inherit;text-decoration:underline dotted">storage</a> v0.2.0 → <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a> v0.11.9</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/storage" target="_blank" style="color:inherit;text-decoration:underline dotted">storage</a> → <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a></div>
<div style="margin-top:8px"><span class="label">References (0):</span></div>
<div style="margin-left:8px"><span style="color:#aaa">no references found</span></div>
</div></td>
</tr>
</tbody>
</table>
</div>
<div id="tab-json" class="tab-content">
<div class="json-container">
<button class="copy-btn" onclick="copyJson()">Copy</button>
<pre><code>{
"tool_version": "0.1.0",
"timestamp": "2026-03-25T23:48:45.684030628+00:00",
"workspace_root": "/tmp/ai-projects/qdrant",
"threshold": 3.0,
"total_dependencies": 806,
"platform_dependencies": 582,
"phantom_dependencies": 224,
"fat_nodes_found": 275,
"targets": [
{
"intermediate": {
"name": "qdrant",
"version": "1.17.0"
},
"fat_dependency": {
"name": "jsonwebtoken",
"version": "10.3.0"
},
"w_transitive": 96,
"w_unique": 33,
"c_ref": 3,
"hurrs": 32.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "jsonwebtoken",
"searched_names": [
"jsonwebtoken"
],
"ref_count": 3,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs",
"line_number": 1,
"line_content": "use jsonwebtoken::errors::ErrorKind;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs",
"line_number": 2,
"line_content": "use jsonwebtoken::{Algorithm, DecodingKey, Validation, decode};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/common/auth/jwt_parser.rs",
"line_number": 64,
"line_content": "use jsonwebtoken::{EncodingKey, Header, encode};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Algorithm",
"DecodingKey",
"EncodingKey",
"Header",
"Validation",
"decode",
"encode",
"errors"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"jsonwebtoken"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 4030,
"fat_dep_own_deps": 15,
"has_re_export_all": false
},
{
"intermediate": {
"name": "idna",
"version": "1.1.0"
},
"fat_dependency": {
"name": "idna_adapter",
"version": "1.2.0"
},
"w_transitive": 34,
"w_unique": 24,
"c_ref": 3,
"hurrs": 11.333333333333334,
"confidence": "High",
"scan_result": {
"fat_crate_name": "idna_adapter",
"searched_names": [
"idna_adapter"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs",
"line_number": 29,
"line_content": "use idna_adapter::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs",
"line_number": 490,
"line_content": "data: idna_adapter::Adapter,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/uts46.rs",
"line_number": 505,
"line_content": "data: idna_adapter::Adapter::new(),",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Adapter"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"common",
"validator",
"idna",
"idna_adapter"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 180,
"fat_dep_own_deps": 2,
"has_re_export_all": false
},
{
"intermediate": {
"name": "charabia",
"version": "0.9.7"
},
"fat_dependency": {
"name": "jieba-rs",
"version": "0.7.3"
},
"w_transitive": 49,
"w_unique": 13,
"c_ref": 1,
"hurrs": 49.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "jieba-rs",
"searched_names": [
"jieba_rs"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/charabia-0.9.7/src/segmenter/chinese.rs",
"line_number": 1,
"line_content": "use jieba_rs::Jieba;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Jieba"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"chinese-segmentation"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"segment",
"charabia",
"jieba-rs"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1964,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "segment",
"version": "0.6.0"
},
"fat_dependency": {
"name": "sysinfo",
"version": "0.38.1"
},
"w_transitive": 25,
"w_unique": 12,
"c_ref": 1,
"hurrs": 25.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "sysinfo",
"searched_names": [
"sysinfo"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/utils/mem.rs",
"line_number": 135,
"line_content": "use sysinfo::{MemoryRefreshKind, RefreshKind, System};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"MemoryRefreshKind",
"RefreshKind",
"System"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"sysinfo"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 23526,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "segment",
"version": "0.6.0"
},
"fat_dependency": {
"name": "geo",
"version": "0.32.0"
},
"w_transitive": 57,
"w_unique": 12,
"c_ref": 4,
"hurrs": 14.25,
"confidence": "High",
"scan_result": {
"fat_crate_name": "geo",
"searched_names": [
"geo"
],
"ref_count": 4,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/types.rs",
"line_number": 17,
"line_content": "use geo::{Contains, Coord, Distance as GeoDistance, Haversine, LineString, Point, Polygon};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/types.rs",
"line_number": 1834,
"line_content": "impl From<GeoPoint> for geo::Point {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/index/field_index/geo_hash.rs",
"line_number": 5,
"line_content": "use geo::{Coord, Distance, Haversine, Intersects, LineString, Point, Polygon};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/index/query_optimization/rescore_formula/formula_scorer.rs",
"line_number": 7,
"line_content": "use geo::{Distance, Haversine};",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"Contains",
"Coord",
"Distance",
"Distance as GeoDistance",
"Haversine",
"Intersects",
"LineString",
"Point",
"Polygon"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"geo"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 35582,
"fat_dep_own_deps": 12,
"has_re_export_all": false
},
{
"intermediate": {
"name": "common",
"version": "0.0.0"
},
"fat_dependency": {
"name": "thread-priority",
"version": "3.0.0"
},
"w_transitive": 21,
"w_unique": 10,
"c_ref": 2,
"hurrs": 10.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "thread-priority",
"searched_names": [
"thread_priority"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/common/common/src/cpu.rs",
"line_number": 6,
"line_content": "use thread_priority::{ThreadPriority, ThreadPriorityValue, set_current_thread_priority};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/lib/common/common/src/cpu.rs",
"line_number": 56,
"line_content": "SetThreadPriority(thread_priority::Error),",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Error",
"ThreadPriority",
"ThreadPriorityValue",
"set_current_thread_priority"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"common",
"thread-priority"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 1548,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "qdrant",
"version": "1.17.0"
},
"fat_dependency": {
"name": "serde_with",
"version": "3.16.1"
},
"w_transitive": 78,
"w_unique": 9,
"c_ref": 2,
"hurrs": 39.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "serde_with",
"searched_names": [
"serde_with"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/src/common/update.rs",
"line_number": 19,
"line_content": "use serde_with::DurationSeconds;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/common/update.rs",
"line_number": 35,
"line_content": "#[serde_with::serde_as]",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"DurationSeconds",
"serde_as"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"serde_with"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 26046,
"fat_dep_own_deps": 11,
"has_re_export_all": false
},
{
"intermediate": {
"name": "common",
"version": "0.0.0"
},
"fat_dependency": {
"name": "ph",
"version": "0.8.5"
},
"w_transitive": 30,
"w_unique": 9,
"c_ref": 1,
"hurrs": 30.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "ph",
"searched_names": [
"ph"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/common/common/src/mmap_hashmap.rs",
"line_number": 12,
"line_content": "use ph::fmph::Function;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Function",
"fmph"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"common",
"ph"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 2380,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "qdrant",
"version": "1.17.0"
},
"fat_dependency": {
"name": "pyroscope_pprofrs",
"version": "0.2.10"
},
"w_transitive": 236,
"w_unique": 8,
"c_ref": 1,
"hurrs": 236.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "pyroscope_pprofrs",
"searched_names": [
"pyroscope_pprofrs"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/src/common/pyroscope_state.rs",
"line_number": 6,
"line_content": "use pyroscope_pprofrs::{PprofConfig, pprof_backend};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"PprofConfig",
"pprof_backend"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"qdrant",
"pyroscope_pprofrs"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 268,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "pyroscope_pprofrs",
"version": "0.2.10"
},
"fat_dependency": {
"name": "pprof2",
"version": "0.13.1"
},
"w_transitive": 110,
"w_unique": 7,
"c_ref": 7,
"hurrs": 15.714285714285714,
"confidence": "High",
"scan_result": {
"fat_crate_name": "pprof2",
"searched_names": [
"pprof2"
],
"ref_count": 7,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 1,
"line_content": "use pprof2::{ProfilerGuard, ProfilerGuardBuilder};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 262,
"line_content": "impl From<(pprof2::Report, &BackendConfig)> for StackBufferWrapper {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 263,
"line_content": "fn from(arg: (pprof2::Report, &BackendConfig)) -> Self {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 288,
"line_content": "impl From<(pprof2::Frames, &BackendConfig)> for StackTraceWrapper {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 289,
"line_content": "fn from(arg: (pprof2::Frames, &BackendConfig)) -> Self {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 314,
"line_content": "impl From<pprof2::Symbol> for StackFrameWrapper {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyroscope_pprofrs-0.2.10/src/lib.rs",
"line_number": 315,
"line_content": "fn from(symbol: pprof2::Symbol) -> Self {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Frames",
"ProfilerGuard",
"ProfilerGuardBuilder",
"Report",
"Symbol"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"pyroscope_pprofrs",
"pprof2"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2633,
"fat_dep_own_deps": 12,
"has_re_export_all": false
},
{
"intermediate": {
"name": "raft-proto",
"version": "0.7.0"
},
"fat_dependency": {
"name": "protobuf-build",
"version": "0.14.0"
},
"w_transitive": 59,
"w_unique": 6,
"c_ref": 1,
"hurrs": 59.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "protobuf-build",
"searched_names": [
"protobuf_build"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/raft-proto-0.7.0/build.rs",
"line_number": 3,
"line_content": "use protobuf_build::Builder;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Builder"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": true,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"raft-proto",
"protobuf-build"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1102,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "qdrant",
"version": "1.17.0"
},
"fat_dependency": {
"name": "actix-multipart",
"version": "0.7.2"
},
"w_transitive": 217,
"w_unique": 6,
"c_ref": 4,
"hurrs": 54.25,
"confidence": "High",
"scan_result": {
"fat_crate_name": "actix-multipart",
"searched_names": [
"actix_multipart"
],
"ref_count": 4,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/src/actix/api/snapshot_api.rs",
"line_number": 5,
"line_content": "use actix_multipart::form::MultipartForm;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/actix/api/snapshot_api.rs",
"line_number": 6,
"line_content": "use actix_multipart::form::tempfile::TempFile;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/actix/mod.rs",
"line_number": 15,
"line_content": "use actix_multipart::form::MultipartFormConfig;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/qdrant/src/actix/mod.rs",
"line_number": 16,
"line_content": "use actix_multipart::form::tempfile::TempFileConfig;",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"form"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"actix-multipart"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 2688,
"fat_dep_own_deps": 17,
"has_re_export_all": false
},
{
"intermediate": {
"name": "segment",
"version": "0.6.0"
},
"fat_dependency": {
"name": "vaporetto",
"version": "0.6.5"
},
"w_transitive": 17,
"w_unique": 6,
"c_ref": 1,
"hurrs": 17.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "vaporetto",
"searched_names": [
"vaporetto"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/segment/src/index/field_index/full_text_index/tokenizers/japanese.rs",
"line_number": 4,
"line_content": "use vaporetto::{Model, Predictor, Sentence};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Model",
"Predictor",
"Sentence"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"vaporetto"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 6610,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "jieba-rs",
"version": "0.7.3"
},
"fat_dependency": {
"name": "include-flate",
"version": "0.3.0"
},
"w_transitive": 30,
"w_unique": 6,
"c_ref": 2,
"hurrs": 15.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "include-flate",
"searched_names": [
"include_flate"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jieba-rs-0.7.3/src/keywords/tfidf.rs",
"line_number": 5,
"line_content": "use include_flate::flate;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jieba-rs-0.7.3/src/lib.rs",
"line_number": 74,
"line_content": "use include_flate::flate;",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"flate"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"charabia",
"jieba-rs",
"include-flate"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 156,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "protobuf-build",
"version": "0.14.0"
},
"fat_dependency": {
"name": "prost-build",
"version": "0.11.9"
},
"w_transitive": 57,
"w_unique": 5,
"c_ref": 1,
"hurrs": 57.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "prost-build",
"searched_names": [
"prost_build"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-build-0.14.0/src/prost_impl.rs",
"line_number": 17,
"line_content": "prost_build::Config::new()",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Config"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"prost-build",
"prost-codec"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"raft-proto",
"protobuf-build",
"prost-build"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2894,
"fat_dep_own_deps": 14,
"has_re_export_all": false
},
{
"intermediate": {
"name": "jsonwebtoken",
"version": "10.3.0"
},
"fat_dependency": {
"name": "ed25519-dalek",
"version": "2.2.0"
},
"w_transitive": 36,
"w_unique": 5,
"c_ref": 2,
"hurrs": 18.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "ed25519-dalek",
"searched_names": [
"ed25519_dalek"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-10.3.0/src/crypto/rust_crypto/eddsa.rs",
"line_number": 7,
"line_content": "use ed25519_dalek::pkcs8::DecodePrivateKey;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jsonwebtoken-10.3.0/src/crypto/rust_crypto/eddsa.rs",
"line_number": 8,
"line_content": "use ed25519_dalek::{Signature, SigningKey, VerifyingKey};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Signature",
"SigningKey",
"VerifyingKey",
"pkcs8"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"ed25519-dalek",
"rust_crypto"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"jsonwebtoken",
"ed25519-dalek"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2389,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "pprof2",
"version": "0.13.1"
},
"fat_dependency": {
"name": "symbolic-demangle",
"version": "12.12.3"
},
"w_transitive": 59,
"w_unique": 4,
"c_ref": 1,
"hurrs": 59.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "symbolic-demangle",
"searched_names": [
"symbolic_demangle"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pprof2-0.13.1/src/frames.rs",
"line_number": 11,
"line_content": "use symbolic_demangle::demangle;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"demangle"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"pyroscope_pprofrs",
"pprof2",
"symbolic-demangle"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 333,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "issues",
"version": "0.0.0"
},
"fat_dependency": {
"name": "serial_test",
"version": "3.3.1"
},
"w_transitive": 39,
"w_unique": 4,
"c_ref": 1,
"hurrs": 39.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "serial_test",
"searched_names": [
"serial_test"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/qdrant/lib/common/issues/src/dashboard.rs",
"line_number": 132,
"line_content": "use serial_test::serial;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"serial"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"issues",
"serial_test"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 1064,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "idna_adapter",
"version": "1.2.0"
},
"fat_dependency": {
"name": "icu_normalizer",
"version": "1.5.0"
},
"w_transitive": 33,
"w_unique": 4,
"c_ref": 2,
"hurrs": 16.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "icu_normalizer",
"searched_names": [
"icu_normalizer"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs",
"line_number": 25,
"line_content": "use icu_normalizer::properties::CanonicalCombiningClassMap;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs",
"line_number": 26,
"line_content": "use icu_normalizer::uts46::Uts46Mapper;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"properties",
"uts46"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"common",
"validator",
"idna",
"idna_adapter",
"icu_normalizer"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 4994,
"fat_dep_own_deps": 10,
"has_re_export_all": false
},
{
"intermediate": {
"name": "prost-wkt-types",
"version": "0.5.1"
},
"fat_dependency": {
"name": "prost-wkt",
"version": "0.5.1"
},
"w_transitive": 66,
"w_unique": 4,
"c_ref": 11,
"hurrs": 6.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "prost-wkt",
"searched_names": [
"prost_wkt"
],
"ref_count": 11,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/lib.rs",
"line_number": 18,
"line_content": "pub use prost_wkt::MessageSerde;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 1,
"line_content": "use prost_wkt::MessageSerde;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 89,
"line_content": "pub fn try_unpack(self) -> Result<Box<dyn prost_wkt::MessageSerde>, AnyError> {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 90,
"line_content": "::prost_wkt::inventory::iter::<::prost_wkt::MessageSerdeDecoderEntry>",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 172,
"line_content": "let erased: Box<dyn prost_wkt::MessageSerde> =",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 223,
"line_content": "use prost_wkt::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/src/pbany.rs",
"line_number": 240,
"line_content": "impl prost_wkt::MessageSerde for Foo {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/tests/pbany_test.rs",
"line_number": 2,
"line_content": "use prost_wkt::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/tests/pbany_test.rs",
"line_number": 35,
"line_content": "impl prost_wkt::MessageSerde for Foo {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/tests/pbany_test.rs",
"line_number": 62,
"line_content": "::prost_wkt::inventory::submit! {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prost-wkt-types-0.5.1/tests/pbany_test.rs",
"line_number": 63,
"line_content": "::prost_wkt::MessageSerdeDecoderEntry {",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"MessageSerde",
"MessageSerdeDecoderEntry",
"inventory"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"api",
"prost-wkt-types",
"prost-wkt"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 49,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "jieba-rs",
"version": "0.7.3"
},
"fat_dependency": {
"name": "jieba-macros",
"version": "0.7.1"
},
"w_transitive": 20,
"w_unique": 3,
"c_ref": 1,
"hurrs": 20.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "jieba-macros",
"searched_names": [
"jieba_macros"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jieba-rs-0.7.3/src/hmm.rs",
"line_number": 6,
"line_content": "use jieba_macros::generate_hmm_data;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"generate_hmm_data"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"charabia",
"jieba-rs",
"jieba-macros"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 42,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "validator",
"version": "0.20.0"
},
"fat_dependency": {
"name": "validator_derive",
"version": "0.20.0"
},
"w_transitive": 14,
"w_unique": 3,
"c_ref": 1,
"hurrs": 14.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "validator_derive",
"searched_names": [
"validator_derive"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/validator-0.20.0/src/lib.rs",
"line_number": 87,
"line_content": "pub use validator_derive::Validate;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Validate"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"derive",
"derive_nightly_features",
"validator_derive"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"common",
"validator",
"validator_derive"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1214,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "env_logger",
"version": "0.11.8"
},
"fat_dependency": {
"name": "jiff",
"version": "0.2.15"
},
"w_transitive": 12,
"w_unique": 3,
"c_ref": 1,
"hurrs": 12.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "jiff",
"searched_names": [
"jiff"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/fmt/humantime.rs",
"line_number": 98,
"line_content": "let Ok(ts) = jiff::Timestamp::try_from(self.time) else {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Timestamp"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"humantime"
],
"recommended_defaults": [
"auto-color",
"regex"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"collection",
"env_logger",
"jiff"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 47249,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "symbolic-demangle",
"version": "12.12.3"
},
"fat_dependency": {
"name": "symbolic-common",
"version": "12.12.3"
},
"w_transitive": 56,
"w_unique": 2,
"c_ref": 1,
"hurrs": 56.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "symbolic-common",
"searched_names": [
"symbolic_common"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/symbolic-demangle-12.12.3/src/lib.rs",
"line_number": 42,
"line_content": "use symbolic_common::{Language, Name, NameMangling};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Language",
"Name",
"NameMangling"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"qdrant",
"pyroscope_pprofrs",
"pprof2",
"symbolic-demangle",
"symbolic-common"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1417,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "icu_properties",
"version": "1.5.1"
},
"fat_dependency": {
"name": "icu_locid_transform",
"version": "1.5.0"
},
"w_transitive": 24,
"w_unique": 2,
"c_ref": 1,
"hurrs": 24.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "icu_locid_transform",
"searched_names": [
"icu_locid_transform"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/provider.rs",
"line_number": 51,
"line_content": "pub use icu_locid_transform as locid_transform;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"compiled_data"
],
"recommended_defaults": []
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"common",
"validator",
"idna",
"idna_adapter",
"icu_properties",
"icu_locid_transform"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2518,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "segment",
"version": "0.6.0"
},
"fat_dependency": {
"name": "tar",
"version": "0.4.44"
},
"w_transitive": 30,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tar",
"searched_names": [
"tar"
],
"ref_count": 0,
"file_matches": [],
"files_with_matches": 0,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": "Remove",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"segment",
"tar"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "storage",
"version": "0.2.0"
},
"fat_dependency": {
"name": "prost",
"version": "0.11.9"
},
"w_transitive": 10,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "prost",
"searched_names": [
"prost"
],
"ref_count": 0,
"file_matches": [],
"files_with_matches": 0,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": "Remove",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"storage",
"prost"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 2,
"has_re_export_all": false
}
],
"dep_tree": {
"nodes": [
{
"name": "core2",
"version": "0.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "alloc-stdlib",
"version": "0.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
225
]
},
{
"name": "cpp_demangle",
"version": "0.4.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
31
]
},
{
"name": "env_filter",
"version": "0.1.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
462,
18
]
},
{
"name": "pest_meta",
"version": "2.8.1",
"transitive_weight": 23,
"is_workspace": false,
"children": [
86,
105
]
},
{
"name": "ecdsa",
"version": "0.16.9",
"transitive_weight": 37,
"is_workspace": false,
"children": [
784,
808,
383,
762,
142,
596
]
},
{
"name": "geo-types",
"version": "0.7.18",
"transitive_weight": 27,
"is_workspace": false,
"children": [
474,
734,
529,
622,
503
]
},
{
"name": "proc-macro2",
"version": "1.0.106",
"transitive_weight": 2,
"is_workspace": false,
"children": [
146
]
},
{
"name": "heapless",
"version": "0.8.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
662,
411
]
},
{
"name": "permutation_iterator",
"version": "0.1.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
395,
755
]
},
{
"name": "actix-multipart-derive",
"version": "0.7.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
402,
501,
307,
7,
272
]
},
{
"name": "prost-types",
"version": "0.11.9",
"transitive_weight": 11,
"is_workspace": false,
"children": [
439
]
},
{
"name": "redox_syscall",
"version": "0.2.16",
"transitive_weight": 2,
"is_workspace": false,
"children": [
727
]
},
{
"name": "rustls-pemfile",
"version": "2.2.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
568
]
},
{
"name": "serde_with",
"version": "3.16.1",
"transitive_weight": 78,
"is_workspace": false,
"children": [
746,
21,
700,
302,
291,
605,
205,
583,
426,
410,
780
]
},
{
"name": "sync_wrapper",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-encoder",
"version": "0.244.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
77,
606
]
},
{
"name": "windows-result",
"version": "0.3.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
774
]
},
{
"name": "log",
"version": "0.4.29",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aligned-vec",
"version": "0.6.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
805
]
},
{
"name": "getrandom",
"version": "0.4.1",
"transitive_weight": 42,
"is_workspace": false,
"children": [
150,
619,
31,
663,
243
]
},
{
"name": "schemars",
"version": "0.9.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
302,
529,
396,
212
]
},
{
"name": "sec1",
"version": "0.7.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
607,
596,
736,
224,
89,
586
]
},
{
"name": "valuable",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "envmnt",
"version": "0.8.4",
"transitive_weight": 12,
"is_workspace": false,
"children": [
583,
120
]
},
{
"name": "quinn-proto",
"version": "0.11.8",
"transitive_weight": 51,
"is_workspace": false,
"children": [
641,
319,
184,
369,
116,
473,
46,
804,
392
]
},
{
"name": "wal",
"version": "0.1.4",
"transitive_weight": 79,
"is_workspace": false,
"children": [
95,
168,
153,
300,
795,
242,
487,
529,
171,
731,
649,
18
]
},
{
"name": "wasm-bindgen-backend",
"version": "0.2.100",
"transitive_weight": 8,
"is_workspace": false,
"children": [
501,
307,
7,
158,
72,
18
]
},
{
"name": "windows-sys",
"version": "0.48.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
357
]
},
{
"name": "windows_i686_msvc",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "either",
"version": "1.13.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cfg-if",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_provider_macros",
"version": "1.5.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "rand_chacha",
"version": "0.2.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
739,
292
]
},
{
"name": "serde_derive",
"version": "1.0.228",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "inventory",
"version": "0.3.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_msvc",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashbrown",
"version": "0.12.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "inferno",
"version": "0.11.18",
"transitive_weight": 67,
"is_workspace": false,
"children": [
350,
809,
605,
340,
170,
109,
252,
18,
405,
689
]
},
{
"name": "arrayvec",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost-build",
"version": "0.11.9",
"transitive_weight": 57,
"is_workspace": false,
"children": [
749,
353,
11,
439,
554,
462,
427,
609,
470,
285,
46,
107,
18,
324
]
},
{
"name": "rustix",
"version": "0.38.40",
"transitive_weight": 16,
"is_workspace": false,
"children": [
617,
288,
453,
663,
688
]
},
{
"name": "cc",
"version": "1.2.56",
"transitive_weight": 5,
"is_workspace": false,
"children": [
56,
135,
663,
667
]
},
{
"name": "autocfg",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "spade",
"version": "2.12.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
277,
503,
573,
515
]
},
{
"name": "num-cmp",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bytes",
"version": "1.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wyhash",
"version": "0.5.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
787
]
},
{
"name": "symbolic-demangle",
"version": "12.12.3",
"transitive_weight": 59,
"is_workspace": false,
"children": [
715,
2,
729
]
},
{
"name": "serde-value",
"version": "0.7.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
416
]
},
{
"name": "aho-corasick",
"version": "1.1.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "alloca",
"version": "0.4.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
42
]
},
{
"name": "hyper",
"version": "0.14.26",
"transitive_weight": 90,
"is_workspace": false,
"children": [
771,
623,
98,
369,
719,
590,
530,
527,
758,
46,
174,
99,
263,
252,
63,
544
]
},
{
"name": "jieba-rs",
"version": "0.7.3",
"transitive_weight": 49,
"is_workspace": false,
"children": [
215,
85,
462,
301,
491,
81,
285
]
},
{
"name": "pathdiff",
"version": "0.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost",
"version": "0.12.6",
"transitive_weight": 10,
"is_workspace": false,
"children": [
571,
46
]
},
{
"name": "jobserver",
"version": "0.1.31",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "cpufeatures",
"version": "0.2.17",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "zerocopy",
"version": "0.7.35",
"transitive_weight": 6,
"is_workspace": false,
"children": [
388
]
},
{
"name": "libflate_lz77",
"version": "1.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
148
]
},
{
"name": "webpki-roots",
"version": "0.26.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
568
]
},
{
"name": "mockito",
"version": "1.7.2",
"transitive_weight": 114,
"is_workspace": false,
"children": [
550,
506,
623,
153,
754,
273,
302,
387,
548,
462,
299,
498,
46,
174,
18,
63,
240
]
},
{
"name": "gpu",
"version": "0.1.0",
"transitive_weight": 38,
"is_workspace": true,
"children": [
598,
423,
18
]
},
{
"name": "pin-project-lite",
"version": "0.2.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cgroups-rs",
"version": "0.3.4",
"transitive_weight": 18,
"is_workspace": false,
"children": [
116,
136,
462,
663,
18
]
},
{
"name": "scroll_derive",
"version": "0.11.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "serial_test_derive",
"version": "3.3.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "sha1",
"version": "0.10.5",
"transitive_weight": 13,
"is_workspace": false,
"children": [
762,
57,
31
]
},
{
"name": "num-bigint",
"version": "0.4.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
448,
503,
43
]
},
{
"name": "mio",
"version": "1.0.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
288,
495,
663,
18,
391
]
},
{
"name": "i_float",
"version": "1.15.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
621
]
},
{
"name": "axum-core",
"version": "0.3.3",
"transitive_weight": 25,
"is_workspace": false,
"children": [
98,
719,
790,
530,
46,
510,
343,
561,
544
]
},
{
"name": "bumpalo",
"version": "3.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "powerfmt",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_cbor",
"version": "0.11.2",
"transitive_weight": 9,
"is_workspace": false,
"children": [
529,
186
]
},
{
"name": "tinystr",
"version": "0.7.6",
"transitive_weight": 17,
"is_workspace": false,
"children": [
161,
742
]
},
{
"name": "wait-timeout",
"version": "0.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "wasmparser",
"version": "0.244.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
605,
737,
327,
453
]
},
{
"name": "strsim",
"version": "0.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-core",
"version": "0.61.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
519,
478,
17,
516,
774
]
},
{
"name": "rustc_version",
"version": "0.4.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
737
]
},
{
"name": "fxhash",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
649
]
},
{
"name": "equator-macro",
"version": "0.2.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "actix-macros",
"version": "0.2.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
427,
307
]
},
{
"name": "rmp",
"version": "0.8.14",
"transitive_weight": 6,
"is_workspace": false,
"children": [
503,
649,
266
]
},
{
"name": "jieba-macros",
"version": "0.7.1",
"transitive_weight": 20,
"is_workspace": false,
"children": [
638
]
},
{
"name": "sha2",
"version": "0.10.9",
"transitive_weight": 13,
"is_workspace": false,
"children": [
762,
57,
31
]
},
{
"name": "rand_chacha",
"version": "0.3.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
787,
292
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "subtle",
"version": "2.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "constant_time_eq",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dyn_size_of",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crunchy",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "edge",
"version": "0.1.0",
"transitive_weight": 546,
"is_workspace": true,
"children": [
803,
817,
744,
255,
26,
822,
598,
153,
809,
531,
18
]
},
{
"name": "arrayvec",
"version": "0.4.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
409
]
},
{
"name": "env_logger",
"version": "0.11.8",
"transitive_weight": 35,
"is_workspace": false,
"children": [
367,
517,
3,
507,
18
]
},
{
"name": "fixedbitset",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "foyer",
"version": "0.22.3",
"transitive_weight": 128,
"is_workspace": false,
"children": [
569,
555,
493,
290,
337,
98,
369,
529,
181,
260,
110,
624
]
},
{
"name": "futures-util",
"version": "0.3.32",
"transitive_weight": 14,
"is_workspace": false,
"children": [
349,
527,
174,
384,
440,
759,
118,
63,
392
]
},
{
"name": "httparse",
"version": "1.10.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "encode_unicode",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_properties_data",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "local-channel",
"version": "0.1.3",
"transitive_weight": 16,
"is_workspace": false,
"children": [
98,
174,
440,
467
]
},
{
"name": "pprof2",
"version": "0.13.1",
"transitive_weight": 110,
"is_workspace": false,
"children": [
48,
598,
749,
233,
303,
560,
710,
31,
663,
18,
405,
515
]
},
{
"name": "actix-web-validator",
"version": "7.0.0",
"transitive_weight": 215,
"is_workspace": false,
"children": [
466,
603,
144,
494,
643,
767,
302,
98,
387,
529,
560,
46,
18,
510
]
},
{
"name": "pest",
"version": "2.8.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
560,
118,
779
]
},
{
"name": "form_urlencoded",
"version": "1.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
176
]
},
{
"name": "heck",
"version": "0.4.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lock_api",
"version": "0.4.14",
"transitive_weight": 9,
"is_workspace": false,
"children": [
529,
711
]
},
{
"name": "quick-xml",
"version": "0.26.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "anyhow",
"version": "1.0.101",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustls",
"version": "0.22.4",
"transitive_weight": 26,
"is_workspace": false,
"children": [
556,
319,
568,
18,
89,
586
]
},
{
"name": "security-framework",
"version": "2.10.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
204,
375,
727,
294,
663
]
},
{
"name": "sharded-slab",
"version": "0.1.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
285
]
},
{
"name": "spin",
"version": "0.10.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
108
]
},
{
"name": "target-lexicon",
"version": "0.13.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "thiserror",
"version": "1.0.69",
"transitive_weight": 6,
"is_workspace": false,
"children": [
543
]
},
{
"name": "object",
"version": "0.30.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "memchr",
"version": "2.7.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cancel",
"version": "0.0.0",
"transitive_weight": 68,
"is_workspace": true,
"children": [
121,
623,
560
]
},
{
"name": "fsio",
"version": "0.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-util",
"version": "0.7.18",
"transitive_weight": 65,
"is_workspace": false,
"children": [
623,
98,
46,
174,
440,
63
]
},
{
"name": "tower-http",
"version": "0.6.8",
"transitive_weight": 74,
"is_workspace": false,
"children": [
399,
98,
588,
548,
299,
453,
46,
63,
561,
544
]
},
{
"name": "unit-prefix",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "convert_case",
"version": "0.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
323
]
},
{
"name": "anstyle-query",
"version": "1.0.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
28
]
},
{
"name": "hmac",
"version": "0.12.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
762
]
},
{
"name": "self_cell",
"version": "1.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-streams",
"version": "0.4.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
178,
152,
786,
98,
740
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sparse",
"version": "0.1.0",
"transitive_weight": 356,
"is_workspace": true,
"children": [
540,
744,
255,
756,
822,
494,
598,
153,
749,
302,
341,
562,
529,
390,
531,
731,
18
]
},
{
"name": "openssl-probe",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "daachorse",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ident_case",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.26.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
727,
31,
663,
457
]
},
{
"name": "find-msvc-tools",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.25.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
43,
727,
31,
663
]
},
{
"name": "funty",
"version": "2.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "objc2-io-kit",
"version": "0.3.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
766,
663
]
},
{
"name": "pyo3",
"version": "0.28.1",
"transitive_weight": 59,
"is_workspace": false,
"children": [
311,
633,
639,
632,
663,
405,
192
]
},
{
"name": "pem-rfc7468",
"version": "0.7.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
511
]
},
{
"name": "rustls-native-certs",
"version": "0.8.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
545,
112,
13,
568,
131
]
},
{
"name": "spki",
"version": "0.7.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
596,
511
]
},
{
"name": "strsim",
"version": "0.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-http",
"version": "3.11.2",
"transitive_weight": 146,
"is_workspace": false,
"children": [
195,
771,
720,
121,
417,
623,
153,
102,
217,
67,
369,
732,
418,
331,
408,
530,
382,
296,
229,
410,
453,
46,
442,
174,
99,
263,
252,
502,
510,
176,
63,
515
]
},
{
"name": "tikv-jemalloc-ctl",
"version": "0.6.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
167,
663,
266
]
},
{
"name": "unicode-ident",
"version": "1.0.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rand_xorshift",
"version": "0.4.0",
"transitive_weight": 23,
"is_workspace": false,
"children": [
721
]
},
{
"name": "rle-decode-fast",
"version": "1.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "urlencoding",
"version": "2.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasip2",
"version": "1.0.2+wasi-0.2.9",
"transitive_weight": 37,
"is_workspace": false,
"children": [
352
]
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.100",
"transitive_weight": 9,
"is_workspace": false,
"children": [
27,
501,
307,
7,
158
]
},
{
"name": "web-sys",
"version": "0.3.69",
"transitive_weight": 16,
"is_workspace": false,
"children": [
786,
740
]
},
{
"name": "rand",
"version": "0.9.2",
"transitive_weight": 25,
"is_workspace": false,
"children": [
776,
721
]
},
{
"name": "windows-future",
"version": "0.3.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
476,
680,
156
]
},
{
"name": "adler",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-link",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codespan-reporting",
"version": "0.11.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
514,
226
]
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.100",
"transitive_weight": 2,
"is_workspace": false,
"children": [
146
]
},
{
"name": "windows-targets",
"version": "0.53.2",
"transitive_weight": 9,
"is_workspace": false,
"children": [
433,
381,
541,
306,
36,
615,
585,
525
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerovec",
"version": "0.10.4",
"transitive_weight": 15,
"is_workspace": false,
"children": [
485,
190,
490
]
},
{
"name": "zstd-safe",
"version": "7.0.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
597
]
},
{
"name": "num_threads",
"version": "0.1.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "writeable",
"version": "0.5.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ipnet",
"version": "2.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winapi",
"version": "0.3.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
414,
261
]
},
{
"name": "tikv-jemalloc-sys",
"version": "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"transitive_weight": 6,
"is_workspace": false,
"children": [
42,
663
]
},
{
"name": "rand_distr",
"version": "0.5.1",
"transitive_weight": 29,
"is_workspace": false,
"children": [
153,
503
]
},
{
"name": "foyer-intrusive-collections",
"version": "0.10.0-dev",
"transitive_weight": 3,
"is_workspace": false,
"children": [
202
]
},
{
"name": "num-format",
"version": "0.4.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
39,
252
]
},
{
"name": "crossbeam-channel",
"version": "0.5.15",
"transitive_weight": 2,
"is_workspace": false,
"children": [
524
]
},
{
"name": "prost-build",
"version": "0.12.6",
"transitive_weight": 58,
"is_workspace": false,
"children": [
749,
353,
412,
55,
601,
636,
687,
462,
501,
546,
46,
469,
18,
324,
405
]
},
{
"name": "thread-priority",
"version": "3.0.0",
"transitive_weight": 21,
"is_workspace": false,
"children": [
400,
453,
31,
663,
18,
343
]
},
{
"name": "futures-core",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pyroscope_pprofrs",
"version": "0.2.10",
"transitive_weight": 236,
"is_workspace": false,
"children": [
652,
103,
18
]
},
{
"name": "percent-encoding",
"version": "2.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "time-macros",
"version": "0.2.27",
"transitive_weight": 3,
"is_workspace": false,
"children": [
818,
489
]
},
{
"name": "wasm-bindgen-futures",
"version": "0.4.42",
"transitive_weight": 17,
"is_workspace": false,
"children": [
152,
786,
740,
31
]
},
{
"name": "icu_locid_transform_data",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-bigint-dig",
"version": "0.8.6",
"transitive_weight": 25,
"is_workspace": false,
"children": [
184,
810,
448,
503,
285,
621,
515,
586
]
},
{
"name": "pin-project",
"version": "1.0.12",
"transitive_weight": 6,
"is_workspace": false,
"children": [
334
]
},
{
"name": "erased-serde",
"version": "0.3.31",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "validator_derive",
"version": "0.20.0",
"transitive_weight": 14,
"is_workspace": false,
"children": [
402,
791,
501,
307,
7,
405
]
},
{
"name": "rand",
"version": "0.8.5",
"transitive_weight": 15,
"is_workspace": false,
"children": [
87,
787,
529,
663
]
},
{
"name": "write16",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "half",
"version": "1.8.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quick-xml",
"version": "0.38.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
529,
118
]
},
{
"name": "ref-cast-impl",
"version": "1.0.25",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "i_shape",
"version": "1.14.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
70
]
},
{
"name": "zerofrom",
"version": "0.1.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
797
]
},
{
"name": "deranged",
"version": "0.5.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
426,
73
]
},
{
"name": "portable-atomic",
"version": "1.13.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "clap_builder",
"version": "4.5.58",
"transitive_weight": 19,
"is_workspace": false,
"children": [
367,
507,
256,
143
]
},
{
"name": "strum",
"version": "0.27.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
458
]
},
{
"name": "actix-tls",
"version": "3.4.0",
"transitive_weight": 86,
"is_workspace": false,
"children": [
788,
121,
417,
623,
369,
331,
382,
568,
174,
374,
63
]
},
{
"name": "windows-sys",
"version": "0.42.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
422,
368,
782,
373,
88,
298,
129
]
},
{
"name": "thiserror-impl",
"version": "2.0.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "criterion",
"version": "0.8.2",
"transitive_weight": 92,
"is_workspace": false,
"children": [
268,
558,
577,
302,
211,
474,
529,
51,
209,
512,
462,
693,
503,
265,
316,
221,
333
]
},
{
"name": "litemap",
"version": "0.7.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "float_next_after",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quinn-udp",
"version": "0.5.2",
"transitive_weight": 24,
"is_workspace": false,
"children": [
425,
369,
288,
663,
405
]
},
{
"name": "memoffset",
"version": "0.9.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
43
]
},
{
"name": "radium",
"version": "0.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation",
"version": "0.9.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
294,
663
]
},
{
"name": "serde_with_macros",
"version": "3.16.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
372,
501,
307,
7
]
},
{
"name": "version_check",
"version": "0.9.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "plain",
"version": "0.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-rustls",
"version": "0.25.0",
"transitive_weight": 65,
"is_workspace": false,
"children": [
623,
111,
568
]
},
{
"name": "walkdir",
"version": "2.5.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
235,
326
]
},
{
"name": "fastant",
"version": "0.1.11",
"transitive_weight": 18,
"is_workspace": false,
"children": [
757,
722
]
},
{
"name": "ciborium",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
529,
657,
557
]
},
{
"name": "dyn-clone",
"version": "1.0.20",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crc32fast",
"version": "1.3.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
31
]
},
{
"name": "colorchoice",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "include-flate",
"version": "0.3.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
389,
295,
285
]
},
{
"name": "anstyle-wincon",
"version": "3.0.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
28,
507
]
},
{
"name": "derive_more",
"version": "2.1.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
821
]
},
{
"name": "glob",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "raft",
"version": "0.7.0",
"transitive_weight": 79,
"is_workspace": false,
"children": [
572,
184,
703,
271,
116,
81,
351
]
},
{
"name": "utf8_iter",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cast",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-collections",
"version": "0.3.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
476
]
},
{
"name": "block-buffer",
"version": "0.10.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
736
]
},
{
"name": "base16ct",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "alloc-no-stdlib",
"version": "2.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-width",
"version": "0.1.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "csv",
"version": "1.4.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
426,
317,
252,
267
]
},
{
"name": "windows-result",
"version": "0.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
156
]
},
{
"name": "encoding_rs",
"version": "0.8.33",
"transitive_weight": 2,
"is_workspace": false,
"children": [
31
]
},
{
"name": "dashmap",
"version": "6.1.0",
"transitive_weight": 44,
"is_workspace": false,
"children": [
747,
277,
108,
31,
524,
405
]
},
{
"name": "wit-bindgen-rt",
"version": "0.33.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
453
]
},
{
"name": "yaml-rust2",
"version": "0.10.4",
"transitive_weight": 9,
"is_workspace": false,
"children": [
356,
229,
297
]
},
{
"name": "backtrace",
"version": "0.3.67",
"transitive_weight": 14,
"is_workspace": false,
"children": [
42,
377,
385,
117,
31,
663,
729
]
},
{
"name": "seahash",
"version": "4.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "same-file",
"version": "1.0.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
326
]
},
{
"name": "tower",
"version": "0.4.13",
"transitive_weight": 81,
"is_workspace": false,
"children": [
121,
623,
184,
98,
369,
583,
181,
174,
63,
392,
561,
544
]
},
{
"name": "cmsketch",
"version": "0.2.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rusty-forkfork",
"version": "0.4.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
749,
76,
594,
777
]
},
{
"name": "async-stream-impl",
"version": "0.3.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
427,
307,
7
]
},
{
"name": "similar",
"version": "2.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "docopt",
"version": "1.1.1",
"transitive_weight": 16,
"is_workspace": false,
"children": [
529,
462,
285,
78
]
},
{
"name": "r-efi",
"version": "5.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-web-codegen",
"version": "4.3.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
643,
501,
307,
7
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-targets",
"version": "0.52.6",
"transitive_weight": 9,
"is_workspace": false,
"children": [
241,
413,
730,
520,
614,
245,
283,
480
]
},
{
"name": "wyz",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
257
]
},
{
"name": "console",
"version": "0.16.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
595,
100,
663,
405,
676
]
},
{
"name": "proptest",
"version": "1.10.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
153,
776,
147,
503,
453,
420,
764
]
},
{
"name": "fastrand",
"version": "2.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cookie",
"version": "0.16.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
291,
176,
206
]
},
{
"name": "itoa",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rawpointer",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sealed_test",
"version": "1.1.0",
"transitive_weight": 35,
"is_workspace": false,
"children": [
238,
749,
398,
309
]
},
{
"name": "ordered-float",
"version": "5.1.0",
"transitive_weight": 123,
"is_workspace": false,
"children": [
756,
184,
529,
503
]
},
{
"name": "clap_lex",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tap",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "link-cplusplus",
"version": "1.0.8",
"transitive_weight": 6,
"is_workspace": false,
"children": [
42
]
},
{
"name": "untrusted",
"version": "0.9.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "mea",
"version": "0.6.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
392
]
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "binout",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "httpdate",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "iana-time-zone-haiku",
"version": "0.1.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
604,
763
]
},
{
"name": "itertools",
"version": "0.13.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "paste",
"version": "1.0.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ryu",
"version": "1.0.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "clap",
"version": "4.5.58",
"transitive_weight": 26,
"is_workspace": false,
"children": [
193,
509
]
},
{
"name": "geo",
"version": "0.32.0",
"transitive_weight": 57,
"is_workspace": false,
"children": [
6,
44,
733,
184,
734,
482,
813,
503,
200,
18,
573,
653
]
},
{
"name": "io-lifetimes",
"version": "1.0.11",
"transitive_weight": 12,
"is_workspace": false,
"children": [
28,
495,
663
]
},
{
"name": "getset",
"version": "0.1.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
672,
427,
307,
7
]
},
{
"name": "parse-size",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "assert-json-diff",
"version": "2.0.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
302,
529
]
},
{
"name": "bincode_derive",
"version": "2.0.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
386
]
},
{
"name": "fst",
"version": "0.4.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pest_derive",
"version": "2.8.1",
"transitive_weight": 25,
"is_workspace": false,
"children": [
335,
105
]
},
{
"name": "hashbrown",
"version": "0.14.2",
"transitive_weight": 18,
"is_workspace": false,
"children": [
809,
328
]
},
{
"name": "nu-ansi-term",
"version": "0.50.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
288
]
},
{
"name": "constant_time_eq",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cxxbridge-macro",
"version": "1.0.85",
"transitive_weight": 5,
"is_workspace": false,
"children": [
427,
307,
7
]
},
{
"name": "unicode-xid",
"version": "0.2.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sys-info",
"version": "0.9.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
42,
663
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-epoch",
"version": "0.9.13",
"transitive_weight": 6,
"is_workspace": false,
"children": [
806,
43,
31,
524,
711
]
},
{
"name": "lazy_static",
"version": "1.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
322
]
},
{
"name": "serde_variant",
"version": "0.1.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "tonic",
"version": "0.11.0",
"transitive_weight": 135,
"is_workspace": false,
"children": [
553,
816,
52,
236,
771,
208,
443,
623,
369,
55,
575,
418,
719,
181,
790,
530,
13,
568,
823,
46,
176,
561,
544
]
},
{
"name": "windows-sys",
"version": "0.52.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
246
]
},
{
"name": "windows-sys",
"version": "0.45.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
683
]
},
{
"name": "foyer-tokio",
"version": "0.22.3",
"transitive_weight": 57,
"is_workspace": false,
"children": [
623
]
},
{
"name": "time",
"version": "0.3.47",
"transitive_weight": 13,
"is_workspace": false,
"children": [
191,
426,
177,
252,
818,
73,
489
]
},
{
"name": "ppv-lite86",
"version": "0.2.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasi",
"version": "0.13.3+wasi-0.2.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
231
]
},
{
"name": "core-foundation-sys",
"version": "0.8.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libflate",
"version": "2.1.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
648,
0,
213,
702,
526
]
},
{
"name": "bytestring",
"version": "1.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
46
]
},
{
"name": "arraydeque",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "http",
"version": "1.3.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
46,
594,
252
]
},
{
"name": "fs4",
"version": "0.13.1",
"transitive_weight": 18,
"is_workspace": false,
"children": [
795,
537
]
},
{
"name": "phf",
"version": "0.11.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
725
]
},
{
"name": "serde_json",
"version": "1.0.149",
"transitive_weight": 16,
"is_workspace": false,
"children": [
605,
529,
426,
252,
118,
496
]
},
{
"name": "findshlibs",
"version": "0.10.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
42,
166,
285,
663
]
},
{
"name": "qdrant-edge-py",
"version": "0.5.0",
"transitive_weight": 558,
"is_workspace": true,
"children": [
93,
803,
817,
130,
255,
139,
311,
749,
809,
302,
217,
605,
360,
428,
594
]
},
{
"name": "tokio-macros",
"version": "2.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quote",
"version": "1.0.44",
"transitive_weight": 3,
"is_workspace": false,
"children": [
7
]
},
{
"name": "ff",
"version": "0.13.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
787,
89
]
},
{
"name": "fs_extra",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_locid",
"version": "1.5.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
75,
161,
742,
199,
164
]
},
{
"name": "uuid",
"version": "1.21.0",
"transitive_weight": 52,
"is_workspace": false,
"children": [
20,
786,
740,
426
]
},
{
"name": "windows-collections",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
79
]
},
{
"name": "adler2",
"version": "2.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "charabia",
"version": "0.9.7",
"transitive_weight": 62,
"is_workspace": false,
"children": [
53,
726,
750,
227,
529,
481,
50,
30,
275,
405,
769
]
},
{
"name": "crypto-common",
"version": "0.1.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
736,
582
]
},
{
"name": "anes",
"version": "0.1.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "csv-core",
"version": "0.1.11",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "hyper-rustls",
"version": "0.27.2",
"transitive_weight": 111,
"is_workspace": false,
"children": [
550,
506,
788,
623,
641,
608,
98,
299,
60,
568,
544
]
},
{
"name": "ring",
"version": "0.17.13",
"transitive_weight": 20,
"is_workspace": false,
"children": [
288,
42,
464,
31,
663,
259
]
},
{
"name": "schnellru",
"version": "0.2.4",
"transitive_weight": 18,
"is_workspace": false,
"children": [
809,
31,
364
]
},
{
"name": "socket2",
"version": "0.6.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
537,
663
]
},
{
"name": "spin",
"version": "0.9.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-segmentation",
"version": "1.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "multimap",
"version": "0.8.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "curve25519-dalek",
"version": "4.1.3",
"transitive_weight": 24,
"is_workspace": false,
"children": [
762,
80,
539,
57,
31,
685,
89,
586
]
},
{
"name": "winapi-util",
"version": "0.1.5",
"transitive_weight": 4,
"is_workspace": false,
"children": [
166
]
},
{
"name": "hashbrown",
"version": "0.15.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
328,
624,
442
]
},
{
"name": "allocator-api2",
"version": "0.2.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-executor",
"version": "0.3.32",
"transitive_weight": 15,
"is_workspace": false,
"children": [
98,
174,
759
]
},
{
"name": "prost-derive",
"version": "0.11.9",
"transitive_weight": 8,
"is_workspace": false,
"children": [
427,
307,
470,
7,
110
]
},
{
"name": "actix-service",
"version": "2.0.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
174,
266,
63
]
},
{
"name": "rand_hc",
"version": "0.2.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
739
]
},
{
"name": "oorandom",
"version": "11.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pin-project-internal",
"version": "1.0.12",
"transitive_weight": 5,
"is_workspace": false,
"children": [
427,
307,
7
]
},
{
"name": "pest_generator",
"version": "2.8.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
4,
105,
501,
307,
7
]
},
{
"name": "roaring",
"version": "0.11.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
360,
649
]
},
{
"name": "mixtrics",
"version": "0.2.3",
"transitive_weight": 37,
"is_workspace": false,
"children": [
598,
531
]
},
{
"name": "scroll",
"version": "0.11.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
65
]
},
{
"name": "redox_syscall",
"version": "0.5.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
453
]
},
{
"name": "rgb",
"version": "0.8.50",
"transitive_weight": 7,
"is_workspace": false,
"children": [
360
]
},
{
"name": "half",
"version": "2.7.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
529,
423,
503,
31,
92
]
},
{
"name": "delegate",
"version": "0.13.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "rustversion",
"version": "1.0.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "simple_asn1",
"version": "0.6.2",
"transitive_weight": 21,
"is_workspace": false,
"children": [
291,
116,
68,
503
]
},
{
"name": "thread_local",
"version": "1.1.7",
"transitive_weight": 3,
"is_workspace": false,
"children": [
31,
405
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "xattr",
"version": "1.3.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
41,
663,
688
]
},
{
"name": "yoke-derive",
"version": "0.7.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
824,
501,
307,
7
]
},
{
"name": "futures-macro",
"version": "0.3.32",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "is-terminal",
"version": "0.4.6",
"transitive_weight": 36,
"is_workspace": false,
"children": [
456,
270,
289,
495
]
},
{
"name": "protobuf",
"version": "2.28.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen",
"version": "0.51.0",
"transitive_weight": 36,
"is_workspace": false,
"children": [
358
]
},
{
"name": "petgraph",
"version": "0.6.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
583,
96
]
},
{
"name": "pkg-config",
"version": "0.3.26",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-deque",
"version": "0.8.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
284,
31,
524
]
},
{
"name": "hashlink",
"version": "0.10.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
327
]
},
{
"name": "windows-targets",
"version": "0.48.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
160,
692,
484,
29,
620,
709,
346
]
},
{
"name": "wit-bindgen-rust-macro",
"version": "0.51.0",
"transitive_weight": 35,
"is_workspace": false,
"children": [
783,
460,
636,
501,
307,
7,
110
]
},
{
"name": "icu_locid_transform",
"version": "1.5.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
437,
310,
75,
161,
742,
179
]
},
{
"name": "bytemuck",
"version": "1.25.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
365
]
},
{
"name": "libflate",
"version": "1.4.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
213,
59,
702
]
},
{
"name": "lz4",
"version": "1.28.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
802
]
},
{
"name": "typetag",
"version": "0.2.15",
"transitive_weight": 12,
"is_workspace": false,
"children": [
634,
529,
564,
35,
405
]
},
{
"name": "hashbrown",
"version": "0.13.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bytemuck_derive",
"version": "1.10.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "plotters-svg",
"version": "0.3.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
694
]
},
{
"name": "anstream",
"version": "0.6.11",
"transitive_weight": 16,
"is_workspace": false,
"children": [
216,
125,
612,
507,
214,
799
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing",
"version": "0.1.44",
"transitive_weight": 11,
"is_workspace": false,
"children": [
690,
714,
18,
63
]
},
{
"name": "const-oid",
"version": "0.9.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quick_cache",
"version": "0.6.18",
"transitive_weight": 46,
"is_workspace": false,
"children": [
598,
809,
815,
624
]
},
{
"name": "darling",
"version": "0.21.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
706,
436
]
},
{
"name": "windows_i686_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "impl-more",
"version": "0.1.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "security-framework-sys",
"version": "2.11.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
294,
663
]
},
{
"name": "try-lock",
"version": "0.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "addr2line",
"version": "0.19.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
814
]
},
{
"name": "actix-files",
"version": "0.6.10",
"transitive_weight": 203,
"is_workspace": false,
"children": [
603,
144,
217,
331,
800,
382,
453,
46,
174,
551,
18,
510,
176,
63,
435
]
},
{
"name": "tokio-io-timeout",
"version": "1.2.0",
"transitive_weight": 57,
"is_workspace": false,
"children": [
623,
63
]
},
{
"name": "twox-hash",
"version": "2.1.2",
"transitive_weight": 26,
"is_workspace": false,
"children": [
153
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-utils",
"version": "3.0.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
467,
63
]
},
{
"name": "rfc6979",
"version": "0.4.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
126,
89
]
},
{
"name": "futures-io",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "miniz_oxide",
"version": "0.6.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
155
]
},
{
"name": "virtue",
"version": "0.0.18",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_urlencoded",
"version": "0.7.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
106,
252,
267
]
},
{
"name": "zerocopy-derive",
"version": "0.7.35",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "include-flate-codegen",
"version": "0.2.0",
"transitive_weight": 27,
"is_workspace": false,
"children": [
295,
501,
307,
7
]
},
{
"name": "bitpacking",
"version": "0.9.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
92
]
},
{
"name": "wasi",
"version": "0.11.0+wasi-snapshot-preview1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "slab",
"version": "0.4.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "getrandom",
"version": "0.3.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
246,
293,
31,
663
]
},
{
"name": "api",
"version": "1.17.0",
"transitive_weight": 514,
"is_workspace": true,
"children": [
817,
130,
744,
287,
255,
756,
536,
494,
705,
172,
623,
311,
746,
598,
153,
809,
302,
55,
529,
560,
531
]
},
{
"name": "rand",
"version": "0.7.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
33,
332,
739,
697,
663
]
},
{
"name": "ref-cast",
"version": "1.0.25",
"transitive_weight": 6,
"is_workspace": false,
"children": [
188
]
},
{
"name": "murmur3",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sealed_test_derive",
"version": "1.1.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307
]
},
{
"name": "tower",
"version": "0.5.3",
"transitive_weight": 68,
"is_workspace": false,
"children": [
623,
98,
668,
174,
63,
561,
544
]
},
{
"name": "windows",
"version": "0.61.3",
"transitive_weight": 15,
"is_workspace": false,
"children": [
656,
312,
567,
79,
774
]
},
{
"name": "num-complex",
"version": "0.4.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
503
]
},
{
"name": "darling",
"version": "0.20.8",
"transitive_weight": 10,
"is_workspace": false,
"children": [
441,
681
]
},
{
"name": "brotli-decompressor",
"version": "5.0.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1,
225
]
},
{
"name": "http-serde",
"version": "2.1.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
299
]
},
{
"name": "once_cell",
"version": "1.21.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sysinfo",
"version": "0.38.1",
"transitive_weight": 25,
"is_workspace": false,
"children": [
778,
454,
138,
766,
663,
118
]
},
{
"name": "unicase",
"version": "2.6.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
206
]
},
{
"name": "brotli",
"version": "8.0.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
403,
1,
225
]
},
{
"name": "nodrop",
"version": "0.1.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "base64",
"version": "0.22.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "stable_deref_trait",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost-types",
"version": "0.12.6",
"transitive_weight": 11,
"is_workspace": false,
"children": [
55
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winapi-i686-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "io-uring",
"version": "0.7.11",
"transitive_weight": 4,
"is_workspace": false,
"children": [
453,
31,
663
]
},
{
"name": "ordered-float",
"version": "2.10.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
503
]
},
{
"name": "actix-rt",
"version": "2.10.0",
"transitive_weight": 58,
"is_workspace": false,
"children": [
623,
174
]
},
{
"name": "flate2",
"version": "1.1.9",
"transitive_weight": 6,
"is_workspace": false,
"children": [
438,
213
]
},
{
"name": "matchers",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
504
]
},
{
"name": "regex-syntax",
"version": "0.8.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "siphasher",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy",
"version": "0.8.39",
"transitive_weight": 6,
"is_workspace": false,
"children": [
592
]
},
{
"name": "ecow",
"version": "0.2.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "socket2",
"version": "0.5.10",
"transitive_weight": 12,
"is_workspace": false,
"children": [
288,
663
]
},
{
"name": "serde_core",
"version": "1.0.228",
"transitive_weight": 6,
"is_workspace": false,
"children": [
34
]
},
{
"name": "syn",
"version": "1.0.107",
"transitive_weight": 4,
"is_workspace": false,
"children": [
307,
7,
146
]
},
{
"name": "edge-py-codegen",
"version": "0.1.0",
"transitive_weight": 5,
"is_workspace": true,
"children": [
501,
307,
7
]
},
{
"name": "derive_more",
"version": "0.99.17",
"transitive_weight": 12,
"is_workspace": false,
"children": [
80,
427,
307,
7,
686
]
},
{
"name": "linux-raw-sys",
"version": "0.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "portable-atomic-util",
"version": "0.2.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
192
]
},
{
"name": "idna_adapter",
"version": "1.2.0",
"transitive_weight": 34,
"is_workspace": false,
"children": [
500,
785
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "seedable_hash",
"version": "0.1.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
47
]
},
{
"name": "v_htmlescape",
"version": "0.15.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "darling_core",
"version": "0.21.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
501,
307,
7,
594,
133,
143
]
},
{
"name": "icu_provider",
"version": "1.5.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
310,
75,
161,
485,
190,
742,
32,
411,
164
]
},
{
"name": "miniz_oxide",
"version": "0.8.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
313,
644
]
},
{
"name": "prost",
"version": "0.11.9",
"transitive_weight": 10,
"is_workspace": false,
"children": [
330,
46
]
},
{
"name": "futures-sink",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "darling_macro",
"version": "0.20.8",
"transitive_weight": 9,
"is_workspace": false,
"children": [
681,
501,
307
]
},
{
"name": "foldhash",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-stream",
"version": "0.1.17",
"transitive_weight": 58,
"is_workspace": false,
"children": [
623,
174,
63
]
},
{
"name": "config",
"version": "0.15.19",
"transitive_weight": 19,
"is_workspace": false,
"children": [
232,
426,
616,
54
]
},
{
"name": "bustle",
"version": "0.5.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
184,
369,
711
]
},
{
"name": "faccess",
"version": "0.2.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
166,
727,
663
]
},
{
"name": "glob-match",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-integer",
"version": "0.1.46",
"transitive_weight": 4,
"is_workspace": false,
"children": [
503
]
},
{
"name": "object_store",
"version": "0.13.1",
"transitive_weight": 226,
"is_workspace": false,
"children": [
781,
506,
623,
746,
772,
598,
153,
754,
319,
178,
767,
302,
757,
387,
532,
369,
187,
529,
560,
209,
790,
299,
106,
531,
410,
46,
591,
176
]
},
{
"name": "rstest",
"version": "0.26.1",
"transitive_weight": 19,
"is_workspace": false,
"children": [
675
]
},
{
"name": "count-min-sketch",
"version": "0.1.8",
"transitive_weight": 17,
"is_workspace": false,
"children": [
184,
421
]
},
{
"name": "linux-raw-sys",
"version": "0.3.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bitflags",
"version": "2.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ntapi",
"version": "0.4.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
166
]
},
{
"name": "rustc-hash",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustix",
"version": "0.37.27",
"transitive_weight": 26,
"is_workspace": false,
"children": [
617,
270,
28,
727,
663,
452
]
},
{
"name": "static_assertions",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "strum_macros",
"version": "0.27.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
501,
307,
7,
469,
343
]
},
{
"name": "vaporetto",
"version": "0.6.5",
"transitive_weight": 17,
"is_workspace": false,
"children": [
461,
327,
132
]
},
{
"name": "wit-bindgen-core",
"version": "0.51.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
618,
110,
469
]
},
{
"name": "bincode",
"version": "2.0.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
529,
274,
820
]
},
{
"name": "regex",
"version": "1.11.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
504,
50,
118,
420
]
},
{
"name": "ringbuffer",
"version": "0.16.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "getrandom",
"version": "0.2.11",
"transitive_weight": 4,
"is_workspace": false,
"children": [
31,
663,
391
]
},
{
"name": "quantization",
"version": "0.1.0",
"transitive_weight": 270,
"is_workspace": true,
"children": [
744,
255,
822,
598,
153,
302,
9,
474,
194,
529,
360,
42,
503,
39
]
},
{
"name": "serde_qs",
"version": "0.13.0",
"transitive_weight": 203,
"is_workspace": false,
"children": [
603,
767,
529,
116,
176
]
},
{
"name": "local-waker",
"version": "0.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "p384",
"version": "0.13.1",
"transitive_weight": 41,
"is_workspace": false,
"children": [
5,
658,
784,
86
]
},
{
"name": "heck",
"version": "0.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "itertools",
"version": "0.10.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "pprof",
"version": "0.15.0",
"transitive_weight": 175,
"is_workspace": false,
"children": [
38,
48,
172,
749,
233,
86,
303,
55,
114,
571,
19,
560,
134,
31,
663,
18,
405,
515
]
},
{
"name": "py_literal",
"version": "0.4.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
276,
105,
68,
401,
503
]
},
{
"name": "tinyvec",
"version": "1.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
475
]
},
{
"name": "rayon",
"version": "1.11.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
794,
30
]
},
{
"name": "tinyvec_macros",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-core",
"version": "0.62.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
519,
478,
228,
523,
156
]
},
{
"name": "ndarray",
"version": "0.17.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
401,
448,
630,
503,
431,
192,
253
]
},
{
"name": "windows-interface",
"version": "0.59.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "atomicwrites",
"version": "0.4.4",
"transitive_weight": 28,
"is_workspace": false,
"children": [
749,
41,
288
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-normalization",
"version": "0.1.24",
"transitive_weight": 3,
"is_workspace": false,
"children": [
473
]
},
{
"name": "earcutr",
"version": "0.4.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
503,
470
]
},
{
"name": "iana-time-zone",
"version": "0.1.53",
"transitive_weight": 38,
"is_workspace": false,
"children": [
264,
786,
740,
166,
812,
294
]
},
{
"name": "windows_i686_gnu",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "yoke",
"version": "0.7.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
529,
190,
348,
411
]
},
{
"name": "ph",
"version": "0.8.5",
"transitive_weight": 30,
"is_workspace": false,
"children": [
434,
474,
19,
497,
262,
91
]
},
{
"name": "crc32c",
"version": "0.6.8",
"transitive_weight": 10,
"is_workspace": false,
"children": [
80
]
},
{
"name": "pyo3-macros-backend",
"version": "0.28.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
501,
307,
7,
632,
469
]
},
{
"name": "time-core",
"version": "0.1.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerovec-derive",
"version": "0.10.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "cedarwood",
"version": "0.4.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
515
]
},
{
"name": "is_ci",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "foyer-common",
"version": "0.22.3",
"transitive_weight": 75,
"is_workspace": false,
"children": [
290,
337,
598,
380,
181,
110,
46,
31
]
},
{
"name": "validator",
"version": "0.20.0",
"transitive_weight": 62,
"is_workspace": false,
"children": [
772,
743,
302,
183,
529,
462,
34,
405
]
},
{
"name": "hermit-abi",
"version": "0.3.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zmij",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bitm",
"version": "0.4.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
91
]
},
{
"name": "colored",
"version": "3.1.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
674
]
},
{
"name": "nom",
"version": "8.0.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "icu_normalizer",
"version": "1.5.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
785,
437,
637,
161,
742,
664,
515,
691,
220,
185
]
},
{
"name": "syn",
"version": "2.0.116",
"transitive_weight": 4,
"is_workspace": false,
"children": [
307,
7,
146
]
},
{
"name": "language-tags",
"version": "0.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-traits",
"version": "0.2.19",
"transitive_weight": 3,
"is_workspace": false,
"children": [
43,
621
]
},
{
"name": "regex-automata",
"version": "0.4.8",
"transitive_weight": 4,
"is_workspace": false,
"children": [
50,
118,
420
]
},
{
"name": "actix-server",
"version": "2.6.0",
"transitive_weight": 76,
"is_workspace": false,
"children": [
417,
623,
69,
98,
425,
369,
331,
382,
174
]
},
{
"name": "hyper",
"version": "1.6.0",
"transitive_weight": 85,
"is_workspace": false,
"children": [
660,
623,
98,
548,
299,
527,
758,
46,
99,
263,
252,
63,
515
]
},
{
"name": "anstyle",
"version": "1.0.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hermit-abi",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "clap_derive",
"version": "4.5.55",
"transitive_weight": 6,
"is_workspace": false,
"children": [
501,
307,
7,
469
]
},
{
"name": "mime",
"version": "0.3.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "base64ct",
"version": "1.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "page_size",
"version": "0.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
166,
663
]
},
{
"name": "regex-lite",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "termcolor",
"version": "1.1.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
326
]
},
{
"name": "smallvec",
"version": "1.15.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-strings",
"version": "0.4.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
774
]
},
{
"name": "jiff",
"version": "0.2.15",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
678,
431,
18,
192
]
},
{
"name": "proc-macro-error-attr2",
"version": "2.0.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
307,
7
]
},
{
"name": "windows-implement",
"version": "0.60.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cfg_aliases",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "group",
"version": "0.13.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
308,
787,
89
]
},
{
"name": "windows-strings",
"version": "0.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
156
]
},
{
"name": "crossbeam-utils",
"version": "0.8.20",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_msvc",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dary_heap",
"version": "0.3.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-channel",
"version": "0.3.32",
"transitive_weight": 3,
"is_workspace": false,
"children": [
174,
440
]
},
{
"name": "arc-swap",
"version": "1.8.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
343
]
},
{
"name": "serde",
"version": "1.0.228",
"transitive_weight": 7,
"is_workspace": false,
"children": [
426,
34
]
},
{
"name": "http",
"version": "0.2.12",
"transitive_weight": 4,
"is_workspace": false,
"children": [
46,
594,
252
]
},
{
"name": "itertools",
"version": "0.14.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "md-5",
"version": "0.10.6",
"transitive_weight": 11,
"is_workspace": false,
"children": [
762,
31
]
},
{
"name": "nias",
"version": "0.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashring",
"version": "0.3.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
707
]
},
{
"name": "macros",
"version": "0.1.0",
"transitive_weight": 5,
"is_workspace": true,
"children": [
501,
307,
7
]
},
{
"name": "prost-wkt-types",
"version": "0.5.1",
"transitive_weight": 106,
"is_workspace": false,
"children": [
748,
775,
172,
746,
302,
412,
55,
529,
462,
34
]
},
{
"name": "windows-sys",
"version": "0.59.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
246
]
},
{
"name": "typeid",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "curve25519-dalek-derive",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "gridstore",
"version": "0.1.0",
"transitive_weight": 352,
"is_workspace": true,
"children": [
744,
738,
822,
598,
153,
749,
809,
302,
74,
424,
529,
560,
423,
713,
531,
731,
18,
684,
515
]
},
{
"name": "windows_i686_gnu",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "supports-color",
"version": "3.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
492
]
},
{
"name": "thiserror-impl",
"version": "1.0.69",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "tower-service",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "schannel",
"version": "0.1.23",
"transitive_weight": 11,
"is_workspace": false,
"children": [
288
]
},
{
"name": "itertools",
"version": "0.12.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "rmp-serde",
"version": "1.3.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
529,
84
]
},
{
"name": "http-body",
"version": "1.0.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
299,
46
]
},
{
"name": "filetime",
"version": "0.2.19",
"transitive_weight": 13,
"is_workspace": false,
"children": [
196,
12,
31,
663
]
},
{
"name": "hyper-util",
"version": "0.1.13",
"transitive_weight": 91,
"is_workspace": false,
"children": [
506,
623,
98,
425,
369,
548,
299,
527,
410,
46,
174,
165,
663,
176,
63,
544
]
},
{
"name": "http-range",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "path_facts",
"version": "0.2.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
446
]
},
{
"name": "axum",
"version": "0.6.12",
"transitive_weight": 109,
"is_workspace": false,
"children": [
52,
236,
71,
98,
529,
719,
790,
530,
727,
46,
252,
587,
118,
510,
176,
63,
343,
15,
561,
544
]
},
{
"name": "prettyplease",
"version": "0.1.22",
"transitive_weight": 5,
"is_workspace": false,
"children": [
427,
7
]
},
{
"name": "foyer-memory",
"version": "0.22.3",
"transitive_weight": 98,
"is_workspace": false,
"children": [
493,
290,
337,
598,
98,
369,
529,
181,
815,
169,
531,
260,
110,
453,
237,
624,
266
]
},
{
"name": "rustls-webpki",
"version": "0.102.8",
"transitive_weight": 23,
"is_workspace": false,
"children": [
319,
568,
259
]
},
{
"name": "ciborium-io",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "plotters",
"version": "0.3.4",
"transitive_weight": 22,
"is_workspace": false,
"children": [
152,
740,
503,
366,
694
]
},
{
"name": "phf_generator",
"version": "0.11.2",
"transitive_weight": 18,
"is_workspace": false,
"children": [
184,
725
]
},
{
"name": "thiserror",
"version": "2.0.18",
"transitive_weight": 6,
"is_workspace": false,
"children": [
197
]
},
{
"name": "tower-layer",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bincode",
"version": "1.3.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "toml",
"version": "0.5.10",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "typetag-impl",
"version": "0.2.15",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "wasi",
"version": "0.9.0+wasi-snapshot-preview1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tikv-jemallocator",
"version": "0.6.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
167,
663
]
},
{
"name": "windows-numerics",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
79,
774
]
},
{
"name": "rustls-pki-types",
"version": "1.14.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
586
]
},
{
"name": "foyer-storage",
"version": "0.22.3",
"transitive_weight": 127,
"is_workspace": false,
"children": [
555,
493,
290,
598,
380,
153,
210,
300,
98,
369,
732,
647,
362,
181,
815,
415,
531,
260,
328,
110,
46,
624,
174,
663
]
},
{
"name": "ed25519-dalek",
"version": "2.2.0",
"transitive_weight": 36,
"is_workspace": false,
"children": [
626,
325,
86,
529,
89,
586
]
},
{
"name": "prost-derive",
"version": "0.12.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
501,
307,
546,
7,
110
]
},
{
"name": "raft-proto",
"version": "0.7.0",
"transitive_weight": 61,
"is_workspace": false,
"children": [
798,
439,
285,
351
]
},
{
"name": "robust",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "integer-encoding",
"version": "4.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-stream",
"version": "0.3.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
239,
174
]
},
{
"name": "signal-hook-registry",
"version": "1.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "tinytemplate",
"version": "1.2.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
302,
529
]
},
{
"name": "tango-bench",
"version": "0.6.0",
"transitive_weight": 81,
"is_workspace": false,
"children": [
268,
749,
184,
651,
751,
51,
338,
116,
761,
503,
110,
447,
18
]
},
{
"name": "scc",
"version": "2.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
666
]
},
{
"name": "serde_plain",
"version": "1.0.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "procfs-core",
"version": "0.18.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
453,
780
]
},
{
"name": "typenum",
"version": "1.16.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "indexmap",
"version": "1.9.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
529,
43,
37
]
},
{
"name": "generic-tests",
"version": "0.1.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zeroize",
"version": "1.8.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "matchit",
"version": "0.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "iri-string",
"version": "0.7.8",
"transitive_weight": 9,
"is_workspace": false,
"children": [
529,
118
]
},
{
"name": "p256",
"version": "0.13.2",
"transitive_weight": 41,
"is_workspace": false,
"children": [
5,
658,
784,
86
]
},
{
"name": "socket2",
"version": "0.4.9",
"transitive_weight": 5,
"is_workspace": false,
"children": [
166,
663
]
},
{
"name": "humantime",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy-derive",
"version": "0.8.39",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "prometheus",
"version": "0.14.0",
"transitive_weight": 40,
"is_workspace": false,
"children": [
598,
560,
285,
31,
594,
118
]
},
{
"name": "fnv",
"version": "1.0.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.60.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
159
]
},
{
"name": "der",
"version": "0.7.10",
"transitive_weight": 5,
"is_workspace": false,
"children": [
140,
370,
586
]
},
{
"name": "zstd-sys",
"version": "2.0.9+zstd.1.5.5",
"transitive_weight": 7,
"is_workspace": false,
"children": [
42,
354
]
},
{
"name": "parking_lot",
"version": "0.12.5",
"transitive_weight": 34,
"is_workspace": false,
"children": [
747,
108
]
},
{
"name": "names",
"version": "0.14.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
184
]
},
{
"name": "proc-macro-error-attr",
"version": "1.0.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
307,
7,
206
]
},
{
"name": "pulldown-cmark-to-cmark",
"version": "10.0.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
687
]
},
{
"name": "getopts",
"version": "0.2.21",
"transitive_weight": 2,
"is_workspace": false,
"children": [
226
]
},
{
"name": "actix-web",
"version": "4.12.1",
"transitive_weight": 198,
"is_workspace": false,
"children": [
144,
195,
505,
720,
417,
772,
244,
643,
251,
302,
217,
98,
291,
387,
321,
369,
529,
83,
462,
331,
382,
296,
229,
46,
31,
442,
174,
374,
252,
502,
18,
510,
405,
63,
513,
515
]
},
{
"name": "cxx-build",
"version": "1.0.85",
"transitive_weight": 19,
"is_workspace": false,
"children": [
157,
42,
427,
307,
7,
405,
611
]
},
{
"name": "indexmap",
"version": "2.13.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
426,
815,
624
]
},
{
"name": "leb128fmt",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkcs8",
"version": "0.10.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
142,
596
]
},
{
"name": "rustls-native-certs",
"version": "0.7.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
545,
112,
13,
568,
131
]
},
{
"name": "which",
"version": "4.3.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
30,
663,
405
]
},
{
"name": "num-derive",
"version": "0.4.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "scratch",
"version": "1.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "anstyle-parse",
"version": "0.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
799
]
},
{
"name": "i_tree",
"version": "0.16.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnu",
"version": "0.53.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winnow",
"version": "0.7.13",
"transitive_weight": 2,
"is_workspace": false,
"children": [
118
]
},
{
"name": "errno",
"version": "0.3.10",
"transitive_weight": 12,
"is_workspace": false,
"children": [
537,
663
]
},
{
"name": "wit-parser",
"version": "0.244.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
77,
302,
605,
737,
529,
34,
110,
629,
18,
281
]
},
{
"name": "wasip3",
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"transitive_weight": 37,
"is_workspace": false,
"children": [
352
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libm",
"version": "0.2.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "approx",
"version": "0.5.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
503
]
},
{
"name": "tokio",
"version": "1.49.0",
"transitive_weight": 56,
"is_workspace": false,
"children": [
598,
69,
321,
305,
576,
674,
46,
663,
63
]
},
{
"name": "equivalent",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "i_key_sort",
"version": "0.6.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ed25519",
"version": "2.2.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
808,
607
]
},
{
"name": "foldhash",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tar",
"version": "0.4.44",
"transitive_weight": 30,
"is_workspace": false,
"children": [
347,
549,
663
]
},
{
"name": "id-arena",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "matrixmultiply",
"version": "0.3.10",
"transitive_weight": 3,
"is_workspace": false,
"children": [
43,
253
]
},
{
"name": "data-encoding",
"version": "2.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pyo3-build-config",
"version": "0.28.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
115
]
},
{
"name": "pyo3-macros",
"version": "0.28.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
488,
501,
307,
7
]
},
{
"name": "erased-serde",
"version": "0.4.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529
]
},
{
"name": "collection",
"version": "0.4.2",
"transitive_weight": 610,
"is_workspace": true,
"children": [
803,
394,
817,
130,
744,
449,
104,
378,
603,
793,
287,
255,
756,
26,
119,
121,
822,
494,
623,
311,
746,
745,
772,
95,
598,
479,
153,
749,
300,
451,
809,
767,
302,
547,
86,
605,
737,
194,
529,
360,
560,
790,
299,
528,
534,
531,
473,
46,
594,
309,
18,
463,
421,
515,
149
]
},
{
"name": "prettyplease",
"version": "0.2.37",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
7
]
},
{
"name": "icu_collections",
"version": "1.5.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
161,
485,
190,
742
]
},
{
"name": "phf_codegen",
"version": "0.11.2",
"transitive_weight": 19,
"is_workspace": false,
"children": [
559,
725
]
},
{
"name": "pyo3-ffi",
"version": "0.28.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
632,
663
]
},
{
"name": "rust-stemmers",
"version": "1.2.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529,
34
]
},
{
"name": "rustls",
"version": "0.23.36",
"transitive_weight": 27,
"is_workspace": false,
"children": [
665,
319,
568,
18,
405,
89,
586
]
},
{
"name": "serial_test",
"version": "3.3.1",
"transitive_weight": 39,
"is_workspace": false,
"children": [
598,
66,
579,
405
]
},
{
"name": "actix-router",
"version": "0.5.3",
"transitive_weight": 27,
"is_workspace": false,
"children": [
369,
529,
462,
530,
296,
31,
513
]
},
{
"name": "simd-adler32",
"version": "0.3.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cap",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cxxbridge-flags",
"version": "1.0.85",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core_affinity",
"version": "0.8.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
825,
166,
663
]
},
{
"name": "libflate_lz77",
"version": "2.1.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
277,
0,
148
]
},
{
"name": "byteorder",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "macro_rules_attribute",
"version": "0.2.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
704,
266
]
},
{
"name": "libloading",
"version": "0.8.5",
"transitive_weight": 11,
"is_workspace": false,
"children": [
246,
31
]
},
{
"name": "pyroscope",
"version": "0.5.8",
"transitive_weight": 193,
"is_workspace": false,
"children": [
781,
772,
599,
302,
439,
361,
116,
166,
663,
18
]
},
{
"name": "sif-itree",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jsonwebtoken",
"version": "10.3.0",
"transitive_weight": 96,
"is_workspace": false,
"children": [
589,
468,
659,
570,
808,
344,
302,
786,
184,
86,
126,
682,
529,
464,
410
]
},
{
"name": "webpki-roots",
"version": "1.0.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
568
]
},
{
"name": "windows-future",
"version": "0.2.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
79,
728,
774
]
},
{
"name": "ciborium-ll",
"version": "0.2.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
557,
186
]
},
{
"name": "primeorder",
"version": "0.13.6",
"transitive_weight": 35,
"is_workspace": false,
"children": [
784
]
},
{
"name": "rsa",
"version": "0.9.10",
"transitive_weight": 41,
"is_workspace": false,
"children": [
180,
808,
787,
762,
801,
607,
142,
448,
503,
370,
89,
586
]
},
{
"name": "h2",
"version": "0.4.4",
"transitive_weight": 79,
"is_workspace": false,
"children": [
121,
623,
98,
605,
369,
299,
46,
594,
174,
440,
392
]
},
{
"name": "geohash",
"version": "0.13.1",
"transitive_weight": 28,
"is_workspace": false,
"children": [
6,
621
]
},
{
"name": "hash32",
"version": "0.3.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
649
]
},
{
"name": "libc",
"version": "0.2.180",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_normalizer_data",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustls-webpki",
"version": "0.103.6",
"transitive_weight": 23,
"is_workspace": false,
"children": [
319,
568,
259
]
},
{
"name": "sdd",
"version": "3.0.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "shlex",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sync_wrapper",
"version": "1.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
174
]
},
{
"name": "trififo",
"version": "0.0.0",
"transitive_weight": 17,
"is_workspace": true,
"children": [
809
]
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.100",
"transitive_weight": 10,
"is_workspace": false,
"children": [
151,
307
]
},
{
"name": "qdrant",
"version": "1.17.0",
"transitive_weight": 720,
"is_workspace": true,
"children": [
696,
635,
803,
394,
817,
744,
175,
753,
104,
378,
695,
760,
603,
652,
781,
793,
717,
287,
255,
756,
654,
219,
26,
14,
119,
399,
121,
822,
494,
572,
623,
311,
789,
746,
593,
62,
598,
641,
268,
153,
749,
792,
444,
673,
809,
767,
302,
98,
703,
369,
439,
74,
145,
529,
566,
282,
560,
724,
498,
13,
531,
568,
110,
279,
18,
397,
561,
149
]
},
{
"name": "proc-macro-error",
"version": "1.0.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
600,
427,
307,
7,
206
]
},
{
"name": "slog-stdlog",
"version": "4.1.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
807,
703,
18
]
},
{
"name": "windows-sys",
"version": "0.61.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
156
]
},
{
"name": "rstest_macros",
"version": "0.26.1",
"transitive_weight": 18,
"is_workspace": false,
"children": [
80,
462,
501,
307,
7,
31,
218,
716,
146
]
},
{
"name": "unicode-width",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ci_info",
"version": "0.10.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
24
]
},
{
"name": "jiff-static",
"version": "0.2.15",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "is_sorted",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-threading",
"version": "0.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
156
]
},
{
"name": "darling_core",
"version": "0.20.8",
"transitive_weight": 8,
"is_workspace": false,
"children": [
501,
307,
7,
594,
133,
78
]
},
{
"name": "pem",
"version": "3.0.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
529,
823
]
},
{
"name": "windows-targets",
"version": "0.42.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
422,
368,
782,
373,
88,
298,
129
]
},
{
"name": "lz4_flex",
"version": "0.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fiat-crypto",
"version": "0.2.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "convert_case",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pulldown-cmark",
"version": "0.9.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
407,
727,
118
]
},
{
"name": "linux-raw-sys",
"version": "0.4.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "str_stack",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing-attributes",
"version": "0.1.31",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "utf16_iter",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_aarch64_msvc",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "criterion-plot",
"version": "0.8.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
265,
221
]
},
{
"name": "plotters-backend",
"version": "0.3.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-cors",
"version": "0.7.1",
"transitive_weight": 199,
"is_workspace": false,
"children": [
603,
217,
98,
382,
18,
405,
515
]
},
{
"name": "storage",
"version": "0.2.0",
"transitive_weight": 635,
"is_workspace": true,
"children": [
635,
803,
394,
817,
744,
781,
793,
287,
756,
219,
26,
119,
121,
822,
494,
699,
623,
311,
746,
230,
772,
598,
628,
479,
153,
749,
809,
767,
302,
86,
439,
74,
737,
194,
529,
560,
790,
530,
531,
110,
18,
351,
257
]
},
{
"name": "getrandom",
"version": "0.1.16",
"transitive_weight": 4,
"is_workspace": false,
"children": [
31,
663,
565
]
},
{
"name": "schemars_derive",
"version": "0.8.22",
"transitive_weight": 6,
"is_workspace": false,
"children": [
701,
501,
307,
7
]
},
{
"name": "tracing-appender",
"version": "0.2.4",
"transitive_weight": 58,
"is_workspace": false,
"children": [
789,
291,
560,
171
]
},
{
"name": "schemars",
"version": "1.2.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
302,
529,
396,
212
]
},
{
"name": "serde_derive_internals",
"version": "0.29.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "adler32",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "slog",
"version": "2.8.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
182,
426,
110,
343
]
},
{
"name": "macro_rules_attribute-proc_macro",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tonic-build",
"version": "0.11.0",
"transitive_weight": 59,
"is_workspace": false,
"children": [
172,
636,
501,
307,
7
]
},
{
"name": "darling_macro",
"version": "0.21.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
436,
501,
307
]
},
{
"name": "siphasher",
"version": "0.3.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crypto-bigint",
"version": "0.5.5",
"transitive_weight": 18,
"is_workspace": false,
"children": [
787,
736,
89,
586
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.48.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.27.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
453,
31,
663
]
},
{
"name": "scopeguard",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing-serde",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
529,
714
]
},
{
"name": "bitvec",
"version": "1.0.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
247,
137,
203,
257
]
},
{
"name": "tracing-core",
"version": "0.1.36",
"transitive_weight": 3,
"is_workspace": false,
"children": [
405,
23
]
},
{
"name": "symbolic-common",
"version": "12.12.3",
"transitive_weight": 56,
"is_workspace": false,
"children": [
765,
311,
731,
411
]
},
{
"name": "relative-path",
"version": "1.9.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tonic-reflection",
"version": "0.11.0",
"transitive_weight": 137,
"is_workspace": false,
"children": [
287,
443,
623,
412,
55
]
},
{
"name": "nix",
"version": "0.31.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
453,
31,
521,
663
]
},
{
"name": "http-body",
"version": "0.4.5",
"transitive_weight": 6,
"is_workspace": false,
"children": [
530,
46,
63
]
},
{
"name": "actix-codec",
"version": "0.5.0",
"transitive_weight": 67,
"is_workspace": false,
"children": [
121,
623,
727,
46,
174,
440,
18,
118,
63
]
},
{
"name": "rand_core",
"version": "0.9.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
393,
423
]
},
{
"name": "small_ctor",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quinn",
"version": "0.11.2",
"transitive_weight": 84,
"is_workspace": false,
"children": [
623,
25,
641,
201,
369,
116,
46,
63,
455
]
},
{
"name": "tracing-log",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
714,
18,
405
]
},
{
"name": "phf_shared",
"version": "0.11.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
707
]
},
{
"name": "whatlang",
"version": "0.16.4",
"transitive_weight": 19,
"is_workspace": false,
"children": [
277,
405
]
},
{
"name": "bitflags",
"version": "1.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-threading",
"version": "0.1.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
774
]
},
{
"name": "rustc-demangle",
"version": "0.1.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "memmap2",
"version": "0.9.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "zstd",
"version": "0.13.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
162
]
},
{
"name": "i_overlay",
"version": "4.0.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
474,
189,
70,
625,
613
]
},
{
"name": "rstar",
"version": "0.12.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
8,
503,
515
]
},
{
"name": "atomic_refcell",
"version": "0.1.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "generic-array",
"version": "0.14.9",
"transitive_weight": 4,
"is_workspace": false,
"children": [
582,
206,
586
]
},
{
"name": "semver",
"version": "1.0.27",
"transitive_weight": 8,
"is_workspace": false,
"children": [
529,
426
]
},
{
"name": "dataset",
"version": "0.0.0",
"transitive_weight": 214,
"is_workspace": true,
"children": [
781,
822,
745,
418,
110
]
},
{
"name": "rand_core",
"version": "0.5.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
697
]
},
{
"name": "wasm-bindgen",
"version": "0.2.100",
"transitive_weight": 14,
"is_workspace": false,
"children": [
670,
31,
405,
343
]
},
{
"name": "windows-numerics",
"version": "0.3.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
476,
156
]
},
{
"name": "displaydoc",
"version": "0.2.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "idna",
"version": "1.1.0",
"transitive_weight": 35,
"is_workspace": false,
"children": [
432,
515,
220
]
},
{
"name": "common",
"version": "0.0.0",
"transitive_weight": 257,
"is_workspace": true,
"children": [
255,
756,
822,
494,
623,
746,
598,
486,
628,
479,
153,
749,
173,
809,
302,
562,
737,
194,
529,
360,
560,
209,
423,
713,
342,
718,
503,
825,
731,
309,
18,
257
]
},
{
"name": "indicatif",
"version": "0.18.4",
"transitive_weight": 42,
"is_workspace": false,
"children": [
757,
248,
474,
192,
676,
123
]
},
{
"name": "chrono",
"version": "0.4.43",
"transitive_weight": 46,
"is_workspace": false,
"children": [
483,
786,
740,
529,
503,
156
]
},
{
"name": "parking_lot_core",
"version": "0.9.12",
"transitive_weight": 31,
"is_workspace": false,
"children": [
233,
353,
339,
31,
663,
515,
156
]
},
{
"name": "prost-wkt",
"version": "0.5.1",
"transitive_weight": 66,
"is_workspace": false,
"children": [
746,
302,
363,
55,
529,
34,
35
]
},
{
"name": "tempfile",
"version": "3.25.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
795,
393,
674,
250,
405
]
},
{
"name": "irg-kvariants",
"version": "0.1.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
227,
529,
405
]
},
{
"name": "goblin",
"version": "0.7.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
338,
18,
207
]
},
{
"name": "ndarray-npy",
"version": "0.10.0",
"transitive_weight": 39,
"is_workspace": false,
"children": [
472,
477,
503,
649
]
},
{
"name": "actix-multipart",
"version": "0.7.2",
"transitive_weight": 217,
"is_workspace": false,
"children": [
603,
623,
749,
302,
184,
98,
10,
429,
580,
529,
382,
174,
99,
467,
18,
118,
510
]
},
{
"name": "http-body-util",
"version": "0.1.2",
"transitive_weight": 20,
"is_workspace": false,
"children": [
98,
548,
299,
46,
63
]
},
{
"name": "blake2-rfc",
"version": "0.2.18",
"transitive_weight": 4,
"is_workspace": false,
"children": [
94,
90
]
},
{
"name": "schemars",
"version": "0.8.22",
"transitive_weight": 116,
"is_workspace": false,
"children": [
311,
746,
772,
302,
605,
583,
529,
698,
212
]
},
{
"name": "web-time",
"version": "1.1.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
786,
740
]
},
{
"name": "want",
"version": "0.3.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
18,
376
]
},
{
"name": "futures-task",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-web-extras",
"version": "0.1.0",
"transitive_weight": 199,
"is_workspace": false,
"children": [
603,
98,
174,
63
]
},
{
"name": "colorz",
"version": "1.1.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
542
]
},
{
"name": "digest",
"version": "0.10.7",
"transitive_weight": 9,
"is_workspace": false,
"children": [
223,
315,
370,
89
]
},
{
"name": "cxx",
"version": "1.0.85",
"transitive_weight": 13,
"is_workspace": false,
"children": [
258,
42,
280,
646
]
},
{
"name": "unarray",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "debugid",
"version": "0.8.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
311
]
},
{
"name": "objc2-core-foundation",
"version": "0.3.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
453
]
},
{
"name": "futures",
"version": "0.3.32",
"transitive_weight": 16,
"is_workspace": false,
"children": [
329,
98,
527,
174,
384,
440,
759
]
},
{
"name": "rusty-hook",
"version": "0.11.2",
"transitive_weight": 18,
"is_workspace": false,
"children": [
677,
563,
602,
533
]
},
{
"name": "slice-group-by",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hkdf",
"version": "0.12.4",
"transitive_weight": 11,
"is_workspace": false,
"children": [
126
]
},
{
"name": "h2",
"version": "0.3.27",
"transitive_weight": 79,
"is_workspace": false,
"children": [
121,
623,
98,
605,
369,
530,
46,
594,
174,
440,
392
]
},
{
"name": "url",
"version": "2.5.8",
"transitive_weight": 38,
"is_workspace": false,
"children": [
743,
529,
34,
106,
176
]
},
{
"name": "wasm-metadata",
"version": "0.244.0",
"transitive_weight": 21,
"is_workspace": false,
"children": [
16,
77,
605,
110
]
},
{
"name": "windows-link",
"version": "0.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost-wkt-build",
"version": "0.5.1",
"transitive_weight": 59,
"is_workspace": false,
"children": [
172,
412,
55,
307,
469
]
},
{
"name": "rand_chacha",
"version": "0.9.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
721,
292
]
},
{
"name": "quick-error",
"version": "1.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows",
"version": "0.62.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
154,
222,
741,
476
]
},
{
"name": "ucd-trie",
"version": "0.1.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hex",
"version": "0.4.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "reqwest",
"version": "0.12.28",
"transitive_weight": 177,
"is_workspace": false,
"children": [
318,
550,
506,
723,
660,
122,
399,
788,
121,
623,
772,
128,
641,
141,
754,
178,
302,
152,
786,
98,
740,
387,
529,
548,
299,
527,
655,
568,
668,
410,
46,
174,
18,
176,
63,
544
]
},
{
"name": "windows_i686_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen-rust",
"version": "0.51.0",
"transitive_weight": 34,
"is_workspace": false,
"children": [
819,
460,
773,
605,
636,
501,
110,
469
]
},
{
"name": "elliptic-curve",
"version": "0.13.8",
"transitive_weight": 34,
"is_workspace": false,
"children": [
708,
522,
308,
22,
787,
770,
762,
607,
736,
140,
224,
89,
586
]
},
{
"name": "icu_properties",
"version": "1.5.1",
"transitive_weight": 27,
"is_workspace": false,
"children": [
359,
437,
637,
75,
161,
742,
101
]
},
{
"name": "js-sys",
"version": "0.3.77",
"transitive_weight": 15,
"is_workspace": false,
"children": [
740,
405
]
},
{
"name": "rand_core",
"version": "0.6.4",
"transitive_weight": 12,
"is_workspace": false,
"children": [
529,
464
]
},
{
"name": "tokio-rustls",
"version": "0.26.0",
"transitive_weight": 66,
"is_workspace": false,
"children": [
623,
641,
568
]
},
{
"name": "tracing-subscriber",
"version": "0.3.22",
"transitive_weight": 47,
"is_workspace": false,
"children": [
302,
278,
369,
712,
529,
419,
724,
504,
113,
345,
714,
405,
515
]
},
{
"name": "async-trait",
"version": "0.1.89",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "proc-macro-error2",
"version": "2.0.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
518,
501,
307,
7
]
},
{
"name": "procfs",
"version": "0.18.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
795,
581,
453
]
},
{
"name": "issues",
"version": "0.0.0",
"transitive_weight": 148,
"is_workspace": true,
"children": [
756,
746,
230,
642,
302,
404,
529,
299
]
},
{
"name": "rayon-core",
"version": "1.13.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
355,
524
]
},
{
"name": "rustix",
"version": "1.1.3",
"transitive_weight": 17,
"is_workspace": false,
"children": [
617,
674,
453,
663,
430
]
},
{
"name": "posting_list",
"version": "0.0.0",
"transitive_weight": 260,
"is_workspace": true,
"children": [
744,
423,
390
]
},
{
"name": "zerofrom-derive",
"version": "0.1.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
824,
501,
307,
7
]
},
{
"name": "protobuf-build",
"version": "0.14.0",
"transitive_weight": 59,
"is_workspace": false,
"children": [
40,
427,
307,
7,
727
]
},
{
"name": "utf8parse",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "mime_guess",
"version": "2.0.4",
"transitive_weight": 4,
"is_workspace": false,
"children": [
407,
510
]
},
{
"name": "pkcs1",
"version": "0.7.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
607,
142,
596
]
},
{
"name": "lz4-sys",
"version": "1.11.1+lz4-1.10.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
42,
663
]
},
{
"name": "shard",
"version": "0.1.0",
"transitive_weight": 545,
"is_workspace": true,
"children": [
394,
817,
130,
744,
287,
255,
756,
26,
822,
494,
311,
598,
153,
749,
809,
302,
547,
605,
74,
194,
529,
560,
713,
531,
18,
515
]
},
{
"name": "rustc-hash",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "equator",
"version": "0.2.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
82
]
},
{
"name": "memoffset",
"version": "0.7.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
43
]
},
{
"name": "slog-scope",
"version": "4.4.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
703,
528,
285
]
},
{
"name": "signature",
"version": "2.2.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
787,
762
]
},
{
"name": "ahash",
"version": "0.8.11",
"transitive_weight": 16,
"is_workspace": false,
"children": [
529,
58,
464,
31,
405,
206
]
},
{
"name": "num-iter",
"version": "0.1.45",
"transitive_weight": 5,
"is_workspace": false,
"children": [
448,
503,
43
]
},
{
"name": "serde-untagged",
"version": "0.1.9",
"transitive_weight": 10,
"is_workspace": false,
"children": [
634,
529,
426,
538
]
},
{
"name": "android_system_properties",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
663
]
},
{
"name": "geographiclib-rs",
"version": "0.2.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
285
]
},
{
"name": "gimli",
"version": "0.27.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashbrown",
"version": "0.16.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
328,
624,
627
]
},
{
"name": "hyper-timeout",
"version": "0.4.1",
"transitive_weight": 92,
"is_workspace": false,
"children": [
52,
379,
623,
63
]
},
{
"name": "segment",
"version": "0.6.0",
"transitive_weight": 473,
"is_workspace": true,
"children": [
130,
540,
465,
796,
744,
255,
756,
822,
314,
494,
269,
311,
746,
62,
598,
628,
479,
661,
153,
406,
749,
792,
64,
459,
809,
302,
341,
86,
605,
49,
474,
811,
74,
562,
424,
336,
640,
737,
286,
194,
529,
360,
560,
423,
713,
42,
342,
535,
610,
415,
650,
503,
531,
731,
499,
473,
735,
649,
631,
594,
309,
574,
679,
18,
45,
234,
127,
515,
257
]
},
{
"name": "num-conv",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-component",
"version": "0.244.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
618,
773,
16,
77,
302,
605,
529,
34,
110,
453,
18
]
},
{
"name": "unty",
"version": "0.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "derive_more-impl",
"version": "2.1.1",
"transitive_weight": 13,
"is_workspace": false,
"children": [
80,
501,
307,
124,
7,
281
]
},
{
"name": "fs-err",
"version": "3.3.0",
"transitive_weight": 63,
"is_workspace": false,
"children": [
623,
552,
43
]
},
{
"name": "base64",
"version": "0.21.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "synstructure",
"version": "0.13.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
501,
307,
7
]
},
{
"name": "num_cpus",
"version": "1.17.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
508,
663
]
}
],
"root_indices": [
671,
696,
635,
304,
93,
803,
394,
817,
130,
540,
465,
796,
744,
738,
793,
119,
62,
669,
535,
428
]
},
"unused_edges": [
[
"segment",
"tar"
],
[
"storage",
"prost"
]
],
"unused_direct_deps": [
{
"from_crate": "segment",
"dep_name": "tar",
"dep_version": "0.4.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "storage",
"dep_name": "prost",
"dep_version": "0.11.9",
"real_deps_saved": 0,
"is_test_example": false
}
]
}</code></pre>
</div>
</div>
<script>
function showTab(name) {
document.querySelectorAll('.tab-content').forEach(function(el) {
el.classList.remove('active');
});
document.querySelectorAll('.tab-btn').forEach(function(btn) {
btn.classList.remove('active');
});
document.getElementById('tab-' + name).classList.add('active');
// Find the button whose onclick contains the tab name.
document.querySelectorAll('.tab-btn').forEach(function(btn) {
if (btn.getAttribute('onclick').indexOf(name) !== -1) {
btn.classList.add('active');
}
});
}
function toggleDetail(n) {
var row = document.getElementById('detail-' + n);
if (row) row.classList.toggle('open');
}
function toggleDiff(li) {
var diff = li.querySelector('.cargo-diff');
var btn = li.querySelector('.show-diff-btn');
if (diff) {
var show = diff.style.display !== 'block';
diff.style.display = show ? 'block' : 'none';
if (btn) btn.textContent = show ? 'hide diff' : 'show diff';
}
}
function copyJson() {
var text = document.querySelector('#tab-json pre code').textContent;
navigator.clipboard.writeText(text).then(function() {
var btn = document.querySelector('.copy-btn');
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
}
</script>
</body>
</html>