<!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).">240 total deps</span>
<span title="Dependencies actually compiled for your current platform/target. This is the number that matters for your build times.">127 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.">113 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.">62 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:06.843033344+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 374"
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">240 deps total, 164 unique crates shown, 490 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="1200" data-d="0" data-name="eza" data-weight="189" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>eza v0.23.4
189 transitive deps
depth 0</title>
<rect x="0" y="40" width="1200" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="53" fill="#fff">eza (189)</text>
</g>
<g class="frame" data-x="0" data-w="285" data-d="1" data-name="git2" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>git2 v0.20.4
76 transitive deps
depth 1</title>
<rect x="0" y="59" width="285" height="18" rx="2" fill="hsl(36,74%,51%)" class="normal"/>
<text x="4" y="72" fill="#000">git2 (76)</text>
</g>
<g class="frame" data-x="0" data-w="157.58823529411765" data-d="2" data-name="libgit2-sys" data-weight="47" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libgit2-sys v0.18.3+1.9.2
47 transitive deps
depth 2
[2 children too small to show]</title>
<rect x="0" y="78" width="157.58823529411765" height="18" rx="2" fill="hsl(46,72%,51%)" class="normal"/>
<text x="4" y="91" fill="#000">libgit2-sys (47)</text>
</g>
<g class="frame" data-x="0" data-w="79.65998707175177" data-d="3" data-name="libz-sys" data-weight="46" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libz-sys v1.1.23
46 transitive deps
depth 3
[3 children too small to show]</title>
<rect x="0" y="97" width="79.65998707175177" height="18" rx="2" fill="hsl(46,71%,51%)" class="normal"/>
<text x="4" y="110" fill="#000">libz-sys</text>
</g>
<g class="frame" data-x="0" data-w="74.46477052359405" data-d="4" data-name="cc" data-weight="43" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.56
43 transitive deps
depth 4
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="0" y="116" width="74.46477052359405" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="4" y="129" fill="#000">cc (43)</text>
</g>
<g class="frame" data-x="0" data-w="69.26955397543632" data-d="5" data-name="jobserver" data-weight="40" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
40 transitive deps
depth 5
[1 children too small to show]</title>
<rect x="0" y="135" width="69.26955397543632" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="4" y="148" fill="#000">jobserver</text>
</g>
<g class="frame" data-x="0" data-w="67.53781512605042" data-d="6" data-name="getrandom" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
39 transitive deps
depth 6
[3 children too small to show]</title>
<rect x="0" y="154" width="67.53781512605042" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="4" y="167" fill="#000">getrandom</text>
</g>
<g class="frame" data-x="0" data-w="62.205882352941174" data-d="7" data-name="wasip2" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasip2 v1.0.2+wasi-0.2.9
35 transitive deps
depth 7
[shared: 2 parents in dep graph]</title>
<rect x="0" y="173" width="62.205882352941174" height="18" rx="2" fill="hsl(249,60%,57%)" class="shared"/>
<text x="4" y="186" fill="#000">wasip2</text>
</g>
<g class="frame" data-x="0" data-w="62.205882352941174" data-d="8" data-name="wit-bindgen" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen v0.51.0
34 transitive deps
depth 8
[shared: 2 parents in dep graph]</title>
<rect x="0" y="192" width="62.205882352941174" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="4" y="205" fill="#000">wit-bi..</text>
</g>
<g class="frame" data-x="0" data-w="62.205882352941174" data-d="9" data-name="wit-bindgen-rust-macro" data-weight="33" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust-macro v0.51.0
33 transitive deps
depth 9
[2 children too small to show]</title>
<rect x="0" y="211" width="62.205882352941174" height="18" rx="2" fill="hsl(52,70%,52%)" class="normal"/>
<text x="4" y="224" fill="#000">wit-bi..</text>
</g>
<g class="frame" data-x="0" data-w="27.268331990330378" data-d="10" data-name="wit-bindgen-rust" data-weight="32" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust v0.51.0
32 transitive deps
depth 10
[4 children too small to show]</title>
<rect x="0" y="230" width="27.268331990330378" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="4" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="0" data-w="8.122481869460112" data-d="11" data-name="wit-component" data-weight="28" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-component v0.244.0
28 transitive deps
depth 11
[11 children too small to show]</title>
<rect x="0" y="249" width="8.122481869460112" height="18" rx="2" fill="hsl(56,69%,52%)" class="normal"/>
<text x="4" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="8.122481869460112" data-w="7.542304593070105" data-d="11" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 11
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="8.122481869460112" y="249" width="7.542304593070105" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="12.122481869460112" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="8.122481869460112" data-w="6.962127316680097" data-d="12" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 12
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="8.122481869460112" y="268" width="6.962127316680097" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="12.122481869460112" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="15.664786462530216" data-w="5.511684125705076" data-d="11" data-name="wasm-metadata" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-metadata v0.244.0
19 transitive deps
depth 11
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="15.664786462530216" y="249" width="5.511684125705076" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="19.664786462530216" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="15.664786462530216" data-w="2.179037910162472" data-d="12" data-name="wasm-encoder" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-encoder v0.244.0
17 transitive deps
depth 12
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="15.664786462530216" y="268" width="2.179037910162472" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="19.664786462530216" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="15.664786462530216" data-w="2.0428480407773177" data-d="13" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 13
[shared: 4 parents in dep graph]
[4 children too small to show]</title>
<rect x="15.664786462530216" y="287" width="2.0428480407773177" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="19.664786462530216" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="21.176470588235293" data-w="2.9008863819500403" data-d="11" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 11
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="21.176470588235293" y="249" width="2.9008863819500403" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="25.176470588235293" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="27.268331990330378" data-w="22.15551974214343" data-d="10" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 10
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="27.268331990330378" y="230" width="22.15551974214343" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="31.268331990330378" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="27.268331990330378" data-w="20.451248992747782" data-d="11" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 11
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="27.268331990330378" y="249" width="20.451248992747782" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="31.268331990330378" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="27.268331990330378" data-w="5.788089337570127" data-d="12" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 12
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="27.268331990330378" y="268" width="5.788089337570127" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="31.268331990330378" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="27.268331990330378" data-w="4.134349526835805" data-d="13" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 13
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="27.268331990330378" y="287" width="4.134349526835805" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="31.268331990330378" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="33.0564213279005" data-w="4.244598847551427" data-d="12" data-name="serde_json" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_json v1.0.149
11 transitive deps
depth 12
[shared: 4 parents in dep graph]
[5 children too small to show]</title>
<rect x="33.0564213279005" y="268" width="4.244598847551427" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="37.0564213279005" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="37.30102017545193" data-w="3.858726225046752" data-d="12" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 12
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="37.30102017545193" y="268" width="3.858726225046752" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="41.30102017545193" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="41.15974640049868" data-w="2.7011083575327257" data-d="12" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 12
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="41.15974640049868" y="268" width="2.7011083575327257" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="45.15974640049868" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="49.42385173247381" data-w="4.260676873489121" data-d="10" data-name="prettyplease" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prettyplease v0.2.37
5 transitive deps
depth 10
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="49.42385173247381" y="230" width="4.260676873489121" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="53.42385173247381" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="49.42385173247381" data-w="2.840451248992747" data-d="11" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 11
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="49.42385173247381" y="249" width="2.840451248992747" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="53.42385173247381" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="53.684528605962925" data-w="3.408541498791297" data-d="10" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 10
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="53.684528605962925" y="230" width="3.408541498791297" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="57.684528605962925" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="57.09307010475422" data-w="2.556406124093473" data-d="10" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 10
[shared: 19 parents in dep graph]</title>
<rect x="57.09307010475422" y="230" width="2.556406124093473" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="61.09307010475422" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="57.09307010475422" data-w="2.556406124093473" data-d="11" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 11
[shared: 20 parents in dep graph]</title>
<rect x="57.09307010475422" y="249" width="2.556406124093473" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="61.09307010475422" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="57.09307010475422" data-w="2.556406124093473" data-d="12" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 12
[shared: 3 parents in dep graph]</title>
<rect x="57.09307010475422" y="268" width="2.556406124093473" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="61.09307010475422" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="74.46477052359405" data-d="3" data-name="cc" data-weight="43" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.56
43 transitive deps
depth 3
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="79.65998707175177" y="97" width="74.46477052359405" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="83.65998707175177" y="110" fill="#000">cc (43)</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="69.26955397543632" data-d="4" data-name="jobserver" data-weight="40" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
40 transitive deps
depth 4
[1 children too small to show]</title>
<rect x="79.65998707175177" y="116" width="69.26955397543632" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="83.65998707175177" y="129" fill="#000">jobserver</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="67.53781512605042" data-d="5" data-name="getrandom" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
39 transitive deps
depth 5
[3 children too small to show]</title>
<rect x="79.65998707175177" y="135" width="67.53781512605042" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="83.65998707175177" y="148" fill="#000">getrandom</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="62.205882352941174" data-d="6" data-name="wasip2" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasip2 v1.0.2+wasi-0.2.9
35 transitive deps
depth 6
[shared: 2 parents in dep graph]</title>
<rect x="79.65998707175177" y="154" width="62.205882352941174" height="18" rx="2" fill="hsl(249,60%,57%)" class="shared"/>
<text x="83.65998707175177" y="167" fill="#000">wasip2</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="62.205882352941174" data-d="7" data-name="wit-bindgen" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen v0.51.0
34 transitive deps
depth 7
[shared: 2 parents in dep graph]</title>
<rect x="79.65998707175177" y="173" width="62.205882352941174" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="83.65998707175177" y="186" fill="#000">wit-bi..</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="62.205882352941174" data-d="8" data-name="wit-bindgen-rust-macro" data-weight="33" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust-macro v0.51.0
33 transitive deps
depth 8
[2 children too small to show]</title>
<rect x="79.65998707175177" y="192" width="62.205882352941174" height="18" rx="2" fill="hsl(52,70%,52%)" class="normal"/>
<text x="83.65998707175177" y="205" fill="#000">wit-bi..</text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="27.268331990330378" data-d="9" data-name="wit-bindgen-rust" data-weight="32" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust v0.51.0
32 transitive deps
depth 9
[4 children too small to show]</title>
<rect x="79.65998707175177" y="211" width="27.268331990330378" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="83.65998707175177" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="79.65998707175177" data-w="8.122481869460112" data-d="10" data-name="wit-component" data-weight="28" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-component v0.244.0
28 transitive deps
depth 10
[11 children too small to show]</title>
<rect x="79.65998707175177" y="230" width="8.122481869460112" height="18" rx="2" fill="hsl(56,69%,52%)" class="normal"/>
<text x="83.65998707175177" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="87.78246894121189" data-w="7.542304593070105" data-d="10" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 10
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="87.78246894121189" y="230" width="7.542304593070105" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="91.78246894121189" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="87.78246894121189" data-w="6.962127316680097" data-d="11" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 11
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="87.78246894121189" y="249" width="6.962127316680097" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="91.78246894121189" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="95.32477353428199" data-w="5.511684125705076" data-d="10" data-name="wasm-metadata" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-metadata v0.244.0
19 transitive deps
depth 10
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="95.32477353428199" y="230" width="5.511684125705076" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="99.32477353428199" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="95.32477353428199" data-w="2.179037910162472" data-d="11" data-name="wasm-encoder" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-encoder v0.244.0
17 transitive deps
depth 11
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="95.32477353428199" y="249" width="2.179037910162472" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="99.32477353428199" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="95.32477353428199" data-w="2.0428480407773177" data-d="12" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 12
[shared: 4 parents in dep graph]
[4 children too small to show]</title>
<rect x="95.32477353428199" y="268" width="2.0428480407773177" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="99.32477353428199" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="100.83645765998706" data-w="2.9008863819500403" data-d="10" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 10
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="100.83645765998706" y="230" width="2.9008863819500403" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="104.83645765998706" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="106.92831906208215" data-w="22.15551974214343" data-d="9" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 9
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="106.92831906208215" y="211" width="22.15551974214343" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="110.92831906208215" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="106.92831906208215" data-w="20.451248992747782" data-d="10" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 10
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="106.92831906208215" y="230" width="20.451248992747782" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="110.92831906208215" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="106.92831906208215" data-w="5.788089337570127" data-d="11" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 11
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="106.92831906208215" y="249" width="5.788089337570127" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="110.92831906208215" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="106.92831906208215" data-w="4.134349526835805" data-d="12" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 12
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="106.92831906208215" y="268" width="4.134349526835805" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="110.92831906208215" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="112.71640839965228" data-w="4.244598847551427" data-d="11" data-name="serde_json" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_json v1.0.149
11 transitive deps
depth 11
[shared: 4 parents in dep graph]
[5 children too small to show]</title>
<rect x="112.71640839965228" y="249" width="4.244598847551427" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="116.71640839965228" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="116.96100724720371" data-w="3.858726225046752" data-d="11" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 11
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="116.96100724720371" y="249" width="3.858726225046752" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="120.96100724720371" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="120.81973347225046" data-w="2.7011083575327257" data-d="11" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 11
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="120.81973347225046" y="249" width="2.7011083575327257" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="124.81973347225046" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="129.0838388042256" data-w="4.260676873489121" data-d="9" data-name="prettyplease" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prettyplease v0.2.37
5 transitive deps
depth 9
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="129.0838388042256" y="211" width="4.260676873489121" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="133.0838388042256" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="129.0838388042256" data-w="2.840451248992747" data-d="10" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 10
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="129.0838388042256" y="230" width="2.840451248992747" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="133.0838388042256" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="133.34451567771472" data-w="3.408541498791297" data-d="9" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 9
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="133.34451567771472" y="211" width="3.408541498791297" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="137.34451567771472" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="136.75305717650602" data-w="2.556406124093473" data-d="9" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 9
[shared: 19 parents in dep graph]</title>
<rect x="136.75305717650602" y="211" width="2.556406124093473" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="140.75305717650602" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="136.75305717650602" data-w="2.556406124093473" data-d="10" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 10
[shared: 20 parents in dep graph]</title>
<rect x="136.75305717650602" y="230" width="2.556406124093473" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="140.75305717650602" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="136.75305717650602" data-w="2.556406124093473" data-d="11" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 11
[shared: 3 parents in dep graph]</title>
<rect x="136.75305717650602" y="249" width="2.556406124093473" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="140.75305717650602" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="117.35294117647058" data-d="2" data-name="url" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>url v2.5.8
35 transitive deps
depth 2</title>
<rect x="157.58823529411765" y="78" width="117.35294117647058" height="18" rx="2" fill="hsl(51,70%,52%)" class="normal"/>
<text x="161.58823529411765" y="91" fill="#000">url (35)</text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="87.26244343891402" data-d="3" data-name="idna" data-weight="29" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>idna v1.1.0
29 transitive deps
depth 3</title>
<rect x="157.58823529411765" y="97" width="87.26244343891402" height="18" rx="2" fill="hsl(55,69%,52%)" class="normal"/>
<text x="161.58823529411765" y="110" fill="#000">idna (29)</text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="81.2443438914027" data-d="4" data-name="idna_adapter" data-weight="27" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>idna_adapter v1.2.1
27 transitive deps
depth 4</title>
<rect x="157.58823529411765" y="116" width="81.2443438914027" height="18" rx="2" fill="hsl(56,69%,52%)" class="normal"/>
<text x="161.58823529411765" y="129" fill="#000">idna_adap..</text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="43.10924369747899" data-d="5" data-name="icu_normalizer" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_normalizer v2.1.1
26 transitive deps
depth 5
[2 children too small to show]</title>
<rect x="157.58823529411765" y="135" width="43.10924369747899" height="18" rx="2" fill="hsl(57,69%,52%)" class="normal"/>
<text x="161.58823529411765" y="148" fill="#000">icu..</text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="13.964966268197418" data-d="6" data-name="icu_properties" data-weight="23" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_properties v2.1.2
23 transitive deps
depth 6
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="157.58823529411765" y="154" width="13.964966268197418" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="161.58823529411765" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="157.58823529411765" data-w="3.4912415670493546" data-d="7" data-name="icu_provider" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_provider v2.1.1
19 transitive deps
depth 7
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="157.58823529411765" y="173" width="3.4912415670493546" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="161.58823529411765" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="161.079476861167" data-w="3.12374245472837" data-d="7" data-name="icu_locale_core" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_locale_core v2.1.1
17 transitive deps
depth 7
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="161.079476861167" y="173" width="3.12374245472837" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="165.079476861167" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="164.20321931589535" data-w="2.756243342407385" data-d="7" data-name="icu_collections" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_collections v2.1.1
15 transitive deps
depth 7
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="164.20321931589535" y="173" width="2.756243342407385" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="168.20321931589535" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="166.95946265830273" data-w="2.204994673925908" data-d="7" data-name="zerotrie" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerotrie v0.2.3
12 transitive deps
depth 7
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="166.95946265830273" y="173" width="2.204994673925908" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="170.95946265830273" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="169.16445733222864" data-w="2.204994673925908" data-d="7" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 7
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="169.16445733222864" y="173" width="2.204994673925908" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="173.16445733222864" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="171.55320156231508" data-w="11.536276482423954" data-d="6" data-name="icu_provider" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_provider v2.1.1
19 transitive deps
depth 6
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="171.55320156231508" y="154" width="11.536276482423954" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="175.55320156231508" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="171.55320156231508" data-w="3.0643234406438626" data-d="7" data-name="icu_locale_core" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_locale_core v2.1.1
17 transitive deps
depth 7
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="171.55320156231508" y="173" width="3.0643234406438626" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="175.55320156231508" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="174.61752500295896" data-w="2.163051840454491" data-d="7" data-name="zerotrie" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerotrie v0.2.3
12 transitive deps
depth 7
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="174.61752500295896" y="173" width="2.163051840454491" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="178.61752500295896" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="176.78057684341346" data-w="2.163051840454491" data-d="7" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 7
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="176.78057684341346" y="173" width="2.163051840454491" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="180.78057684341346" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="183.08947804473902" data-w="9.10758669665049" data-d="6" data-name="icu_collections" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_collections v2.1.1
15 transitive deps
depth 6
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="183.08947804473902" y="154" width="9.10758669665049" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="187.08947804473902" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="183.08947804473902" data-w="2.5191197246054546" data-d="7" data-name="potential_utf" data-weight="13" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>potential_utf v0.1.4
13 transitive deps
depth 7</title>
<rect x="183.08947804473902" y="173" width="2.5191197246054546" height="18" rx="2" fill="hsl(70,66%,54%)" class="normal"/>
<text x="187.08947804473902" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="183.08947804473902" data-w="2.5191197246054546" data-d="8" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 8
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="183.08947804473902" y="192" width="2.5191197246054546" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="187.08947804473902" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="185.60859776934447" data-w="2.3253412842511887" data-d="7" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 7
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="185.60859776934447" y="173" width="2.3253412842511887" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="189.60859776934447" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="192.1970647413895" data-w="7.286069357320392" data-d="6" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 6
[shared: 7 parents in dep graph]
[1 children too small to show]</title>
<rect x="192.1970647413895" y="154" width="7.286069357320392" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="196.1970647413895" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="192.1970647413895" data-w="3.3118497078729057" data-d="7" data-name="yoke" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>yoke v0.8.1
10 transitive deps
depth 7
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="192.1970647413895" y="173" width="3.3118497078729057" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="196.1970647413895" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="195.50891444926242" data-w="2.318294795511034" data-d="7" data-name="zerofrom" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerofrom v0.1.6
7 transitive deps
depth 7
[shared: 5 parents in dep graph]</title>
<rect x="195.50891444926242" y="173" width="2.318294795511034" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="199.50891444926242" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="195.50891444926242" data-w="2.318294795511034" data-d="8" data-name="zerofrom-derive" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerofrom-derive v0.1.6
6 transitive deps
depth 8
[4 children too small to show]</title>
<rect x="195.50891444926242" y="192" width="2.318294795511034" height="18" rx="2" fill="hsl(85,63%,55%)" class="normal"/>
<text x="199.50891444926242" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="200.69747899159665" data-w="38.13510019392372" data-d="5" data-name="icu_properties" data-weight="23" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_properties v2.1.2
23 transitive deps
depth 5
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="200.69747899159665" y="135" width="38.13510019392372" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="204.69747899159665" y="148" fill="#000">ic..</text>
</g>
<g class="frame" data-x="200.69747899159665" data-w="9.53377504848093" data-d="6" data-name="icu_provider" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_provider v2.1.1
19 transitive deps
depth 6
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="200.69747899159665" y="154" width="9.53377504848093" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="204.69747899159665" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="200.69747899159665" data-w="2.532408997252747" data-d="7" data-name="icu_locale_core" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_locale_core v2.1.1
17 transitive deps
depth 7
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="200.69747899159665" y="173" width="2.532408997252747" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="204.69747899159665" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="210.23125404007757" data-w="8.53021978021978" data-d="6" data-name="icu_locale_core" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_locale_core v2.1.1
17 transitive deps
depth 6
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="210.23125404007757" y="154" width="8.53021978021978" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="214.23125404007757" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="210.23125404007757" data-w="3.6188811188811187" data-d="7" data-name="tinystr" data-weight="14" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tinystr v0.8.2
14 transitive deps
depth 7
[1 children too small to show]</title>
<rect x="210.23125404007757" y="173" width="3.6188811188811187" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="214.23125404007757" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="210.23125404007757" data-w="2.5545043192102015" data-d="8" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 8
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="210.23125404007757" y="192" width="2.5545043192102015" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="214.23125404007757" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="213.8501351589587" data-w="3.101898101898102" data-d="7" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 7
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="213.8501351589587" y="173" width="3.101898101898102" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="217.8501351589587" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="218.76147382029734" data-w="7.526664511958629" data-d="6" data-name="icu_collections" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>icu_collections v2.1.1
15 transitive deps
depth 6
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="218.76147382029734" y="154" width="7.526664511958629" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="222.76147382029734" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="218.76147382029734" data-w="2.0818433756481314" data-d="7" data-name="potential_utf" data-weight="13" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>potential_utf v0.1.4
13 transitive deps
depth 7</title>
<rect x="218.76147382029734" y="173" width="2.0818433756481314" height="18" rx="2" fill="hsl(70,66%,54%)" class="normal"/>
<text x="222.76147382029734" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="218.76147382029734" data-w="2.0818433756481314" data-d="8" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 8
[shared: 7 parents in dep graph]
[3 children too small to show]</title>
<rect x="218.76147382029734" y="192" width="2.0818433756481314" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="222.76147382029734" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="226.28813833225598" data-w="6.021331609566903" data-d="6" data-name="zerotrie" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerotrie v0.2.3
12 transitive deps
depth 6
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="226.28813833225598" y="154" width="6.021331609566903" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="230.28813833225598" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="226.28813833225598" data-w="2.736968913439501" data-d="7" data-name="yoke" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>yoke v0.8.1
10 transitive deps
depth 7
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="226.28813833225598" y="173" width="2.736968913439501" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="230.28813833225598" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="232.3094699418229" data-w="6.021331609566903" data-d="6" data-name="zerovec" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>zerovec v0.11.5
12 transitive deps
depth 6
[shared: 7 parents in dep graph]
[2 children too small to show]</title>
<rect x="232.3094699418229" y="154" width="6.021331609566903" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="236.3094699418229" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="232.3094699418229" data-w="2.736968913439501" data-d="7" data-name="yoke" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>yoke v0.8.1
10 transitive deps
depth 7
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="232.3094699418229" y="173" width="2.736968913439501" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="236.3094699418229" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="238.83257918552036" data-w="3.0090497737556556" data-d="4" data-name="smallvec" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>smallvec v1.15.1
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="238.83257918552036" y="116" width="3.0090497737556556" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="242.83257918552036" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="241.84162895927602" data-w="3.0090497737556556" data-d="4" data-name="utf8_iter" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>utf8_iter v1.0.4
1 transitive dep
depth 4</title>
<rect x="241.84162895927602" y="116" width="3.0090497737556556" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="245.84162895927602" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="21.063348416289593" data-d="3" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 3
[shared: 14 parents in dep graph]</title>
<rect x="244.85067873303166" y="97" width="21.063348416289593" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="248.85067873303166" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="11.489099136157959" data-d="4" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="244.85067873303166" y="116" width="11.489099136157959" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="248.85067873303166" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="11.489099136157959" data-d="5" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 5
[shared: 4 parents in dep graph]</title>
<rect x="244.85067873303166" y="135" width="11.489099136157959" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="248.85067873303166" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="5.10626628273687" data-d="6" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 6
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="244.85067873303166" y="154" width="5.10626628273687" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="248.85067873303166" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="2.553133141368435" data-d="7" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 7
[shared: 19 parents in dep graph]</title>
<rect x="244.85067873303166" y="173" width="2.553133141368435" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="248.85067873303166" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="2.553133141368435" data-d="8" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 8
[shared: 20 parents in dep graph]</title>
<rect x="244.85067873303166" y="192" width="2.553133141368435" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="248.85067873303166" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="244.85067873303166" data-w="2.553133141368435" data-d="9" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 9
[shared: 3 parents in dep graph]</title>
<rect x="244.85067873303166" y="211" width="2.553133141368435" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="248.85067873303166" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="249.95694501576853" data-w="3.829699712052653" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="249.95694501576853" y="154" width="3.829699712052653" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="253.95694501576853" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="249.95694501576853" data-w="3.829699712052653" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="249.95694501576853" y="173" width="3.829699712052653" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="253.95694501576853" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="249.95694501576853" data-w="3.829699712052653" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="249.95694501576853" y="192" width="3.829699712052653" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="253.95694501576853" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="253.78664472782117" data-w="2.553133141368435" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="253.78664472782117" y="154" width="2.553133141368435" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="257.78664472782117" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="253.78664472782117" data-w="2.553133141368435" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="253.78664472782117" y="173" width="2.553133141368435" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="257.78664472782117" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="256.3397778691896" data-w="9.574249280131633" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="256.3397778691896" y="116" width="9.574249280131633" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="260.3397778691896" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="256.3397778691896" data-w="4.255221902280725" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="256.3397778691896" y="135" width="4.255221902280725" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="260.3397778691896" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="256.3397778691896" data-w="2.1276109511403627" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="256.3397778691896" y="154" width="2.1276109511403627" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="260.3397778691896" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="256.3397778691896" data-w="2.1276109511403627" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="256.3397778691896" y="173" width="2.1276109511403627" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="260.3397778691896" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="256.3397778691896" data-w="2.1276109511403627" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="256.3397778691896" y="192" width="2.1276109511403627" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="260.3397778691896" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="260.5949997714703" data-w="3.1914164267105445" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="260.5949997714703" y="135" width="3.1914164267105445" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="264.5949997714703" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="260.5949997714703" data-w="3.1914164267105445" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="260.5949997714703" y="154" width="3.1914164267105445" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="264.5949997714703" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="260.5949997714703" data-w="3.1914164267105445" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="260.5949997714703" y="173" width="3.1914164267105445" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="264.5949997714703" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="263.78641619818086" data-w="2.1276109511403627" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="263.78641619818086" y="135" width="2.1276109511403627" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="267.78641619818086" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="263.78641619818086" data-w="2.1276109511403627" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="263.78641619818086" y="154" width="2.1276109511403627" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="267.78641619818086" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="265.91402714932127" data-w="6.018099547511311" data-d="3" data-name="form_urlencoded" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>form_urlencoded v1.2.2
2 transitive deps
depth 3</title>
<rect x="265.91402714932127" y="97" width="6.018099547511311" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="269.91402714932127" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="265.91402714932127" data-w="6.018099547511311" data-d="4" data-name="percent-encoding" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>percent-encoding v2.3.2
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="265.91402714932127" y="116" width="6.018099547511311" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="269.91402714932127" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="271.9321266968326" data-w="3.0090497737556556" data-d="3" data-name="percent-encoding" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>percent-encoding v2.3.2
1 transitive dep
depth 3
[shared: 3 parents in dep graph]</title>
<rect x="271.9321266968326" y="97" width="3.0090497737556556" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="275.9321266968326" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="274.94117647058823" data-w="3.3529411764705883" data-d="2" data-name="bitflags" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>bitflags v2.11.0
1 transitive dep
depth 2
[shared: 6 parents in dep graph]</title>
<rect x="274.94117647058823" y="78" width="3.3529411764705883" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="278.94117647058823" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="278.29411764705884" data-w="3.3529411764705883" data-d="2" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 2
[shared: 22 parents in dep graph]</title>
<rect x="278.29411764705884" y="78" width="3.3529411764705883" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="282.29411764705884" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="281.64705882352945" data-w="3.3529411764705883" data-d="2" data-name="log" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>log v0.4.29
1 transitive dep
depth 2
[shared: 6 parents in dep graph]</title>
<rect x="281.64705882352945" y="78" width="3.3529411764705883" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="285.64705882352945" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="285" data-w="240" data-d="1" data-name="chrono" data-weight="64" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.43
64 transitive deps
depth 1</title>
<rect x="285" y="59" width="240" height="18" rx="2" fill="hsl(40,73%,51%)" class="normal"/>
<text x="289" y="72" fill="#000">chrono (64)</text>
</g>
<g class="frame" data-x="285" data-w="228.75" data-d="2" data-name="iana-time-zone" data-weight="61" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.65
61 transitive deps
depth 2</title>
<rect x="285" y="78" width="228.75" height="18" rx="2" fill="hsl(41,73%,51%)" class="normal"/>
<text x="289" y="91" fill="#000">iana-time-zone (61)</text>
</g>
<g class="frame" data-x="285" data-w="121.26506024096386" data-d="3" data-name="iana-time-zone-haiku" data-weight="44" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone-haiku v0.1.2
44 transitive deps
depth 3</title>
<rect x="285" y="97" width="121.26506024096386" height="18" rx="2" fill="hsl(47,71%,51%)" class="normal"/>
<text x="289" y="110" fill="#000">iana-time-zone-..</text>
</g>
<g class="frame" data-x="285" data-w="121.26506024096386" data-d="4" data-name="cc" data-weight="43" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.56
43 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="285" y="116" width="121.26506024096386" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="289" y="129" fill="#000">cc (43)</text>
</g>
<g class="frame" data-x="285" data-w="112.80470720089662" data-d="5" data-name="jobserver" data-weight="40" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
40 transitive deps
depth 5</title>
<rect x="285" y="135" width="112.80470720089662" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="289" y="148" fill="#000">jobserver (40)</text>
</g>
<g class="frame" data-x="285" data-w="109.9845895208742" data-d="6" data-name="getrandom" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
39 transitive deps
depth 6</title>
<rect x="285" y="154" width="109.9845895208742" height="18" rx="2" fill="hsl(49,71%,52%)" class="normal"/>
<text x="289" y="167" fill="#000">getrandom (39)</text>
</g>
<g class="frame" data-x="285" data-w="101.30159561133149" data-d="7" data-name="wasip2" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasip2 v1.0.2+wasi-0.2.9
35 transitive deps
depth 7
[shared: 2 parents in dep graph]</title>
<rect x="285" y="173" width="101.30159561133149" height="18" rx="2" fill="hsl(249,60%,57%)" class="shared"/>
<text x="289" y="186" fill="#000">wasip2 (35)</text>
</g>
<g class="frame" data-x="285" data-w="101.30159561133149" data-d="8" data-name="wit-bindgen" data-weight="34" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen v0.51.0
34 transitive deps
depth 8
[shared: 2 parents in dep graph]</title>
<rect x="285" y="192" width="101.30159561133149" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="289" y="205" fill="#000">wit-bindgen</text>
</g>
<g class="frame" data-x="285" data-w="101.30159561133149" data-d="9" data-name="wit-bindgen-rust-macro" data-weight="33" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust-macro v0.51.0
33 transitive deps
depth 9
[1 children too small to show]</title>
<rect x="285" y="211" width="101.30159561133149" height="18" rx="2" fill="hsl(52,70%,52%)" class="normal"/>
<text x="289" y="224" fill="#000">wit-bindgen-..</text>
</g>
<g class="frame" data-x="285" data-w="44.406178898117915" data-d="10" data-name="wit-bindgen-rust" data-weight="32" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust v0.51.0
32 transitive deps
depth 10
[3 children too small to show]</title>
<rect x="285" y="230" width="44.406178898117915" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="289" y="243" fill="#000">wit..</text>
</g>
<g class="frame" data-x="285" data-w="13.22737243773725" data-d="11" data-name="wit-component" data-weight="28" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-component v0.244.0
28 transitive deps
depth 11
[8 children too small to show]</title>
<rect x="285" y="249" width="13.22737243773725" height="18" rx="2" fill="hsl(56,69%,52%)" class="normal"/>
<text x="289" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="285" data-w="2.8599724189702163" data-d="12" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 12
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="285" y="268" width="2.8599724189702163" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="289" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="287.85997241897024" data-w="2.2641448316847543" data-d="12" data-name="wasm-metadata" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-metadata v0.244.0
19 transitive deps
depth 12
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="287.85997241897024" y="268" width="2.2641448316847543" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="291.85997241897024" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="290.124117250655" data-w="2.02581379677057" data-d="12" data-name="wasm-encoder" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-encoder v0.244.0
17 transitive deps
depth 12
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="290.124117250655" y="268" width="2.02581379677057" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="294.124117250655" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="298.22737243773724" data-w="12.282560120756019" data-d="11" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 11
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="298.22737243773724" y="249" width="12.282560120756019" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="302.22737243773724" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="298.22737243773724" data-w="11.337747803774787" data-d="12" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 12
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="298.22737243773724" y="268" width="11.337747803774787" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="302.22737243773724" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="298.22737243773724" data-w="3.2087965482381473" data-d="13" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 13
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="298.22737243773724" y="287" width="3.2087965482381473" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="302.22737243773724" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="298.22737243773724" data-w="2.2919975344558194" data-d="14" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 14
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="298.22737243773724" y="306" width="2.2919975344558194" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="302.22737243773724" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="301.43616898597537" data-w="2.353117468707975" data-d="13" data-name="serde_json" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_json v1.0.149
11 transitive deps
depth 13
[shared: 4 parents in dep graph]
[5 children too small to show]</title>
<rect x="301.43616898597537" y="287" width="2.353117468707975" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="305.43616898597537" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="303.78928645468335" data-w="2.1391976988254315" data-d="13" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 13
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="303.78928645468335" y="287" width="2.1391976988254315" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="307.78928645468335" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="310.5099325584933" data-w="8.975717011321706" data-d="11" data-name="wasm-metadata" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-metadata v0.244.0
19 transitive deps
depth 11
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="310.5099325584933" y="249" width="8.975717011321706" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="314.5099325584933" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="310.5099325584933" data-w="3.5485392835457903" data-d="12" data-name="wasm-encoder" data-weight="17" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-encoder v0.244.0
17 transitive deps
depth 12
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="310.5099325584933" y="268" width="3.5485392835457903" height="18" rx="2" fill="hsl(256,57%,59%)" class="shared"/>
<text x="314.5099325584933" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="310.5099325584933" data-w="3.3267555783241782" data-d="13" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 13
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="310.5099325584933" y="287" width="3.3267555783241782" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="314.5099325584933" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="310.5099325584933" data-w="2.37625398451727" data-d="14" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 14
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="310.5099325584933" y="306" width="2.37625398451727" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="314.5099325584933" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="314.05847184203907" data-w="3.1310640737168742" data-d="12" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 12
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="314.05847184203907" y="268" width="3.1310640737168742" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="318.05847184203907" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="314.05847184203907" data-w="2.236474338369196" data-d="13" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 13
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="314.05847184203907" y="287" width="2.236474338369196" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="318.05847184203907" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="317.1895359157559" data-w="2.0873760491445825" data-d="12" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 12
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="317.1895359157559" y="268" width="2.0873760491445825" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="321.1895359157559" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="319.485649569815" data-w="4.724061584906162" data-d="11" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 11
[shared: 8 parents in dep graph]
[3 children too small to show]</title>
<rect x="319.485649569815" y="249" width="4.724061584906162" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="323.485649569815" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="319.485649569815" data-w="2.2045620729562088" data-d="12" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 12
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="319.485649569815" y="268" width="2.2045620729562088" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="323.485649569815" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="324.20971115472116" data-w="2.362030792453081" data-d="11" data-name="prettyplease" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prettyplease v0.2.37
5 transitive deps
depth 11
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="324.20971115472116" y="249" width="2.362030792453081" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="328.20971115472116" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="329.4061788981179" data-w="36.0800203547208" data-d="10" data-name="wit-bindgen-core" data-weight="26" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-core v0.51.0
26 transitive deps
depth 10
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="329.4061788981179" y="230" width="36.0800203547208" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="333.4061788981179" y="243" fill="#000">wi..</text>
</g>
<g class="frame" data-x="329.4061788981179" data-w="33.30463417358843" data-d="11" data-name="wit-parser" data-weight="24" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-parser v0.244.0
24 transitive deps
depth 11
[shared: 2 parents in dep graph]
[5 children too small to show]</title>
<rect x="329.4061788981179" y="249" width="33.30463417358843" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="333.4061788981179" y="262" fill="#000">w..</text>
</g>
<g class="frame" data-x="329.4061788981179" data-w="9.425839860449557" data-d="12" data-name="wasmparser" data-weight="15" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasmparser v0.244.0
15 transitive deps
depth 12
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="329.4061788981179" y="268" width="9.425839860449557" height="18" rx="2" fill="hsl(257,57%,59%)" class="shared"/>
<text x="333.4061788981179" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="329.4061788981179" data-w="6.732742757463969" data-d="13" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 13
[shared: 8 parents in dep graph]
[2 children too small to show]</title>
<rect x="329.4061788981179" y="287" width="6.732742757463969" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="333.4061788981179" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="329.4061788981179" data-w="3.1419466201498523" data-d="14" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 14
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="329.4061788981179" y="306" width="3.1419466201498523" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="333.4061788981179" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="332.54812551826774" data-w="2.693097102985588" data-d="14" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 14
[shared: 7 parents in dep graph]</title>
<rect x="332.54812551826774" y="306" width="2.693097102985588" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="336.54812551826774" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="332.54812551826774" data-w="2.693097102985588" data-d="15" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 15
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="332.54812551826774" y="325" width="2.693097102985588" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="336.54812551826774" y="338" fill="#000"></text>
</g>
<g class="frame" data-x="338.8320187585675" data-w="6.912282564329675" data-d="12" data-name="serde_json" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_json v1.0.149
11 transitive deps
depth 12
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="338.8320187585675" y="268" width="6.912282564329675" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="342.8320187585675" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="338.8320187585675" data-w="3.024123621894233" data-d="13" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 13
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="338.8320187585675" y="287" width="3.024123621894233" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="342.8320187585675" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="341.8561423804617" data-w="2.592105961623628" data-d="13" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 13
[shared: 7 parents in dep graph]</title>
<rect x="341.8561423804617" y="287" width="2.592105961623628" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="345.8561423804617" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="341.8561423804617" data-w="2.592105961623628" data-d="14" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 14
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="341.8561423804617" y="306" width="2.592105961623628" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="345.8561423804617" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="345.7443013228972" data-w="6.2838932402997045" data-d="12" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 12
[shared: 8 parents in dep graph]
[2 children too small to show]</title>
<rect x="345.7443013228972" y="268" width="6.2838932402997045" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="349.7443013228972" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="345.7443013228972" data-w="2.932483512139862" data-d="13" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 13
[shared: 14 parents in dep graph]
[2 children too small to show]</title>
<rect x="345.7443013228972" y="287" width="2.932483512139862" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="349.7443013228972" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="348.67678483503704" data-w="2.513557296119882" data-d="13" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 13
[shared: 7 parents in dep graph]</title>
<rect x="348.67678483503704" y="287" width="2.513557296119882" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="352.67678483503704" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="348.67678483503704" data-w="2.513557296119882" data-d="14" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 14
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="348.67678483503704" y="306" width="2.513557296119882" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="352.67678483503704" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="352.02819456319685" data-w="4.398725268209793" data-d="12" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 12
[shared: 14 parents in dep graph]
[1 children too small to show]</title>
<rect x="352.02819456319685" y="268" width="4.398725268209793" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="356.02819456319685" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="352.02819456319685" data-w="2.399304691750796" data-d="13" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 13
[shared: 7 parents in dep graph]</title>
<rect x="352.02819456319685" y="287" width="2.399304691750796" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="356.02819456319685" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="352.02819456319685" data-w="2.399304691750796" data-d="14" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 14
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="352.02819456319685" y="306" width="2.399304691750796" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="356.02819456319685" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="356.4269198314066" data-w="3.1419466201498523" data-d="12" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 12
[shared: 4 parents in dep graph]
[3 children too small to show]</title>
<rect x="356.4269198314066" y="268" width="3.1419466201498523" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="360.4269198314066" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="365.4861992528387" data-w="6.938465452830924" data-d="10" data-name="prettyplease" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prettyplease v0.2.37
5 transitive deps
depth 10
[shared: 2 parents in dep graph]</title>
<rect x="365.4861992528387" y="230" width="6.938465452830924" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="369.4861992528387" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="365.4861992528387" data-w="4.625643635220616" data-d="11" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 11
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="365.4861992528387" y="249" width="4.625643635220616" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="369.4861992528387" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="365.4861992528387" data-w="2.312821817610308" data-d="12" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 12
[shared: 19 parents in dep graph]</title>
<rect x="365.4861992528387" y="268" width="2.312821817610308" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="369.4861992528387" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="365.4861992528387" data-w="2.312821817610308" data-d="13" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 13
[shared: 20 parents in dep graph]</title>
<rect x="365.4861992528387" y="287" width="2.312821817610308" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="369.4861992528387" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="365.4861992528387" data-w="2.312821817610308" data-d="14" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 14
[shared: 3 parents in dep graph]</title>
<rect x="365.4861992528387" y="306" width="2.312821817610308" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="369.4861992528387" y="319" fill="#000"></text>
</g>
<g class="frame" data-x="370.1118428880593" data-w="2.312821817610308" data-d="11" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 11
[shared: 20 parents in dep graph]</title>
<rect x="370.1118428880593" y="249" width="2.312821817610308" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="374.1118428880593" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="370.1118428880593" data-w="2.312821817610308" data-d="12" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 12
[shared: 3 parents in dep graph]</title>
<rect x="370.1118428880593" y="268" width="2.312821817610308" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="374.1118428880593" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="372.4246647056696" data-w="5.550772362264739" data-d="10" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 10
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="372.4246647056696" y="230" width="5.550772362264739" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="376.4246647056696" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="372.4246647056696" data-w="2.7753861811323697" data-d="11" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 11
[shared: 19 parents in dep graph]</title>
<rect x="372.4246647056696" y="249" width="2.7753861811323697" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="376.4246647056696" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="372.4246647056696" data-w="2.7753861811323697" data-d="12" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 12
[shared: 20 parents in dep graph]</title>
<rect x="372.4246647056696" y="268" width="2.7753861811323697" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="376.4246647056696" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="372.4246647056696" data-w="2.7753861811323697" data-d="13" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 13
[shared: 3 parents in dep graph]</title>
<rect x="372.4246647056696" y="287" width="2.7753861811323697" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="376.4246647056696" y="300" fill="#000"></text>
</g>
<g class="frame" data-x="377.97543706793437" data-w="4.163079271698554" data-d="10" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 10
[shared: 19 parents in dep graph]</title>
<rect x="377.97543706793437" y="230" width="4.163079271698554" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="381.97543706793437" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="377.97543706793437" data-w="4.163079271698554" data-d="11" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 11
[shared: 20 parents in dep graph]</title>
<rect x="377.97543706793437" y="249" width="4.163079271698554" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="381.97543706793437" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="377.97543706793437" data-w="4.163079271698554" data-d="12" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 12
[shared: 3 parents in dep graph]</title>
<rect x="377.97543706793437" y="268" width="4.163079271698554" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="381.97543706793437" y="281" fill="#000"></text>
</g>
<g class="frame" data-x="382.13851633963293" data-w="2.7753861811323697" data-d="10" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 10
[shared: 20 parents in dep graph]</title>
<rect x="382.13851633963293" y="230" width="2.7753861811323697" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="386.13851633963293" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="382.13851633963293" data-w="2.7753861811323697" data-d="11" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 11
[shared: 3 parents in dep graph]</title>
<rect x="382.13851633963293" y="249" width="2.7753861811323697" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="386.13851633963293" y="262" fill="#000"></text>
</g>
<g class="frame" data-x="386.3015956113315" data-w="2.8943313031808997" data-d="7" data-name="cfg-if" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cfg-if v1.0.4
1 transitive dep
depth 7
[shared: 7 parents in dep graph]</title>
<rect x="386.3015956113315" y="173" width="2.8943313031808997" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="390.3015956113315" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="389.19592691451237" data-w="2.8943313031808997" data-d="7" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 7
[shared: 22 parents in dep graph]</title>
<rect x="389.19592691451237" y="173" width="2.8943313031808997" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="393.19592691451237" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="392.09025821769325" data-w="2.8943313031808997" data-d="7" data-name="r-efi" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>r-efi v5.3.0
1 transitive dep
depth 7
[shared: 2 parents in dep graph]</title>
<rect x="392.09025821769325" y="173" width="2.8943313031808997" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="396.09025821769325" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="394.9845895208742" data-w="2.8201176800224155" data-d="6" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 6
[shared: 22 parents in dep graph]</title>
<rect x="394.9845895208742" y="154" width="2.8201176800224155" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="398.9845895208742" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="397.8047072008966" data-w="2.8201176800224155" data-d="5" data-name="find-msvc-tools" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>find-msvc-tools v0.1.9
1 transitive dep
depth 5</title>
<rect x="397.8047072008966" y="135" width="2.8201176800224155" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="401.8047072008966" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="400.624824880919" data-w="2.8201176800224155" data-d="5" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 5
[shared: 22 parents in dep graph]</title>
<rect x="400.624824880919" y="135" width="2.8201176800224155" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="404.624824880919" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="403.4449425609414" data-w="2.8201176800224155" data-d="5" data-name="shlex" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>shlex v1.3.0
1 transitive dep
depth 5
[shared: 2 parents in dep graph]</title>
<rect x="403.4449425609414" y="135" width="2.8201176800224155" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="407.4449425609414" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="35.82831325301205" data-d="3" data-name="js-sys" data-weight="13" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>js-sys v0.3.85
13 transitive deps
depth 3
[shared: 2 parents in dep graph]</title>
<rect x="406.26506024096386" y="97" width="35.82831325301205" height="18" rx="2" fill="hsl(258,56%,59%)" class="shared"/>
<text x="410.26506024096386" y="110" fill="#000">js..</text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="33.07228915662651" data-d="4" data-name="wasm-bindgen" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen v0.2.108
12 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="406.26506024096386" y="116" width="33.07228915662651" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="410.26506024096386" y="129" fill="#000">w..</text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="20.35217794253939" data-d="5" data-name="wasm-bindgen-macro" data-weight="8" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-macro v0.2.108
8 transitive deps
depth 5</title>
<rect x="406.26506024096386" y="135" width="20.35217794253939" height="18" rx="2" fill="hsl(80,64%,54%)" class="normal"/>
<text x="410.26506024096386" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="14.246524559777573" data-d="6" data-name="wasm-bindgen-macro-support" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-macro-support v0.2.108
7 transitive deps
depth 6
[1 children too small to show]</title>
<rect x="406.26506024096386" y="154" width="14.246524559777573" height="18" rx="2" fill="hsl(82,63%,55%)" class="normal"/>
<text x="410.26506024096386" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="4.748841519925858" data-d="7" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 7
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="406.26506024096386" y="173" width="4.748841519925858" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="410.26506024096386" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="2.374420759962929" data-d="8" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 8
[shared: 19 parents in dep graph]</title>
<rect x="406.26506024096386" y="192" width="2.374420759962929" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="410.26506024096386" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="2.374420759962929" data-d="9" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 9
[shared: 20 parents in dep graph]</title>
<rect x="406.26506024096386" y="211" width="2.374420759962929" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="410.26506024096386" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="406.26506024096386" data-w="2.374420759962929" data-d="10" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 10
[shared: 3 parents in dep graph]</title>
<rect x="406.26506024096386" y="230" width="2.374420759962929" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="410.26506024096386" y="243" fill="#000"></text>
</g>
<g class="frame" data-x="411.0139017608897" data-w="3.561631139944393" data-d="7" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 7
[shared: 19 parents in dep graph]</title>
<rect x="411.0139017608897" y="173" width="3.561631139944393" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="415.0139017608897" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="411.0139017608897" data-w="3.561631139944393" data-d="8" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 8
[shared: 20 parents in dep graph]</title>
<rect x="411.0139017608897" y="192" width="3.561631139944393" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="415.0139017608897" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="411.0139017608897" data-w="3.561631139944393" data-d="9" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 9
[shared: 3 parents in dep graph]</title>
<rect x="411.0139017608897" y="211" width="3.561631139944393" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="415.0139017608897" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="414.5755329008341" data-w="2.374420759962929" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="414.5755329008341" y="173" width="2.374420759962929" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="418.5755329008341" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="414.5755329008341" data-w="2.374420759962929" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="414.5755329008341" y="192" width="2.374420759962929" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="418.5755329008341" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="416.949953660797" data-w="2.374420759962929" data-d="7" data-name="wasm-bindgen-shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-shared v0.2.108
2 transitive deps
depth 7
[shared: 2 parents in dep graph]</title>
<rect x="416.949953660797" y="173" width="2.374420759962929" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="420.949953660797" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="416.949953660797" data-w="2.374420759962929" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="416.949953660797" y="192" width="2.374420759962929" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="420.949953660797" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="420.51158480074145" data-w="6.105653382761817" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="420.51158480074145" y="154" width="6.105653382761817" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="424.51158480074145" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="420.51158480074145" data-w="6.105653382761817" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="420.51158480074145" y="173" width="6.105653382761817" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="424.51158480074145" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="420.51158480074145" data-w="6.105653382761817" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="420.51158480074145" y="192" width="6.105653382761817" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="424.51158480074145" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="426.6172381835033" data-w="5.088044485634848" data-d="5" data-name="wasm-bindgen-shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-shared v0.2.108
2 transitive deps
depth 5
[shared: 2 parents in dep graph]</title>
<rect x="426.6172381835033" y="135" width="5.088044485634848" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="430.6172381835033" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="426.6172381835033" data-w="5.088044485634848" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="426.6172381835033" y="154" width="5.088044485634848" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="430.6172381835033" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="431.7052826691381" data-w="2.544022242817424" data-d="5" data-name="cfg-if" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cfg-if v1.0.4
1 transitive dep
depth 5
[shared: 7 parents in dep graph]</title>
<rect x="431.7052826691381" y="135" width="2.544022242817424" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="435.7052826691381" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="434.24930491195556" data-w="2.544022242817424" data-d="5" data-name="once_cell" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>once_cell v1.21.3
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="434.24930491195556" y="135" width="2.544022242817424" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="438.24930491195556" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="436.793327154773" data-w="2.544022242817424" data-d="5" data-name="rustversion" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustversion v1.0.22
1 transitive dep
depth 5</title>
<rect x="436.793327154773" y="135" width="2.544022242817424" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="440.793327154773" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="439.3373493975904" data-w="2.7560240963855422" data-d="4" data-name="once_cell" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>once_cell v1.21.3
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="439.3373493975904" y="116" width="2.7560240963855422" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="443.3373493975904" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="33.0722891566265" data-d="3" data-name="wasm-bindgen" data-weight="12" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen v0.2.108
12 transitive deps
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="442.0933734939759" y="97" width="33.0722891566265" height="18" rx="2" fill="hsl(259,56%,60%)" class="shared"/>
<text x="446.0933734939759" y="110" fill="#000">w..</text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="20.352177942539388" data-d="4" data-name="wasm-bindgen-macro" data-weight="8" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-macro v0.2.108
8 transitive deps
depth 4</title>
<rect x="442.0933734939759" y="116" width="20.352177942539388" height="18" rx="2" fill="hsl(80,64%,54%)" class="normal"/>
<text x="446.0933734939759" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="14.246524559777571" data-d="5" data-name="wasm-bindgen-macro-support" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-macro-support v0.2.108
7 transitive deps
depth 5
[1 children too small to show]</title>
<rect x="442.0933734939759" y="135" width="14.246524559777571" height="18" rx="2" fill="hsl(82,63%,55%)" class="normal"/>
<text x="446.0933734939759" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="4.748841519925857" data-d="6" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 6
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="442.0933734939759" y="154" width="4.748841519925857" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="446.0933734939759" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="2.3744207599629283" data-d="7" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 7
[shared: 19 parents in dep graph]</title>
<rect x="442.0933734939759" y="173" width="2.3744207599629283" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="446.0933734939759" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="2.3744207599629283" data-d="8" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 8
[shared: 20 parents in dep graph]</title>
<rect x="442.0933734939759" y="192" width="2.3744207599629283" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="446.0933734939759" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="442.0933734939759" data-w="2.3744207599629283" data-d="9" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 9
[shared: 3 parents in dep graph]</title>
<rect x="442.0933734939759" y="211" width="2.3744207599629283" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="446.0933734939759" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="446.84221501390175" data-w="3.5616311399443927" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="446.84221501390175" y="154" width="3.5616311399443927" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="450.84221501390175" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="446.84221501390175" data-w="3.5616311399443927" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="446.84221501390175" y="173" width="3.5616311399443927" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="450.84221501390175" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="446.84221501390175" data-w="3.5616311399443927" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="446.84221501390175" y="192" width="3.5616311399443927" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="450.84221501390175" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="450.40384615384613" data-w="2.3744207599629283" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="450.40384615384613" y="154" width="2.3744207599629283" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="454.40384615384613" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="450.40384615384613" data-w="2.3744207599629283" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="450.40384615384613" y="173" width="2.3744207599629283" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="454.40384615384613" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="452.77826691380903" data-w="2.3744207599629283" data-d="6" data-name="wasm-bindgen-shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-shared v0.2.108
2 transitive deps
depth 6
[shared: 2 parents in dep graph]</title>
<rect x="452.77826691380903" y="154" width="2.3744207599629283" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="456.77826691380903" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="452.77826691380903" data-w="2.3744207599629283" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="452.77826691380903" y="173" width="2.3744207599629283" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="456.77826691380903" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="456.3398980537535" data-w="6.105653382761816" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="456.3398980537535" y="135" width="6.105653382761816" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="460.3398980537535" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="456.3398980537535" data-w="6.105653382761816" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="456.3398980537535" y="154" width="6.105653382761816" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="460.3398980537535" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="456.3398980537535" data-w="6.105653382761816" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="456.3398980537535" y="173" width="6.105653382761816" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="460.3398980537535" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="462.4455514365153" data-w="5.088044485634847" data-d="4" data-name="wasm-bindgen-shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasm-bindgen-shared v0.2.108
2 transitive deps
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="462.4455514365153" y="116" width="5.088044485634847" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="466.4455514365153" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="462.4455514365153" data-w="5.088044485634847" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="462.4455514365153" y="135" width="5.088044485634847" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="466.4455514365153" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="467.53359592215014" data-w="2.5440222428174235" data-d="4" data-name="cfg-if" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cfg-if v1.0.4
1 transitive dep
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="467.53359592215014" y="116" width="2.5440222428174235" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="471.53359592215014" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="470.0776181649676" data-w="2.5440222428174235" data-d="4" data-name="once_cell" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>once_cell v1.21.3
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="470.0776181649676" y="116" width="2.5440222428174235" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="474.0776181649676" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="472.62164040778504" data-w="2.5440222428174235" data-d="4" data-name="rustversion" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustversion v1.0.22
1 transitive dep
depth 4</title>
<rect x="472.62164040778504" y="116" width="2.5440222428174235" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="476.62164040778504" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="27.56024096385542" data-d="3" data-name="windows-core" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-core v0.62.2
10 transitive deps
depth 3
[1 children too small to show]</title>
<rect x="475.16566265060237" y="97" width="27.56024096385542" height="18" rx="2" fill="hsl(75,65%,54%)" class="normal"/>
<text x="479.16566265060237" y="110" fill="#000">w..</text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="9.186746987951807" data-d="4" data-name="windows-implement" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-implement v0.60.2
5 transitive deps
depth 4</title>
<rect x="475.16566265060237" y="116" width="9.186746987951807" height="18" rx="2" fill="hsl(89,62%,55%)" class="normal"/>
<text x="479.16566265060237" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="4.082998661311914" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="475.16566265060237" y="135" width="4.082998661311914" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="479.16566265060237" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="2.041499330655957" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="475.16566265060237" y="154" width="2.041499330655957" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="479.16566265060237" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="2.041499330655957" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="475.16566265060237" y="173" width="2.041499330655957" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="479.16566265060237" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="475.16566265060237" data-w="2.041499330655957" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="475.16566265060237" y="192" width="2.041499330655957" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="479.16566265060237" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="479.2486613119143" data-w="3.0622489959839356" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="479.2486613119143" y="135" width="3.0622489959839356" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="483.2486613119143" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="479.2486613119143" data-w="3.0622489959839356" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="479.2486613119143" y="154" width="3.0622489959839356" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="483.2486613119143" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="479.2486613119143" data-w="3.0622489959839356" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="479.2486613119143" y="173" width="3.0622489959839356" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="483.2486613119143" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="482.3109103078982" data-w="2.041499330655957" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="482.3109103078982" y="135" width="2.041499330655957" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="486.3109103078982" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="482.3109103078982" data-w="2.041499330655957" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="482.3109103078982" y="154" width="2.041499330655957" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="486.3109103078982" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="484.35240963855415" data-w="9.186746987951807" data-d="4" data-name="windows-interface" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-interface v0.59.3
5 transitive deps
depth 4</title>
<rect x="484.35240963855415" y="116" width="9.186746987951807" height="18" rx="2" fill="hsl(89,62%,55%)" class="normal"/>
<text x="488.35240963855415" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="484.35240963855415" data-w="4.082998661311914" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="484.35240963855415" y="135" width="4.082998661311914" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="488.35240963855415" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="484.35240963855415" data-w="2.041499330655957" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="484.35240963855415" y="154" width="2.041499330655957" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="488.35240963855415" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="484.35240963855415" data-w="2.041499330655957" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="484.35240963855415" y="173" width="2.041499330655957" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="488.35240963855415" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="484.35240963855415" data-w="2.041499330655957" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="484.35240963855415" y="192" width="2.041499330655957" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="488.35240963855415" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="488.4354082998661" data-w="3.0622489959839356" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="488.4354082998661" y="135" width="3.0622489959839356" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="492.4354082998661" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="488.4354082998661" data-w="3.0622489959839356" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="488.4354082998661" y="154" width="3.0622489959839356" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="492.4354082998661" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="488.4354082998661" data-w="3.0622489959839356" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="488.4354082998661" y="173" width="3.0622489959839356" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="492.4354082998661" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="491.49765729585" data-w="2.041499330655957" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="491.49765729585" y="135" width="2.041499330655957" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="495.49765729585" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="491.49765729585" data-w="2.041499330655957" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="491.49765729585" y="154" width="2.041499330655957" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="495.49765729585" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="493.5391566265059" data-w="3.674698795180723" data-d="4" data-name="windows-result" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-result v0.4.1
2 transitive deps
depth 4</title>
<rect x="493.5391566265059" y="116" width="3.674698795180723" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="497.5391566265059" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="493.5391566265059" data-w="3.674698795180723" data-d="5" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 5
[shared: 7 parents in dep graph]</title>
<rect x="493.5391566265059" y="135" width="3.674698795180723" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="497.5391566265059" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="497.2138554216867" data-w="3.674698795180723" data-d="4" data-name="windows-strings" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-strings v0.5.1
2 transitive deps
depth 4</title>
<rect x="497.2138554216867" y="116" width="3.674698795180723" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="501.2138554216867" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="497.2138554216867" data-w="3.674698795180723" data-d="5" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 5
[shared: 7 parents in dep graph]</title>
<rect x="497.2138554216867" y="135" width="3.674698795180723" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="501.2138554216867" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="502.7259036144578" data-w="5.5120481927710845" data-d="3" data-name="android_system_properties" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>android_system_properties v0.1.5
2 transitive deps
depth 3</title>
<rect x="502.7259036144578" y="97" width="5.5120481927710845" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="506.7259036144578" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="502.7259036144578" data-w="5.5120481927710845" data-d="4" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 4
[shared: 22 parents in dep graph]</title>
<rect x="502.7259036144578" y="116" width="5.5120481927710845" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="506.7259036144578" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="508.2379518072289" data-w="2.7560240963855422" data-d="3" data-name="core-foundation-sys" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>core-foundation-sys v0.8.7
1 transitive dep
depth 3</title>
<rect x="508.2379518072289" y="97" width="2.7560240963855422" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="512.2379518072289" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="510.99397590361446" data-w="2.7560240963855422" data-d="3" data-name="log" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>log v0.4.29
1 transitive dep
depth 3
[shared: 6 parents in dep graph]</title>
<rect x="510.99397590361446" y="97" width="2.7560240963855422" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="514.9939759036145" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="513.75" data-w="7.5" data-d="2" data-name="num-traits" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>num-traits v0.2.19
2 transitive deps
depth 2
[shared: 4 parents in dep graph]</title>
<rect x="513.75" y="78" width="7.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="517.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="513.75" data-w="7.5" data-d="3" data-name="autocfg" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>autocfg v1.5.0
1 transitive dep
depth 3</title>
<rect x="513.75" y="97" width="7.5" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="517.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="521.25" data-w="3.75" data-d="2" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 2
[shared: 7 parents in dep graph]</title>
<rect x="521.25" y="78" width="3.75" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="525.25" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="525" data-w="78.75" data-d="1" data-name="clap" data-weight="21" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>clap v4.5.59
21 transitive deps
depth 1
[shared: 2 parents in dep graph]</title>
<rect x="525" y="59" width="78.75" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="529" y="72" fill="#000">clap (21)</text>
</g>
<g class="frame" data-x="525" data-w="55.125" data-d="2" data-name="clap_builder" data-weight="14" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>clap_builder v4.5.59
14 transitive deps
depth 2</title>
<rect x="525" y="78" width="55.125" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="529" y="91" fill="#000">clap_..</text>
</g>
<g class="frame" data-x="525" data-w="43.3125" data-d="3" data-name="anstream" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstream v0.6.21
11 transitive deps
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="525" y="97" width="43.3125" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="529" y="110" fill="#000">ans..</text>
</g>
<g class="frame" data-x="525" data-w="15.46875" data-d="4" data-name="anstyle-wincon" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle-wincon v3.0.11
5 transitive deps
depth 4</title>
<rect x="525" y="116" width="15.46875" height="18" rx="2" fill="hsl(89,62%,55%)" class="normal"/>
<text x="529" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="525" data-w="7.734375" data-d="5" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 5
[shared: 10 parents in dep graph]</title>
<rect x="525" y="135" width="7.734375" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="529" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="525" data-w="7.734375" data-d="6" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 6
[shared: 7 parents in dep graph]</title>
<rect x="525" y="154" width="7.734375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="529" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="532.734375" data-w="3.8671875" data-d="5" data-name="anstyle" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle v1.0.13
1 transitive dep
depth 5
[shared: 4 parents in dep graph]</title>
<rect x="532.734375" y="135" width="3.8671875" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="536.734375" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="536.6015625" data-w="3.8671875" data-d="5" data-name="once_cell_polyfill" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>once_cell_polyfill v1.70.2
1 transitive dep
depth 5</title>
<rect x="536.6015625" y="135" width="3.8671875" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="540.6015625" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="540.46875" data-w="9.28125" data-d="4" data-name="anstyle-query" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle-query v1.1.5
3 transitive deps
depth 4</title>
<rect x="540.46875" y="116" width="9.28125" height="18" rx="2" fill="hsl(99,60%,56%)" class="normal"/>
<text x="544.46875" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="540.46875" data-w="9.28125" data-d="5" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 5
[shared: 10 parents in dep graph]</title>
<rect x="540.46875" y="135" width="9.28125" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="544.46875" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="540.46875" data-w="9.28125" data-d="6" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 6
[shared: 7 parents in dep graph]</title>
<rect x="540.46875" y="154" width="9.28125" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="544.46875" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="549.75" data-w="6.1875" data-d="4" data-name="anstyle-parse" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle-parse v0.2.7
2 transitive deps
depth 4</title>
<rect x="549.75" y="116" width="6.1875" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="553.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="549.75" data-w="6.1875" data-d="5" data-name="utf8parse" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>utf8parse v0.2.2
1 transitive dep
depth 5
[shared: 2 parents in dep graph]</title>
<rect x="549.75" y="135" width="6.1875" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="553.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="555.9375" data-w="3.09375" data-d="4" data-name="anstyle" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle v1.0.13
1 transitive dep
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="555.9375" y="116" width="3.09375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="559.9375" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="559.03125" data-w="3.09375" data-d="4" data-name="colorchoice" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>colorchoice v1.0.4
1 transitive dep
depth 4</title>
<rect x="559.03125" y="116" width="3.09375" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="563.03125" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="562.125" data-w="3.09375" data-d="4" data-name="is_terminal_polyfill" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>is_terminal_polyfill v1.70.2
1 transitive dep
depth 4</title>
<rect x="562.125" y="116" width="3.09375" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="566.125" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="565.21875" data-w="3.09375" data-d="4" data-name="utf8parse" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>utf8parse v0.2.2
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="565.21875" y="116" width="3.09375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="569.21875" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="568.3125" data-w="3.9375" data-d="3" data-name="anstyle" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>anstyle v1.0.13
1 transitive dep
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="568.3125" y="97" width="3.9375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="572.3125" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="572.25" data-w="3.9375" data-d="3" data-name="clap_lex" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>clap_lex v1.0.0
1 transitive dep
depth 3</title>
<rect x="572.25" y="97" width="3.9375" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="576.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="576.1875" data-w="3.9375" data-d="3" data-name="strsim" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>strsim v0.11.1
1 transitive dep
depth 3</title>
<rect x="576.1875" y="97" width="3.9375" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="580.1875" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="580.125" data-w="23.625" data-d="2" data-name="clap_derive" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>clap_derive v4.5.55
6 transitive deps
depth 2</title>
<rect x="580.125" y="78" width="23.625" height="18" rx="2" fill="hsl(85,63%,55%)" class="normal"/>
<text x="584.125" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="580.125" data-w="9.450000000000001" data-d="3" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 3
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="580.125" y="97" width="9.450000000000001" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="584.125" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="580.125" data-w="4.7250000000000005" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="580.125" y="116" width="4.7250000000000005" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="584.125" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="580.125" data-w="4.7250000000000005" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="580.125" y="135" width="4.7250000000000005" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="584.125" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="580.125" data-w="4.7250000000000005" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="580.125" y="154" width="4.7250000000000005" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="584.125" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="584.85" data-w="3.1500000000000004" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="584.85" y="116" width="3.1500000000000004" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="588.85" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="584.85" data-w="3.1500000000000004" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="584.85" y="135" width="3.1500000000000004" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="588.85" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="589.575" data-w="7.0874999999999995" data-d="3" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 3
[shared: 19 parents in dep graph]</title>
<rect x="589.575" y="97" width="7.0874999999999995" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="593.575" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="589.575" data-w="7.0874999999999995" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="589.575" y="116" width="7.0874999999999995" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="593.575" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="589.575" data-w="7.0874999999999995" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="589.575" y="135" width="7.0874999999999995" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="593.575" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="596.6625" data-w="4.7250000000000005" data-d="3" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 3
[shared: 20 parents in dep graph]</title>
<rect x="596.6625" y="97" width="4.7250000000000005" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="600.6625" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="596.6625" data-w="4.7250000000000005" data-d="4" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="596.6625" y="116" width="4.7250000000000005" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="600.6625" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="601.3875" data-w="2.3625000000000003" data-d="3" data-name="heck" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>heck v0.5.0
1 transitive dep
depth 3
[shared: 3 parents in dep graph]</title>
<rect x="601.3875" y="97" width="2.3625000000000003" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="605.3875" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="78.75" data-d="1" data-name="plist" data-weight="21" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>plist v1.8.0
21 transitive deps
depth 1</title>
<rect x="603.75" y="59" width="78.75" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="607.75" y="72" fill="#000">plist (21)</text>
</g>
<g class="frame" data-x="603.75" data-w="39.375" data-d="2" data-name="time" data-weight="13" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>time v0.3.47
13 transitive deps
depth 2</title>
<rect x="603.75" y="78" width="39.375" height="18" rx="2" fill="hsl(70,66%,54%)" class="normal"/>
<text x="607.75" y="91" fill="#000">time</text>
</g>
<g class="frame" data-x="603.75" data-w="15.75" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="603.75" y="97" width="15.75" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="607.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="15.75" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="603.75" y="116" width="15.75" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="607.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="7" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="603.75" y="135" width="7" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="607.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="3.5" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="603.75" y="154" width="3.5" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="607.75" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="3.5" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="603.75" y="173" width="3.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="607.75" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="603.75" data-w="3.5" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="603.75" y="192" width="3.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="607.75" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="607.25" data-w="2.333333333333333" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="607.25" y="154" width="2.333333333333333" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="611.25" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="607.25" data-w="2.333333333333333" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="607.25" y="173" width="2.333333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="611.25" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="610.75" data-w="5.25" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="610.75" y="135" width="5.25" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="614.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="610.75" data-w="5.25" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="610.75" y="154" width="5.25" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="614.75" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="610.75" data-w="5.25" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="610.75" y="173" width="5.25" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="614.75" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="616" data-w="3.5" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="616" y="135" width="3.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="620" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="616" data-w="3.5" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="616" y="154" width="3.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="620" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="619.5" data-w="7.875" data-d="3" data-name="time-macros" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>time-macros v0.2.27
3 transitive deps
depth 3</title>
<rect x="619.5" y="97" width="7.875" height="18" rx="2" fill="hsl(99,60%,56%)" class="normal"/>
<text x="623.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="619.5" data-w="3.9375" data-d="4" data-name="num-conv" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>num-conv v0.2.0
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="619.5" y="116" width="3.9375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="623.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="623.4375" data-w="3.9375" data-d="4" data-name="time-core" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>time-core v0.1.8
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="623.4375" y="116" width="3.9375" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="627.4375" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="627.375" data-w="5.25" data-d="3" data-name="deranged" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>deranged v0.5.6
2 transitive deps
depth 3</title>
<rect x="627.375" y="97" width="5.25" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="631.375" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="627.375" data-w="5.25" data-d="4" data-name="powerfmt" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>powerfmt v0.2.0
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="627.375" y="116" width="5.25" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="631.375" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="632.625" data-w="2.625" data-d="3" data-name="itoa" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>itoa v1.0.17
1 transitive dep
depth 3
[shared: 3 parents in dep graph]</title>
<rect x="632.625" y="97" width="2.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="636.625" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="635.25" data-w="2.625" data-d="3" data-name="num-conv" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>num-conv v0.2.0
1 transitive dep
depth 3
[shared: 2 parents in dep graph]</title>
<rect x="635.25" y="97" width="2.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="639.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="637.875" data-w="2.625" data-d="3" data-name="powerfmt" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>powerfmt v0.2.0
1 transitive dep
depth 3
[shared: 2 parents in dep graph]</title>
<rect x="637.875" y="97" width="2.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="641.875" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="640.5" data-w="2.625" data-d="3" data-name="time-core" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>time-core v0.1.8
1 transitive dep
depth 3
[shared: 2 parents in dep graph]</title>
<rect x="640.5" y="97" width="2.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="644.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="643.125" data-w="30.28846153846154" data-d="2" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 2
[shared: 8 parents in dep graph]</title>
<rect x="643.125" y="78" width="30.28846153846154" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="647.125" y="91" fill="#000">i..</text>
</g>
<g class="frame" data-x="643.125" data-w="14.134615384615385" data-d="3" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 3
[shared: 14 parents in dep graph]</title>
<rect x="643.125" y="97" width="14.134615384615385" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="647.125" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="643.125" data-w="7.709790209790209" data-d="4" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="643.125" y="116" width="7.709790209790209" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="647.125" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="643.125" data-w="7.709790209790209" data-d="5" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 5
[shared: 4 parents in dep graph]
[1 children too small to show]</title>
<rect x="643.125" y="135" width="7.709790209790209" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="647.125" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="643.125" data-w="3.4265734265734262" data-d="6" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 6
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="643.125" y="154" width="3.4265734265734262" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="647.125" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="646.5515734265734" data-w="2.5699300699300696" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="646.5515734265734" y="154" width="2.5699300699300696" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="650.5515734265734" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="646.5515734265734" data-w="2.5699300699300696" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="646.5515734265734" y="173" width="2.5699300699300696" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="650.5515734265734" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="646.5515734265734" data-w="2.5699300699300696" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="646.5515734265734" y="192" width="2.5699300699300696" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="650.5515734265734" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="650.8347902097902" data-w="6.424825174825175" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]
[1 children too small to show]</title>
<rect x="650.8347902097902" y="116" width="6.424825174825175" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="654.8347902097902" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="650.8347902097902" data-w="2.8554778554778553" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="650.8347902097902" y="135" width="2.8554778554778553" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="654.8347902097902" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="653.690268065268" data-w="2.1416083916083917" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="653.690268065268" y="135" width="2.1416083916083917" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="657.690268065268" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="653.690268065268" data-w="2.1416083916083917" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="653.690268065268" y="154" width="2.1416083916083917" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="657.690268065268" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="653.690268065268" data-w="2.1416083916083917" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="653.690268065268" y="173" width="2.1416083916083917" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="657.690268065268" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="12.115384615384617" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="657.2596153846154" y="97" width="12.115384615384617" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="661.2596153846154" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="12.115384615384617" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="657.2596153846154" y="116" width="12.115384615384617" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="661.2596153846154" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="5.384615384615385" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="657.2596153846154" y="135" width="5.384615384615385" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="661.2596153846154" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="2.6923076923076925" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="657.2596153846154" y="154" width="2.6923076923076925" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="661.2596153846154" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="2.6923076923076925" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="657.2596153846154" y="173" width="2.6923076923076925" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="661.2596153846154" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="657.2596153846154" data-w="2.6923076923076925" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="657.2596153846154" y="192" width="2.6923076923076925" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="661.2596153846154" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="662.6442307692307" data-w="4.038461538461538" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="662.6442307692307" y="135" width="4.038461538461538" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="666.6442307692307" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="662.6442307692307" data-w="4.038461538461538" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="662.6442307692307" y="154" width="4.038461538461538" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="666.6442307692307" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="662.6442307692307" data-w="4.038461538461538" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="662.6442307692307" y="173" width="4.038461538461538" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="666.6442307692307" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="666.6826923076923" data-w="2.6923076923076925" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="666.6826923076923" y="135" width="2.6923076923076925" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="670.6826923076923" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="666.6826923076923" data-w="2.6923076923076925" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="666.6826923076923" y="154" width="2.6923076923076925" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="670.6826923076923" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="669.375" data-w="2.019230769230769" data-d="3" data-name="equivalent" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>equivalent v1.0.2
1 transitive dep
depth 3</title>
<rect x="669.375" y="97" width="2.019230769230769" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="673.375" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="671.3942307692307" data-w="2.019230769230769" data-d="3" data-name="hashbrown" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hashbrown v0.16.1
1 transitive dep
depth 3</title>
<rect x="671.3942307692307" y="97" width="2.019230769230769" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="675.3942307692307" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="673.4134615384615" data-w="6.057692307692308" data-d="2" data-name="quick-xml" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quick-xml v0.38.4
2 transitive deps
depth 2</title>
<rect x="673.4134615384615" y="78" width="6.057692307692308" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="677.4134615384615" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="673.4134615384615" data-w="6.057692307692308" data-d="3" data-name="memchr" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>memchr v2.8.0
1 transitive dep
depth 3
[shared: 8 parents in dep graph]</title>
<rect x="673.4134615384615" y="97" width="6.057692307692308" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="677.4134615384615" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="679.4711538461538" data-w="3.028846153846154" data-d="2" data-name="base64" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>base64 v0.22.1
1 transitive dep
depth 2</title>
<rect x="679.4711538461538" y="78" width="3.028846153846154" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="683.4711538461538" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="71.25" data-d="1" data-name="dirs" data-weight="19" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dirs v6.0.0
19 transitive deps
depth 1</title>
<rect x="682.5" y="59" width="71.25" height="18" rx="2" fill="hsl(63,68%,53%)" class="normal"/>
<text x="686.5" y="72" fill="#000">dirs (19)</text>
</g>
<g class="frame" data-x="682.5" data-w="71.25" data-d="2" data-name="dirs-sys" data-weight="18" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dirs-sys v0.5.0
18 transitive deps
depth 2</title>
<rect x="682.5" y="78" width="71.25" height="18" rx="2" fill="hsl(64,67%,53%)" class="normal"/>
<text x="686.5" y="91" fill="#000">dirs-sys</text>
</g>
<g class="frame" data-x="682.5" data-w="55.416666666666664" data-d="3" data-name="redox_users" data-weight="14" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>redox_users v0.5.2
14 transitive deps
depth 3</title>
<rect x="682.5" y="97" width="55.416666666666664" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="686.5" y="110" fill="#000">redox..</text>
</g>
<g class="frame" data-x="682.5" data-w="23.749999999999996" data-d="4" data-name="thiserror" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>thiserror v2.0.18
6 transitive deps
depth 4</title>
<rect x="682.5" y="116" width="23.749999999999996" height="18" rx="2" fill="hsl(85,63%,55%)" class="normal"/>
<text x="686.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="23.749999999999996" data-d="5" data-name="thiserror-impl" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>thiserror-impl v2.0.18
5 transitive deps
depth 5</title>
<rect x="682.5" y="135" width="23.749999999999996" height="18" rx="2" fill="hsl(89,62%,55%)" class="normal"/>
<text x="686.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="10.555555555555554" data-d="6" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 6
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="682.5" y="154" width="10.555555555555554" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="686.5" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="5.277777777777777" data-d="7" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 7
[shared: 19 parents in dep graph]</title>
<rect x="682.5" y="173" width="5.277777777777777" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="686.5" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="5.277777777777777" data-d="8" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 8
[shared: 20 parents in dep graph]</title>
<rect x="682.5" y="192" width="5.277777777777777" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="686.5" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="682.5" data-w="5.277777777777777" data-d="9" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 9
[shared: 3 parents in dep graph]</title>
<rect x="682.5" y="211" width="5.277777777777777" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="686.5" y="224" fill="#000"></text>
</g>
<g class="frame" data-x="687.7777777777778" data-w="3.5185185185185177" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="687.7777777777778" y="173" width="3.5185185185185177" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="691.7777777777778" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="687.7777777777778" data-w="3.5185185185185177" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="687.7777777777778" y="192" width="3.5185185185185177" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="691.7777777777778" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="693.0555555555555" data-w="7.916666666666665" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="693.0555555555555" y="154" width="7.916666666666665" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="697.0555555555555" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="693.0555555555555" data-w="7.916666666666665" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="693.0555555555555" y="173" width="7.916666666666665" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="697.0555555555555" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="693.0555555555555" data-w="7.916666666666665" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="693.0555555555555" y="192" width="7.916666666666665" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="697.0555555555555" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="700.9722222222222" data-w="5.277777777777777" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="700.9722222222222" y="154" width="5.277777777777777" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="704.9722222222222" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="700.9722222222222" data-w="5.277777777777777" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="700.9722222222222" y="173" width="5.277777777777777" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="704.9722222222222" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="706.25" data-w="15.833333333333332" data-d="4" data-name="getrandom" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.2.17
4 transitive deps
depth 4</title>
<rect x="706.25" y="116" width="15.833333333333332" height="18" rx="2" fill="hsl(93,61%,56%)" class="normal"/>
<text x="710.25" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="706.25" data-w="5.277777777777777" data-d="5" data-name="cfg-if" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cfg-if v1.0.4
1 transitive dep
depth 5
[shared: 7 parents in dep graph]</title>
<rect x="706.25" y="135" width="5.277777777777777" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="710.25" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="711.5277777777778" data-w="5.277777777777777" data-d="5" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 5
[shared: 22 parents in dep graph]</title>
<rect x="711.5277777777778" y="135" width="5.277777777777777" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="715.5277777777778" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="716.8055555555557" data-w="5.277777777777777" data-d="5" data-name="wasi" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasi v0.11.1+wasi-snapshot-preview1
1 transitive dep
depth 5</title>
<rect x="716.8055555555557" y="135" width="5.277777777777777" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="720.8055555555557" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="722.0833333333334" data-w="15.833333333333332" data-d="4" data-name="libredox" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libredox v0.1.12
4 transitive deps
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="722.0833333333334" y="116" width="15.833333333333332" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="726.0833333333334" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="722.0833333333334" data-w="7.916666666666666" data-d="5" data-name="redox_syscall" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>redox_syscall v0.7.1
2 transitive deps
depth 5</title>
<rect x="722.0833333333334" y="135" width="7.916666666666666" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="726.0833333333334" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="722.0833333333334" data-w="7.916666666666666" data-d="6" data-name="bitflags" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>bitflags v2.11.0
1 transitive dep
depth 6
[shared: 6 parents in dep graph]</title>
<rect x="722.0833333333334" y="154" width="7.916666666666666" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="726.0833333333334" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="730" data-w="3.958333333333333" data-d="5" data-name="bitflags" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>bitflags v2.11.0
1 transitive dep
depth 5
[shared: 6 parents in dep graph]</title>
<rect x="730" y="135" width="3.958333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="734" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="733.9583333333334" data-w="3.958333333333333" data-d="5" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 5
[shared: 22 parents in dep graph]</title>
<rect x="733.9583333333334" y="135" width="3.958333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="737.9583333333334" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="737.9166666666666" data-w="7.916666666666666" data-d="3" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 3
[shared: 10 parents in dep graph]</title>
<rect x="737.9166666666666" y="97" width="7.916666666666666" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="741.9166666666666" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="737.9166666666666" data-w="7.916666666666666" data-d="4" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="737.9166666666666" y="116" width="7.916666666666666" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="741.9166666666666" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="745.8333333333333" data-w="3.958333333333333" data-d="3" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 3
[shared: 22 parents in dep graph]</title>
<rect x="745.8333333333333" y="97" width="3.958333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="749.8333333333333" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="749.7916666666666" data-w="3.958333333333333" data-d="3" data-name="option-ext" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>option-ext v0.2.0
1 transitive dep
depth 3</title>
<rect x="749.7916666666666" y="97" width="3.958333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="753.7916666666666" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="753.75" data-w="67.5" data-d="1" data-name="terminal_size" data-weight="18" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>terminal_size v0.4.3
18 transitive deps
depth 1</title>
<rect x="753.75" y="59" width="67.5" height="18" rx="2" fill="hsl(64,67%,53%)" class="normal"/>
<text x="757.75" y="72" fill="#000">termina..</text>
</g>
<g class="frame" data-x="753.75" data-w="41.25" data-d="2" data-name="windows-sys" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.60.2
11 transitive deps
depth 2
[shared: 2 parents in dep graph]</title>
<rect x="753.75" y="78" width="41.25" height="18" rx="2" fill="hsl(259,55%,60%)" class="shared"/>
<text x="757.75" y="91" fill="#000">win..</text>
</g>
<g class="frame" data-x="753.75" data-w="41.25" data-d="3" data-name="windows-targets" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-targets v0.53.5
10 transitive deps
depth 3</title>
<rect x="753.75" y="97" width="41.25" height="18" rx="2" fill="hsl(75,65%,54%)" class="normal"/>
<text x="757.75" y="110" fill="#000">win..</text>
</g>
<g class="frame" data-x="753.75" data-w="4.583333333333333" data-d="4" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="753.75" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="757.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="758.3333333333334" data-w="4.583333333333333" data-d="4" data-name="windows_aarch64_gnullvm" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_aarch64_gnullvm v0.53.1
1 transitive dep
depth 4</title>
<rect x="758.3333333333334" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="762.3333333333334" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="762.9166666666667" data-w="4.583333333333333" data-d="4" data-name="windows_aarch64_msvc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_aarch64_msvc v0.53.1
1 transitive dep
depth 4</title>
<rect x="762.9166666666667" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="766.9166666666667" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="767.5000000000001" data-w="4.583333333333333" data-d="4" data-name="windows_i686_gnu" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_i686_gnu v0.53.1
1 transitive dep
depth 4</title>
<rect x="767.5000000000001" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="771.5000000000001" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="772.0833333333335" data-w="4.583333333333333" data-d="4" data-name="windows_i686_gnullvm" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_i686_gnullvm v0.53.1
1 transitive dep
depth 4</title>
<rect x="772.0833333333335" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="776.0833333333335" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="776.6666666666669" data-w="4.583333333333333" data-d="4" data-name="windows_i686_msvc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_i686_msvc v0.53.1
1 transitive dep
depth 4</title>
<rect x="776.6666666666669" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="780.6666666666669" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="781.2500000000002" data-w="4.583333333333333" data-d="4" data-name="windows_x86_64_gnu" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_x86_64_gnu v0.53.1
1 transitive dep
depth 4</title>
<rect x="781.2500000000002" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="785.2500000000002" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="785.8333333333336" data-w="4.583333333333333" data-d="4" data-name="windows_x86_64_gnullvm" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_x86_64_gnullvm v0.53.1
1 transitive dep
depth 4</title>
<rect x="785.8333333333336" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="789.8333333333336" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="790.416666666667" data-w="4.583333333333333" data-d="4" data-name="windows_x86_64_msvc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows_x86_64_msvc v0.53.1
1 transitive dep
depth 4</title>
<rect x="790.416666666667" y="116" width="4.583333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="794.416666666667" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="795" data-w="26.25" data-d="2" data-name="rustix" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustix v1.1.3
7 transitive deps
depth 2
[shared: 2 parents in dep graph]</title>
<rect x="795" y="78" width="26.25" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="799" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="795" data-w="11.666666666666666" data-d="3" data-name="errno" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>errno v0.3.14
4 transitive deps
depth 3</title>
<rect x="795" y="97" width="11.666666666666666" height="18" rx="2" fill="hsl(93,61%,56%)" class="normal"/>
<text x="799" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="795" data-w="7.777777777777777" data-d="4" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 4
[shared: 10 parents in dep graph]</title>
<rect x="795" y="116" width="7.777777777777777" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="799" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="795" data-w="7.777777777777777" data-d="5" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 5
[shared: 7 parents in dep graph]</title>
<rect x="795" y="135" width="7.777777777777777" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="799" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="802.7777777777778" data-w="3.8888888888888884" data-d="4" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 4
[shared: 22 parents in dep graph]</title>
<rect x="802.7777777777778" y="116" width="3.8888888888888884" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="806.7777777777778" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="806.6666666666666" data-w="5.833333333333333" data-d="3" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 3
[shared: 10 parents in dep graph]</title>
<rect x="806.6666666666666" y="97" width="5.833333333333333" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="810.6666666666666" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="806.6666666666666" data-w="5.833333333333333" data-d="4" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="806.6666666666666" y="116" width="5.833333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="810.6666666666666" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="812.5" data-w="2.9166666666666665" data-d="3" data-name="bitflags" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>bitflags v2.11.0
1 transitive dep
depth 3
[shared: 6 parents in dep graph]</title>
<rect x="812.5" y="97" width="2.9166666666666665" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="816.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="815.4166666666666" data-w="2.9166666666666665" data-d="3" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 3
[shared: 22 parents in dep graph]</title>
<rect x="815.4166666666666" y="97" width="2.9166666666666665" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="819.4166666666666" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="818.3333333333333" data-w="2.9166666666666665" data-d="3" data-name="linux-raw-sys" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>linux-raw-sys v0.11.0
1 transitive dep
depth 3</title>
<rect x="818.3333333333333" y="97" width="2.9166666666666665" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="822.3333333333333" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="821.25" data-w="52.5" data-d="1" data-name="serde_norway" data-weight="14" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_norway v0.9.42
14 transitive deps
depth 1</title>
<rect x="821.25" y="59" width="52.5" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="825.25" y="72" fill="#000">serd..</text>
</g>
<g class="frame" data-x="821.25" data-w="26.25" data-d="2" data-name="indexmap" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>indexmap v2.13.0
10 transitive deps
depth 2
[shared: 8 parents in dep graph]
[2 children too small to show]</title>
<rect x="821.25" y="78" width="26.25" height="18" rx="2" fill="hsl(260,55%,60%)" class="shared"/>
<text x="825.25" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="821.25" data-w="12.25" data-d="3" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 3
[shared: 14 parents in dep graph]</title>
<rect x="821.25" y="97" width="12.25" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="825.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="821.25" data-w="6.681818181818182" data-d="4" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 4
[shared: 7 parents in dep graph]</title>
<rect x="821.25" y="116" width="6.681818181818182" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="825.25" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="821.25" data-w="6.681818181818182" data-d="5" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 5
[shared: 4 parents in dep graph]
[1 children too small to show]</title>
<rect x="821.25" y="135" width="6.681818181818182" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="825.25" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="821.25" data-w="2.9696969696969693" data-d="6" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 6
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="821.25" y="154" width="2.9696969696969693" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="825.25" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="824.219696969697" data-w="2.227272727272727" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="824.219696969697" y="154" width="2.227272727272727" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="828.219696969697" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="824.219696969697" data-w="2.227272727272727" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="824.219696969697" y="173" width="2.227272727272727" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="828.219696969697" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="824.219696969697" data-w="2.227272727272727" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="824.219696969697" y="192" width="2.227272727272727" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="828.219696969697" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="827.9318181818181" data-w="5.568181818181818" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]
[2 children too small to show]</title>
<rect x="827.9318181818181" y="116" width="5.568181818181818" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="831.9318181818181" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="827.9318181818181" data-w="2.4747474747474745" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="827.9318181818181" y="135" width="2.4747474747474745" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="831.9318181818181" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="10.5" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="833.5" y="97" width="10.5" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="837.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="10.5" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="833.5" y="116" width="10.5" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="837.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="4.666666666666666" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="833.5" y="135" width="4.666666666666666" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="837.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="2.333333333333333" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="833.5" y="154" width="2.333333333333333" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="837.5" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="2.333333333333333" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="833.5" y="173" width="2.333333333333333" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="837.5" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="833.5" data-w="2.333333333333333" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="833.5" y="192" width="2.333333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="837.5" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="838.1666666666666" data-w="3.5" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="838.1666666666666" y="135" width="3.5" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="842.1666666666666" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="838.1666666666666" data-w="3.5" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="838.1666666666666" y="154" width="3.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="842.1666666666666" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="838.1666666666666" data-w="3.5" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="838.1666666666666" y="173" width="3.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="842.1666666666666" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="841.6666666666666" data-w="2.333333333333333" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="841.6666666666666" y="135" width="2.333333333333333" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="845.6666666666666" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="841.6666666666666" data-w="2.333333333333333" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="841.6666666666666" y="154" width="2.333333333333333" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="845.6666666666666" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="18.375" data-d="2" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 2
[shared: 14 parents in dep graph]</title>
<rect x="847.5" y="78" width="18.375" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="851.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="10.022727272727272" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="847.5" y="97" width="10.022727272727272" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="851.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="10.022727272727272" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="847.5" y="116" width="10.022727272727272" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="851.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="4.454545454545454" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="847.5" y="135" width="4.454545454545454" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="851.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="2.227272727272727" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="847.5" y="154" width="2.227272727272727" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="851.5" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="2.227272727272727" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="847.5" y="173" width="2.227272727272727" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="851.5" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="847.5" data-w="2.227272727272727" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="847.5" y="192" width="2.227272727272727" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="851.5" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="851.9545454545455" data-w="3.3409090909090904" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="851.9545454545455" y="135" width="3.3409090909090904" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="855.9545454545455" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="851.9545454545455" data-w="3.3409090909090904" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="851.9545454545455" y="154" width="3.3409090909090904" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="855.9545454545455" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="851.9545454545455" data-w="3.3409090909090904" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="851.9545454545455" y="173" width="3.3409090909090904" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="855.9545454545455" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="855.2954545454546" data-w="2.227272727272727" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="855.2954545454546" y="135" width="2.227272727272727" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="859.2954545454546" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="855.2954545454546" data-w="2.227272727272727" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="855.2954545454546" y="154" width="2.227272727272727" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="859.2954545454546" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="857.5227272727273" data-w="8.352272727272727" data-d="3" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 3
[shared: 4 parents in dep graph]
[1 children too small to show]</title>
<rect x="857.5227272727273" y="97" width="8.352272727272727" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="861.5227272727273" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="857.5227272727273" data-w="3.7121212121212115" data-d="4" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 4
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="857.5227272727273" y="116" width="3.7121212121212115" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="861.5227272727273" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="861.2348484848485" data-w="2.7840909090909087" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="861.2348484848485" y="116" width="2.7840909090909087" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="865.2348484848485" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="861.2348484848485" data-w="2.7840909090909087" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="861.2348484848485" y="135" width="2.7840909090909087" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="865.2348484848485" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="861.2348484848485" data-w="2.7840909090909087" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="861.2348484848485" y="154" width="2.7840909090909087" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="865.2348484848485" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="865.875" data-w="2.625" data-d="2" data-name="itoa" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>itoa v1.0.17
1 transitive dep
depth 2
[shared: 3 parents in dep graph]</title>
<rect x="865.875" y="78" width="2.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="869.875" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="868.5" data-w="2.625" data-d="2" data-name="ryu" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ryu v1.0.23
1 transitive dep
depth 2</title>
<rect x="868.5" y="78" width="2.625" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="872.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="871.125" data-w="2.625" data-d="2" data-name="unsafe-libyaml-norway" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unsafe-libyaml-norway v0.2.15
1 transitive dep
depth 2</title>
<rect x="871.125" y="78" width="2.625" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="875.125" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="873.75" data-w="48.75" data-d="1" data-name="phf" data-weight="13" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf v0.13.1
13 transitive deps
depth 1</title>
<rect x="873.75" y="59" width="48.75" height="18" rx="2" fill="hsl(70,66%,54%)" class="normal"/>
<text x="877.75" y="72" fill="#000">phf</text>
</g>
<g class="frame" data-x="873.75" data-w="24.375" data-d="2" data-name="phf_macros" data-weight="9" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf_macros v0.13.1
9 transitive deps
depth 2</title>
<rect x="873.75" y="78" width="24.375" height="18" rx="2" fill="hsl(78,64%,54%)" class="normal"/>
<text x="877.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="873.75" data-w="6.5" data-d="3" data-name="phf_generator" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf_generator v0.13.1
4 transitive deps
depth 3</title>
<rect x="873.75" y="97" width="6.5" height="18" rx="2" fill="hsl(93,61%,56%)" class="normal"/>
<text x="877.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="873.75" data-w="4.333333333333333" data-d="4" data-name="phf_shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf_shared v0.13.1
2 transitive deps
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="873.75" y="116" width="4.333333333333333" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="877.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="873.75" data-w="4.333333333333333" data-d="5" data-name="siphasher" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>siphasher v1.0.2
1 transitive dep
depth 5</title>
<rect x="873.75" y="135" width="4.333333333333333" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="877.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="878.0833333333334" data-w="2.1666666666666665" data-d="4" data-name="fastrand" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fastrand v2.3.0
1 transitive dep
depth 4
[shared: 2 parents in dep graph]</title>
<rect x="878.0833333333334" y="116" width="2.1666666666666665" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="882.0833333333334" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="880.25" data-w="6.5" data-d="3" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 3
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="880.25" y="97" width="6.5" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="884.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="880.25" data-w="3.25" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="880.25" y="116" width="3.25" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="884.25" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="880.25" data-w="3.25" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="880.25" y="135" width="3.25" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="884.25" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="880.25" data-w="3.25" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="880.25" y="154" width="3.25" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="884.25" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="883.5" data-w="2.1666666666666665" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="883.5" y="116" width="2.1666666666666665" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="887.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="883.5" data-w="2.1666666666666665" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="883.5" y="135" width="2.1666666666666665" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="887.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="886.75" data-w="4.875" data-d="3" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 3
[shared: 19 parents in dep graph]</title>
<rect x="886.75" y="97" width="4.875" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="890.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="886.75" data-w="4.875" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="886.75" y="116" width="4.875" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="890.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="886.75" data-w="4.875" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="886.75" y="135" width="4.875" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="890.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="891.625" data-w="3.25" data-d="3" data-name="phf_shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf_shared v0.13.1
2 transitive deps
depth 3
[shared: 3 parents in dep graph]</title>
<rect x="891.625" y="97" width="3.25" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="895.625" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="891.625" data-w="3.25" data-d="4" data-name="siphasher" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>siphasher v1.0.2
1 transitive dep
depth 4</title>
<rect x="891.625" y="116" width="3.25" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="895.625" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="894.875" data-w="3.25" data-d="3" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 3
[shared: 20 parents in dep graph]</title>
<rect x="894.875" y="97" width="3.25" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="898.875" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="894.875" data-w="3.25" data-d="4" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="894.875" y="116" width="3.25" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="898.875" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="18.958333333333332" data-d="2" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 2
[shared: 14 parents in dep graph]</title>
<rect x="898.125" y="78" width="18.958333333333332" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="902.125" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="10.34090909090909" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="898.125" y="97" width="10.34090909090909" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="902.125" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="10.34090909090909" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="898.125" y="116" width="10.34090909090909" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="902.125" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="4.595959595959595" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="898.125" y="135" width="4.595959595959595" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="902.125" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="2.2979797979797976" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="898.125" y="154" width="2.2979797979797976" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="902.125" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="2.2979797979797976" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="898.125" y="173" width="2.2979797979797976" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="902.125" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="898.125" data-w="2.2979797979797976" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="898.125" y="192" width="2.2979797979797976" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="902.125" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="902.7209595959596" data-w="3.4469696969696964" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="902.7209595959596" y="135" width="3.4469696969696964" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="906.7209595959596" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="902.7209595959596" data-w="3.4469696969696964" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="902.7209595959596" y="154" width="3.4469696969696964" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="906.7209595959596" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="902.7209595959596" data-w="3.4469696969696964" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="902.7209595959596" y="173" width="3.4469696969696964" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="906.7209595959596" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="906.1679292929293" data-w="2.2979797979797976" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="906.1679292929293" y="135" width="2.2979797979797976" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="910.1679292929293" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="906.1679292929293" data-w="2.2979797979797976" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="906.1679292929293" y="154" width="2.2979797979797976" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="910.1679292929293" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="908.4659090909091" data-w="8.617424242424242" data-d="3" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 3
[shared: 4 parents in dep graph]
[1 children too small to show]</title>
<rect x="908.4659090909091" y="97" width="8.617424242424242" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="912.4659090909091" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="908.4659090909091" data-w="3.8299663299663296" data-d="4" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 4
[shared: 19 parents in dep graph]
[3 children too small to show]</title>
<rect x="908.4659090909091" y="116" width="3.8299663299663296" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="912.4659090909091" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="912.2958754208754" data-w="2.8724747474747474" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="912.2958754208754" y="116" width="2.8724747474747474" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="916.2958754208754" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="912.2958754208754" data-w="2.8724747474747474" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="912.2958754208754" y="135" width="2.8724747474747474" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="916.2958754208754" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="912.2958754208754" data-w="2.8724747474747474" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="912.2958754208754" y="154" width="2.8724747474747474" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="916.2958754208754" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="917.0833333333334" data-w="5.416666666666666" data-d="2" data-name="phf_shared" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>phf_shared v0.13.1
2 transitive deps
depth 2
[shared: 3 parents in dep graph]</title>
<rect x="917.0833333333334" y="78" width="5.416666666666666" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="921.0833333333334" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="917.0833333333334" data-w="5.416666666666666" data-d="3" data-name="siphasher" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>siphasher v1.0.2
1 transitive dep
depth 3</title>
<rect x="917.0833333333334" y="97" width="5.416666666666666" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="921.0833333333334" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="922.5" data-w="41.25" data-d="1" data-name="backtrace" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>backtrace v0.3.76
11 transitive deps
depth 1</title>
<rect x="922.5" y="59" width="41.25" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="926.5" y="72" fill="#fff">bac..</text>
</g>
<g class="frame" data-x="922.5" data-w="8.25" data-d="2" data-name="addr2line" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>addr2line v0.25.1
2 transitive deps
depth 2</title>
<rect x="922.5" y="78" width="8.25" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="926.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="922.5" data-w="8.25" data-d="3" data-name="gimli" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>gimli v0.32.3
1 transitive dep
depth 3</title>
<rect x="922.5" y="97" width="8.25" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="926.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="930.75" data-w="8.25" data-d="2" data-name="miniz_oxide" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>miniz_oxide v0.8.9
2 transitive deps
depth 2</title>
<rect x="930.75" y="78" width="8.25" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="934.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="930.75" data-w="8.25" data-d="3" data-name="adler2" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>adler2 v2.0.1
1 transitive dep
depth 3</title>
<rect x="930.75" y="97" width="8.25" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="934.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="939" data-w="8.25" data-d="2" data-name="object" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>object v0.37.3
2 transitive deps
depth 2</title>
<rect x="939" y="78" width="8.25" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="943" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="939" data-w="8.25" data-d="3" data-name="memchr" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>memchr v2.8.0
1 transitive dep
depth 3
[shared: 8 parents in dep graph]</title>
<rect x="939" y="97" width="8.25" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="943" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="947.25" data-w="4.125" data-d="2" data-name="cfg-if" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cfg-if v1.0.4
1 transitive dep
depth 2
[shared: 7 parents in dep graph]</title>
<rect x="947.25" y="78" width="4.125" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="951.25" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="951.375" data-w="4.125" data-d="2" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 2
[shared: 22 parents in dep graph]</title>
<rect x="951.375" y="78" width="4.125" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="955.375" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="955.5" data-w="4.125" data-d="2" data-name="rustc-demangle" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustc-demangle v0.1.27
1 transitive dep
depth 2</title>
<rect x="955.5" y="78" width="4.125" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="959.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="959.625" data-w="4.125" data-d="2" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 2
[shared: 7 parents in dep graph]</title>
<rect x="959.625" y="78" width="4.125" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="963.625" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="963.75" data-w="41.25" data-d="1" data-name="palette" data-weight="11" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>palette v0.7.5
11 transitive deps
depth 1</title>
<rect x="963.75" y="59" width="41.25" height="18" rx="2" fill="hsl(74,65%,54%)" class="normal"/>
<text x="967.75" y="72" fill="#000">pal..</text>
</g>
<g class="frame" data-x="963.75" data-w="24.75" data-d="2" data-name="palette_derive" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>palette_derive v0.7.6
6 transitive deps
depth 2</title>
<rect x="963.75" y="78" width="24.75" height="18" rx="2" fill="hsl(85,63%,55%)" class="normal"/>
<text x="967.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="963.75" data-w="9.9" data-d="3" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 3
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="963.75" y="97" width="9.9" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="967.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="963.75" data-w="4.95" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="963.75" y="116" width="4.95" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="967.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="963.75" data-w="4.95" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="963.75" y="135" width="4.95" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="967.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="963.75" data-w="4.95" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="963.75" y="154" width="4.95" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="967.75" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="968.7" data-w="3.3" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="968.7" y="116" width="3.3" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="972.7" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="968.7" data-w="3.3" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="968.7" y="135" width="3.3" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="972.7" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="973.65" data-w="7.425" data-d="3" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 3
[shared: 19 parents in dep graph]</title>
<rect x="973.65" y="97" width="7.425" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="977.65" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="973.65" data-w="7.425" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="973.65" y="116" width="7.425" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="977.65" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="973.65" data-w="7.425" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="973.65" y="135" width="7.425" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="977.65" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="981.0749999999999" data-w="4.95" data-d="3" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 3
[shared: 20 parents in dep graph]</title>
<rect x="981.0749999999999" y="97" width="4.95" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="985.0749999999999" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="981.0749999999999" data-w="4.95" data-d="4" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="981.0749999999999" y="116" width="4.95" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="985.0749999999999" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="986.025" data-w="2.475" data-d="3" data-name="by_address" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>by_address v1.2.1
1 transitive dep
depth 3</title>
<rect x="986.025" y="97" width="2.475" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="990.025" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="988.5" data-w="12.375" data-d="2" data-name="approx" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>approx v0.5.1
3 transitive deps
depth 2</title>
<rect x="988.5" y="78" width="12.375" height="18" rx="2" fill="hsl(99,60%,56%)" class="normal"/>
<text x="992.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="988.5" data-w="12.375" data-d="3" data-name="num-traits" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>num-traits v0.2.19
2 transitive deps
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="988.5" y="97" width="12.375" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="992.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="988.5" data-w="12.375" data-d="4" data-name="autocfg" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>autocfg v1.5.0
1 transitive dep
depth 4</title>
<rect x="988.5" y="116" width="12.375" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="992.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1000.875" data-w="4.125" data-d="2" data-name="fast-srgb8" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fast-srgb8 v1.0.0
1 transitive dep
depth 2</title>
<rect x="1000.875" y="78" width="4.125" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1004.875" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="37.5" data-d="1" data-name="nu-ansi-term" data-weight="10" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>nu-ansi-term v0.50.3
10 transitive deps
depth 1</title>
<rect x="1005" y="59" width="37.5" height="18" rx="2" fill="hsl(75,65%,54%)" class="normal"/>
<text x="1009" y="72" fill="#000">nu..</text>
</g>
<g class="frame" data-x="1005" data-w="29.166666666666668" data-d="2" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 2
[shared: 14 parents in dep graph]</title>
<rect x="1005" y="78" width="29.166666666666668" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="1009" y="91" fill="#000">s..</text>
</g>
<g class="frame" data-x="1005" data-w="15.909090909090908" data-d="3" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="1005" y="97" width="15.909090909090908" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="1009" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="15.909090909090908" data-d="4" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 4
[shared: 4 parents in dep graph]</title>
<rect x="1005" y="116" width="15.909090909090908" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="1009" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="7.07070707070707" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="1005" y="135" width="7.07070707070707" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="1009" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="3.535353535353535" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="1005" y="154" width="3.535353535353535" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1009" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="3.535353535353535" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="1005" y="173" width="3.535353535353535" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1009" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1005" data-w="3.535353535353535" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="1005" y="192" width="3.535353535353535" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1009" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="1008.5353535353536" data-w="2.3569023569023564" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1008.5353535353536" y="154" width="2.3569023569023564" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1012.5353535353536" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1008.5353535353536" data-w="2.3569023569023564" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1008.5353535353536" y="173" width="2.3569023569023564" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1012.5353535353536" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1012.070707070707" data-w="5.303030303030303" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="1012.070707070707" y="135" width="5.303030303030303" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1016.070707070707" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1012.070707070707" data-w="5.303030303030303" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1012.070707070707" y="154" width="5.303030303030303" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1016.070707070707" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1012.070707070707" data-w="5.303030303030303" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1012.070707070707" y="173" width="5.303030303030303" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1016.070707070707" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1017.3737373737373" data-w="3.535353535353535" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1017.3737373737373" y="135" width="3.535353535353535" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1021.3737373737373" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1017.3737373737373" data-w="3.535353535353535" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1017.3737373737373" y="154" width="3.535353535353535" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1021.3737373737373" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1020.9090909090909" data-w="13.257575757575758" data-d="3" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="1020.9090909090909" y="97" width="13.257575757575758" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="1024.909090909091" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1020.9090909090909" data-w="5.892255892255892" data-d="4" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 4
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="1020.9090909090909" y="116" width="5.892255892255892" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="1024.909090909091" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1020.9090909090909" data-w="2.946127946127946" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="1020.9090909090909" y="135" width="2.946127946127946" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1024.909090909091" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1020.9090909090909" data-w="2.946127946127946" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1020.9090909090909" y="154" width="2.946127946127946" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1024.909090909091" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1020.9090909090909" data-w="2.946127946127946" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1020.9090909090909" y="173" width="2.946127946127946" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1024.909090909091" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1026.8013468013469" data-w="4.419191919191919" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="1026.8013468013469" y="116" width="4.419191919191919" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1030.8013468013469" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1026.8013468013469" data-w="4.419191919191919" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1026.8013468013469" y="135" width="4.419191919191919" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1030.8013468013469" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1026.8013468013469" data-w="4.419191919191919" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1026.8013468013469" y="154" width="4.419191919191919" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1030.8013468013469" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1031.2205387205388" data-w="2.946127946127946" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="1031.2205387205388" y="116" width="2.946127946127946" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1035.2205387205388" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1031.2205387205388" data-w="2.946127946127946" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="1031.2205387205388" y="135" width="2.946127946127946" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1035.2205387205388" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1034.1666666666667" data-w="8.333333333333332" data-d="2" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 2
[shared: 10 parents in dep graph]</title>
<rect x="1034.1666666666667" y="78" width="8.333333333333332" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1038.1666666666667" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1034.1666666666667" data-w="8.333333333333332" data-d="3" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 3
[shared: 7 parents in dep graph]</title>
<rect x="1034.1666666666667" y="97" width="8.333333333333332" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1038.1666666666667" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1042.5" data-w="30" data-d="1" data-name="proc-mounts" data-weight="8" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-mounts v0.3.0
8 transitive deps
depth 1</title>
<rect x="1042.5" y="59" width="30" height="18" rx="2" fill="hsl(80,64%,54%)" class="normal"/>
<text x="1046.5" y="72" fill="#000">p..</text>
</g>
<g class="frame" data-x="1042.5" data-w="30" data-d="2" data-name="partition-identity" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>partition-identity v0.3.0
7 transitive deps
depth 2</title>
<rect x="1042.5" y="78" width="30" height="18" rx="2" fill="hsl(82,63%,55%)" class="normal"/>
<text x="1046.5" y="91" fill="#000">p..</text>
</g>
<g class="frame" data-x="1042.5" data-w="30" data-d="3" data-name="thiserror" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>thiserror v1.0.69
6 transitive deps
depth 3</title>
<rect x="1042.5" y="97" width="30" height="18" rx="2" fill="hsl(85,63%,55%)" class="normal"/>
<text x="1046.5" y="110" fill="#000">t..</text>
</g>
<g class="frame" data-x="1042.5" data-w="30" data-d="4" data-name="thiserror-impl" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>thiserror-impl v1.0.69
5 transitive deps
depth 4</title>
<rect x="1042.5" y="116" width="30" height="18" rx="2" fill="hsl(89,62%,55%)" class="normal"/>
<text x="1046.5" y="129" fill="#000">t..</text>
</g>
<g class="frame" data-x="1042.5" data-w="13.333333333333332" data-d="5" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="1042.5" y="135" width="13.333333333333332" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="1046.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1042.5" data-w="6.666666666666666" data-d="6" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 6
[shared: 19 parents in dep graph]</title>
<rect x="1042.5" y="154" width="6.666666666666666" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1046.5" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1042.5" data-w="6.666666666666666" data-d="7" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 7
[shared: 20 parents in dep graph]</title>
<rect x="1042.5" y="173" width="6.666666666666666" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1046.5" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1042.5" data-w="6.666666666666666" data-d="8" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 8
[shared: 3 parents in dep graph]</title>
<rect x="1042.5" y="192" width="6.666666666666666" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1046.5" y="205" fill="#000"></text>
</g>
<g class="frame" data-x="1049.1666666666667" data-w="4.444444444444444" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1049.1666666666667" y="154" width="4.444444444444444" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1053.1666666666667" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1049.1666666666667" data-w="4.444444444444444" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1049.1666666666667" y="173" width="4.444444444444444" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1053.1666666666667" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1053.611111111111" data-w="2.222222222222222" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1053.611111111111" y="154" width="2.222222222222222" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1057.611111111111" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1055.8333333333333" data-w="10" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="1055.8333333333333" y="135" width="10" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1059.8333333333333" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1055.8333333333333" data-w="10" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1055.8333333333333" y="154" width="10" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1059.8333333333333" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1055.8333333333333" data-w="10" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1055.8333333333333" y="173" width="10" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1059.8333333333333" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1065.8333333333333" data-w="6.666666666666666" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1065.8333333333333" y="135" width="6.666666666666666" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1069.8333333333333" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1065.8333333333333" data-w="6.666666666666666" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1065.8333333333333" y="154" width="6.666666666666666" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1069.8333333333333" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="26.25" data-d="1" data-name="serde" data-weight="7" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde v1.0.228
7 transitive deps
depth 1
[shared: 14 parents in dep graph]</title>
<rect x="1072.5" y="59" width="26.25" height="18" rx="2" fill="hsl(263,53%,61%)" class="shared"/>
<text x="1076.5" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="14.318181818181817" data-d="2" data-name="serde_core" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_core v1.0.228
6 transitive deps
depth 2
[shared: 7 parents in dep graph]</title>
<rect x="1072.5" y="78" width="14.318181818181817" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="1076.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="14.318181818181817" data-d="3" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 3
[shared: 4 parents in dep graph]</title>
<rect x="1072.5" y="97" width="14.318181818181817" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="1076.5" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="6.363636363636362" data-d="4" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 4
[shared: 19 parents in dep graph]
[1 children too small to show]</title>
<rect x="1072.5" y="116" width="6.363636363636362" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="1076.5" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="3.181818181818181" data-d="5" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 5
[shared: 19 parents in dep graph]</title>
<rect x="1072.5" y="135" width="3.181818181818181" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1076.5" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="3.181818181818181" data-d="6" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 6
[shared: 20 parents in dep graph]</title>
<rect x="1072.5" y="154" width="3.181818181818181" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1076.5" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1072.5" data-w="3.181818181818181" data-d="7" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 7
[shared: 3 parents in dep graph]</title>
<rect x="1072.5" y="173" width="3.181818181818181" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1076.5" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1075.6818181818182" data-w="2.1212121212121207" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1075.6818181818182" y="135" width="2.1212121212121207" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1079.6818181818182" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1075.6818181818182" data-w="2.1212121212121207" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1075.6818181818182" y="154" width="2.1212121212121207" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1079.6818181818182" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1078.8636363636363" data-w="4.772727272727272" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="1078.8636363636363" y="116" width="4.772727272727272" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1082.8636363636363" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1078.8636363636363" data-w="4.772727272727272" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1078.8636363636363" y="135" width="4.772727272727272" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1082.8636363636363" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1078.8636363636363" data-w="4.772727272727272" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1078.8636363636363" y="154" width="4.772727272727272" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1082.8636363636363" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1083.6363636363635" data-w="3.181818181818181" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="1083.6363636363635" y="116" width="3.181818181818181" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1087.6363636363635" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1083.6363636363635" data-w="3.181818181818181" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="1083.6363636363635" y="135" width="3.181818181818181" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1087.6363636363635" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1086.8181818181818" data-w="11.931818181818182" data-d="2" data-name="serde_derive" data-weight="5" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_derive v1.0.228
5 transitive deps
depth 2
[shared: 4 parents in dep graph]</title>
<rect x="1086.8181818181818" y="78" width="11.931818181818182" height="18" rx="2" fill="hsl(266,52%,62%)" class="shared"/>
<text x="1090.8181818181818" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1086.8181818181818" data-w="5.303030303030303" data-d="3" data-name="syn" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>syn v2.0.116
4 transitive deps
depth 3
[shared: 19 parents in dep graph]
[2 children too small to show]</title>
<rect x="1086.8181818181818" y="97" width="5.303030303030303" height="18" rx="2" fill="hsl(268,51%,62%)" class="shared"/>
<text x="1090.8181818181818" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1086.8181818181818" data-w="2.6515151515151514" data-d="4" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 4
[shared: 19 parents in dep graph]</title>
<rect x="1086.8181818181818" y="116" width="2.6515151515151514" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1090.8181818181818" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1086.8181818181818" data-w="2.6515151515151514" data-d="5" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 5
[shared: 20 parents in dep graph]</title>
<rect x="1086.8181818181818" y="135" width="2.6515151515151514" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1090.8181818181818" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1086.8181818181818" data-w="2.6515151515151514" data-d="6" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 6
[shared: 3 parents in dep graph]</title>
<rect x="1086.8181818181818" y="154" width="2.6515151515151514" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1090.8181818181818" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1092.121212121212" data-w="3.977272727272727" data-d="3" data-name="quote" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quote v1.0.44
3 transitive deps
depth 3
[shared: 19 parents in dep graph]</title>
<rect x="1092.121212121212" y="97" width="3.977272727272727" height="18" rx="2" fill="hsl(271,50%,63%)" class="shared"/>
<text x="1096.121212121212" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1092.121212121212" data-w="3.977272727272727" data-d="4" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 4
[shared: 20 parents in dep graph]</title>
<rect x="1092.121212121212" y="116" width="3.977272727272727" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1096.121212121212" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1092.121212121212" data-w="3.977272727272727" data-d="5" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="1092.121212121212" y="135" width="3.977272727272727" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1096.121212121212" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1096.0984848484848" data-w="2.6515151515151514" data-d="3" data-name="proc-macro2" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>proc-macro2 v1.0.106
2 transitive deps
depth 3
[shared: 20 parents in dep graph]</title>
<rect x="1096.0984848484848" y="97" width="2.6515151515151514" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1100.0984848484848" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1096.0984848484848" data-w="2.6515151515151514" data-d="4" data-name="unicode-ident" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-ident v1.0.24
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="1096.0984848484848" y="116" width="2.6515151515151514" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1100.0984848484848" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1098.75" data-w="22.5" data-d="1" data-name="rayon" data-weight="6" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rayon v1.11.0
6 transitive deps
depth 1
[shared: 3 parents in dep graph]</title>
<rect x="1098.75" y="59" width="22.5" height="18" rx="2" fill="hsl(265,53%,61%)" class="shared"/>
<text x="1102.75" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1098.75" data-w="18" data-d="2" data-name="rayon-core" data-weight="4" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rayon-core v1.13.0
4 transitive deps
depth 2</title>
<rect x="1098.75" y="78" width="18" height="18" rx="2" fill="hsl(93,61%,56%)" class="normal"/>
<text x="1102.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1098.75" data-w="13.5" data-d="3" data-name="crossbeam-deque" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>crossbeam-deque v0.8.6
3 transitive deps
depth 3</title>
<rect x="1098.75" y="97" width="13.5" height="18" rx="2" fill="hsl(99,60%,56%)" class="normal"/>
<text x="1102.75" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1098.75" data-w="9" data-d="4" data-name="crossbeam-epoch" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>crossbeam-epoch v0.9.18
2 transitive deps
depth 4</title>
<rect x="1098.75" y="116" width="9" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="1102.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1098.75" data-w="9" data-d="5" data-name="crossbeam-utils" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>crossbeam-utils v0.8.21
1 transitive dep
depth 5
[shared: 3 parents in dep graph]</title>
<rect x="1098.75" y="135" width="9" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1102.75" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1107.75" data-w="4.5" data-d="4" data-name="crossbeam-utils" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>crossbeam-utils v0.8.21
1 transitive dep
depth 4
[shared: 3 parents in dep graph]</title>
<rect x="1107.75" y="116" width="4.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1111.75" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1112.25" data-w="4.5" data-d="3" data-name="crossbeam-utils" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>crossbeam-utils v0.8.21
1 transitive dep
depth 3
[shared: 3 parents in dep graph]</title>
<rect x="1112.25" y="97" width="4.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1116.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1116.75" data-w="4.5" data-d="2" data-name="either" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>either v1.15.0
1 transitive dep
depth 2
[shared: 2 parents in dep graph]</title>
<rect x="1116.75" y="78" width="4.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1120.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1121.25" data-w="11.25" data-d="1" data-name="uutils_term_grid" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uutils_term_grid v0.7.0
3 transitive deps
depth 1</title>
<rect x="1121.25" y="59" width="11.25" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="1125.25" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1121.25" data-w="11.25" data-d="2" data-name="ansi-width" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ansi-width v0.1.0
2 transitive deps
depth 2
[shared: 2 parents in dep graph]</title>
<rect x="1121.25" y="78" width="11.25" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1125.25" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1121.25" data-w="11.25" data-d="3" data-name="unicode-width" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-width v0.1.14
1 transitive dep
depth 3</title>
<rect x="1121.25" y="97" width="11.25" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1125.25" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1132.5" data-w="11.25" data-d="1" data-name="uzers" data-weight="3" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uzers v0.12.2
3 transitive deps
depth 1</title>
<rect x="1132.5" y="59" width="11.25" height="18" rx="2" fill="hsl(99,60%,56%)" class="normal"/>
<text x="1136.5" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1132.5" data-w="5.625" data-d="2" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 2
[shared: 22 parents in dep graph]</title>
<rect x="1132.5" y="78" width="5.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1136.5" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1138.125" data-w="5.625" data-d="2" data-name="log" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>log v0.4.29
1 transitive dep
depth 2
[shared: 6 parents in dep graph]</title>
<rect x="1138.125" y="78" width="5.625" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1142.125" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1143.75" data-w="7.5" data-d="1" data-name="ansi-width" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ansi-width v0.1.0
2 transitive deps
depth 1
[shared: 2 parents in dep graph]</title>
<rect x="1143.75" y="59" width="7.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1147.75" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1143.75" data-w="7.5" data-d="2" data-name="unicode-width" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-width v0.1.14
1 transitive dep
depth 2</title>
<rect x="1143.75" y="78" width="7.5" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1147.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1151.25" data-w="7.5" data-d="1" data-name="locale" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>locale v0.2.2
2 transitive deps
depth 1</title>
<rect x="1151.25" y="59" width="7.5" height="18" rx="2" fill="hsl(107,58%,57%)" class="normal"/>
<text x="1155.25" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1151.25" data-w="7.5" data-d="2" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 2
[shared: 22 parents in dep graph]</title>
<rect x="1151.25" y="78" width="7.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1155.25" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1158.75" data-w="7.5" data-d="1" data-name="windows-sys" data-weight="2" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-sys v0.61.2
2 transitive deps
depth 1
[shared: 10 parents in dep graph]</title>
<rect x="1158.75" y="59" width="7.5" height="18" rx="2" fill="hsl(274,48%,64%)" class="shared"/>
<text x="1162.75" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1158.75" data-w="7.5" data-d="2" data-name="windows-link" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>windows-link v0.2.1
1 transitive dep
depth 2
[shared: 7 parents in dep graph]</title>
<rect x="1158.75" y="78" width="7.5" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1162.75" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1166.25" data-w="3.75" data-d="1" data-name="glob" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>glob v0.3.3
1 transitive dep
depth 1
[shared: 2 parents in dep graph]</title>
<rect x="1166.25" y="59" width="3.75" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1170.25" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1170" data-w="3.75" data-d="1" data-name="libc" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libc v0.2.182
1 transitive dep
depth 1
[shared: 22 parents in dep graph]</title>
<rect x="1170" y="59" width="3.75" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1174" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1173.75" data-w="3.75" data-d="1" data-name="log" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>log v0.4.29
1 transitive dep
depth 1
[shared: 6 parents in dep graph]</title>
<rect x="1173.75" y="59" width="3.75" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1177.75" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1177.5" data-w="3.75" data-d="1" data-name="natord-plus-plus" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>natord-plus-plus v2.0.0
1 transitive dep
depth 1</title>
<rect x="1177.5" y="59" width="3.75" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="1181.5" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1181.25" data-w="3.75" data-d="1" data-name="path-clean" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>path-clean v1.0.1
1 transitive dep
depth 1</title>
<rect x="1181.25" y="59" width="3.75" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1185.25" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1185" data-w="3.75" data-d="1" data-name="percent-encoding" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>percent-encoding v2.3.2
1 transitive dep
depth 1
[shared: 3 parents in dep graph]</title>
<rect x="1185" y="59" width="3.75" height="18" rx="2" fill="hsl(280,45%,65%)" class="shared"/>
<text x="1189" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1188.75" data-w="3.75" data-d="1" data-name="timeago" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>timeago v0.6.0
1 transitive dep
depth 1</title>
<rect x="1188.75" y="59" width="3.75" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1192.75" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1192.5" data-w="3.75" data-d="1" data-name="unicode-width" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unicode-width v0.2.2
1 transitive dep
depth 1</title>
<rect x="1192.5" y="59" width="3.75" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1196.5" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1196.25" data-w="3.75" data-d="1" data-name="unit-prefix" data-weight="1" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>unit-prefix v0.5.2
1 transitive dep
depth 1</title>
<rect x="1196.25" y="59" width="3.75" height="18" rx="2" fill="hsl(120,55%,58%)" class="normal"/>
<text x="1200.25" 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>(-1 deps) Remove <a href="https://crates.io/crates/natord-plus-plus" target="_blank" style="color:inherit;text-decoration:underline dotted">natord-plus-plus</a> from <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- natord-plus-plus = "2.0.0"</div></div></li>
<li>(-1 deps) Remove <a href="https://crates.io/crates/uutils_term_grid" target="_blank" style="color:inherit;text-decoration:underline dotted">uutils_term_grid</a> from <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- uutils_term_grid = "0.7.0"</div></div></li>
<li>(-7 deps) Remove <a href="https://crates.io/crates/backtrace" target="_blank" style="color:inherit;text-decoration:underline dotted">backtrace</a> from <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- backtrace = "0.3.76"</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>(-23 deps) <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> is already optional in <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> (already optional) — enabled by feature(s) <code>parallel</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) "parallel" of cc pull in jobserver</div><div class="diff-rm">- cc = { version = "...", features = ["parallel"] }</div><div class="diff-add">+ cc = { version = "..." } # without "parallel"</div></div></li>
<li>(-18 deps) <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a> is already optional in <a href="https://crates.io/crates/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a> (already optional) — default feature(s) <code>macros</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) "macros" of wit-bindgen pull in wit-bindgen-rust-macro</div><div class="diff-rm">- wit-bindgen = "..."</div><div class="diff-add">+ wit-bindgen = { version = "...", default-features = false, features = ["realloc", "async", "std", "bitflags"] }</div></div></li>
<li>(-17 deps) <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> is already optional in <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> (optional + platform-conditional) — default feature(s) <code>clock</code>, <code>iana-time-zone</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) "clock", "iana-time-zone" of chrono pull in iana-time-zone</div><div class="diff-rm">- chrono = "..."</div><div class="diff-add">+ chrono = { version = "...", default-features = false, features = ["std", "oldtime", "wasmbind"] }</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>(-14 deps) Make <a href="https://crates.io/crates/terminal_size" target="_blank" style="color:inherit;text-decoration:underline dotted">terminal_size</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- terminal_size = "0.4.3"</div><div class="diff-add">+ terminal_size = { version = "0.4.3", 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-terminal_size = ["dep:terminal_size"] # pick a name that makes sense for your crate</div></div></li>
<li>(-10 deps) Make <a href="https://crates.io/crates/dirs" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- dirs = "6.0.0"</div><div class="diff-add">+ dirs = { version = "6.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-dirs = ["dep:dirs"] # pick a name that makes sense for your crate</div></div></li>
<li>(-9 deps) Make <a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- plist = "1.8.0"</div><div class="diff-add">+ plist = { version = "1.8.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-plist = ["dep:plist"] # pick a name that makes sense for your crate</div></div></li>
<li>(-6 deps) Make <a href="https://crates.io/crates/phf" target="_blank" style="color:inherit;text-decoration:underline dotted">phf</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- phf = "0.13.1"</div><div class="diff-add">+ phf = { version = "0.13.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-phf = ["dep:phf"] # pick a name that makes sense for your crate</div></div></li>
<li>(-5 deps) Make <a href="https://crates.io/crates/palette" target="_blank" style="color:inherit;text-decoration:underline dotted">palette</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- palette = "0.7.5"</div><div class="diff-add">+ palette = { version = "0.7.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-palette = ["dep:palette"] # pick a name that makes sense for your crate</div></div></li>
<li>(-3 deps) Make <a href="https://crates.io/crates/serde_norway" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_norway</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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_norway = "0.9.42"</div><div class="diff-add">+ serde_norway = { version = "0.9.42", 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_norway = ["dep:serde_norway"] # pick a name that makes sense for your crate</div></div></li>
<li>(-18 deps) Make <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> optional in <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</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">- chrono = "0.4.43"</div><div class="diff-add">+ chrono = { version = "0.4.43", 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-chrono = ["dep:chrono"] # 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>(-27 deps) Propose making <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a> optional in <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</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>(-22 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>(-6 deps) Propose making <a href="https://crates.io/crates/time" target="_blank" style="color:inherit;text-decoration:underline dotted">time</a> optional in <a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</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/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> optional in <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</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/libz-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libz-sys</a> optional in <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</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/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>(-25 deps) Propose making <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> optional in <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</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>(-22 deps) Propose making <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> optional in <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</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>(-20 deps) Propose making <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a> optional in <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</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/redox_users" target="_blank" style="color:inherit;text-decoration:underline dotted">redox_users</a> optional in <a href="https://crates.io/crates/dirs-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs-sys</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>(-5 deps) Propose making <a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a> optional in <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</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>(-1 deps) Propose making <a href="https://crates.io/crates/iana-time-zone-haiku" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone-haiku</a> optional in <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</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>(-1 deps) Propose making <a href="https://crates.io/crates/wit-component" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-component</a> optional in <a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</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>(-1 deps) Propose making <a href="https://crates.io/crates/js-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">js-sys</a> optional in <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/natord-plus-plus" target="_blank" style="color:inherit;text-decoration:underline dotted">natord-plus-plus</a></code></td>
<td>1</td><td>1</td><td>0</td><td>∞</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>REMOVE (appears unused)</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/natord-plus-plus" target="_blank" style="color:inherit;text-decoration:underline dotted">natord-plus-plus</a> v2.0.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/natord-plus-plus" target="_blank" style="color:inherit;text-decoration:underline dotted">natord-plus-plus</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(2)">
<td>2</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/uutils_term_grid" target="_blank" style="color:inherit;text-decoration:underline dotted">uutils_term_grid</a></code></td>
<td>1</td><td>3</td><td>0</td><td>∞</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>REMOVE (appears unused)</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/uutils_term_grid" target="_blank" style="color:inherit;text-decoration:underline dotted">uutils_term_grid</a> v0.7.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/uutils_term_grid" target="_blank" style="color:inherit;text-decoration:underline dotted">uutils_term_grid</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(3)">
<td>3</td>
<td><code><a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a></code></td>
<td>27</td><td>35</td><td>5</td><td>7.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</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/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> v0.20.4 → <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a> v2.5.8</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a></div>
<div style="margin-top:8px"><span class="label">References (5):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../git2-0.20.4/src/test.rs:7</div>
<div class="ref-line"><code>use url::Url;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../git2-0.20.4/src/submodule.rs:333</div>
<div class="ref-line"><code>use url::Url;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../git2-0.20.4/src/cred.rs:210</div>
<div class="ref-line"><code>if let Ok(url) = url::Url::parse(url) {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../git2-0.20.4/src/cred.rs:211</div>
<div class="ref-line"><code>if let Some(url::Host::Domain(s)) = url.host() {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../git2-0.20.4/src/cred.rs:282</div>
<div class="ref-line"><code>if let Ok(url) = url::Url::parse(&self.url) {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(4)">
<td>4</td>
<td><code><a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a></code></td>
<td><code><a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a></code></td>
<td>23</td><td>40</td><td>4</td><td>10.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: parallel)</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/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> v1.2.56 → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> v0.1.34</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a></div>
<div style="margin-top:8px"><span class="label">References (4):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../cc-1.2.56/src/parallel/job_token.rs:101</div>
<div class="ref-line"><code>inner: jobserver::Client,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../cc-1.2.56/src/parallel/job_token.rs:106</div>
<div class="ref-line"><code>jobserver::Client::from_env().map(|inner| Self {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../cc-1.2.56/src/parallel/job_token.rs:144</div>
<div class="ref-line"><code>inner: jobserver::HelperThread,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../cc-1.2.56/src/parallel/job_token.rs:146</div>
<div class="ref-line"><code>rx: mpsc::Receiver<io::Result<jobserver::Acquired>>,</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(5)">
<td>5</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>22</td><td>27</td><td>3</td><td>9.0</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/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.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</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(6)">
<td>6</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/terminal_size" target="_blank" style="color:inherit;text-decoration:underline dotted">terminal_size</a></code></td>
<td>14</td><td>18</td><td>2</td><td>9.0</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/terminal_size" target="_blank" style="color:inherit;text-decoration:underline dotted">terminal_size</a> v0.4.3</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/terminal_size" target="_blank" style="color:inherit;text-decoration:underline dotted">terminal_size</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/output/mod.rs:66</div>
<div class="ref-line"><code>{ terminal_size::terminal_size_of(std::io::stdout()).map(|(w, _h)| w.0 as _) };</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/output/mod.rs:71</div>
<div class="ref-line"><code>terminal_size::terminal_size_of(unsafe {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(7)">
<td>7</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/dirs" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs</a></code></td>
<td>10</td><td>19</td><td>2</td><td>9.5</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/dirs" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs</a> v6.0.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/dirs" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/options/config.rs:27</div>
<div class="ref-line"><code>location: dirs::config_dir()</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/options/theme.rs:52</div>
<div class="ref-line"><code>let path = dirs::config_dir().unwrap_or_default();</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(8)">
<td>8</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a></code></td>
<td>9</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-8">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a> v1.8.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/fs/feature/xattr.rs:697</div>
<div class="ref-line"><code>plist::Value::from_reader(reader).ok().and_then(|v| {</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/fs/feature/xattr.rs:703</div>
<div class="ref-line"><code>&plist::XmlWriteOptions::default()</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(9)">
<td>9</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/backtrace" target="_blank" style="color:inherit;text-decoration:underline dotted">backtrace</a></code></td>
<td>7</td><td>11</td><td>0</td><td>∞</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>REMOVE (appears unused)</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/backtrace" target="_blank" style="color:inherit;text-decoration:underline dotted">backtrace</a> v0.3.76</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/backtrace" target="_blank" style="color:inherit;text-decoration:underline dotted">backtrace</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(10)">
<td>10</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/phf" target="_blank" style="color:inherit;text-decoration:underline dotted">phf</a></code></td>
<td>6</td><td>13</td><td>2</td><td>6.5</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/phf" target="_blank" style="color:inherit;text-decoration:underline dotted">phf</a> v0.13.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/phf" target="_blank" style="color:inherit;text-decoration:underline dotted">phf</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/output/icons.rs:8</div>
<div class="ref-line"><code>use phf::{Map, phf_map};</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/info/filetype.rs:16</div>
<div class="ref-line"><code>use phf::{Map, phf_map};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(11)">
<td>11</td>
<td><code><a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/time" target="_blank" style="color:inherit;text-decoration:underline dotted">time</a></code></td>
<td>6</td><td>13</td><td>3</td><td>4.3</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/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a> v1.8.0 → <a href="https://crates.io/crates/time" target="_blank" style="color:inherit;text-decoration:underline dotted">time</a> v0.3.47</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/plist" target="_blank" style="color:inherit;text-decoration:underline dotted">plist</a> → <a href="https://crates.io/crates/time" target="_blank" style="color:inherit;text-decoration:underline dotted">time</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/.../plist-1.8.0/src/value.rs:777</div>
<div class="ref-line"><code>use std::time::SystemTime;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../plist-1.8.0/src/date.rs:3</div>
<div class="ref-line"><code>time::{Duration, SystemTime, UNIX_EPOCH},</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../plist-1.8.0/src/date.rs:5</div>
<div class="ref-line"><code>use time::{format_description::well_known::Rfc3339, OffsetDateTime, UtcOffset};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(12)">
<td>12</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/palette" target="_blank" style="color:inherit;text-decoration:underline dotted">palette</a></code></td>
<td>5</td><td>11</td><td>1</td><td>11.0</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/palette" target="_blank" style="color:inherit;text-decoration:underline dotted">palette</a> v0.7.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/palette" target="_blank" style="color:inherit;text-decoration:underline dotted">palette</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/output/color_scale.rs:9</div>
<div class="ref-line"><code>use palette::{FromColor, LinSrgb, Oklab, Srgb};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(13)">
<td>13</td>
<td><code><a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a></code></td>
<td>4</td><td>47</td><td>1</td><td>47.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/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> v0.20.4 → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> v0.18.3+1.9.2</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</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/.../git2-0.20.4/src/lib.rs:75</div>
<div class="ref-line"><code>use libgit2_sys as raw;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(14)">
<td>14</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/serde_norway" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_norway</a></code></td>
<td>3</td><td>14</td><td>2</td><td>7.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/serde_norway" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_norway</a> v0.9.42</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/serde_norway" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_norway</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/options/config.rs:14</div>
<div class="ref-line"><code>use serde_norway;</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/options/config.rs:628</div>
<div class="ref-line"><code>serde_norway::from_reader(&file).ok()</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(15)">
<td>15</td>
<td><code><a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/libz-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libz-sys</a></code></td>
<td>2</td><td>46</td><td>1</td><td>46.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</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/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> v0.18.3+1.9.2 → <a href="https://crates.io/crates/libz-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libz-sys</a> v1.1.23</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/libz-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libz-sys</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/.../libgit2-sys-0.18.3+1.9.2/lib.rs:5</div>
<div class="ref-line"><code>extern crate libz_sys as libz;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(16)">
<td>16</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>2</td><td>26</td><td>2</td><td>13.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</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/idna_adapter" target="_blank" style="color:inherit;text-decoration:underline dotted">idna_adapter</a> v1.2.1 → <a href="https://crates.io/crates/icu_normalizer" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_normalizer</a> v2.1.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</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.1/src/lib.rs:25</div>
<div class="ref-line"><code>use icu_normalizer::properties::CanonicalCombiningClassMapBorrowed;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../idna_adapter-1.2.1/src/lib.rs:26</div>
<div class="ref-line"><code>use icu_normalizer::uts46::Uts46MapperBorrowed;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(17)">
<td>17</td>
<td><code><a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a></code></td>
<td>25</td><td>29</td><td>5</td><td>5.8</td>
<td><span class="badge badge-medium">MEDIUM</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/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a> v2.5.8 → <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a> v1.1.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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/url" target="_blank" style="color:inherit;text-decoration:underline dotted">url</a> → <a href="https://crates.io/crates/idna" target="_blank" style="color:inherit;text-decoration:underline dotted">idna</a></div>
<div style="margin-top:8px"><span class="label">References (5):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../url-2.5.8/src/host.rs:109</div>
<div class="ref-line"><code>let domain = idna::domain_to_ascii_from_cow(domain, idna::AsciiDenyList::URL)?;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../url-2.5.8/src/quirks.rs:74</div>
<div class="ref-line"><code>let (unicode, _errors) = idna::domain_to_unicode(domain);</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../url-2.5.8/src/origin.rs:98</div>
<div class="ref-line"><code>let (domain, _errors) = idna::domain_to_unicode(domain);</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../url-2.5.8/src/parser.rs:101</div>
<div class="ref-line"><code>impl From<::idna::Errors> for ParseError {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../url-2.5.8/src/parser.rs:102</div>
<div class="ref-line"><code>fn from(_: ::idna::Errors) -> Self {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(18)">
<td>18</td>
<td><code><a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a></code></td>
<td><code><a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a></code></td>
<td>18</td><td>64</td><td>6</td><td>10.7</td>
<td><span class="badge badge-medium">MEDIUM</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> v0.23.4 → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> v0.4.43</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/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a></div>
<div style="margin-top:8px"><span class="label">References (6):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/rust-projects/eza/src/fs/file.rs:25</div>
<div class="ref-line"><code>use chrono::prelude::*;</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/fs/feature/xattr.rs:595</div>
<div class="ref-line"><code>use chrono::{Local, SecondsFormat, TimeZone};</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/output/render/times.rs:10</div>
<div class="ref-line"><code>use chrono::prelude::*;</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/output/table.rs:12</div>
<div class="ref-line"><code>use chrono::prelude::*;</code></div>
<div class="ref-file">/tmp/rust-projects/eza/src/output/time.rs:9</div>
<div class="ref-line"><code>use chrono::prelude::*;</code></div>
<div class="ref-file">/tmp/rust-projects/eza/build.rs:23</div>
<div class="ref-line"><code>use chrono::prelude::*;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(19)">
<td>19</td>
<td><code><a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a></code></td>
<td>22</td><td>39</td><td>1</td><td>39.0</td>
<td><span class="badge badge-noise">NOISE</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/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> v0.1.34 → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> v0.3.4</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</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/.../jobserver-0.1.34/src/windows.rs:81</div>
<div class="ref-line"><code>let bytes = getrandom::u32()?;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(20)">
<td>20</td>
<td><code><a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a></code></td>
<td>20</td><td>35</td><td>1</td><td>35.0</td>
<td><span class="badge badge-noise">NOISE</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/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> v0.3.4 → <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a> v1.0.2+wasi-0.2.9</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> → <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</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/.../getrandom-0.3.4/src/backends/wasi_p2.rs:4</div>
<div class="ref-line"><code>use wasip2::random::random::get_random_u64;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(21)">
<td>21</td>
<td><code><a href="https://crates.io/crates/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a></code></td>
<td><code><a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a></code></td>
<td>18</td><td>33</td><td>1</td><td>33.0</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>ALREADY GATED (already optional, enabled by: macros)</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/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a> v0.51.0 → <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a> v0.51.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> → <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a> → <a href="https://crates.io/crates/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a> → <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</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/.../wit-bindgen-0.51.0/src/lib.rs:868</div>
<div class="ref-line"><code>pub use wit_bindgen_rust_macro::generate;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(22)">
<td>22</td>
<td><code><a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a></code></td>
<td><code><a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a></code></td>
<td>17</td><td>61</td><td>1</td><td>61.0</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>ALREADY GATED (optional + platform-conditional, enabled by: clock, iana-time-zone)</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/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> v0.4.43 → <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> v0.1.65</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> → <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</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/.../chrono-0.4.43/src/offset/local/unix.rs:81</div>
<div class="ref-line"><code>let tz_name = iana_time_zone::get_timezone().ok()?;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(23)">
<td>23</td>
<td><code><a href="https://crates.io/crates/dirs-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs-sys</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/redox_users" target="_blank" style="color:inherit;text-decoration:underline dotted">redox_users</a></code></td>
<td>7</td><td>14</td><td>3</td><td>4.7</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>FEATURE GATE</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/dirs-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs-sys</a> v0.5.0 → <a href="https://crates.io/crates/redox_users" target="_blank" style="color:inherit;text-decoration:underline dotted">redox_users</a> v0.5.2</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/dirs" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs</a> → <a href="https://crates.io/crates/dirs-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">dirs-sys</a> → <a href="https://crates.io/crates/redox_users" target="_blank" style="color:inherit;text-decoration:underline dotted">redox_users</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/.../dirs-sys-0.5.0/src/lib.rs:79</div>
<div class="ref-line"><code>extern crate redox_users;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../dirs-sys-0.5.0/src/lib.rs:86</div>
<div class="ref-line"><code>use super::redox_users::{All, AllUsers, Config};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../dirs-sys-0.5.0/src/lib.rs:89</div>
<div class="ref-line"><code>let current_uid = redox_users::get_uid().ok()?;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(24)">
<td>24</td>
<td><code><a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a></code></td>
<td>5</td><td>32</td><td>3</td><td>10.7</td>
<td><span class="badge badge-noise">NOISE</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/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a> v0.51.0 → <a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a> v0.51.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> → <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a> → <a href="https://crates.io/crates/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a> → <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a> → <a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</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/.../wit-bindgen-rust-macro-0.51.0/src/lib.rs:13</div>
<div class="ref-line"><code>use wit_bindgen_rust::{Opts, Ownership, WithOption};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../wit-bindgen-rust-macro-0.51.0/src/lib.rs:33</div>
<div class="ref-line"><code>if let Some(e) = err.downcast_ref::<wit_bindgen_rust::MissingWith>() {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../wit-bindgen-rust-macro-0.51.0/src/lib.rs:340</div>
<div class="ref-line"><code>impl From<ExportKey> for wit_bindgen_rust::ExportKey {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(25)">
<td>25</td>
<td><code><a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/iana-time-zone-haiku" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone-haiku</a></code></td>
<td>1</td><td>44</td><td>1</td><td>44.0</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>FEATURE GATE</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/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> v0.1.65 → <a href="https://crates.io/crates/iana-time-zone-haiku" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone-haiku</a> v0.1.2</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> → <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> → <a href="https://crates.io/crates/iana-time-zone-haiku" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone-haiku</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/.../iana-time-zone-0.1.65/src/tz_haiku.rs:2</div>
<div class="ref-line"><code>iana_time_zone_haiku::get_timezone().ok_or(crate::GetTimezoneError::OsError)</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(26)">
<td>26</td>
<td><code><a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/wit-component" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-component</a></code></td>
<td>1</td><td>28</td><td>2</td><td>14.0</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>FEATURE GATE</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/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a> v0.51.0 → <a href="https://crates.io/crates/wit-component" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-component</a> v0.244.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/git2" target="_blank" style="color:inherit;text-decoration:underline dotted">git2</a> → <a href="https://crates.io/crates/libgit2-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">libgit2-sys</a> → <a href="https://crates.io/crates/cc" target="_blank" style="color:inherit;text-decoration:underline dotted">cc</a> → <a href="https://crates.io/crates/jobserver" target="_blank" style="color:inherit;text-decoration:underline dotted">jobserver</a> → <a href="https://crates.io/crates/getrandom" target="_blank" style="color:inherit;text-decoration:underline dotted">getrandom</a> → <a href="https://crates.io/crates/wasip2" target="_blank" style="color:inherit;text-decoration:underline dotted">wasip2</a> → <a href="https://crates.io/crates/wit-bindgen" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen</a> → <a href="https://crates.io/crates/wit-bindgen-rust-macro" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust-macro</a> → <a href="https://crates.io/crates/wit-bindgen-rust" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-bindgen-rust</a> → <a href="https://crates.io/crates/wit-component" target="_blank" style="color:inherit;text-decoration:underline dotted">wit-component</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/.../wit-bindgen-rust-0.51.0/src/lib.rs:929</div>
<div class="ref-line"><code>let component_type = wit_component::metadata::encode(</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../wit-bindgen-rust-0.51.0/src/lib.rs:932</div>
<div class="ref-line"><code>wit_component::StringEncoding::UTF8,</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(27)">
<td>27</td>
<td><code><a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/js-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">js-sys</a></code></td>
<td>1</td><td>13</td><td>1</td><td>13.0</td>
<td><span class="badge badge-noise">NOISE</span></td>
<td>FEATURE GATE</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/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> v0.1.65 → <a href="https://crates.io/crates/js-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">js-sys</a> v0.3.85</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PHANTOM</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/eza" target="_blank" style="color:inherit;text-decoration:underline dotted">eza</a> → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> → <a href="https://crates.io/crates/iana-time-zone" target="_blank" style="color:inherit;text-decoration:underline dotted">iana-time-zone</a> → <a href="https://crates.io/crates/js-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">js-sys</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/.../iana-time-zone-0.1.65/src/tz_wasm32_unknown.rs:1</div>
<div class="ref-line"><code>use js_sys::{Array, Intl, Object, Reflect};</code></div>
</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:06.843033344+00:00",
"workspace_root": "/tmp/rust-projects/eza",
"threshold": 3.0,
"total_dependencies": 240,
"platform_dependencies": 127,
"phantom_dependencies": 113,
"fat_nodes_found": 62,
"targets": [
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "natord-plus-plus",
"version": "2.0.0"
},
"w_transitive": 1,
"w_unique": 1,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "natord-plus-plus",
"searched_names": [
"natord_plus_plus"
],
"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": [
"eza",
"natord-plus-plus"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 0,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "uutils_term_grid",
"version": "0.7.0"
},
"w_transitive": 3,
"w_unique": 1,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "uutils_term_grid",
"searched_names": [
"uutils_term_grid"
],
"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": [
"eza",
"uutils_term_grid"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "git2",
"version": "0.20.4"
},
"fat_dependency": {
"name": "url",
"version": "2.5.8"
},
"w_transitive": 35,
"w_unique": 27,
"c_ref": 5,
"hurrs": 7.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "url",
"searched_names": [
"url"
],
"ref_count": 5,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/test.rs",
"line_number": 7,
"line_content": "use url::Url;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/submodule.rs",
"line_number": 333,
"line_content": "use url::Url;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/cred.rs",
"line_number": 210,
"line_content": "if let Ok(url) = url::Url::parse(url) {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/cred.rs",
"line_number": 211,
"line_content": "if let Some(url::Host::Domain(s)) = url.host() {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/cred.rs",
"line_number": 282,
"line_content": "if let Ok(url) = url::Url::parse(&self.url) {",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"Host",
"Url"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"url"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 5735,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "cc",
"version": "1.2.56"
},
"fat_dependency": {
"name": "jobserver",
"version": "0.1.34"
},
"w_transitive": 40,
"w_unique": 23,
"c_ref": 4,
"hurrs": 10.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "jobserver",
"searched_names": [
"jobserver"
],
"ref_count": 4,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/parallel/job_token.rs",
"line_number": 101,
"line_content": "inner: jobserver::Client,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/parallel/job_token.rs",
"line_number": 106,
"line_content": "jobserver::Client::from_env().map(|inner| Self {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/parallel/job_token.rs",
"line_number": 144,
"line_content": "inner: jobserver::HelperThread,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/parallel/job_token.rs",
"line_number": 146,
"line_content": "rx: mpsc::Receiver<io::Result<jobserver::Acquired>>,",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Acquired",
"Client",
"HelperThread"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"parallel"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1629,
"fat_dep_own_deps": 2,
"has_re_export_all": false
},
{
"intermediate": {
"name": "idna",
"version": "1.1.0"
},
"fat_dependency": {
"name": "idna_adapter",
"version": "1.2.1"
},
"w_transitive": 27,
"w_unique": 22,
"c_ref": 3,
"hurrs": 9.0,
"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": [
"eza",
"git2",
"url",
"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": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "terminal_size",
"version": "0.4.3"
},
"w_transitive": 18,
"w_unique": 14,
"c_ref": 2,
"hurrs": 9.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "terminal_size",
"searched_names": [
"terminal_size"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/output/mod.rs",
"line_number": 66,
"line_content": "{ terminal_size::terminal_size_of(std::io::stdout()).map(|(w, _h)| w.0 as _) };",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/output/mod.rs",
"line_number": 71,
"line_content": "terminal_size::terminal_size_of(unsafe {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"terminal_size_of"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"terminal_size"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 186,
"fat_dep_own_deps": 2,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "dirs",
"version": "6.0.0"
},
"w_transitive": 19,
"w_unique": 10,
"c_ref": 2,
"hurrs": 9.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "dirs",
"searched_names": [
"dirs"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/options/config.rs",
"line_number": 27,
"line_content": "location: dirs::config_dir()",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/options/theme.rs",
"line_number": 52,
"line_content": "let path = dirs::config_dir().unwrap_or_default();",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"config_dir"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"dirs"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 202,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "plist",
"version": "1.8.0"
},
"w_transitive": 21,
"w_unique": 9,
"c_ref": 2,
"hurrs": 10.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "plist",
"searched_names": [
"plist"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/fs/feature/xattr.rs",
"line_number": 697,
"line_content": "plist::Value::from_reader(reader).ok().and_then(|v| {",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/fs/feature/xattr.rs",
"line_number": 703,
"line_content": "&plist::XmlWriteOptions::default()",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Value",
"XmlWriteOptions"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"plist"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 6268,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "backtrace",
"version": "0.3.76"
},
"w_transitive": 11,
"w_unique": 7,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "backtrace",
"searched_names": [
"backtrace"
],
"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": [
"eza",
"backtrace"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 6379,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "phf",
"version": "0.13.1"
},
"w_transitive": 13,
"w_unique": 6,
"c_ref": 2,
"hurrs": 6.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "phf",
"searched_names": [
"phf"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/output/icons.rs",
"line_number": 8,
"line_content": "use phf::{Map, phf_map};",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/info/filetype.rs",
"line_number": 16,
"line_content": "use phf::{Map, phf_map};",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"Map",
"phf_map"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"phf"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 769,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "plist",
"version": "1.8.0"
},
"fat_dependency": {
"name": "time",
"version": "0.3.47"
},
"w_transitive": 13,
"w_unique": 6,
"c_ref": 3,
"hurrs": 4.333333333333333,
"confidence": "High",
"scan_result": {
"fat_crate_name": "time",
"searched_names": [
"time"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plist-1.8.0/src/value.rs",
"line_number": 777,
"line_content": "use std::time::SystemTime;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plist-1.8.0/src/date.rs",
"line_number": 3,
"line_content": "time::{Duration, SystemTime, UNIX_EPOCH},",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plist-1.8.0/src/date.rs",
"line_number": 5,
"line_content": "use time::{format_description::well_known::Rfc3339, OffsetDateTime, UtcOffset};",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"Duration",
"OffsetDateTime",
"SystemTime",
"UNIX_EPOCH",
"UtcOffset",
"format_description"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"plist",
"time"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 33839,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "palette",
"version": "0.7.5"
},
"w_transitive": 11,
"w_unique": 5,
"c_ref": 1,
"hurrs": 11.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "palette",
"searched_names": [
"palette"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/output/color_scale.rs",
"line_number": 9,
"line_content": "use palette::{FromColor, LinSrgb, Oklab, Srgb};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"FromColor",
"LinSrgb",
"Oklab",
"Srgb"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"palette"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 24420,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "git2",
"version": "0.20.4"
},
"fat_dependency": {
"name": "libgit2-sys",
"version": "0.18.3+1.9.2"
},
"w_transitive": 47,
"w_unique": 4,
"c_ref": 1,
"hurrs": 47.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "libgit2-sys",
"searched_names": [
"libgit2_sys"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs",
"line_number": 75,
"line_content": "use libgit2_sys as raw;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 4236,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "serde_norway",
"version": "0.9.42"
},
"w_transitive": 14,
"w_unique": 3,
"c_ref": 2,
"hurrs": 7.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "serde_norway",
"searched_names": [
"serde_norway"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/options/config.rs",
"line_number": 14,
"line_content": "use serde_norway;",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/options/config.rs",
"line_number": 628,
"line_content": "serde_norway::from_reader(&file).ok()",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"from_reader"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"serde_norway"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 10434,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "libgit2-sys",
"version": "0.18.3+1.9.2"
},
"fat_dependency": {
"name": "libz-sys",
"version": "1.1.23"
},
"w_transitive": 46,
"w_unique": 2,
"c_ref": 1,
"hurrs": 46.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "libz-sys",
"searched_names": [
"libz_sys"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs",
"line_number": 5,
"line_content": "extern crate libz_sys as libz;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"libz-sys"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1005,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "idna_adapter",
"version": "1.2.1"
},
"fat_dependency": {
"name": "icu_normalizer",
"version": "2.1.1"
},
"w_transitive": 26,
"w_unique": 2,
"c_ref": 2,
"hurrs": 13.0,
"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.1/src/lib.rs",
"line_number": 25,
"line_content": "use icu_normalizer::properties::CanonicalCombiningClassMapBorrowed;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs",
"line_number": 26,
"line_content": "use icu_normalizer::uts46::Uts46MapperBorrowed;",
"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": [
"eza",
"git2",
"url",
"idna",
"idna_adapter",
"icu_normalizer"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 5725,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "url",
"version": "2.5.8"
},
"fat_dependency": {
"name": "idna",
"version": "1.1.0"
},
"w_transitive": 29,
"w_unique": 25,
"c_ref": 5,
"hurrs": 5.8,
"confidence": "Medium",
"scan_result": {
"fat_crate_name": "idna",
"searched_names": [
"idna"
],
"ref_count": 5,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/host.rs",
"line_number": 109,
"line_content": "let domain = idna::domain_to_ascii_from_cow(domain, idna::AsciiDenyList::URL)?;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/quirks.rs",
"line_number": 74,
"line_content": "let (unicode, _errors) = idna::domain_to_unicode(domain);",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/origin.rs",
"line_number": 98,
"line_content": "let (domain, _errors) = idna::domain_to_unicode(domain);",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs",
"line_number": 101,
"line_content": "impl From<::idna::Errors> for ParseError {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/parser.rs",
"line_number": 102,
"line_content": "fn from(_: ::idna::Errors) -> Self {",
"in_generated_file": false
}
],
"files_with_matches": 4,
"generated_file_refs": 0,
"distinct_items": [
"AsciiDenyList",
"Errors",
"domain_to_ascii_from_cow",
"domain_to_unicode"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"url",
"idna"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2905,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "eza",
"version": "0.23.4"
},
"fat_dependency": {
"name": "chrono",
"version": "0.4.43"
},
"w_transitive": 64,
"w_unique": 18,
"c_ref": 6,
"hurrs": 10.666666666666666,
"confidence": "Medium",
"scan_result": {
"fat_crate_name": "chrono",
"searched_names": [
"chrono"
],
"ref_count": 6,
"file_matches": [
{
"path": "/tmp/rust-projects/eza/src/fs/file.rs",
"line_number": 25,
"line_content": "use chrono::prelude::*;",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/fs/feature/xattr.rs",
"line_number": 595,
"line_content": "use chrono::{Local, SecondsFormat, TimeZone};",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/output/render/times.rs",
"line_number": 10,
"line_content": "use chrono::prelude::*;",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/output/table.rs",
"line_number": 12,
"line_content": "use chrono::prelude::*;",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/src/output/time.rs",
"line_number": 9,
"line_content": "use chrono::prelude::*;",
"in_generated_file": false
},
{
"path": "/tmp/rust-projects/eza/build.rs",
"line_number": 23,
"line_content": "use chrono::prelude::*;",
"in_generated_file": false
}
],
"files_with_matches": 6,
"generated_file_refs": 0,
"distinct_items": [
"Local",
"SecondsFormat",
"TimeZone",
"prelude"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"chrono"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 20279,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "jobserver",
"version": "0.1.34"
},
"fat_dependency": {
"name": "getrandom",
"version": "0.3.4"
},
"w_transitive": 39,
"w_unique": 22,
"c_ref": 1,
"hurrs": 39.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "getrandom",
"searched_names": [
"getrandom"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/windows.rs",
"line_number": 81,
"line_content": "let bytes = getrandom::u32()?;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"u32"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver",
"getrandom"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2022,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "getrandom",
"version": "0.3.4"
},
"fat_dependency": {
"name": "wasip2",
"version": "1.0.2+wasi-0.2.9"
},
"w_transitive": 35,
"w_unique": 20,
"c_ref": 1,
"hurrs": 35.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "wasip2",
"searched_names": [
"wasip2"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/backends/wasi_p2.rs",
"line_number": 4,
"line_content": "use wasip2::random::random::get_random_u64;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"random"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver",
"getrandom",
"wasip2"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 16612,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "wit-bindgen",
"version": "0.51.0"
},
"fat_dependency": {
"name": "wit-bindgen-rust-macro",
"version": "0.51.0"
},
"w_transitive": 33,
"w_unique": 18,
"c_ref": 1,
"hurrs": 33.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "wit-bindgen-rust-macro",
"searched_names": [
"wit_bindgen_rust_macro"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-0.51.0/src/lib.rs",
"line_number": 868,
"line_content": "pub use wit_bindgen_rust_macro::generate;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"generate"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"macros"
],
"recommended_defaults": [
"realloc",
"async",
"std",
"bitflags"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver",
"getrandom",
"wasip2",
"wit-bindgen",
"wit-bindgen-rust-macro"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 553,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "chrono",
"version": "0.4.43"
},
"fat_dependency": {
"name": "iana-time-zone",
"version": "0.1.65"
},
"w_transitive": 61,
"w_unique": 17,
"c_ref": 1,
"hurrs": 61.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "iana-time-zone",
"searched_names": [
"iana_time_zone"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/offset/local/unix.rs",
"line_number": 81,
"line_content": "let tz_name = iana_time_zone::get_timezone().ok()?;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"get_timezone"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "optional + platform-conditional",
"enabling_features": [
"clock",
"iana-time-zone"
],
"recommended_defaults": [
"std",
"oldtime",
"wasmbind"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": true
},
"dep_chain": [
"eza",
"chrono",
"iana-time-zone"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2843,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "dirs-sys",
"version": "0.5.0"
},
"fat_dependency": {
"name": "redox_users",
"version": "0.5.2"
},
"w_transitive": 14,
"w_unique": 7,
"c_ref": 3,
"hurrs": 4.666666666666667,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "redox_users",
"searched_names": [
"redox_users"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs",
"line_number": 79,
"line_content": "extern crate redox_users;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs",
"line_number": 86,
"line_content": "use super::redox_users::{All, AllUsers, Config};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs",
"line_number": 89,
"line_content": "let current_uid = redox_users::get_uid().ok()?;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"All",
"AllUsers",
"Config",
"get_uid"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"eza",
"dirs",
"dirs-sys",
"redox_users"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1128,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "wit-bindgen-rust-macro",
"version": "0.51.0"
},
"fat_dependency": {
"name": "wit-bindgen-rust",
"version": "0.51.0"
},
"w_transitive": 32,
"w_unique": 5,
"c_ref": 3,
"hurrs": 10.666666666666666,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "wit-bindgen-rust",
"searched_names": [
"wit_bindgen_rust"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rust-macro-0.51.0/src/lib.rs",
"line_number": 13,
"line_content": "use wit_bindgen_rust::{Opts, Ownership, WithOption};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rust-macro-0.51.0/src/lib.rs",
"line_number": 33,
"line_content": "if let Some(e) = err.downcast_ref::<wit_bindgen_rust::MissingWith>() {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rust-macro-0.51.0/src/lib.rs",
"line_number": 340,
"line_content": "impl From<ExportKey> for wit_bindgen_rust::ExportKey {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"ExportKey",
"MissingWith",
"Opts",
"Ownership",
"WithOption"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver",
"getrandom",
"wasip2",
"wit-bindgen",
"wit-bindgen-rust-macro",
"wit-bindgen-rust"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 5141,
"fat_dep_own_deps": 8,
"has_re_export_all": false
},
{
"intermediate": {
"name": "iana-time-zone",
"version": "0.1.65"
},
"fat_dependency": {
"name": "iana-time-zone-haiku",
"version": "0.1.2"
},
"w_transitive": 44,
"w_unique": 1,
"c_ref": 1,
"hurrs": 44.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "iana-time-zone-haiku",
"searched_names": [
"iana_time_zone_haiku"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_haiku.rs",
"line_number": 2,
"line_content": "iana_time_zone_haiku::get_timezone().ok_or(crate::GetTimezoneError::OsError)",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"get_timezone"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"eza",
"chrono",
"iana-time-zone",
"iana-time-zone-haiku"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 62,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "wit-bindgen-rust",
"version": "0.51.0"
},
"fat_dependency": {
"name": "wit-component",
"version": "0.244.0"
},
"w_transitive": 28,
"w_unique": 1,
"c_ref": 2,
"hurrs": 14.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "wit-component",
"searched_names": [
"wit_component"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rust-0.51.0/src/lib.rs",
"line_number": 929,
"line_content": "let component_type = wit_component::metadata::encode(",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wit-bindgen-rust-0.51.0/src/lib.rs",
"line_number": 932,
"line_content": "wit_component::StringEncoding::UTF8,",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"StringEncoding",
"metadata"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"eza",
"git2",
"libgit2-sys",
"cc",
"jobserver",
"getrandom",
"wasip2",
"wit-bindgen",
"wit-bindgen-rust-macro",
"wit-bindgen-rust",
"wit-component"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 11183,
"fat_dep_own_deps": 11,
"has_re_export_all": false
},
{
"intermediate": {
"name": "iana-time-zone",
"version": "0.1.65"
},
"fat_dependency": {
"name": "js-sys",
"version": "0.3.85"
},
"w_transitive": 13,
"w_unique": 1,
"c_ref": 1,
"hurrs": 13.0,
"confidence": "Noise",
"scan_result": {
"fat_crate_name": "js-sys",
"searched_names": [
"js_sys"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/tz_wasm32_unknown.rs",
"line_number": 1,
"line_content": "use js_sys::{Array, Intl, Object, Reflect};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Array",
"Intl",
"Object",
"Reflect"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"eza",
"chrono",
"iana-time-zone",
"js-sys"
],
"required_by_sibling": null,
"phantom": true,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 3338,
"fat_dep_own_deps": 2,
"has_re_export_all": false
}
],
"dep_tree": {
"nodes": [
{
"name": "find-msvc-tools",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "addr2line",
"version": "0.25.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
64
]
},
{
"name": "serde_spanned",
"version": "1.0.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
144
]
},
{
"name": "rustix",
"version": "1.1.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
174,
26,
16,
149,
5
]
},
{
"name": "bumpalo",
"version": "3.19.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "linux-raw-sys",
"version": "0.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_normalizer",
"version": "2.1.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
234,
226,
224,
181,
111,
154
]
},
{
"name": "form_urlencoded",
"version": "1.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
8
]
},
{
"name": "percent-encoding",
"version": "2.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "regex-automata",
"version": "0.4.14",
"transitive_weight": 4,
"is_workspace": false,
"children": [
121,
85,
53
]
},
{
"name": "shlex",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-utils",
"version": "0.8.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "yoke",
"version": "0.8.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
94,
73,
100
]
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "android_system_properties",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
149
]
},
{
"name": "bitflags",
"version": "2.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "clap_derive",
"version": "4.5.55",
"transitive_weight": 6,
"is_workspace": false,
"children": [
20,
75,
105,
189
]
},
{
"name": "crossbeam-deque",
"version": "0.8.6",
"transitive_weight": 3,
"is_workspace": false,
"children": [
43,
12
]
},
{
"name": "quick-xml",
"version": "0.38.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
85
]
},
{
"name": "syn",
"version": "2.0.116",
"transitive_weight": 4,
"is_workspace": false,
"children": [
75,
105,
78
]
},
{
"name": "synstructure",
"version": "0.13.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "libgit2-sys",
"version": "0.18.3+1.9.2",
"transitive_weight": 47,
"is_workspace": false,
"children": [
67,
208,
149,
83
]
},
{
"name": "winnow",
"version": "0.7.14",
"transitive_weight": 2,
"is_workspace": false,
"children": [
85
]
},
{
"name": "snapbox",
"version": "1.0.0",
"transitive_weight": 81,
"is_workspace": false,
"children": [
61,
230,
40,
122,
168,
147,
74,
56,
39,
145,
48,
149,
37,
128
]
},
{
"name": "timeago",
"version": "0.6.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.61.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
115
]
},
{
"name": "nu-ansi-term",
"version": "0.50.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
182,
26
]
},
{
"name": "once_cell",
"version": "1.21.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "by_address",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustc-demangle",
"version": "0.1.27",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ryu",
"version": "1.0.23",
"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": "windows_aarch64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen",
"version": "0.51.0",
"transitive_weight": 34,
"is_workspace": false,
"children": [
225
]
},
{
"name": "dirs-sys",
"version": "0.5.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
213,
26,
149,
211
]
},
{
"name": "normalize-line-endings",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation-sys",
"version": "0.8.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wait-timeout",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
149
]
},
{
"name": "anstream",
"version": "0.6.21",
"transitive_weight": 11,
"is_workspace": false,
"children": [
233,
175,
54,
145,
228,
126,
173
]
},
{
"name": "humantime",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "displaydoc",
"version": "0.2.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "crossbeam-epoch",
"version": "0.9.18",
"transitive_weight": 2,
"is_workspace": false,
"children": [
12
]
},
{
"name": "trycmd",
"version": "1.0.0",
"transitive_weight": 99,
"is_workspace": false,
"children": [
24,
79,
40,
63,
182,
156,
227,
137,
41,
10
]
},
{
"name": "winapi-util",
"version": "0.1.11",
"transitive_weight": 3,
"is_workspace": false,
"children": [
26
]
},
{
"name": "wasmparser",
"version": "0.244.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
130,
200,
16,
59
]
},
{
"name": "adler2",
"version": "2.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dunce",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-traits",
"version": "0.2.19",
"transitive_weight": 2,
"is_workspace": false,
"children": [
96
]
},
{
"name": "equivalent",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "thiserror-impl",
"version": "1.0.69",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "toml_parser",
"version": "1.0.9+spec-1.1.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
23
]
},
{
"name": "regex-syntax",
"version": "0.8.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "anstyle-parse",
"version": "0.2.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
173
]
},
{
"name": "clap_lex",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "content_inspector",
"version": "0.2.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
85
]
},
{
"name": "uzers",
"version": "0.12.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
149,
152
]
},
{
"name": "plist",
"version": "1.8.0",
"transitive_weight": 21,
"is_workspace": false,
"children": [
66,
130,
19,
215
]
},
{
"name": "semver",
"version": "1.0.27",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "path-clean",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tempfile",
"version": "3.25.0",
"transitive_weight": 48,
"is_workspace": false,
"children": [
62,
3,
26,
210,
28
]
},
{
"name": "getrandom",
"version": "0.4.1",
"transitive_weight": 40,
"is_workspace": false,
"children": [
70,
148,
68,
149,
76
]
},
{
"name": "humantime-serde",
"version": "1.1.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
182,
41
]
},
{
"name": "gimli",
"version": "0.32.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "litemap",
"version": "0.8.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "time",
"version": "0.3.47",
"transitive_weight": 13,
"is_workspace": false,
"children": [
144,
114,
97,
159,
132,
238,
110
]
},
{
"name": "libz-sys",
"version": "1.1.23",
"transitive_weight": 46,
"is_workspace": false,
"children": [
208,
149,
83,
138
]
},
{
"name": "cfg-if",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tinystr",
"version": "0.8.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
181,
42
]
},
{
"name": "wasip2",
"version": "1.0.2+wasi-0.2.9",
"transitive_weight": 35,
"is_workspace": false,
"children": [
35
]
},
{
"name": "potential_utf",
"version": "0.1.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
181
]
},
{
"name": "toml_datetime",
"version": "0.7.5+spec-1.1.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
144
]
},
{
"name": "yoke-derive",
"version": "0.8.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
21,
20,
75,
105
]
},
{
"name": "os_pipe",
"version": "1.2.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
26,
149
]
},
{
"name": "quote",
"version": "1.0.44",
"transitive_weight": 3,
"is_workspace": false,
"children": [
105
]
},
{
"name": "r-efi",
"version": "5.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "js-sys",
"version": "0.3.85",
"transitive_weight": 13,
"is_workspace": false,
"children": [
92,
28
]
},
{
"name": "unicode-ident",
"version": "1.0.24",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "toml_edit",
"version": "0.23.10+spec-1.0.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
130,
2,
72,
144,
52,
23,
158
]
},
{
"name": "terminal_size",
"version": "0.4.3",
"transitive_weight": 18,
"is_workspace": false,
"children": [
122,
3
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkg-config",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "id-arena",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "memchr",
"version": "2.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ciborium",
"version": "0.2.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
116,
182,
103
]
},
{
"name": "serde_derive",
"version": "1.0.228",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "siphasher",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tinytemplate",
"version": "1.2.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
192,
182
]
},
{
"name": "web-sys",
"version": "0.3.85",
"transitive_weight": 14,
"is_workspace": false,
"children": [
77,
92
]
},
{
"name": "wasm-bindgen",
"version": "0.2.108",
"transitive_weight": 12,
"is_workspace": false,
"children": [
163,
101,
68,
28,
166
]
},
{
"name": "zerocopy-derive",
"version": "0.8.39",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "zerofrom",
"version": "0.1.6",
"transitive_weight": 7,
"is_workspace": false,
"children": [
177
]
},
{
"name": "iana-time-zone-haiku",
"version": "0.1.2",
"transitive_weight": 44,
"is_workspace": false,
"children": [
208
]
},
{
"name": "autocfg",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "deranged",
"version": "0.5.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "leb128fmt",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "partition-identity",
"version": "0.3.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
205
]
},
{
"name": "stable_deref_trait",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.108",
"transitive_weight": 2,
"is_workspace": false,
"children": [
78
]
},
{
"name": "icu_locale_core",
"version": "2.1.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
69,
181,
42,
65,
196
]
},
{
"name": "ciborium-io",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "anes",
"version": "0.1.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "proc-macro2",
"version": "1.0.106",
"transitive_weight": 2,
"is_workspace": false,
"children": [
78
]
},
{
"name": "wasi",
"version": "0.11.1+wasi-snapshot-preview1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "criterion",
"version": "0.8.2",
"transitive_weight": 105,
"is_workspace": false,
"children": [
161,
178,
190,
86,
90,
192,
182,
156,
109,
172,
147,
191,
219,
49,
104,
143,
223
]
},
{
"name": "either",
"version": "1.15.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "page_size",
"version": "0.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
179,
149
]
},
{
"name": "time-core",
"version": "0.1.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_normalizer_data",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "eza",
"version": "0.23.4",
"transitive_weight": 189,
"is_workspace": true,
"children": [
222,
231,
178,
58,
199,
80,
139,
198,
209,
194,
27,
155,
182,
156,
142,
57,
150,
123,
26,
137,
149,
152,
118,
60,
8,
25,
237,
216
]
},
{
"name": "time-macros",
"version": "0.2.27",
"transitive_weight": 3,
"is_workspace": false,
"children": [
132,
110
]
},
{
"name": "windows-link",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ciborium-ll",
"version": "0.2.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
183,
103
]
},
{
"name": "iana-time-zone",
"version": "0.1.65",
"transitive_weight": 61,
"is_workspace": false,
"children": [
95,
77,
92,
193,
15,
38,
152
]
},
{
"name": "natord-plus-plus",
"version": "2.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "thiserror-impl",
"version": "2.0.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "zmij",
"version": "1.0.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aho-corasick",
"version": "1.1.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
85
]
},
{
"name": "windows-sys",
"version": "0.60.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
206
]
},
{
"name": "locale",
"version": "0.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
149
]
},
{
"name": "phf_macros",
"version": "0.13.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
212,
20,
75,
165,
105
]
},
{
"name": "utf8_iter",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "is_terminal_polyfill",
"version": "1.70.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "object",
"version": "0.37.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
85
]
},
{
"name": "similar",
"version": "2.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unsafe-libyaml-norway",
"version": "0.2.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "indexmap",
"version": "2.13.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
182,
144,
50,
239
]
},
{
"name": "zerotrie",
"version": "0.2.3",
"transitive_weight": 12,
"is_workspace": false,
"children": [
13,
94,
42
]
},
{
"name": "num-conv",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-encoder",
"version": "0.244.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
46,
98
]
},
{
"name": "once_cell_polyfill",
"version": "1.70.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-result",
"version": "0.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
115
]
},
{
"name": "same-file",
"version": "1.0.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
45
]
},
{
"name": "glob",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "vcpkg",
"version": "0.2.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_norway",
"version": "0.9.42",
"transitive_weight": 14,
"is_workspace": false,
"children": [
130,
182,
159,
31,
129
]
},
{
"name": "unicode-xid",
"version": "0.2.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "idna",
"version": "1.1.0",
"transitive_weight": 29,
"is_workspace": false,
"children": [
203,
154,
125
]
},
{
"name": "uutils_term_grid",
"version": "0.7.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
150
]
},
{
"name": "cast",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_core",
"version": "1.0.228",
"transitive_weight": 6,
"is_workspace": false,
"children": [
87
]
},
{
"name": "anstyle",
"version": "1.0.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-parser",
"version": "0.244.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
46,
192,
130,
182,
87,
236,
84,
152,
59,
140
]
},
{
"name": "walkdir",
"version": "2.5.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
136,
45
]
},
{
"name": "wasip3",
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"transitive_weight": 35,
"is_workspace": false,
"children": [
35
]
},
{
"name": "libc",
"version": "0.2.182",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ansi-width",
"version": "0.1.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
229
]
},
{
"name": "getrandom",
"version": "0.3.4",
"transitive_weight": 39,
"is_workspace": false,
"children": [
70,
68,
149,
76
]
},
{
"name": "log",
"version": "0.4.29",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prettyplease",
"version": "0.2.37",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
105
]
},
{
"name": "smallvec",
"version": "1.15.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "proc-mounts",
"version": "0.3.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
99
]
},
{
"name": "rayon",
"version": "1.11.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
207,
108
]
},
{
"name": "approx",
"version": "0.5.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
49
]
},
{
"name": "toml_writer",
"version": "1.0.6+spec-1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "itoa",
"version": "1.0.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jobserver",
"version": "0.1.34",
"transitive_weight": 40,
"is_workspace": false,
"children": [
151,
149
]
},
{
"name": "alloca",
"version": "0.4.0",
"transitive_weight": 44,
"is_workspace": false,
"children": [
208
]
},
{
"name": "strsim",
"version": "0.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.108",
"transitive_weight": 8,
"is_workspace": false,
"children": [
184,
75
]
},
{
"name": "libredox",
"version": "0.1.12",
"transitive_weight": 4,
"is_workspace": false,
"children": [
176,
16,
149
]
},
{
"name": "phf_shared",
"version": "0.13.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
88
]
},
{
"name": "rustversion",
"version": "1.0.22",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-interface",
"version": "0.59.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "filetime",
"version": "0.2.27",
"transitive_weight": 6,
"is_workspace": false,
"children": [
164,
68,
149
]
},
{
"name": "windows-implement",
"version": "0.60.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "crunchy",
"version": "0.2.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "miniz_oxide",
"version": "0.8.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
47
]
},
{
"name": "regex",
"version": "1.12.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
9,
121,
85,
53
]
},
{
"name": "utf8parse",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "errno",
"version": "0.3.14",
"transitive_weight": 4,
"is_workspace": false,
"children": [
26,
149
]
},
{
"name": "anstyle-query",
"version": "1.1.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
26
]
},
{
"name": "redox_syscall",
"version": "0.7.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
16
]
},
{
"name": "zerofrom-derive",
"version": "0.1.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
21,
20,
75,
105
]
},
{
"name": "clap",
"version": "4.5.59",
"transitive_weight": 21,
"is_workspace": false,
"children": [
214,
17
]
},
{
"name": "winapi",
"version": "0.3.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
32,
14
]
},
{
"name": "foldhash",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerovec",
"version": "0.11.5",
"transitive_weight": 12,
"is_workspace": false,
"children": [
13,
94,
185
]
},
{
"name": "serde",
"version": "1.0.228",
"transitive_weight": 7,
"is_workspace": false,
"children": [
144,
87
]
},
{
"name": "half",
"version": "2.7.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
187,
68,
170
]
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.108",
"transitive_weight": 7,
"is_workspace": false,
"children": [
20,
75,
105,
101,
4
]
},
{
"name": "zerovec-derive",
"version": "0.11.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "plotters-backend",
"version": "0.3.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy",
"version": "0.8.39",
"transitive_weight": 6,
"is_workspace": false,
"children": [
93
]
},
{
"name": "thiserror",
"version": "2.0.18",
"transitive_weight": 6,
"is_workspace": false,
"children": [
119
]
},
{
"name": "heck",
"version": "0.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "plotters",
"version": "0.3.7",
"transitive_weight": 19,
"is_workspace": false,
"children": [
91,
92,
49,
221,
186
]
},
{
"name": "criterion-plot",
"version": "0.8.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
219,
143
]
},
{
"name": "serde_json",
"version": "1.0.149",
"transitive_weight": 11,
"is_workspace": false,
"children": [
182,
144,
159,
85,
120
]
},
{
"name": "windows-core",
"version": "0.62.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
169,
167,
135,
235,
115
]
},
{
"name": "palette",
"version": "0.7.5",
"transitive_weight": 11,
"is_workspace": false,
"children": [
201,
157,
220
]
},
{
"name": "wasm-metadata",
"version": "0.244.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
133,
46,
130,
236
]
},
{
"name": "writeable",
"version": "0.6.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_properties_data",
"version": "2.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "phf",
"version": "0.13.1",
"transitive_weight": 13,
"is_workspace": false,
"children": [
124,
182,
165
]
},
{
"name": "dirs",
"version": "6.0.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
36
]
},
{
"name": "hashbrown",
"version": "0.15.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
180
]
},
{
"name": "palette_derive",
"version": "0.7.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
20,
75,
105,
29
]
},
{
"name": "wit-bindgen-core",
"version": "0.51.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
146,
236,
189
]
},
{
"name": "idna_adapter",
"version": "1.2.1",
"transitive_weight": 27,
"is_workspace": false,
"children": [
6,
234
]
},
{
"name": "getrandom",
"version": "0.2.17",
"transitive_weight": 4,
"is_workspace": false,
"children": [
68,
149,
106
]
},
{
"name": "thiserror",
"version": "1.0.69",
"transitive_weight": 6,
"is_workspace": false,
"children": [
51
]
},
{
"name": "windows-targets",
"version": "0.53.5",
"transitive_weight": 10,
"is_workspace": false,
"children": [
115,
81,
33,
112,
217,
11,
82,
89,
34
]
},
{
"name": "rayon-core",
"version": "1.13.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
18,
12
]
},
{
"name": "cc",
"version": "1.2.56",
"transitive_weight": 43,
"is_workspace": false,
"children": [
160,
0,
149,
10
]
},
{
"name": "backtrace",
"version": "0.3.76",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1,
171,
127,
68,
149,
30,
115
]
},
{
"name": "fastrand",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "option-ext",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "phf_generator",
"version": "0.13.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
165,
210
]
},
{
"name": "redox_users",
"version": "0.5.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
188,
204,
164
]
},
{
"name": "clap_builder",
"version": "4.5.59",
"transitive_weight": 14,
"is_workspace": false,
"children": [
40,
145,
55,
162
]
},
{
"name": "base64",
"version": "0.22.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unit-prefix",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen-rust",
"version": "0.51.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
232,
202,
195,
130,
153,
20,
236,
189
]
},
{
"name": "itertools",
"version": "0.13.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
108
]
},
{
"name": "fast-srgb8",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "plotters-svg",
"version": "0.3.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
186
]
},
{
"name": "git2",
"version": "0.20.4",
"transitive_weight": 76,
"is_workspace": false,
"children": [
22,
240,
16,
149,
152
]
},
{
"name": "oorandom",
"version": "11.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_collections",
"version": "2.1.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
71,
181,
13,
94,
42
]
},
{
"name": "wit-bindgen-rust-macro",
"version": "0.51.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
218,
202,
153,
20,
75,
105,
236
]
},
{
"name": "icu_provider",
"version": "2.1.1",
"transitive_weight": 19,
"is_workspace": false,
"children": [
102,
131,
181,
13,
94,
42,
196
]
},
{
"name": "automod",
"version": "1.0.16",
"transitive_weight": 5,
"is_workspace": false,
"children": [
20,
75,
105
]
},
{
"name": "colorchoice",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-width",
"version": "0.1.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "snapbox-macros",
"version": "1.0.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
40
]
},
{
"name": "chrono",
"version": "0.4.43",
"transitive_weight": 64,
"is_workspace": false,
"children": [
117,
49,
115
]
},
{
"name": "wit-component",
"version": "0.244.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
146,
195,
133,
46,
192,
130,
182,
87,
236,
16,
152
]
},
{
"name": "anstyle-wincon",
"version": "3.0.11",
"transitive_weight": 5,
"is_workspace": false,
"children": [
26,
145,
134
]
},
{
"name": "icu_properties",
"version": "2.1.2",
"transitive_weight": 23,
"is_workspace": false,
"children": [
226,
102,
224,
131,
181,
197
]
},
{
"name": "windows-strings",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
115
]
},
{
"name": "anyhow",
"version": "1.0.101",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-width",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "powerfmt",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashbrown",
"version": "0.16.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "url",
"version": "2.5.8",
"transitive_weight": 35,
"is_workspace": false,
"children": [
141,
182,
7,
8
]
}
],
"root_indices": [
113
]
},
"unused_edges": [
[
"eza",
"natord-plus-plus"
],
[
"eza",
"uutils_term_grid"
],
[
"eza",
"backtrace"
]
],
"unused_direct_deps": [
{
"from_crate": "eza",
"dep_name": "natord-plus-plus",
"dep_version": "2.0.0",
"real_deps_saved": 1,
"is_test_example": false
},
{
"from_crate": "eza",
"dep_name": "uutils_term_grid",
"dep_version": "0.7.0",
"real_deps_saved": 1,
"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>