<!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).">1139 total deps</span>
<span title="Dependencies actually compiled for your current platform/target. This is the number that matters for your build times.">871 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.">268 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.">519 heavy crates analyzed</span>
<span title="Number of upstream edges identified as potential optimization targets, ranked by impact.">40 targets found</span>
<span style="color:#aaa">v0.1.0 · 2026-03-25T23:48:44.232249575+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 (40)</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 222"
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">1139 deps total, 126 unique crates shown, 195 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="118.991899189919" data-d="0" data-name="rig-lancedb" data-weight="661" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-lancedb v0.4.2
661 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="0" y="40" width="118.991899189919" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="53" fill="#fff">rig-lancedb (661)</text>
</g>
<g class="frame" data-x="0" data-w="68.61903499851397" data-d="1" data-name="lancedb" data-weight="613" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lancedb v0.23.1
613 transitive deps
depth 1
[34 children too small to show]</title>
<rect x="0" y="59" width="68.61903499851397" height="18" rx="2" fill="hsl(30,75%,50%)" class="normal"/>
<text x="4" y="72" fill="#000">lancedb</text>
</g>
<g class="frame" data-x="0" data-w="4.862316592452066" data-d="2" data-name="lance-namespace-impls" data-weight="596" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-namespace-impls v1.0.1
596 transitive deps
depth 2
[18 children too small to show]</title>
<rect x="0" y="78" width="4.862316592452066" height="18" rx="2" fill="hsl(30,75%,50%)" class="normal"/>
<text x="4" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="4.862316592452066" data-w="4.854158343135871" data-d="2" data-name="lance" data-weight="595" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance v1.0.1
595 transitive deps
depth 2
[shared: 2 parents in dep graph]
[57 children too small to show]</title>
<rect x="4.862316592452066" y="78" width="4.854158343135871" height="18" rx="2" fill="hsl(240,65%,55%)" class="shared"/>
<text x="8.862316592452066" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="9.716474935587936" data-w="4.748101102025339" data-d="2" data-name="lance-index" data-weight="582" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-index v1.0.1
582 transitive deps
depth 2
[shared: 3 parents in dep graph]
[55 children too small to show]</title>
<rect x="9.716474935587936" y="78" width="4.748101102025339" height="18" rx="2" fill="hsl(240,65%,55%)" class="shared"/>
<text x="13.716474935587936" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="14.464576037613275" data-w="3.434622962117986" data-d="2" data-name="lance-datafusion" data-weight="421" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-datafusion v1.0.1
421 transitive deps
depth 2
[shared: 3 parents in dep graph]
[24 children too small to show]</title>
<rect x="14.464576037613275" y="78" width="3.434622962117986" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="18.464576037613277" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="17.89919899973126" data-w="3.4264647128017915" data-d="2" data-name="lance-table" data-weight="420" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-table v1.0.1
420 transitive deps
depth 2
[shared: 3 parents in dep graph]
[31 children too small to show]</title>
<rect x="17.89919899973126" y="78" width="3.4264647128017915" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="21.89919899973126" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="21.325663712533053" data-w="3.4101482141694017" data-d="2" data-name="lance-file" data-weight="418" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-file v1.0.1
418 transitive deps
depth 2
[shared: 4 parents in dep graph]
[26 children too small to show]</title>
<rect x="21.325663712533053" y="78" width="3.4101482141694017" height="18" rx="2" fill="hsl(242,64%,56%)" class="shared"/>
<text x="25.325663712533053" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="24.735811926702453" data-w="3.279616225110286" data-d="2" data-name="lance-io" data-weight="402" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-io v1.0.1
402 transitive deps
depth 2
[shared: 6 parents in dep graph]
[30 children too small to show]</title>
<rect x="24.735811926702453" y="78" width="3.279616225110286" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="28.735811926702453" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="28.01542815181274" data-w="3.181717233315949" data-d="2" data-name="lance-namespace" data-weight="390" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-namespace v1.0.1
390 transitive deps
depth 2
[shared: 4 parents in dep graph]
[6 children too small to show]</title>
<rect x="28.01542815181274" y="78" width="3.181717233315949" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="32.01542815181274" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="31.19714538512869" data-w="2.675905775711875" data-d="2" data-name="datafusion" data-weight="328" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion v50.3.0
328 transitive deps
depth 2
[shared: 6 parents in dep graph]
[47 children too small to show]</title>
<rect x="31.19714538512869" y="78" width="2.675905775711875" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="35.19714538512869" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="33.87305116084056" data-w="2.675905775711875" data-d="2" data-name="lance-encoding" data-weight="328" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-encoding v1.0.1
328 transitive deps
depth 2
[shared: 4 parents in dep graph]
[31 children too small to show]</title>
<rect x="33.87305116084056" y="78" width="2.675905775711875" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="37.87305116084056" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="36.548956936552436" data-w="2.5780067839175382" data-d="2" data-name="datafusion-catalog" data-weight="316" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion-catalog v50.3.0
316 transitive deps
depth 2
[shared: 7 parents in dep graph]
[18 children too small to show]</title>
<rect x="36.548956936552436" y="78" width="2.5780067839175382" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="40.548956936552436" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="39.12696372046997" data-w="2.561690285285149" data-d="2" data-name="lance-linalg" data-weight="314" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-linalg v1.0.1
314 transitive deps
depth 2
[shared: 3 parents in dep graph]
[10 children too small to show]</title>
<rect x="39.12696372046997" y="78" width="2.561690285285149" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="43.12696372046997" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="41.688654005755126" data-w="2.553532035968954" data-d="2" data-name="lance-core" data-weight="313" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>lance-core v1.0.1
313 transitive deps
depth 2
[shared: 11 parents in dep graph]
[30 children too small to show]</title>
<rect x="41.688654005755126" y="78" width="2.553532035968954" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="45.688654005755126" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="44.24218604172408" data-w="2.2843098085345273" data-d="2" data-name="datafusion-physical-plan" data-weight="280" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion-physical-plan v50.3.0
280 transitive deps
depth 2
[shared: 13 parents in dep graph]
[23 children too small to show]</title>
<rect x="44.24218604172408" y="78" width="2.2843098085345273" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="48.24218604172408" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="46.52649585025861" data-w="2.243518561953554" data-d="2" data-name="datafusion-execution" data-weight="275" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion-execution v50.3.0
275 transitive deps
depth 2
[shared: 14 parents in dep graph]
[12 children too small to show]</title>
<rect x="46.52649585025861" y="78" width="2.243518561953554" height="18" rx="2" fill="hsl(245,63%,56%)" class="shared"/>
<text x="50.52649585025861" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="48.77001441221216" data-w="2.161936068791606" data-d="2" data-name="datafusion-expr" data-weight="265" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion-expr v50.3.0
265 transitive deps
depth 2
[shared: 24 parents in dep graph]
[14 children too small to show]</title>
<rect x="48.77001441221216" y="78" width="2.161936068791606" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="52.77001441221216" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="50.93195048100377" data-w="2.112986572894438" data-d="2" data-name="datafusion-common" data-weight="259" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>datafusion-common v50.3.0
259 transitive deps
depth 2
[shared: 31 parents in dep graph]
[17 children too small to show]</title>
<rect x="50.93195048100377" y="78" width="2.112986572894438" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="54.93195048100377" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="68.61903499851397" data-w="35.26100493398352" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="68.61903499851397" y="59" width="35.26100493398352" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="72.61903499851397" y="72" fill="#fff">ri..</text>
</g>
<g class="frame" data-x="68.61903499851397" data-w="11.883007164822507" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="68.61903499851397" y="78" width="11.883007164822507" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="72.61903499851397" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="80.50204216333647" data-w="6.935796018651504" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="80.50204216333647" y="78" width="6.935796018651504" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="84.50204216333647" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="87.43783818198797" data-w="3.6861573245980024" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="87.43783818198797" y="78" width="3.6861573245980024" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="91.43783818198797" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="87.43783818198797" data-w="2.4810674300178865" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="87.43783818198797" y="97" width="2.4810674300178865" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="91.43783818198797" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="103.88003993249748" data-w="10.74621102749974" data-d="1" data-name="arrow-array" data-weight="96" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>arrow-array v56.2.0
96 transitive deps
depth 1
[shared: 29 parents in dep graph]
[6 children too small to show]</title>
<rect x="103.88003993249748" y="59" width="10.74621102749974" height="18" rx="2" fill="hsl(252,59%,58%)" class="shared"/>
<text x="107.88003993249748" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="103.88003993249748" data-w="2.659597378043414" data-d="2" data-name="chrono-tz" data-weight="74" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono-tz v0.10.4
74 transitive deps
depth 2
[1 children too small to show]</title>
<rect x="103.88003993249748" y="78" width="2.659597378043414" height="18" rx="2" fill="hsl(60,68%,53%)" class="normal"/>
<text x="107.88003993249748" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="103.88003993249748" data-w="2.550298855658068" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="103.88003993249748" y="97" width="2.550298855658068" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="107.88003993249748" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="106.5396373105409" data-w="2.5158353576086347" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="106.5396373105409" y="78" width="2.5158353576086347" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="110.5396373105409" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="109.05547266814953" data-w="2.192370811630382" data-d="2" data-name="ahash" data-weight="61" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ahash v0.8.12
61 transitive deps
depth 2
[shared: 16 parents in dep graph]
[7 children too small to show]</title>
<rect x="109.05547266814953" y="78" width="2.192370811630382" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="113.05547266814953" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="118.991899189919" data-w="106.57065706570657" data-d="0" data-name="rig-surrealdb" data-weight="592" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-surrealdb v0.2.2
592 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="118.991899189919" y="40" width="106.57065706570657" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="122.991899189919" y="53" fill="#fff">rig-surrealdb</text>
</g>
<g class="frame" data-x="118.991899189919" data-w="62.083217667561144" data-d="1" data-name="surrealdb" data-weight="561" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>surrealdb v3.0.2
561 transitive deps
depth 1
[22 children too small to show]</title>
<rect x="118.991899189919" y="59" width="62.083217667561144" height="18" rx="2" fill="hsl(31,75%,50%)" class="normal"/>
<text x="122.991899189919" y="72" fill="#000">surrea..</text>
</g>
<g class="frame" data-x="118.991899189919" data-w="15.489700600423571" data-d="2" data-name="surrealdb-core" data-weight="498" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>surrealdb-core v3.0.2
498 transitive deps
depth 2
[82 children too small to show]</title>
<rect x="118.991899189919" y="78" width="15.489700600423571" height="18" rx="2" fill="hsl(33,74%,50%)" class="normal"/>
<text x="122.991899189919" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="134.48159979034256" data-w="8.055888464878926" data-d="2" data-name="surrealdb-types" data-weight="259" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>surrealdb-types v3.0.2
259 transitive deps
depth 2
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="134.48159979034256" y="78" width="8.055888464878926" height="18" rx="2" fill="hsl(245,62%,56%)" class="shared"/>
<text x="138.48159979034256" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="134.48159979034256" data-w="2.6485112761245784" data-d="3" data-name="surrealdb-protocol" data-weight="240" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>surrealdb-protocol v0.8.3
240 transitive deps
depth 3
[shared: 2 parents in dep graph]
[16 children too small to show]</title>
<rect x="134.48159979034256" y="97" width="2.6485112761245784" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="138.48159979034256" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="142.5374882552215" data-w="7.62043503434493" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="142.5374882552215" y="78" width="7.62043503434493" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="146.5374882552215" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="150.1579232895664" data-w="5.318752615808094" data-d="2" data-name="tokio-tungstenite-wasm" data-weight="171" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite-wasm v0.8.2
171 transitive deps
depth 2
[10 children too small to show]</title>
<rect x="150.1579232895664" y="78" width="5.318752615808094" height="18" rx="2" fill="hsl(48,71%,52%)" class="normal"/>
<text x="154.1579232895664" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="150.1579232895664" data-w="3.057378204325061" data-d="3" data-name="tokio-tungstenite" data-weight="169" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.28.0
169 transitive deps
depth 3
[shared: 2 parents in dep graph]
[8 children too small to show]</title>
<rect x="150.1579232895664" y="97" width="3.057378204325061" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="154.1579232895664" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="155.47667590537452" data-w="5.256544982874666" data-d="2" data-name="tokio-tungstenite" data-weight="169" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.28.0
169 transitive deps
depth 2
[shared: 2 parents in dep graph]
[8 children too small to show]</title>
<rect x="155.47667590537452" y="78" width="5.256544982874666" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="159.47667590537452" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="160.73322088824918" data-w="2.519409133803834" data-d="2" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 2
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="160.73322088824918" y="78" width="2.519409133803834" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="164.73322088824918" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="163.252630022053" data-w="2.17726715266998" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="163.252630022053" y="78" width="2.17726715266998" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="167.252630022053" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="165.42989717472298" data-w="2.146163336203266" data-d="2" data-name="ring" data-weight="69" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ring v0.17.14
69 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="165.42989717472298" y="78" width="2.146163336203266" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="169.42989717472298" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="181.07511685748014" data-w="34.85956072242738" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="181.07511685748014" y="59" width="34.85956072242738" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="185.07511685748014" y="72" fill="#fff">ri..</text>
</g>
<g class="frame" data-x="181.07511685748014" data-w="11.747719913335224" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="181.07511685748014" y="78" width="11.747719913335224" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="185.07511685748014" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="192.82283677081537" data-w="6.856832439211988" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="192.82283677081537" y="78" width="6.856832439211988" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="196.82283677081537" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="199.67966921002736" data-w="3.6441906669937842" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="199.67966921002736" y="78" width="3.6441906669937842" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="203.67966921002736" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="199.67966921002736" data-w="2.4528206412458164" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="199.67966921002736" y="97" width="2.4528206412458164" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="203.67966921002736" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="215.93467757990751" data-w="5.754594151003885" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="215.93467757990751" y="59" width="5.754594151003885" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="219.93467757990751" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="215.93467757990751" data-w="3.4126081593162576" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="215.93467757990751" y="78" width="3.4126081593162576" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="219.93467757990751" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="225.56255625562557" data-w="84.60846084608461" data-d="0" data-name="rig-fastembed" data-weight="470" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-fastembed v0.3.2
470 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="225.56255625562557" y="40" width="84.60846084608461" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="229.56255625562557" y="53" fill="#fff">rig-faste..</text>
</g>
<g class="frame" data-x="225.56255625562557" data-w="40.70687214884704" data-d="1" data-name="fastembed" data-weight="395" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>fastembed v4.9.1
395 transitive deps
depth 1
[4 children too small to show]</title>
<rect x="225.56255625562557" y="59" width="40.70687214884704" height="18" rx="2" fill="hsl(36,74%,51%)" class="normal"/>
<text x="229.56255625562557" y="72" fill="#000">fas..</text>
</g>
<g class="frame" data-x="225.56255625562557" data-w="11.726075985921984" data-d="2" data-name="hf-hub" data-weight="263" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hf-hub v0.4.3
263 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="225.56255625562557" y="78" width="11.726075985921984" height="18" rx="2" fill="hsl(42,72%,51%)" class="normal"/>
<text x="229.56255625562557" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="225.56255625562557" data-w="4.43392248217675" data-d="3" data-name="reqwest" data-weight="242" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
242 transitive deps
depth 3
[shared: 5 parents in dep graph]
[41 children too small to show]</title>
<rect x="225.56255625562557" y="97" width="4.43392248217675" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="229.56255625562557" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="229.9964787378023" data-w="2.7116550717444587" data-d="3" data-name="ureq" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ureq v2.12.1
148 transitive deps
depth 3
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="229.9964787378023" y="97" width="2.7116550717444587" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="233.9964787378023" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="237.28863224154756" data-w="8.15920876586967" data-d="2" data-name="ort" data-weight="183" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ort v2.0.0-rc.9
183 transitive deps
depth 2
[2 children too small to show]</title>
<rect x="237.28863224154756" y="78" width="8.15920876586967" height="18" rx="2" fill="hsl(47,71%,52%)" class="normal"/>
<text x="241.28863224154756" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="237.28863224154756" data-w="6.82026168634234" data-d="3" data-name="ort-sys" data-weight="163" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ort-sys v2.0.0-rc.9
163 transitive deps
depth 3
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="237.28863224154756" y="97" width="6.82026168634234" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="241.28863224154756" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="237.28863224154756" data-w="5.369142178609927" data-d="4" data-name="ureq" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ureq v2.12.1
148 transitive deps
depth 4
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="237.28863224154756" y="116" width="5.369142178609927" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="241.28863224154756" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="245.44784100741722" data-w="7.26749196085659" data-d="2" data-name="ort-sys" data-weight="163" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ort-sys v2.0.0-rc.9
163 transitive deps
depth 2
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="245.44784100741722" y="78" width="7.26749196085659" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="249.44784100741722" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="245.44784100741722" data-w="5.721217075567955" data-d="3" data-name="ureq" data-weight="148" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ureq v2.12.1
148 transitive deps
depth 3
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="245.44784100741722" y="97" width="5.721217075567955" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="249.44784100741722" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="252.71533296827383" data-w="6.375775155843512" data-d="2" data-name="image" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>image v0.25.9
143 transitive deps
depth 2
[15 children too small to show]</title>
<rect x="252.71533296827383" y="78" width="6.375775155843512" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="256.71533296827386" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="252.71533296827383" data-w="3.2916792665052554" data-d="3" data-name="ravif" data-weight="111" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ravif v0.12.0
111 transitive deps
depth 3
[6 children too small to show]</title>
<rect x="252.71533296827383" y="97" width="3.2916792665052554" height="18" rx="2" fill="hsl(54,70%,52%)" class="normal"/>
<text x="256.71533296827386" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="252.71533296827383" data-w="2.7650105838644143" data-d="4" data-name="rav1e" data-weight="105" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rav1e v0.8.1
105 transitive deps
depth 4
[27 children too small to show]</title>
<rect x="252.71533296827383" y="116" width="2.7650105838644143" height="18" rx="2" fill="hsl(55,70%,52%)" class="normal"/>
<text x="256.71533296827386" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="259.09110812411734" data-w="5.127371628825203" data-d="2" data-name="tokenizers" data-weight="115" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokenizers v0.21.4
115 transitive deps
depth 2
[25 children too small to show]</title>
<rect x="259.09110812411734" y="78" width="5.127371628825203" height="18" rx="2" fill="hsl(53,70%,52%)" class="normal"/>
<text x="263.09110812411734" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="266.2694284044726" data-w="32.462442346548904" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="266.2694284044726" y="59" width="32.462442346548904" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="270.2694284044726" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="266.2694284044726" data-w="10.939887723389933" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="266.2694284044726" y="78" width="10.939887723389933" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="270.2694284044726" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="277.2093161278625" data-w="6.385322222223512" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="277.2093161278625" y="78" width="6.385322222223512" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="281.2093161278625" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="283.59463835008603" data-w="3.39359782439851" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="283.59463835008603" y="78" width="3.39359782439851" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="287.59463835008603" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="283.59463835008603" data-w="2.2841523818066896" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="283.59463835008603" y="97" width="2.2841523818066896" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="287.59463835008603" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="298.7318707510215" data-w="7.832208312183228" data-d="1" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 1
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="298.7318707510215" y="59" width="7.832208312183228" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="302.7318707510215" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="298.7318707510215" data-w="5.271678671661789" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[5 children too small to show]</title>
<rect x="298.7318707510215" y="78" width="5.271678671661789" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="302.7318707510215" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="298.7318707510215" data-w="3.2634201300763457" data-d="3" data-name="iana-time-zone" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.65
65 transitive deps
depth 3
[7 children too small to show]</title>
<rect x="298.7318707510215" y="97" width="3.2634201300763457" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="302.7318707510215" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="310.17101710171016" data-w="72.36723672367236" data-d="0" data-name="rig-mongodb" data-weight="402" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-mongodb v0.4.2
402 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="310.17101710171016" y="40" width="72.36723672367236" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="314.17101710171016" y="53" fill="#fff">rig-mon..</text>
</g>
<g class="frame" data-x="310.17101710171016" data-w="35.12431366403204" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="310.17101710171016" y="59" width="35.12431366403204" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="314.17101710171016" y="72" fill="#fff">ri..</text>
</g>
<g class="frame" data-x="310.17101710171016" data-w="11.836942018827854" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="310.17101710171016" y="78" width="11.836942018827854" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="314.17101710171016" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="322.00795912053803" data-w="6.908909015070951" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="322.00795912053803" y="78" width="6.908909015070951" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="326.00795912053803" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="328.916868135609" data-w="3.6718677282894565" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="328.916868135609" y="78" width="3.6718677282894565" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="332.916868135609" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="328.916868135609" data-w="2.471449432502519" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="328.916868135609" y="97" width="2.471449432502519" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="332.916868135609" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="345.2953307657422" data-w="31.44462366113345" data-d="1" data-name="mongodb" data-weight="282" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>mongodb v3.5.1
282 transitive deps
depth 1
[31 children too small to show]</title>
<rect x="345.2953307657422" y="59" width="31.44462366113345" height="18" rx="2" fill="hsl(41,73%,51%)" class="normal"/>
<text x="349.2953307657422" y="72" fill="#000">m..</text>
</g>
<g class="frame" data-x="345.2953307657422" data-w="4.517758174987336" data-d="2" data-name="hickory-resolver" data-weight="176" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hickory-resolver v0.25.2
176 transitive deps
depth 2
[13 children too small to show]</title>
<rect x="345.2953307657422" y="78" width="4.517758174987336" height="18" rx="2" fill="hsl(47,71%,52%)" class="normal"/>
<text x="349.2953307657422" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="349.8130889407296" data-w="3.850362080955116" data-d="2" data-name="hickory-proto" data-weight="150" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hickory-proto v0.25.2
150 transitive deps
depth 2
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="349.8130889407296" y="78" width="3.850362080955116" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="353.8130889407296" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="353.6634510216847" data-w="2.772260698287684" data-d="2" data-name="tokio-rustls" data-weight="108" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-rustls v0.26.4
108 transitive deps
depth 2
[shared: 9 parents in dep graph]
[2 children too small to show]</title>
<rect x="353.6634510216847" y="78" width="2.772260698287684" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="357.6634510216847" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="356.4357117199724" data-w="2.5412389734303766" data-d="2" data-name="serde_with" data-weight="99" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>serde_with v3.16.1
99 transitive deps
depth 2
[shared: 11 parents in dep graph]
[11 children too small to show]</title>
<rect x="356.4357117199724" y="78" width="2.5412389734303766" height="18" rx="2" fill="hsl(251,59%,58%)" class="shared"/>
<text x="360.4357117199724" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="358.9769506934028" data-w="2.130533684795164" data-d="2" data-name="mongocrypt" data-weight="83" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>mongocrypt v0.3.2
83 transitive deps
depth 2
[4 children too small to show]</title>
<rect x="358.9769506934028" y="78" width="2.130533684795164" height="18" rx="2" fill="hsl(58,69%,52%)" class="normal"/>
<text x="362.9769506934028" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="361.10748437819797" data-w="2.0791955237157627" data-d="2" data-name="bson" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>bson v2.15.0
81 transitive deps
depth 2
[shared: 2 parents in dep graph]
[15 children too small to show]</title>
<rect x="361.10748437819797" y="78" width="2.0791955237157627" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="365.10748437819797" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="363.18667990191375" data-w="2.0791955237157627" data-d="2" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 2
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="363.18667990191375" y="78" width="2.0791955237157627" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="367.18667990191375" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="382.5382538253825" data-w="69.3069306930693" data-d="0" data-name="rig-vertexai" data-weight="385" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-vertexai v0.3.2
385 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="382.5382538253825" y="40" width="69.3069306930693" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="386.5382538253825" y="53" fill="#fff">rig-ver..</text>
</g>
<g class="frame" data-x="382.5382538253825" data-w="22.45699430278223" data-d="1" data-name="google-cloud-aiplatform-v1" data-weight="348" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-aiplatform-v1 v1.6.0
348 transitive deps
depth 1
[13 children too small to show]</title>
<rect x="382.5382538253825" y="59" width="22.45699430278223" height="18" rx="2" fill="hsl(38,73%,51%)" class="normal"/>
<text x="386.5382538253825" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="382.5382538253825" data-w="2.7411918312648775" data-d="2" data-name="google-cloud-iam-v1" data-weight="343" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-iam-v1 v1.4.0
343 transitive deps
depth 2
[12 children too small to show]</title>
<rect x="382.5382538253825" y="78" width="2.7411918312648775" height="18" rx="2" fill="hsl(38,73%,51%)" class="normal"/>
<text x="386.5382538253825" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="385.2794456566474" data-w="2.7411918312648775" data-d="2" data-name="google-cloud-lro" data-weight="343" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-lro v1.3.0
343 transitive deps
depth 2
[6 children too small to show]</title>
<rect x="385.2794456566474" y="78" width="2.7411918312648775" height="18" rx="2" fill="hsl(38,73%,51%)" class="normal"/>
<text x="389.2794456566474" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="388.02063748791227" data-w="2.733200018345738" data-d="2" data-name="google-cloud-location" data-weight="342" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-location v1.4.0
342 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="388.02063748791227" y="78" width="2.733200018345738" height="18" rx="2" fill="hsl(38,73%,51%)" class="normal"/>
<text x="392.02063748791227" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="390.753837506258" data-w="2.733200018345738" data-d="2" data-name="google-cloud-longrunning" data-weight="342" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-longrunning v1.5.0
342 transitive deps
depth 2
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="390.753837506258" y="78" width="2.733200018345738" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="394.753837506258" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="393.4870375246037" data-w="2.7252082054265983" data-d="2" data-name="google-cloud-gax-internal" data-weight="341" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-gax-internal v0.7.8
341 transitive deps
depth 2
[shared: 4 parents in dep graph]
[17 children too small to show]</title>
<rect x="393.4870375246037" y="78" width="2.7252082054265983" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="397.4870375246037" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="404.99524812816475" data-w="21.876209967365448" data-d="1" data-name="google-cloud-auth" data-weight="339" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-auth v1.5.0
339 transitive deps
depth 1
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="404.99524812816475" y="59" width="21.876209967365448" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="408.99524812816475" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="404.99524812816475" data-w="6.512358981779507" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="404.99524812816475" y="78" width="6.512358981779507" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="408.99524812816475" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="411.5076071099443" data-w="4.67826604405385" data-d="2" data-name="google-cloud-gax" data-weight="176" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>google-cloud-gax v1.6.0
176 transitive deps
depth 2
[shared: 7 parents in dep graph]
[12 children too small to show]</title>
<rect x="411.5076071099443" y="78" width="4.67826604405385" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="415.5076071099443" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="416.1858731539981" data-w="3.4821184759718995" data-d="2" data-name="jsonwebtoken" data-weight="131" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jsonwebtoken v10.3.0
131 transitive deps
depth 2
[shared: 2 parents in dep graph]
[16 children too small to show]</title>
<rect x="416.1858731539981" y="78" width="3.4821184759718995" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="420.1858731539981" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="419.66799162997" data-w="2.1530656225475107" data-d="2" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 2
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="419.66799162997" y="78" width="2.1530656225475107" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="423.66799162997" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="426.8714580955302" data-w="20.327451739587367" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="426.8714580955302" y="59" width="20.327451739587367" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="430.8714580955302" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="426.8714580955302" data-w="6.850379196972359" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="426.8714580955302" y="78" width="6.850379196972359" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="430.8714580955302" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="433.7218372925026" data-w="3.9983845925185606" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="433.7218372925026" y="78" width="3.9983845925185606" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="437.7218372925026" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="437.72022188502115" data-w="2.125015587632242" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[6 children too small to show]</title>
<rect x="437.72022188502115" y="78" width="2.125015587632242" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="441.72022188502115" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="447.1989098351176" data-w="2.3876689344912143" data-d="1" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 1
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="447.1989098351176" y="59" width="2.3876689344912143" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="451.1989098351176" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="451.84518451845184" data-w="68.04680468046804" data-d="0" data-name="rig-postgres" data-weight="378" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-postgres v0.2.2
378 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="451.84518451845184" y="40" width="68.04680468046804" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="455.84518451845184" y="53" fill="#fff">rig-pos..</text>
</g>
<g class="frame" data-x="451.84518451845184" data-w="25.793915131585358" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="451.84518451845184" y="59" width="25.793915131585358" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="455.84518451845184" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="451.84518451845184" data-w="8.692584879282549" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="451.84518451845184" y="78" width="8.692584879282549" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="455.84518451845184" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="460.5377693977344" data-w="5.073631174438385" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="460.5377693977344" y="78" width="5.073631174438385" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="464.5377693977344" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="465.6114005721728" data-w="2.6964753094917295" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[6 children too small to show]</title>
<rect x="465.6114005721728" y="78" width="2.6964753094917295" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="469.6114005721728" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="477.6390996500372" data-w="17.605370645367785" data-d="1" data-name="pgvector" data-weight="215" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>pgvector v0.4.1
215 transitive deps
depth 1</title>
<rect x="477.6390996500372" y="59" width="17.605370645367785" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="481.6390996500372" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="477.6390996500372" data-w="17.605370645367785" data-d="2" data-name="sqlx" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx v0.8.6
214 transitive deps
depth 2
[shared: 2 parents in dep graph]</title>
<rect x="477.6390996500372" y="78" width="17.605370645367785" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="481.6390996500372" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="477.6390996500372" data-w="4.208691299060986" data-d="3" data-name="sqlx-macros" data-weight="213" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-macros v0.8.6
213 transitive deps
depth 3
[4 children too small to show]</title>
<rect x="477.6390996500372" y="97" width="4.208691299060986" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="481.6390996500372" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="477.6390996500372" data-w="2.4378211896200246" data-d="4" data-name="sqlx-macros-core" data-weight="212" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-macros-core v0.8.6
212 transitive deps
depth 4
[17 children too small to show]</title>
<rect x="477.6390996500372" y="116" width="2.4378211896200246" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="481.6390996500372" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="481.8477909490982" data-w="3.6949543329784236" data-d="3" data-name="sqlx-mysql" data-weight="187" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-mysql v0.8.6
187 transitive deps
depth 3
[shared: 2 parents in dep graph]
[35 children too small to show]</title>
<rect x="481.8477909490982" y="97" width="3.6949543329784236" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="485.8477909490982" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="485.5427452820766" data-w="3.6356769907381286" data-d="3" data-name="sqlx-postgres" data-weight="184" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-postgres v0.8.6
184 transitive deps
depth 3
[shared: 2 parents in dep graph]
[30 children too small to show]</title>
<rect x="485.5427452820766" y="97" width="3.6356769907381286" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="489.5427452820766" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="489.17842227281477" data-w="3.200976480975961" data-d="3" data-name="sqlx-sqlite" data-weight="162" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-sqlite v0.8.6
162 transitive deps
depth 3
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="489.17842227281477" y="97" width="3.200976480975961" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="493.17842227281477" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="492.3793987537907" data-w="2.8650715416142862" data-d="3" data-name="sqlx-core" data-weight="145" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-core v0.8.6
145 transitive deps
depth 3
[shared: 6 parents in dep graph]
[27 children too small to show]</title>
<rect x="492.3793987537907" y="97" width="2.8650715416142862" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="496.3793987537907" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="495.244470295405" data-w="17.52348520050561" data-d="1" data-name="sqlx" data-weight="214" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx v0.8.6
214 transitive deps
depth 1
[shared: 2 parents in dep graph]</title>
<rect x="495.244470295405" y="59" width="17.52348520050561" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="499.244470295405" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="495.244470295405" data-w="4.189115990693261" data-d="2" data-name="sqlx-macros" data-weight="213" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-macros v0.8.6
213 transitive deps
depth 2
[4 children too small to show]</title>
<rect x="495.244470295405" y="78" width="4.189115990693261" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="499.244470295405" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="495.244470295405" data-w="2.42648248641249" data-d="3" data-name="sqlx-macros-core" data-weight="212" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-macros-core v0.8.6
212 transitive deps
depth 3
[17 children too small to show]</title>
<rect x="495.244470295405" y="97" width="2.42648248641249" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="499.244470295405" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="499.43358628609826" data-w="3.677768498871548" data-d="2" data-name="sqlx-mysql" data-weight="187" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-mysql v0.8.6
187 transitive deps
depth 2
[shared: 2 parents in dep graph]
[35 children too small to show]</title>
<rect x="499.43358628609826" y="78" width="3.677768498871548" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="503.43358628609826" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="503.1113547849698" data-w="3.618766865199812" data-d="2" data-name="sqlx-postgres" data-weight="184" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-postgres v0.8.6
184 transitive deps
depth 2
[shared: 2 parents in dep graph]
[30 children too small to show]</title>
<rect x="503.1113547849698" y="78" width="3.618766865199812" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="507.1113547849698" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="506.7301216501696" data-w="3.1860882182737478" data-d="2" data-name="sqlx-sqlite" data-weight="162" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-sqlite v0.8.6
162 transitive deps
depth 2
[shared: 2 parents in dep graph]
[17 children too small to show]</title>
<rect x="506.7301216501696" y="78" width="3.1860882182737478" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="510.7301216501696" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="509.9162098684434" data-w="2.8517456274672432" data-d="2" data-name="sqlx-core" data-weight="145" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx-core v0.8.6
145 transitive deps
depth 2
[shared: 6 parents in dep graph]
[27 children too small to show]</title>
<rect x="509.9162098684434" y="78" width="2.8517456274672432" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="513.9162098684434" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="512.7679554959107" data-w="4.258043132833139" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="512.7679554959107" y="59" width="4.258043132833139" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="516.7679554959107" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="512.7679554959107" data-w="2.5251186020289547" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="512.7679554959107" y="78" width="2.5251186020289547" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="516.7679554959107" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="519.8919891989199" data-w="65.52655265526553" data-d="0" data-name="rig-bedrock" data-weight="364" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-bedrock v0.4.2
364 transitive deps
depth 0
[7 children too small to show]</title>
<rect x="519.8919891989199" y="40" width="65.52655265526553" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="523.8919891989199" y="53" fill="#fff">rig-be..</text>
</g>
<g class="frame" data-x="519.8919891989199" data-w="18.730366684581345" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[24 children too small to show]</title>
<rect x="519.8919891989199" y="59" width="18.730366684581345" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="523.8919891989199" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="519.8919891989199" data-w="6.3121593366195725" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="519.8919891989199" y="78" width="6.3121593366195725" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="523.8919891989199" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="526.2041485355394" data-w="3.684239939333057" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="526.2041485355394" y="78" width="3.684239939333057" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="530.2041485355394" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="538.6223558835012" data-w="14.389678532281541" data-d="1" data-name="aws-config" data-weight="242" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-config v1.8.13
242 transitive deps
depth 1
[14 children too small to show]</title>
<rect x="538.6223558835012" y="59" width="14.389678532281541" height="18" rx="2" fill="hsl(43,72%,51%)" class="normal"/>
<text x="542.6223558835012" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="538.6223558835012" data-w="2.4668020341054073" data-d="2" data-name="aws-sdk-sts" data-weight="216" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-sdk-sts v1.97.0
216 transitive deps
depth 2
[17 children too small to show]</title>
<rect x="538.6223558835012" y="78" width="2.4668020341054073" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="542.6223558835012" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="541.0891579176066" data-w="2.386859375592732" data-d="2" data-name="aws-runtime" data-weight="209" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-runtime v1.6.0
209 transitive deps
depth 2
[shared: 4 parents in dep graph]
[17 children too small to show]</title>
<rect x="541.0891579176066" y="78" width="2.386859375592732" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="545.0891579176066" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="543.4760172931993" data-w="2.181292539417281" data-d="2" data-name="aws-smithy-runtime" data-weight="191" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-smithy-runtime v1.10.0
191 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="543.4760172931993" y="78" width="2.181292539417281" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="547.4760172931993" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="553.0120344157828" data-w="12.605834086130939" data-d="1" data-name="aws-sdk-bedrockruntime" data-weight="212" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-sdk-bedrockruntime v1.124.0
212 transitive deps
depth 1
[18 children too small to show]</title>
<rect x="553.0120344157828" y="59" width="12.605834086130939" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="557.0120344157828" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="553.0120344157828" data-w="2.122980921838329" data-d="2" data-name="aws-runtime" data-weight="209" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-runtime v1.6.0
209 transitive deps
depth 2
[shared: 4 parents in dep graph]
[17 children too small to show]</title>
<rect x="553.0120344157828" y="78" width="2.122980921838329" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="557.0120344157828" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="565.6178685019137" data-w="4.519072596914865" data-d="1" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 1
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="565.6178685019137" y="59" width="4.519072596914865" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="569.6178685019137" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="565.6178685019137" data-w="3.0416834786926974" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="565.6178685019137" y="78" width="3.0416834786926974" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="569.6178685019137" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="570.1369410988285" data-w="3.9244577815313297" data-d="1" data-name="aws-smithy-types" data-weight="66" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-smithy-types v1.4.3
66 transitive deps
depth 1
[shared: 17 parents in dep graph]
[18 children too small to show]</title>
<rect x="570.1369410988285" y="59" width="3.9244577815313297" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="574.1369410988285" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="574.0613988803599" data-w="3.0919970399943812" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[4 children too small to show]</title>
<rect x="574.0613988803599" y="59" width="3.0919970399943812" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="578.0613988803599" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="577.1533959203542" data-w="2.200074816919079" data-d="1" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 1
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="577.1533959203542" y="59" width="2.200074816919079" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="581.1533959203542" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="585.4185418541854" data-w="64.44644464446445" data-d="0" data-name="rig-s3vectors" data-weight="358" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-s3vectors v0.2.2
358 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="585.4185418541854" y="40" width="64.44644464446445" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="589.4185418541854" y="53" fill="#fff">rig-s3..</text>
</g>
<g class="frame" data-x="585.4185418541854" data-w="29.853867739715152" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="585.4185418541854" y="59" width="29.853867739715152" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="589.4185418541854" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="585.4185418541854" data-w="10.060794492751324" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="585.4185418541854" y="78" width="10.060794492751324" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="589.4185418541854" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="595.4793363469367" data-w="5.872218826381385" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="595.4793363469367" y="78" width="5.872218826381385" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="599.4793363469367" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="601.3515551733182" data-w="3.120899516118778" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="601.3515551733182" y="78" width="3.120899516118778" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="605.3515551733182" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="601.3515551733182" data-w="2.100605443541485" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="601.3515551733182" y="97" width="2.100605443541485" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="605.3515551733182" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="615.2724095939005" data-w="20.0921268597448" data-d="1" data-name="aws-sdk-s3vectors" data-weight="212" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-sdk-s3vectors v1.19.0
212 transitive deps
depth 1
[14 children too small to show]</title>
<rect x="615.2724095939005" y="59" width="20.0921268597448" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="619.2724095939005" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="615.2724095939005" data-w="3.9765667743244912" data-d="2" data-name="aws-runtime" data-weight="209" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-runtime v1.6.0
209 transitive deps
depth 2
[shared: 4 parents in dep graph]
[17 children too small to show]</title>
<rect x="615.2724095939005" y="78" width="3.9765667743244912" height="18" rx="2" fill="hsl(247,62%,57%)" class="shared"/>
<text x="619.2724095939005" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="619.248976368225" data-w="3.6340873392152053" data-d="2" data-name="aws-smithy-runtime" data-weight="191" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-smithy-runtime v1.10.0
191 transitive deps
depth 2
[shared: 5 parents in dep graph]
[17 children too small to show]</title>
<rect x="619.248976368225" y="78" width="3.6340873392152053" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="623.248976368225" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="635.3645364536453" data-w="6.255096097845079" data-d="1" data-name="aws-smithy-types" data-weight="66" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>aws-smithy-types v1.4.3
66 transitive deps
depth 1
[shared: 17 parents in dep graph]
[18 children too small to show]</title>
<rect x="635.3645364536453" y="59" width="6.255096097845079" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="639.3645364536453" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="641.6196325514904" data-w="4.928257531635517" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="641.6196325514904" y="59" width="4.928257531635517" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="645.6196325514904" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="641.6196325514904" data-w="2.9225713269001328" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="641.6196325514904" y="78" width="2.9225713269001328" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="645.6196325514904" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="649.8649864986498" data-w="64.44644464446445" data-d="0" data-name="rig-gemini-grpc" data-weight="358" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-gemini-grpc v0.2.2
358 transitive deps
depth 0
[8 children too small to show]</title>
<rect x="649.8649864986498" y="40" width="64.44644464446445" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="653.8649864986498" y="53" fill="#fff">rig-ge..</text>
</g>
<g class="frame" data-x="649.8649864986498" data-w="27.507628811661654" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="649.8649864986498" y="59" width="27.507628811661654" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="653.8649864986498" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="649.8649864986498" data-w="9.270108746708535" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="649.8649864986498" y="78" width="9.270108746708535" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="653.8649864986498" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="659.1350952453583" data-w="5.4107165337931455" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="659.1350952453583" y="78" width="5.4107165337931455" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="663.1350952453583" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="664.5458117791514" data-w="2.8756255704075455" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[6 children too small to show]</title>
<rect x="664.5458117791514" y="78" width="2.8756255704075455" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="668.5458117791514" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="677.3726153103115" data-w="17.11585792725614" data-d="1" data-name="tonic" data-weight="196" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.12.3
196 transitive deps
depth 1
[shared: 2 parents in dep graph]
[27 children too small to show]</title>
<rect x="677.3726153103115" y="59" width="17.11585792725614" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="681.3726153103115" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="677.3726153103115" data-w="2.1150030390659764" data-d="2" data-name="tokio-rustls" data-weight="108" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-rustls v0.26.4
108 transitive deps
depth 2
[shared: 9 parents in dep graph]
[2 children too small to show]</title>
<rect x="677.3726153103115" y="78" width="2.1150030390659764" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="681.3726153103115" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="694.4884732375676" data-w="5.9381547910888655" data-d="1" data-name="tonic-build" data-weight="68" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic-build v0.12.3
68 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="694.4884732375676" y="59" width="5.9381547910888655" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="698.4884732375676" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="694.4884732375676" data-w="4.187961800031094" data-d="2" data-name="prost-build" data-weight="67" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>prost-build v0.13.5
67 transitive deps
depth 2
[shared: 5 parents in dep graph]
[12 children too small to show]</title>
<rect x="694.4884732375676" y="78" width="4.187961800031094" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="698.4884732375676" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="700.4266280286565" data-w="3.405706424300967" data-d="1" data-name="tokio-stream" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-stream v0.1.18
39 transitive deps
depth 1
[shared: 13 parents in dep graph]
[2 children too small to show]</title>
<rect x="700.4266280286565" y="59" width="3.405706424300967" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="704.4266280286565" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="700.4266280286565" data-w="3.2310548127983534" data-d="2" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 2
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="700.4266280286565" y="78" width="3.2310548127983534" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="704.4266280286565" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="703.8323344529575" data-w="3.2310548127983534" data-d="1" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 1
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="703.8323344529575" y="59" width="3.2310548127983534" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="707.8323344529575" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="714.3114311431143" data-w="63.366336633663366" data-d="0" data-name="rig-helixdb" data-weight="352" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-helixdb v0.2.2
352 transitive deps
depth 0
[2 children too small to show]</title>
<rect x="714.3114311431143" y="40" width="63.366336633663366" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="718.3114311431143" y="53" fill="#fff">rig-he..</text>
</g>
<g class="frame" data-x="714.3114311431143" data-w="33.43449922881735" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="714.3114311431143" y="59" width="33.43449922881735" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="718.3114311431143" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="714.3114311431143" data-w="11.267472229794018" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="714.3114311431143" y="78" width="11.267472229794018" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="718.3114311431143" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="725.5789033729084" data-w="6.5765246075940595" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="725.5789033729084" y="78" width="6.5765246075940595" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="729.5789033729084" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="732.1554279805024" data-w="3.495215875364675" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="732.1554279805024" y="78" width="3.495215875364675" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="736.1554279805024" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="732.1554279805024" data-w="2.3525491468800697" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="732.1554279805024" y="97" width="2.3525491468800697" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="736.1554279805024" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="747.7459303719316" data-w="27.702870789591522" data-d="1" data-name="helix-rs" data-weight="261" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>helix-rs v0.1.10
261 transitive deps
depth 1
[4 children too small to show]</title>
<rect x="747.7459303719316" y="59" width="27.702870789591522" height="18" rx="2" fill="hsl(42,72%,51%)" class="normal"/>
<text x="751.7459303719316" y="72" fill="#000">h..</text>
</g>
<g class="frame" data-x="747.7459303719316" data-w="19.375996332604476" data-d="2" data-name="reqwest" data-weight="242" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
242 transitive deps
depth 2
[shared: 5 parents in dep graph]
[41 children too small to show]</title>
<rect x="747.7459303719316" y="78" width="19.375996332604476" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="751.7459303719316" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="767.1219267045361" data-w="3.1225779213701426" data-d="2" data-name="helix-macros" data-weight="39" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>helix-macros v0.1.7
39 transitive deps
depth 2
[3 children too small to show]</title>
<rect x="767.1219267045361" y="78" width="3.1225779213701426" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="771.1219267045361" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="767.1219267045361" data-w="2.524637468341817" data-d="3" data-name="dirs" data-weight="38" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dirs v5.0.1
38 transitive deps
depth 3</title>
<rect x="767.1219267045361" y="97" width="2.524637468341817" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="771.1219267045361" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="767.1219267045361" data-w="2.524637468341817" data-d="4" data-name="dirs-sys" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>dirs-sys v0.4.1
37 transitive deps
depth 4
[4 children too small to show]</title>
<rect x="767.1219267045361" y="116" width="2.524637468341817" height="18" rx="2" fill="hsl(69,66%,53%)" class="normal"/>
<text x="771.1219267045361" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="770.2445046259063" data-w="2.962445720274238" data-d="2" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 2
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="770.2445046259063" y="78" width="2.962445720274238" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="774.2445046259063" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="777.6777677767777" data-w="62.28622862286228" data-d="0" data-name="rig-neo4j" data-weight="346" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-neo4j v0.5.2
346 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="777.6777677767777" y="40" width="62.28622862286228" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="781.6777677767777" y="53" fill="#fff">rig-ne..</text>
</g>
<g class="frame" data-x="777.6777677767777" data-w="34.42133687052916" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="777.6777677767777" y="59" width="34.42133687052916" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="781.6777677767777" y="72" fill="#fff">ri..</text>
</g>
<g class="frame" data-x="777.6777677767777" data-w="11.600037872461684" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="777.6777677767777" y="78" width="11.600037872461684" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="781.6777677767777" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="789.2778056492394" data-w="6.770634350049065" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="789.2778056492394" y="78" width="6.770634350049065" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="793.2778056492394" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="796.0484399992885" data-w="3.5983790951309715" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="796.0484399992885" y="78" width="3.5983790951309715" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="800.0484399992885" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="796.0484399992885" data-w="2.421985929415077" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="796.0484399992885" y="97" width="2.421985929415077" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="800.0484399992885" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="812.0991046473068" data-w="22.182639316563233" data-d="1" data-name="neo4rs" data-weight="203" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>neo4rs v0.8.0
203 transitive deps
depth 1
[16 children too small to show]</title>
<rect x="812.0991046473068" y="59" width="22.182639316563233" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="816.0991046473068" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="812.0991046473068" data-w="4.210413086447854" data-d="2" data-name="tokio-rustls" data-weight="108" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-rustls v0.26.4
108 transitive deps
depth 2
[shared: 9 parents in dep graph]
[1 children too small to show]</title>
<rect x="812.0991046473068" y="78" width="4.210413086447854" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="816.0991046473068" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="812.0991046473068" data-w="2.8901988135786114" data-d="3" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 3
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="812.0991046473068" y="97" width="2.8901988135786114" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="816.0991046473068" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="816.3095177337547" data-w="3.5476628783958777" data-d="2" data-name="chrono-tz" data-weight="91" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono-tz v0.8.6
91 transitive deps
depth 2
[3 children too small to show]</title>
<rect x="816.3095177337547" y="78" width="3.5476628783958777" height="18" rx="2" fill="hsl(57,69%,52%)" class="normal"/>
<text x="820.3095177337547" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="819.8571806121505" data-w="2.7289714449199054" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="819.8571806121505" y="78" width="2.7289714449199054" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="823.8571806121505" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="822.5861520570704" data-w="2.222162462291923" data-d="2" data-name="backoff" data-weight="57" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>backoff v0.4.0
57 transitive deps
depth 2
[6 children too small to show]</title>
<rect x="822.5861520570704" y="78" width="2.222162462291923" height="18" rx="2" fill="hsl(63,68%,53%)" class="normal"/>
<text x="826.5861520570704" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="839.96399639964" data-w="61.92619261926193" data-d="0" data-name="rig-qdrant" data-weight="344" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-qdrant v0.2.2
344 transitive deps
depth 0
[2 children too small to show]</title>
<rect x="839.96399639964" y="40" width="61.92619261926193" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="843.96399639964" y="53" fill="#fff">rig-qd..</text>
</g>
<g class="frame" data-x="839.96399639964" data-w="32.6199844064674" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="839.96399639964" y="59" width="32.6199844064674" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="843.96399639964" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="839.96399639964" data-w="10.992979614284064" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="839.96399639964" y="78" width="10.992979614284064" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="843.96399639964" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="850.9569760139241" data-w="6.416310550378045" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="850.9569760139241" y="78" width="6.416310550378045" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="854.9569760139241" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="857.3732865643021" data-w="3.4100671456554643" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="857.3732865643021" y="78" width="3.4100671456554643" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="861.3732865643021" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="857.3732865643021" data-w="2.2952375018834856" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="857.3732865643021" y="97" width="2.2952375018834856" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="861.3732865643021" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="872.5839808061074" data-w="21.74665627097827" data-d="1" data-name="qdrant-client" data-weight="210" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>qdrant-client v1.16.0
210 transitive deps
depth 1
[10 children too small to show]</title>
<rect x="872.5839808061074" y="59" width="21.74665627097827" height="18" rx="2" fill="hsl(45,72%,51%)" class="normal"/>
<text x="876.5839808061074" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="872.5839808061074" data-w="12.426660726273298" data-d="2" data-name="tonic" data-weight="196" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tonic v0.12.3
196 transitive deps
depth 2
[shared: 2 parents in dep graph]
[28 children too small to show]</title>
<rect x="872.5839808061074" y="78" width="12.426660726273298" height="18" rx="2" fill="hsl(247,61%,57%)" class="shared"/>
<text x="876.5839808061074" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="885.0106415323808" data-w="2.3458492187352653" data-d="2" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 2
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="885.0106415323808" y="78" width="2.3458492187352653" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="889.0106415323808" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="894.3306370770857" data-w="5.384886314718429" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="894.3306370770857" y="59" width="5.384886314718429" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="898.3306370770857" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="894.3306370770857" data-w="3.1933628145423243" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="894.3306370770857" y="78" width="3.1933628145423243" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="898.3306370770857" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="901.8901890189019" data-w="61.56615661566157" data-d="0" data-name="rig-scylladb" data-weight="342" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-scylladb v0.2.2
342 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="901.8901890189019" y="40" width="61.56615661566157" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="905.8901890189019" y="53" fill="#fff">rig-sc..</text>
</g>
<g class="frame" data-x="901.8901890189019" data-w="29.65342405800213" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="901.8901890189019" y="59" width="29.65342405800213" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="905.8901890189019" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="901.8901890189019" data-w="9.99324469630058" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="901.8901890189019" y="78" width="9.99324469630058" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="905.8901890189019" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="911.8834337152025" data-w="5.832791802330543" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="911.8834337152025" y="78" width="5.832791802330543" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="915.8834337152025" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="917.7162255175331" data-w="3.0999452935463028" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="917.7162255175331" y="78" width="3.0999452935463028" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="921.7162255175331" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="917.7162255175331" data-w="2.0865016398869347" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="917.7162255175331" y="97" width="2.0865016398869347" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="921.7162255175331" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="931.543613076904" data-w="15.532745935143973" data-d="1" data-name="scylla" data-weight="165" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>scylla v1.5.0
165 transitive deps
depth 1
[16 children too small to show]</title>
<rect x="931.543613076904" y="59" width="15.532745935143973" height="18" rx="2" fill="hsl(48,71%,52%)" class="normal"/>
<text x="935.543613076904" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="931.543613076904" data-w="3.5365997120091013" data-d="2" data-name="scylla-cql" data-weight="125" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>scylla-cql v1.5.0
125 transitive deps
depth 2
[12 children too small to show]</title>
<rect x="931.543613076904" y="78" width="3.5365997120091013" height="18" rx="2" fill="hsl(52,70%,52%)" class="normal"/>
<text x="935.543613076904" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="6.58964979066714" data-d="1" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 1
[shared: 37 parents in dep graph]
[5 children too small to show]</title>
<rect x="947.076359012048" y="59" width="6.58964979066714" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="951.076359012048" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="4.079307013270134" data-d="2" data-name="iana-time-zone" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.65
65 transitive deps
depth 2
[6 children too small to show]</title>
<rect x="947.076359012048" y="78" width="4.079307013270134" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="951.076359012048" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="2.2844119274312753" data-d="3" data-name="iana-time-zone-haiku" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone-haiku v0.1.2
56 transitive deps
depth 3</title>
<rect x="947.076359012048" y="97" width="2.2844119274312753" height="18" rx="2" fill="hsl(64,68%,53%)" class="normal"/>
<text x="951.076359012048" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="2.2844119274312753" data-d="4" data-name="cc" data-weight="55" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.55
55 transitive deps
depth 4
[shared: 18 parents in dep graph]
[3 children too small to show]</title>
<rect x="947.076359012048" y="116" width="2.2844119274312753" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="951.076359012048" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="2.1598076404804782" data-d="5" data-name="jobserver" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
52 transitive deps
depth 5
[1 children too small to show]</title>
<rect x="947.076359012048" y="135" width="2.1598076404804782" height="18" rx="2" fill="hsl(65,67%,53%)" class="normal"/>
<text x="951.076359012048" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="947.076359012048" data-w="2.118272878163546" data-d="6" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 6
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="947.076359012048" y="154" width="2.118272878163546" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="951.076359012048" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="953.6660088027152" data-w="4.895168415924162" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="953.6660088027152" y="59" width="4.895168415924162" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="957.6660088027152" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="953.6660088027152" data-w="2.90294871176898" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="953.6660088027152" y="78" width="2.90294871176898" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="957.6660088027152" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="963.4563456345635" data-w="59.76597659765977" data-d="0" data-name="rig-sqlite" data-weight="332" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-sqlite v0.2.2
332 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="963.4563456345635" y="40" width="59.76597659765977" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="967.4563456345635" y="53" fill="#fff">rig-s..</text>
</g>
<g class="frame" data-x="963.4563456345635" data-w="28.611371775475426" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="963.4563456345635" y="59" width="28.611371775475426" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="967.4563456345635" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="963.4563456345635" data-w="9.642071643729683" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="963.4563456345635" y="78" width="9.642071643729683" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="967.4563456345635" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="973.0984172782931" data-w="5.627821408380999" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="973.0984172782931" y="78" width="5.627821408380999" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="977.0984172782931" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="978.7262386866742" data-w="2.991009979279412" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="978.7262386866742" y="78" width="2.991009979279412" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="982.7262386866742" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="978.7262386866742" data-w="2.013179793745758" data-d="3" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 3
[shared: 37 parents in dep graph]
[6 children too small to show]</title>
<rect x="978.7262386866742" y="97" width="2.013179793745758" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="982.7262386866742" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="992.0677174100389" data-w="9.264634670153946" data-d="1" data-name="tokio-rusqlite" data-weight="102" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-rusqlite v0.6.0
102 transitive deps
depth 1
[1 children too small to show]</title>
<rect x="992.0677174100389" y="59" width="9.264634670153946" height="18" rx="2" fill="hsl(55,69%,52%)" class="normal"/>
<text x="996.0677174100389" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="992.0677174100389" data-w="6.06710589018931" data-d="2" data-name="rusqlite" data-weight="74" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rusqlite v0.32.1
74 transitive deps
depth 2
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="992.0677174100389" y="78" width="6.06710589018931" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="996.0677174100389" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="992.0677174100389" data-w="2.7697657324777283" data-d="3" data-name="hashlink" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hashlink v0.9.1
63 transitive deps
depth 3</title>
<rect x="992.0677174100389" y="97" width="2.7697657324777283" height="18" rx="2" fill="hsl(62,68%,53%)" class="normal"/>
<text x="996.0677174100389" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="992.0677174100389" data-w="2.7697657324777283" data-d="4" data-name="hashbrown" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hashbrown v0.14.5
62 transitive deps
depth 4
[shared: 6 parents in dep graph]
[1 children too small to show]</title>
<rect x="992.0677174100389" y="116" width="2.7697657324777283" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="996.0677174100389" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="992.0677174100389" data-w="2.7250920916313133" data-d="5" data-name="ahash" data-weight="61" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ahash v0.8.12
61 transitive deps
depth 5
[shared: 16 parents in dep graph]
[7 children too small to show]</title>
<rect x="992.0677174100389" y="135" width="2.7250920916313133" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="996.0677174100389" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="994.8374831425166" data-w="2.549943055296956" data-d="3" data-name="libsqlite3-sys" data-weight="58" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libsqlite3-sys v0.30.1
58 transitive deps
depth 3
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="994.8374831425166" y="97" width="2.549943055296956" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="998.8374831425166" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="994.8374831425166" data-w="2.4604713691461857" data-d="4" data-name="cc" data-weight="55" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.55
55 transitive deps
depth 4
[shared: 18 parents in dep graph]
[3 children too small to show]</title>
<rect x="994.8374831425166" y="116" width="2.4604713691461857" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="998.8374831425166" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="994.8374831425166" data-w="2.32626383992003" data-d="5" data-name="jobserver" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
52 transitive deps
depth 5
[1 children too small to show]</title>
<rect x="994.8374831425166" y="135" width="2.32626383992003" height="18" rx="2" fill="hsl(65,67%,53%)" class="normal"/>
<text x="998.8374831425166" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="994.8374831425166" data-w="2.2815279968446447" data-d="6" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 6
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="994.8374831425166" y="154" width="2.2815279968446447" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="998.8374831425166" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="998.1348233002282" data-w="3.033552945094655" data-d="2" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 2
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="998.1348233002282" y="78" width="3.033552945094655" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="1002.1348233002282" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1001.3323520801928" data-w="6.72140162344502" data-d="1" data-name="rusqlite" data-weight="74" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rusqlite v0.32.1
74 transitive deps
depth 1
[shared: 2 parents in dep graph]
[4 children too small to show]</title>
<rect x="1001.3323520801928" y="59" width="6.72140162344502" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="1005.3323520801928" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1001.3323520801928" data-w="3.068465958529248" data-d="2" data-name="hashlink" data-weight="63" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hashlink v0.9.1
63 transitive deps
depth 2</title>
<rect x="1001.3323520801928" y="78" width="3.068465958529248" height="18" rx="2" fill="hsl(62,68%,53%)" class="normal"/>
<text x="1005.3323520801928" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1001.3323520801928" data-w="3.068465958529248" data-d="3" data-name="hashbrown" data-weight="62" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hashbrown v0.14.5
62 transitive deps
depth 3
[shared: 6 parents in dep graph]
[1 children too small to show]</title>
<rect x="1001.3323520801928" y="97" width="3.068465958529248" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1005.3323520801928" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1001.3323520801928" data-w="3.018974572101357" data-d="4" data-name="ahash" data-weight="61" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>ahash v0.8.12
61 transitive deps
depth 4
[shared: 16 parents in dep graph]
[7 children too small to show]</title>
<rect x="1001.3323520801928" y="116" width="3.018974572101357" height="18" rx="2" fill="hsl(254,58%,59%)" class="shared"/>
<text x="1005.3323520801928" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1004.400818038722" data-w="2.82493691420153" data-d="2" data-name="libsqlite3-sys" data-weight="58" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>libsqlite3-sys v0.30.1
58 transitive deps
depth 2
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="1004.400818038722" y="78" width="2.82493691420153" height="18" rx="2" fill="hsl(255,58%,59%)" class="shared"/>
<text x="1008.400818038722" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1004.400818038722" data-w="2.725816320720775" data-d="3" data-name="cc" data-weight="55" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.55
55 transitive deps
depth 3
[shared: 18 parents in dep graph]
[3 children too small to show]</title>
<rect x="1004.400818038722" y="97" width="2.725816320720775" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1008.400818038722" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1004.400818038722" data-w="2.5771354304996414" data-d="4" data-name="jobserver" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
52 transitive deps
depth 4
[1 children too small to show]</title>
<rect x="1004.400818038722" y="116" width="2.5771354304996414" height="18" rx="2" fill="hsl(65,67%,53%)" class="normal"/>
<text x="1008.400818038722" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1004.400818038722" data-w="2.527575133759264" data-d="5" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 5
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="1004.400818038722" y="135" width="2.527575133759264" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1008.400818038722" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="6.358082616772316" data-d="1" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 1
[shared: 37 parents in dep graph]
[5 children too small to show]</title>
<rect x="1008.0537537036378" y="59" width="6.358082616772316" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="1012.0537537036378" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="3.9359559056209577" data-d="2" data-name="iana-time-zone" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.65
65 transitive deps
depth 2
[6 children too small to show]</title>
<rect x="1008.0537537036378" y="78" width="3.9359559056209577" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="1012.0537537036378" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="2.2041353071477365" data-d="3" data-name="iana-time-zone-haiku" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone-haiku v0.1.2
56 transitive deps
depth 3</title>
<rect x="1008.0537537036378" y="97" width="2.2041353071477365" height="18" rx="2" fill="hsl(64,68%,53%)" class="normal"/>
<text x="1012.0537537036378" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="2.2041353071477365" data-d="4" data-name="cc" data-weight="55" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.55
55 transitive deps
depth 4
[shared: 18 parents in dep graph]
[3 children too small to show]</title>
<rect x="1008.0537537036378" y="116" width="2.2041353071477365" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1012.0537537036378" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="2.083909744939678" data-d="5" data-name="jobserver" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
52 transitive deps
depth 5
[1 children too small to show]</title>
<rect x="1008.0537537036378" y="135" width="2.083909744939678" height="18" rx="2" fill="hsl(65,67%,53%)" class="normal"/>
<text x="1012.0537537036378" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1008.0537537036378" data-w="2.043834557536992" data-d="6" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 6
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="1008.0537537036378" y="154" width="2.043834557536992" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1012.0537537036378" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="5.086466093417853" data-d="1" data-name="sqlite-vec" data-weight="56" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlite-vec v0.1.6
56 transitive deps
depth 1</title>
<rect x="1014.4118363204101" y="59" width="5.086466093417853" height="18" rx="2" fill="hsl(64,68%,53%)" class="normal"/>
<text x="1018.4118363204101" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="5.086466093417853" data-d="2" data-name="cc" data-weight="55" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>cc v1.2.55
55 transitive deps
depth 2
[shared: 18 parents in dep graph]
[3 children too small to show]</title>
<rect x="1014.4118363204101" y="78" width="5.086466093417853" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1018.4118363204101" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="4.809022488322333" data-d="3" data-name="jobserver" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>jobserver v0.1.34
52 transitive deps
depth 3
[1 children too small to show]</title>
<rect x="1014.4118363204101" y="97" width="4.809022488322333" height="18" rx="2" fill="hsl(65,67%,53%)" class="normal"/>
<text x="1018.4118363204101" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="4.716541286623826" data-d="4" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 4
[shared: 10 parents in dep graph]
[5 children too small to show]</title>
<rect x="1014.4118363204101" y="116" width="4.716541286623826" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1018.4118363204101" y="129" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="2.5291598203635015" data-d="5" data-name="wasip2" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wasip2 v1.0.2+wasi-0.2.9
37 transitive deps
depth 5
[shared: 2 parents in dep graph]</title>
<rect x="1014.4118363204101" y="135" width="2.5291598203635015" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="1018.4118363204101" y="148" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="2.5291598203635015" data-d="6" data-name="wit-bindgen" data-weight="36" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen v0.51.0
36 transitive deps
depth 6
[shared: 2 parents in dep graph]</title>
<rect x="1014.4118363204101" y="154" width="2.5291598203635015" height="18" rx="2" fill="hsl(258,56%,59%)" class="shared"/>
<text x="1018.4118363204101" y="167" fill="#000"></text>
</g>
<g class="frame" data-x="1014.4118363204101" data-w="2.5291598203635015" data-d="7" data-name="wit-bindgen-rust-macro" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wit-bindgen-rust-macro v0.51.0
35 transitive deps
depth 7
[7 children too small to show]</title>
<rect x="1014.4118363204101" y="173" width="2.5291598203635015" height="18" rx="2" fill="hsl(70,66%,54%)" class="normal"/>
<text x="1018.4118363204101" y="186" fill="#000"></text>
</g>
<g class="frame" data-x="1023.2223222322233" data-w="57.06570657065707" data-d="0" data-name="rig-vectorize" data-weight="317" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-vectorize v0.2.2
317 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="1023.2223222322233" y="40" width="57.06570657065707" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1027.2223222322232" y="53" fill="#fff">rig-v..</text>
</g>
<g class="frame" data-x="1023.2223222322233" data-w="27.52786764128174" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="1023.2223222322233" y="59" width="27.52786764128174" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1027.2223222322232" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="1023.2223222322233" data-w="9.276929260129336" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="1023.2223222322233" y="78" width="9.276929260129336" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="1027.2223222322232" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1032.4992514923526" data-w="5.414697486524469" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="1032.4992514923526" y="78" width="5.414697486524469" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="1036.4992514923526" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1037.9139489788772" data-w="2.8777413215095082" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[6 children too small to show]</title>
<rect x="1037.9139489788772" y="78" width="2.8777413215095082" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="1041.9139489788772" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1050.750189873505" data-w="21.410563720996908" data-d="1" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 1
[shared: 13 parents in dep graph]
[34 children too small to show]</title>
<rect x="1050.750189873505" y="59" width="21.410563720996908" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="1054.750189873505" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1050.750189873505" data-w="2.414484781083296" data-d="2" data-name="hyper-rustls" data-weight="151" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hyper-rustls v0.27.7
151 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1050.750189873505" y="78" width="2.414484781083296" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="1054.750189873505" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1053.1646746545882" data-w="2.222605195831643" data-d="2" data-name="rustls-platform-verifier" data-weight="139" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls-platform-verifier v0.6.2
139 transitive deps
depth 2
[13 children too small to show]</title>
<rect x="1053.1646746545882" y="78" width="2.222605195831643" height="18" rx="2" fill="hsl(51,70%,52%)" class="normal"/>
<text x="1057.1646746545882" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1055.3872798504199" data-w="2.0467155760176285" data-d="2" data-name="quinn" data-weight="128" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quinn v0.11.9
128 transitive deps
depth 2
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="1055.3872798504199" y="78" width="2.0467155760176285" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1059.3872798504199" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1072.1607535945018" data-w="4.544282912211589" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="1072.1607535945018" y="59" width="4.544282912211589" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1076.1607535945018" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1072.1607535945018" data-w="2.694865447939431" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="1072.1607535945018" y="78" width="2.694865447939431" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1076.1607535945018" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1080.2880288028803" data-w="57.06570657065707" data-d="0" data-name="rig-milvus" data-weight="317" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-milvus v0.2.2
317 transitive deps
depth 0
[2 children too small to show]</title>
<rect x="1080.2880288028803" y="40" width="57.06570657065707" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1084.2880288028803" y="53" fill="#fff">rig-m..</text>
</g>
<g class="frame" data-x="1080.2880288028803" data-w="28.397626492507072" data-d="1" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 1
[shared: 16 parents in dep graph]
[23 children too small to show]</title>
<rect x="1080.2880288028803" y="59" width="28.397626492507072" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1084.2880288028803" y="72" fill="#fff">r..</text>
</g>
<g class="frame" data-x="1080.2880288028803" data-w="9.57003918935933" data-d="2" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 2
[shared: 13 parents in dep graph]
[37 children too small to show]</title>
<rect x="1080.2880288028803" y="78" width="9.57003918935933" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="1084.2880288028803" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1089.8580679922395" data-w="5.58577797583014" data-d="2" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 2
[8 children too small to show]</title>
<rect x="1089.8580679922395" y="78" width="5.58577797583014" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="1093.8580679922395" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1095.4438459680696" data-w="2.9686652179237107" data-d="2" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 2
[shared: 5 parents in dep graph]
[6 children too small to show]</title>
<rect x="1095.4438459680696" y="78" width="2.9686652179237107" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="1099.4438459680696" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1108.6856552953873" data-w="22.087042827505503" data-d="1" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 1
[shared: 13 parents in dep graph]
[34 children too small to show]</title>
<rect x="1108.6856552953873" y="59" width="22.087042827505503" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="1112.6856552953873" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1108.6856552953873" data-w="2.490771819980083" data-d="2" data-name="hyper-rustls" data-weight="151" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hyper-rustls v0.27.7
151 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1108.6856552953873" y="78" width="2.490771819980083" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="1112.6856552953873" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1111.1764271153675" data-w="2.292829688590937" data-d="2" data-name="rustls-platform-verifier" data-weight="139" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls-platform-verifier v0.6.2
139 transitive deps
depth 2
[13 children too small to show]</title>
<rect x="1111.1764271153675" y="78" width="2.292829688590937" height="18" rx="2" fill="hsl(51,70%,52%)" class="normal"/>
<text x="1115.1764271153675" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1113.4692568039584" data-w="2.111382734817554" data-d="2" data-name="quinn" data-weight="128" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>quinn v0.11.9
128 transitive deps
depth 2
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="1113.4692568039584" y="78" width="2.111382734817554" height="18" rx="2" fill="hsl(250,60%,57%)" class="shared"/>
<text x="1117.4692568039584" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1130.7726981228927" data-w="4.687862151144024" data-d="1" data-name="uuid" data-weight="52" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>uuid v1.20.0
52 transitive deps
depth 1
[shared: 33 parents in dep graph]
[3 children too small to show]</title>
<rect x="1130.7726981228927" y="59" width="4.687862151144024" height="18" rx="2" fill="rgb(220,20,80)" class="unused"/>
<text x="1134.7726981228927" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1130.7726981228927" data-w="2.7800112756784334" data-d="2" data-name="getrandom" data-weight="51" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>getrandom v0.3.4
51 transitive deps
depth 2
[shared: 10 parents in dep graph]
[6 children too small to show]</title>
<rect x="1130.7726981228927" y="78" width="2.7800112756784334" height="18" rx="2" fill="hsl(255,57%,59%)" class="shared"/>
<text x="1134.7726981228927" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1137.3537353735373" data-w="56.70567056705671" data-d="0" data-name="rig-core" data-weight="315" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-core v0.33.0
315 transitive deps
depth 0
[shared: 16 parents in dep graph]
[19 children too small to show]</title>
<rect x="1137.3537353735373" y="40" width="56.70567056705671" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1141.3537353735373" y="53" fill="#fff">rig-c..</text>
</g>
<g class="frame" data-x="1137.3537353735373" data-w="19.10988898064497" data-d="1" data-name="reqwest" data-weight="245" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.13.2
245 transitive deps
depth 1
[shared: 13 parents in dep graph]
[36 children too small to show]</title>
<rect x="1137.3537353735373" y="59" width="19.10988898064497" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="1141.3537353735373" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1137.3537353735373" data-w="2.155036023956229" data-d="2" data-name="hyper-rustls" data-weight="151" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>hyper-rustls v0.27.7
151 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1137.3537353735373" y="78" width="2.155036023956229" height="18" rx="2" fill="hsl(249,61%,57%)" class="shared"/>
<text x="1141.3537353735373" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1156.4636243541822" data-w="11.153935200947881" data-d="1" data-name="tokio-tungstenite" data-weight="143" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.23.1
143 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="1156.4636243541822" y="59" width="11.153935200947881" height="18" rx="2" fill="hsl(50,70%,52%)" class="normal"/>
<text x="1160.4636243541822" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1156.4636243541822" data-w="3.1207901598507024" data-d="2" data-name="tokio-rustls" data-weight="108" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-rustls v0.26.4
108 transitive deps
depth 2
[shared: 9 parents in dep graph]
[1 children too small to show]</title>
<rect x="1156.4636243541822" y="78" width="3.1207901598507024" height="18" rx="2" fill="hsl(251,60%,58%)" class="shared"/>
<text x="1160.4636243541822" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1156.4636243541822" data-w="2.142237313117855" data-d="3" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 3
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="1156.4636243541822" y="97" width="2.142237313117855" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="1160.4636243541822" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1159.584414514033" data-w="3.0341015442992942" data-d="2" data-name="tungstenite" data-weight="105" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tungstenite v0.23.0
105 transitive deps
depth 2
[12 children too small to show]</title>
<rect x="1159.584414514033" y="78" width="3.0341015442992942" height="18" rx="2" fill="hsl(55,70%,52%)" class="normal"/>
<text x="1163.584414514033" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1162.6185160583323" data-w="2.3405926198880267" data-d="2" data-name="rustls" data-weight="81" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rustls v0.23.36
81 transitive deps
depth 2
[shared: 18 parents in dep graph]
[8 children too small to show]</title>
<rect x="1162.6185160583323" y="78" width="2.3405926198880267" height="18" rx="2" fill="hsl(253,59%,58%)" class="shared"/>
<text x="1166.6185160583323" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1167.6175595551301" data-w="5.92796556134293" data-d="1" data-name="schemars" data-weight="76" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>schemars v1.2.1
76 transitive deps
depth 1
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="1167.6175595551301" y="59" width="5.92796556134293" height="18" rx="2" fill="hsl(253,58%,58%)" class="shared"/>
<text x="1171.6175595551301" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1167.6175595551301" data-w="3.9899768201346646" data-d="2" data-name="chrono" data-weight="70" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>chrono v0.4.44
70 transitive deps
depth 2
[shared: 37 parents in dep graph]
[5 children too small to show]</title>
<rect x="1167.6175595551301" y="78" width="3.9899768201346646" height="18" rx="2" fill="hsl(254,58%,58%)" class="shared"/>
<text x="1171.6175595551301" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1167.6175595551301" data-w="2.4699856505595545" data-d="3" data-name="iana-time-zone" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>iana-time-zone v0.1.65
65 transitive deps
depth 3
[7 children too small to show]</title>
<rect x="1167.6175595551301" y="97" width="2.4699856505595545" height="18" rx="2" fill="hsl(61,68%,53%)" class="normal"/>
<text x="1171.6175595551301" y="110" fill="#000"></text>
</g>
<g class="frame" data-x="1173.545525116473" data-w="2.8859832338116895" data-d="1" data-name="tokio" data-weight="37" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio v1.49.0
37 transitive deps
depth 1
[shared: 93 parents in dep graph]
[9 children too small to show]</title>
<rect x="1173.545525116473" y="59" width="2.8859832338116895" height="18" rx="2" fill="hsl(257,56%,59%)" class="shared"/>
<text x="1177.545525116473" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1176.4315083502847" data-w="2.7299841400921383" data-d="1" data-name="url" data-weight="35" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>url v2.5.8
35 transitive deps
depth 1
[shared: 31 parents in dep graph]
[5 children too small to show]</title>
<rect x="1176.4315083502847" y="59" width="2.7299841400921383" height="18" rx="2" fill="hsl(258,56%,59%)" class="shared"/>
<text x="1180.4315083502847" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1179.1614924903768" data-w="2.573985046372588" data-d="1" data-name="rig-derive" data-weight="33" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-derive v0.1.11
33 transitive deps
depth 1
[shared: 2 parents in dep graph]
[7 children too small to show]</title>
<rect x="1179.1614924903768" y="59" width="2.573985046372588" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1183.1614924903768" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1181.7354775367494" data-w="2.261986858933486" data-d="1" data-name="tracing-futures" data-weight="29" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tracing-futures v0.2.5
29 transitive deps
depth 1
[4 children too small to show]</title>
<rect x="1181.7354775367494" y="59" width="2.261986858933486" height="18" rx="2" fill="hsl(73,65%,54%)" class="normal"/>
<text x="1185.7354775367494" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1194.0594059405942" data-w="5.9405940594059405" data-d="0" data-name="rig-derive" data-weight="33" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rig-derive v0.1.11
33 transitive deps
depth 0
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="1194.0594059405942" y="40" width="5.9405940594059405" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1198.0594059405942" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1194.0594059405942" data-w="2.856054836252856" data-d="1" data-name="deluxe" data-weight="25" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>deluxe v0.5.0
25 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="1194.0594059405942" y="59" width="2.856054836252856" height="18" rx="2" fill="hsl(75,65%,54%)" class="normal"/>
<text x="1198.0594059405942" 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/deranged" target="_blank" style="color:inherit;text-decoration:underline dotted">deranged</a> from <a href="https://crates.io/crates/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</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">- deranged = "0.4.0"</div></div></li>
<li>(-1 deps) Remove <a href="https://crates.io/crates/as-any" target="_blank" style="color:inherit;text-decoration:underline dotted">as-any</a> from <a href="https://crates.io/crates/rig-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-core</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">- as-any = "0.3.2"</div></div></li>
<li>(-1 deps) Remove <a href="https://crates.io/crates/indoc" target="_blank" style="color:inherit;text-decoration:underline dotted">indoc</a> from <a href="https://crates.io/crates/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</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">- indoc = "2.0.7"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/schemars" target="_blank" style="color:inherit;text-decoration:underline dotted">schemars</a> from <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</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">- schemars = "1.2.1"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> from <a href="https://crates.io/crates/rig-sqlite" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-sqlite</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">- chrono = "0.4.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a> from <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</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">- uuid = "1.20.0"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a> from <a href="https://crates.io/crates/rig-milvus" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-milvus</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">- uuid = "1.20.0"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tokio-stream" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-stream</a> from <a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</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">- tokio-stream = "0.1.18"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/futures" target="_blank" style="color:inherit;text-decoration:underline dotted">futures</a> from <a href="https://crates.io/crates/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</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">- futures = "0.3.31"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> from <a href="https://crates.io/crates/rig-s3vectors" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-s3vectors</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">- tracing = "0.1.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> from <a href="https://crates.io/crates/rig-postgres" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-postgres</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">- tracing = "0.1.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/serde_json" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_json</a> from <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</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">- serde_json = "1.0.149"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> from <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</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">- tracing = "0.1.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> from <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</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">- tracing = "0.1.44"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a> from <a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a> — it appears unused <span class="show-diff-btn" onclick="toggleDiff(this.parentElement)">show diff</span>
<div class="cargo-diff"><div class="diff-file"># Cargo.toml</div><div class="diff-rm">- prost = "0.13.5"</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>(-28 deps) <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a> is already optional in <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> (already optional) — enabled by feature(s) <code>avif</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) "avif" of image pull in ravif</div><div class="diff-rm">- image = { version = "...", features = ["avif"] }</div><div class="diff-add">+ image = { version = "..." } # without "avif"</div></div></li>
<li>(-6 deps) <a href="https://crates.io/crates/surrealmx" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealmx</a> is already optional in <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> (already optional) — default feature(s) <code>kv-mem</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) "kv-mem" of surrealdb-core pull in surrealmx</div><div class="diff-rm">- surrealdb-core = "..."</div><div class="diff-add">+ surrealdb-core = { version = "...", default-features = false, features = ["graphql"] }</div></div></li>
<li>(-5 deps) <a href="https://crates.io/crates/hickory-resolver" target="_blank" style="color:inherit;text-decoration:underline dotted">hickory-resolver</a> is already optional in <a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a> (already optional) — default feature(s) <code>dns-resolver</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) "dns-resolver" of mongodb pull in hickory-resolver</div><div class="diff-rm">- mongodb = "..."</div><div class="diff-add">+ mongodb = { version = "...", default-features = false, features = ["compat-3-0-0", "rustls-tls"] }</div></div></li>
<li>(-4 deps) <a href="https://crates.io/crates/aws-lc-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-sys</a> is already optional in <a href="https://crates.io/crates/aws-lc-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-rs</a> (already optional) — default feature(s) <code>aws-lc-sys</code>, <code>non-fips</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) "aws-lc-sys", "non-fips" of aws-lc-rs pull in aws-lc-sys</div><div class="diff-rm">- aws-lc-rs = "..."</div><div class="diff-add">+ aws-lc-rs = { version = "...", default-features = false, features = ["alloc", "ring-io", "ring-sig-verify"] }</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>(-115 deps) Make <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> optional in <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</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">- surrealdb = "3.0.2"</div><div class="diff-add">+ surrealdb = { version = "3.0.2", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-surrealdb = ["dep:surrealdb"] # pick a name that makes sense for your crate</div></div></li>
<li>(-82 deps) Make <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> optional in <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</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">- fastembed = "4.9.1"</div><div class="diff-add">+ fastembed = { version = "4.9.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-fastembed = ["dep:fastembed"] # pick a name that makes sense for your crate</div></div></li>
<li>(-25 deps) Make <a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a> optional in <a href="https://crates.io/crates/rig-mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-mongodb</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">- mongodb = "3.5.1"</div><div class="diff-add">+ mongodb = { version = "3.5.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-mongodb = ["dep:mongodb"] # pick a name that makes sense for your crate</div></div></li>
<li>(-10 deps) Make <a href="https://crates.io/crates/deluxe" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe</a> optional in <a href="https://crates.io/crates/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</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">- deluxe = "0.5.0"</div><div class="diff-add">+ deluxe = { version = "0.5.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-deluxe = ["dep:deluxe"] # pick a name that makes sense for your crate</div></div></li>
<li>(-5 deps) Make <a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a> optional in <a href="https://crates.io/crates/rig-helixdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-helixdb</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">- helix-rs = "0.1.10"</div><div class="diff-add">+ helix-rs = { version = "0.1.10", optional = true }</div><div class="diff-comment"></div><div class="diff-comment"># add a feature flag so users can opt in to this dependency:</div><div class="diff-file"># Cargo.toml — [features]</div><div class="diff-add">+ use-helix-rs = ["dep:helix-rs"] # pick a name that makes sense for your crate</div></div></li>
<li>(-5 deps) Make <a href="https://crates.io/crates/aws-config" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-config</a> optional in <a href="https://crates.io/crates/rig-bedrock" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-bedrock</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">- aws-config = "1.8.13"</div><div class="diff-add">+ aws-config = { version = "1.8.13", 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-aws-config = ["dep:aws-config"] # pick a name that makes sense for your crate</div></div></li>
<li>(-4 deps) Make <a href="https://crates.io/crates/scylla" target="_blank" style="color:inherit;text-decoration:underline dotted">scylla</a> optional in <a href="https://crates.io/crates/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</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">- scylla = "1.5.0"</div><div class="diff-add">+ scylla = { version = "1.5.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-scylla = ["dep:scylla"] # 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>(-52 deps) Propose making <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> optional in <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</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>(-24 deps) Propose making <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a> optional in <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</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>(-16 deps) Propose making <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a> optional in <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</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>(-16 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>(-9 deps) Propose making <a href="https://crates.io/crates/async_cell" target="_blank" style="color:inherit;text-decoration:underline dotted">async_cell</a> optional in <a href="https://crates.io/crates/lance" target="_blank" style="color:inherit;text-decoration:underline dotted">lance</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>(-9 deps) Propose making <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a> optional in <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</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/html5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">html5ever</a> optional in <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</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/bon" target="_blank" style="color:inherit;text-decoration:underline dotted">bon</a> optional in <a href="https://crates.io/crates/tantivy" target="_blank" style="color:inherit;text-decoration:underline dotted">tantivy</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/av-scenechange" target="_blank" style="color:inherit;text-decoration:underline dotted">av-scenechange</a> optional in <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</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/stacker" target="_blank" style="color:inherit;text-decoration:underline dotted">stacker</a> optional in <a href="https://crates.io/crates/recursive" target="_blank" style="color:inherit;text-decoration:underline dotted">recursive</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/helix-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-macros</a> optional in <a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-4 deps) Propose making <a href="https://crates.io/crates/toml_edit" target="_blank" style="color:inherit;text-decoration:underline dotted">toml_edit</a> optional in <a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</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/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a> optional in <a href="https://crates.io/crates/deluxe-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe-macros</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/web_atoms" target="_blank" style="color:inherit;text-decoration:underline dotted">web_atoms</a> optional in <a href="https://crates.io/crates/markup5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">markup5ever</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/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a></code></td>
<td><code><a href="https://crates.io/crates/deranged" target="_blank" style="color:inherit;text-decoration:underline dotted">deranged</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/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a> v0.4.2 → <a href="https://crates.io/crates/deranged" target="_blank" style="color:inherit;text-decoration:underline dotted">deranged</a> v0.4.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/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a> → <a href="https://crates.io/crates/deranged" target="_blank" style="color:inherit;text-decoration:underline dotted">deranged</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/rig-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-core</a></code></td>
<td><code><a href="https://crates.io/crates/as-any" target="_blank" style="color:inherit;text-decoration:underline dotted">as-any</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-2">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-core</a> v0.33.0 → <a href="https://crates.io/crates/as-any" target="_blank" style="color:inherit;text-decoration:underline dotted">as-any</a> v0.3.2</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-core</a> → <a href="https://crates.io/crates/as-any" target="_blank" style="color:inherit;text-decoration:underline dotted">as-any</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/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a></code></td>
<td><code><a href="https://crates.io/crates/indoc" target="_blank" style="color:inherit;text-decoration:underline dotted">indoc</a></code></td>
<td>1</td><td>2</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-3">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a> v0.1.11 → <a href="https://crates.io/crates/indoc" target="_blank" style="color:inherit;text-decoration:underline dotted">indoc</a> v2.0.7</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/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a> → <a href="https://crates.io/crates/indoc" target="_blank" style="color:inherit;text-decoration:underline dotted">indoc</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(4)">
<td>4</td>
<td><code><a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a></code></td>
<td><code><a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a></code></td>
<td>115</td><td>561</td><td>4</td><td>140.2</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-4">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> v0.2.2 → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> v3.0.2</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a></div>
<div style="margin-top:8px"><span class="label">References (4):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs:12</div>
<div class="ref-line"><code>use surrealdb::{</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs:17</div>
<div class="ref-line"><code>pub use surrealdb::engine::local::Mem;</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs:18</div>
<div class="ref-line"><code>pub use surrealdb::engine::remote::ws::{Ws, Wss};</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/examples/vector_search_surreal.rs:11</div>
<div class="ref-line"><code>use surrealdb::Surreal;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(5)">
<td>5</td>
<td><code><a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a></code></td>
<td><code><a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a></code></td>
<td>82</td><td>395</td><td>6</td><td>65.8</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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> v0.3.2 → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> v4.9.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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a></div>
<div style="margin-top:8px"><span class="label">References (6):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs:3</div>
<div class="ref-line"><code>pub use fastembed::EmbeddingModel as FastembedModel;</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs:4</div>
<div class="ref-line"><code>use fastembed::{InitOptionsUserDefined, ModelInfo, TextEmbedding, UserDefinedEmbeddingModel};</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs:8</div>
<div class="ref-line"><code>use fastembed::InitOptions;</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs:69</div>
<div class="ref-line"><code>model: &fastembed::EmbeddingModel,</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs:84</div>
<div class="ref-line"><code>pub fn new(model: &fastembed::EmbeddingModel, ndims: usize) -> Self {</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-fastembed/examples/vector_search_fastembed_local.rs:1</div>
<div class="ref-line"><code>use fastembed::{</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(6)">
<td>6</td>
<td><code><a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a></code></td>
<td>52</td><td>143</td><td>4</td><td>35.8</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/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> v4.9.1 → <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> v0.25.9</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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> → <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</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/.../fastembed-4.9.1/src/image_embedding/utils.rs:2</div>
<div class="ref-line"><code>use image::{imageops::FilterType, DynamicImage, GenericImageView};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../fastembed-4.9.1/src/image_embedding/impl.rs:3</div>
<div class="ref-line"><code>use image::DynamicImage;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../fastembed-4.9.1/src/image_embedding/impl.rs:144</div>
<div class="ref-line"><code>image::ImageReader::new(Cursor::new(img))</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../fastembed-4.9.1/src/image_embedding/impl.rs:178</div>
<div class="ref-line"><code>image::ImageReader::open(img)?</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(7)">
<td>7</td>
<td><code><a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a></code></td>
<td><code><a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a></code></td>
<td>28</td><td>111</td><td>4</td><td>27.8</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: avif)</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/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> v0.25.9 → <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a> v0.12.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> → <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> → <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</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/.../image-0.25.9/src/codecs/avif/encoder.rs:21</div>
<div class="ref-line"><code>use ravif::{BitDepth, Encoder, Img, RGB8, RGBA8};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../image-0.25.9/src/codecs/avif/encoder.rs:43</div>
<div class="ref-line"><code>fn to_ravif(self) -> ravif::ColorModel {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../image-0.25.9/src/codecs/avif/encoder.rs:45</div>
<div class="ref-line"><code>Self::Srgb => ravif::ColorModel::RGB,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../image-0.25.9/src/codecs/avif/encoder.rs:46</div>
<div class="ref-line"><code>Self::Bt709 => ravif::ColorModel::YCbCr,</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(8)">
<td>8</td>
<td><code><a href="https://crates.io/crates/rig-mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-mongodb</a></code></td>
<td><code><a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a></code></td>
<td>25</td><td>282</td><td>13</td><td>21.7</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/rig-mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-mongodb</a> v0.4.2 → <a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a> v3.5.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/rig-mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-mongodb</a> → <a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a></div>
<div style="margin-top:8px"><span class="label">References (13):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:2</div>
<div class="ref-line"><code>use mongodb::bson::{self, Bson, Document, doc, to_bson};</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:29</div>
<div class="ref-line"><code>collection: mongodb::Collection<C>,</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:61</div>
<div class="ref-line"><code>fn mongodb_to_rig_error(e: mongodb::error::Error) -> VectorStoreError {</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:112</div>
<div class="ref-line"><code>collection: mongodb::Collection<C>,</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:183</div>
<div class="ref-line"><code>collection: mongodb::Collection<C>,</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:486</div>
<div class="ref-line"><code>.map(|(document, embeddings)| -> Result<Vec<mongodb::bson::Document>, VectorStoreError> {</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:489</div>
<div class="ref-line"><code>embeddings.into_iter().map(|embedding| -> Result<mongodb::bson::Document, VectorStoreError> {</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:491</div>
<div class="ref-line"><code>"document": mongodb::bson::to_bson(&json_doc).map_err(|e| VectorStoreError::DatastoreError(Box::new(e)))?,</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs:502</div>
<div class="ref-line"><code>let collection = self.collection.clone_with_type::<mongodb::bson::Document>();</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/examples/vector_search_mongodb.rs:1</div>
<div class="ref-line"><code>use mongodb::{</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs:2</div>
<div class="ref-line"><code>use mongodb::{</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs:335</div>
<div class="ref-line"><code>.index_type(Some(mongodb::SearchIndexType::VectorSearch))</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs:399</div>
<div class="ref-line"><code>mongodb::Client::with_options(options).expect("MongoDB client options should be valid");</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(9)">
<td>9</td>
<td><code><a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a></code></td>
<td>24</td><td>105</td><td>8</td><td>13.1</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-9">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a> v0.12.0 → <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a> v0.8.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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> → <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> → <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a> → <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a></div>
<div style="margin-top:8px"><span class="label">References (8):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/lib.rs:23</div>
<div class="ref-line"><code>pub use rav1e::prelude::MatrixCoefficients;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/error.rs:21</div>
<div class="ref-line"><code>from(_e: rav1e::InvalidConfig) -> (EncodingErrorDetail)</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/error.rs:22</div>
<div class="ref-line"><code>from(_e: rav1e::EncoderStatus) -> (EncodingErrorDetail)</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/av1encoder.rs:7</div>
<div class="ref-line"><code>use rav1e::prelude::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/av1encoder.rs:373</div>
<div class="ref-line"><code>fn encode_raw_planes_internal<P: rav1e::Pixel + Default>(</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/av1encoder.rs:674</div>
<div class="ref-line"><code>fn init_frame_3<P: rav1e::Pixel + Default>(</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/av1encoder.rs:699</div>
<div class="ref-line"><code>fn init_frame_1<P: rav1e::Pixel + Default>(width: usize, height: usize, planes: impl IntoIterator<Item = P> + Send, frame: &mut Frame<P>) -> Result<(), Error> {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ravif-0.12.0/src/av1encoder.rs:713</div>
<div class="ref-line"><code>fn encode_to_av1<P: rav1e::Pixel>(p: &Av1EncodeConfig, init: impl FnOnce(&mut Frame<P>) -> Result<(), Error>) -> Result<Vec<u8>, Error> {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(10)">
<td>10</td>
<td><code><a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a></code></td>
<td>16</td><td>89</td><td>2</td><td>44.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/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> v3.0.2 → <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a> v4.1.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/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> → <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</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/.../surrealdb-core-3.0.2/src/fnc/string.rs:384</div>
<div class="ref-line"><code>Ok(ammonia::clean_text(&arg).into())</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/fnc/string.rs:388</div>
<div class="ref-line"><code>Ok(ammonia::clean(&arg).into())</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(11)">
<td>11</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>16</td><td>30</td><td>3</td><td>10.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-11">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/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/rig-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-core</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(12)">
<td>12</td>
<td><code><a href="https://crates.io/crates/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a></code></td>
<td><code><a href="https://crates.io/crates/deluxe" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe</a></code></td>
<td>10</td><td>25</td><td>1</td><td>25.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-12">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a> v0.1.11 → <a href="https://crates.io/crates/deluxe" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe</a> v0.5.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/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a> → <a href="https://crates.io/crates/deluxe" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig/rig-derive/src/client.rs:1</div>
<div class="ref-line"><code>use deluxe::{ParseAttributes, ParseMetaItem};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(13)">
<td>13</td>
<td><code><a href="https://crates.io/crates/lance" target="_blank" style="color:inherit;text-decoration:underline dotted">lance</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/async_cell" target="_blank" style="color:inherit;text-decoration:underline dotted">async_cell</a></code></td>
<td>9</td><td>81</td><td>1</td><td>81.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/lance" target="_blank" style="color:inherit;text-decoration:underline dotted">lance</a> v1.0.1 → <a href="https://crates.io/crates/async_cell" target="_blank" style="color:inherit;text-decoration:underline dotted">async_cell</a> v0.2.3</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a> → <a href="https://crates.io/crates/lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">lancedb</a> → <a href="https://crates.io/crates/lance" target="_blank" style="color:inherit;text-decoration:underline dotted">lance</a> → <a href="https://crates.io/crates/async_cell" target="_blank" style="color:inherit;text-decoration:underline dotted">async_cell</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/.../lance-1.0.1/src/utils/future.rs:4</div>
<div class="ref-line"><code>use async_cell::sync::AsyncCell;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(14)">
<td>14</td>
<td><code><a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a></code></td>
<td>9</td><td>27</td><td>5</td><td>5.4</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/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> v3.0.2 → <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a> v0.37.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/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> → <a href="https://crates.io/crates/sysinfo" target="_blank" style="color:inherit;text-decoration:underline dotted">sysinfo</a></div>
<div style="margin-top:8px"><span class="label">References (5):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/rocksdb/cnf.rs:5</div>
<div class="ref-line"><code>use sysinfo::System;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/surrealkv/cnf.rs:4</div>
<div class="ref-line"><code>use sysinfo::System;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/sys/mod.rs:4</div>
<div class="ref-line"><code>use sysinfo::{Pid, System};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/sys/mod.rs:115</div>
<div class="ref-line"><code>sysinfo::ProcessesToUpdate::Some(&[self.pid]),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/sys/mod.rs:117</div>
<div class="ref-line"><code>sysinfo::ProcessRefreshKind::nothing().with_memory().with_cpu(),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(15)">
<td>15</td>
<td><code><a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/html5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">html5ever</a></code></td>
<td>7</td><td>55</td><td>15</td><td>3.7</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/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a> v4.1.2 → <a href="https://crates.io/crates/html5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">html5ever</a> v0.35.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/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> → <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a> → <a href="https://crates.io/crates/html5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">html5ever</a></div>
<div style="margin-top:8px"><span class="label">References (15):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:38</div>
<div class="ref-line"><code>use html5ever::interface::Attribute;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:39</div>
<div class="ref-line"><code>use html5ever::serialize::{serialize, SerializeOpts};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:40</div>
<div class="ref-line"><code>use html5ever::tree_builder::{NodeOrText, TreeSink};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:41</div>
<div class="ref-line"><code>use html5ever::{driver as html, local_name, ns, QualName};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:60</div>
<div class="ref-line"><code>use html5ever::buffer_queue::BufferQueue;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:61</div>
<div class="ref-line"><code>use html5ever::tokenizer::{Token, TokenSink, TokenSinkResult, Tokenizer};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/lib.rs:1905</div>
<div class="ref-line"><code>let attr_filter = |attr: &html5ever::Attribute| {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:52</div>
<div class="ref-line"><code>use html5ever::interface::tree_builder;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:53</div>
<div class="ref-line"><code>use html5ever::interface::tree_builder::{ElementFlags, NodeOrText, QuirksMode, TreeSink};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:54</div>
<div class="ref-line"><code>use html5ever::serialize::TraversalScope;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:55</div>
<div class="ref-line"><code>use html5ever::serialize::TraversalScope::{ChildrenOnly, IncludeNode};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:56</div>
<div class="ref-line"><code>use html5ever::serialize::{Serialize, Serializer};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:57</div>
<div class="ref-line"><code>use html5ever::Attribute;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:58</div>
<div class="ref-line"><code>use html5ever::ExpandedName;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../ammonia-4.1.2/src/rcdom.rs:59</div>
<div class="ref-line"><code>use html5ever::QualName;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(16)">
<td>16</td>
<td><code><a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a></code></td>
<td><code><a href="https://crates.io/crates/surrealmx" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealmx</a></code></td>
<td>6</td><td>87</td><td>18</td><td>4.8</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: kv-mem)</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/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> v3.0.2 → <a href="https://crates.io/crates/surrealmx" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealmx</a> v0.18.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> → <a href="https://crates.io/crates/surrealmx" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealmx</a></div>
<div style="margin-top:8px"><span class="label">References (18):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:89</div>
<div class="ref-line"><code>impl From<surrealmx::Error> for Error {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:90</div>
<div class="ref-line"><code>fn from(e: surrealmx::Error) -> Error {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:92</div>
<div class="ref-line"><code>surrealmx::Error::TxNotWritable => Error::TransactionReadonly,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:93</div>
<div class="ref-line"><code>surrealmx::Error::ValNotExpectedValue => Error::TransactionConditionNotMet,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:94</div>
<div class="ref-line"><code>surrealmx::Error::TxClosed => Error::TransactionFinished,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:95</div>
<div class="ref-line"><code>surrealmx::Error::KeyAlreadyExists => Error::TransactionKeyAlreadyExists,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:96</div>
<div class="ref-line"><code>surrealmx::Error::KeyReadConflict => Error::TransactionConflict(e.to_string()),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/err.rs:97</div>
<div class="ref-line"><code>surrealmx::Error::KeyWriteConflict => Error::TransactionConflict(e.to_string()),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:7</div>
<div class="ref-line"><code>use surrealmx::{Database, DatabaseOptions, KeyIterator, ScanIterator, Transaction as Tx};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:43</div>
<div class="ref-line"><code>let mut persistence_opts = surrealmx::PersistenceOptions::new(persist_path);</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:46</div>
<div class="ref-line"><code>AolMode::Never => surrealmx::AolMode::Never,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:47</div>
<div class="ref-line"><code>AolMode::Sync => surrealmx::AolMode::SynchronousOnCommit,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:48</div>
<div class="ref-line"><code>AolMode::Async => surrealmx::AolMode::AsynchronousAfterCommit,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:52</div>
<div class="ref-line"><code>SnapshotMode::Never => surrealmx::SnapshotMode::Never,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:53</div>
<div class="ref-line"><code>SnapshotMode::Interval(interval) => surrealmx::SnapshotMode::Interval(interval),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:57</div>
<div class="ref-line"><code>SyncMode::Never => surrealmx::FsyncMode::Never,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:58</div>
<div class="ref-line"><code>SyncMode::Every => surrealmx::FsyncMode::EveryAppend,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../surrealdb-core-3.0.2/src/kvs/mem/mod.rs:59</div>
<div class="ref-line"><code>SyncMode::Interval(d) => surrealmx::FsyncMode::Interval(d),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(17)">
<td>17</td>
<td><code><a href="https://crates.io/crates/rig-helixdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-helixdb</a></code></td>
<td><code><a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a></code></td>
<td>5</td><td>261</td><td>2</td><td>130.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-17">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-helixdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-helixdb</a> v0.2.2 → <a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a> v0.1.10</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/rig-helixdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-helixdb</a> → <a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-helixdb/src/lib.rs:1</div>
<div class="ref-line"><code>use helix_rs::HelixDBClient;</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-helixdb/examples/vector_search_helixdb.rs:1</div>
<div class="ref-line"><code>use helix_rs::{HelixDB, HelixDBClient};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(18)">
<td>18</td>
<td><code><a href="https://crates.io/crates/rig-bedrock" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-bedrock</a></code></td>
<td><code><a href="https://crates.io/crates/aws-config" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-config</a></code></td>
<td>5</td><td>242</td><td>4</td><td>60.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-18">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-bedrock" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-bedrock</a> v0.4.2 → <a href="https://crates.io/crates/aws-config" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-config</a> v1.8.13</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/rig-bedrock" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-bedrock</a> → <a href="https://crates.io/crates/aws-config" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-config</a></div>
<div style="margin-top:8px"><span class="label">References (4):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs:3</div>
<div class="ref-line"><code>use aws_config::{BehaviorVersion, Region};</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs:39</div>
<div class="ref-line"><code>let sdk_config = aws_config::defaults(BehaviorVersion::latest())</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs:93</div>
<div class="ref-line"><code>aws_config::defaults(BehaviorVersion::latest())</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs:98</div>
<div class="ref-line"><code>aws_config::load_from_env().await</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(19)">
<td>19</td>
<td><code><a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a></code></td>
<td><code><a href="https://crates.io/crates/hickory-resolver" target="_blank" style="color:inherit;text-decoration:underline dotted">hickory-resolver</a></code></td>
<td>5</td><td>176</td><td>7</td><td>25.1</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: dns-resolver)</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/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a> v3.5.1 → <a href="https://crates.io/crates/hickory-resolver" target="_blank" style="color:inherit;text-decoration:underline dotted">hickory-resolver</a> v0.25.2</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/rig-mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-mongodb</a> → <a href="https://crates.io/crates/mongodb" target="_blank" style="color:inherit;text-decoration:underline dotted">mongodb</a> → <a href="https://crates.io/crates/hickory-resolver" target="_blank" style="color:inherit;text-decoration:underline dotted">hickory-resolver</a></div>
<div style="margin-top:8px"><span class="label">References (7):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/runtime/resolver.rs:2</div>
<div class="ref-line"><code>use hickory_resolver::{</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/runtime/resolver.rs:9</div>
<div class="ref-line"><code>use hickory_resolver::{</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/runtime/resolver.rs:19</div>
<div class="ref-line"><code>resolver: hickory_resolver::TokioResolver,</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/runtime/resolver.rs:26</div>
<div class="ref-line"><code>hickory_resolver::TokioResolver::builder_with_config(config, Default::default())</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/runtime/resolver.rs:28</div>
<div class="ref-line"><code>None => hickory_resolver::TokioResolver::builder_tokio()</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/error.rs:320</div>
<div class="ref-line"><code>pub(crate) fn from_resolve_error(error: hickory_resolver::ResolveError) -> Self {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../mongodb-3.5.1/src/client/options/resolver_config.rs:2</div>
<div class="ref-line"><code>use hickory_resolver::config::ResolverConfig as HickoryResolverConfig;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(20)">
<td>20</td>
<td><code><a href="https://crates.io/crates/tantivy" target="_blank" style="color:inherit;text-decoration:underline dotted">tantivy</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/bon" target="_blank" style="color:inherit;text-decoration:underline dotted">bon</a></code></td>
<td>5</td><td>13</td><td>1</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-20">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/tantivy" target="_blank" style="color:inherit;text-decoration:underline dotted">tantivy</a> v0.24.2 → <a href="https://crates.io/crates/bon" target="_blank" style="color:inherit;text-decoration:underline dotted">bon</a> v3.8.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/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a> → <a href="https://crates.io/crates/lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">lancedb</a> → <a href="https://crates.io/crates/lance" target="_blank" style="color:inherit;text-decoration:underline dotted">lance</a> → <a href="https://crates.io/crates/tantivy" target="_blank" style="color:inherit;text-decoration:underline dotted">tantivy</a> → <a href="https://crates.io/crates/bon" target="_blank" style="color:inherit;text-decoration:underline dotted">bon</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/.../tantivy-0.24.2/src/indexer/index_writer.rs:48</div>
<div class="ref-line"><code>#[derive(Clone, bon::Builder)]</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(21)">
<td>21</td>
<td><code><a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/av-scenechange" target="_blank" style="color:inherit;text-decoration:underline dotted">av-scenechange</a></code></td>
<td>5</td><td>46</td><td>12</td><td>3.8</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-21">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a> v0.8.1 → <a href="https://crates.io/crates/av-scenechange" target="_blank" style="color:inherit;text-decoration:underline dotted">av-scenechange</a> v0.14.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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">fastembed</a> → <a href="https://crates.io/crates/image" target="_blank" style="color:inherit;text-decoration:underline dotted">image</a> → <a href="https://crates.io/crates/ravif" target="_blank" style="color:inherit;text-decoration:underline dotted">ravif</a> → <a href="https://crates.io/crates/rav1e" target="_blank" style="color:inherit;text-decoration:underline dotted">rav1e</a> → <a href="https://crates.io/crates/av-scenechange" target="_blank" style="color:inherit;text-decoration:underline dotted">av-scenechange</a></div>
<div style="margin-top:8px"><span class="label">References (12):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:20</div>
<div class="ref-line"><code>use av_scenechange::SceneChangeDetector;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:54</div>
<div class="ref-line"><code>av_scenechange::Rational32::new(</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:62</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::Fast</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:65</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::Standard</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:68</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::None</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/channel/by_gop.rs:73</div>
<div class="ref-line"><code>av_scenechange::CpuFeatureLevel::default(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:29</div>
<div class="ref-line"><code>use av_scenechange::SceneChangeDetector;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:279</div>
<div class="ref-line"><code>av_scenechange::Rational32::new(</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:287</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::Fast</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:290</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::Standard</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:293</div>
<div class="ref-line"><code>av_scenechange::SceneDetectionSpeed::None</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rav1e-0.8.1/src/api/internal.rs:298</div>
<div class="ref-line"><code>av_scenechange::CpuFeatureLevel::default(),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(22)">
<td>22</td>
<td><code><a href="https://crates.io/crates/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a></code></td>
<td><code><a href="https://crates.io/crates/scylla" target="_blank" style="color:inherit;text-decoration:underline dotted">scylla</a></code></td>
<td>4</td><td>165</td><td>2</td><td>82.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</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/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a> v0.2.2 → <a href="https://crates.io/crates/scylla" target="_blank" style="color:inherit;text-decoration:underline dotted">scylla</a> v1.5.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/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a> → <a href="https://crates.io/crates/scylla" target="_blank" style="color:inherit;text-decoration:underline dotted">scylla</a></div>
<div style="margin-top:8px"><span class="label">References (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-scylladb/src/lib.rs:10</div>
<div class="ref-line"><code>use scylla::{</code></div>
<div class="ref-file">/tmp/ai-projects/rig/rig-integrations/rig-scylladb/src/lib.rs:47</div>
<div class="ref-line"><code>use scylla::value::CqlVarint;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(23)">
<td>23</td>
<td><code><a href="https://crates.io/crates/recursive" target="_blank" style="color:inherit;text-decoration:underline dotted">recursive</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/stacker" target="_blank" style="color:inherit;text-decoration:underline dotted">stacker</a></code></td>
<td>4</td><td>69</td><td>1</td><td>69.0</td>
<td><span class="badge badge-high">HIGH</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/recursive" target="_blank" style="color:inherit;text-decoration:underline dotted">recursive</a> v0.1.1 → <a href="https://crates.io/crates/stacker" target="_blank" style="color:inherit;text-decoration:underline dotted">stacker</a> v0.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/rig-lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-lancedb</a> → <a href="https://crates.io/crates/lancedb" target="_blank" style="color:inherit;text-decoration:underline dotted">lancedb</a> → <a href="https://crates.io/crates/datafusion-common" target="_blank" style="color:inherit;text-decoration:underline dotted">datafusion-common</a> → <a href="https://crates.io/crates/recursive" target="_blank" style="color:inherit;text-decoration:underline dotted">recursive</a> → <a href="https://crates.io/crates/stacker" target="_blank" style="color:inherit;text-decoration:underline dotted">stacker</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/.../recursive-0.1.1/src/lib.rs:54</div>
<div class="ref-line"><code>pub use stacker;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(24)">
<td>24</td>
<td><code><a href="https://crates.io/crates/aws-lc-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-rs</a></code></td>
<td><code><a href="https://crates.io/crates/aws-lc-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-sys</a></code></td>
<td>4</td><td>59</td><td>1</td><td>59.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: aws-lc-sys, non-fips)</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/aws-lc-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-rs</a> v1.15.4 → <a href="https://crates.io/crates/aws-lc-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-sys</a> v0.37.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">ALREADY-OPTIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-vertexai" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-vertexai</a> → <a href="https://crates.io/crates/google-cloud-auth" target="_blank" style="color:inherit;text-decoration:underline dotted">google-cloud-auth</a> → <a href="https://crates.io/crates/aws-lc-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-rs</a> → <a href="https://crates.io/crates/aws-lc-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-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/.../aws-lc-rs-1.15.4/src/lib.rs:162</div>
<div class="ref-line"><code>extern crate aws_lc_sys as aws_lc;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(25)">
<td>25</td>
<td><code><a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/helix-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-macros</a></code></td>
<td>4</td><td>39</td><td>2</td><td>19.5</td>
<td><span class="badge badge-high">HIGH</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/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a> v0.1.10 → <a href="https://crates.io/crates/helix-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-macros</a> v0.1.7</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/rig-helixdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-helixdb</a> → <a href="https://crates.io/crates/helix-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-rs</a> → <a href="https://crates.io/crates/helix-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">helix-macros</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/.../helix-rs-0.1.10/src/lib.rs:1</div>
<div class="ref-line"><code>extern crate helix_macros;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../helix-rs-0.1.10/src/lib.rs:3</div>
<div class="ref-line"><code>pub use helix_macros::helix_node;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(26)">
<td>26</td>
<td><code><a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/toml_edit" target="_blank" style="color:inherit;text-decoration:underline dotted">toml_edit</a></code></td>
<td>4</td><td>15</td><td>1</td><td>15.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-26">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a> v3.4.0 → <a href="https://crates.io/crates/toml_edit" target="_blank" style="color:inherit;text-decoration:underline dotted">toml_edit</a> v0.23.10+spec-1.0.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/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-types" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-types</a> → <a href="https://crates.io/crates/rstest" target="_blank" style="color:inherit;text-decoration:underline dotted">rstest</a> → <a href="https://crates.io/crates/rstest_macros" target="_blank" style="color:inherit;text-decoration:underline dotted">rstest_macros</a> → <a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a> → <a href="https://crates.io/crates/toml_edit" target="_blank" style="color:inherit;text-decoration:underline dotted">toml_edit</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/.../proc-macro-crate-3.4.0/src/lib.rs:97</div>
<div class="ref-line"><code>use toml_edit::{DocumentMut, Item, TableLike, TomlError};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(27)">
<td>27</td>
<td><code><a href="https://crates.io/crates/deluxe-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe-macros</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a></code></td>
<td>4</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-27">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/deluxe-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe-macros</a> v0.5.0 → <a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</a> v1.3.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/rig-derive" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-derive</a> → <a href="https://crates.io/crates/deluxe" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe</a> → <a href="https://crates.io/crates/deluxe-macros" target="_blank" style="color:inherit;text-decoration:underline dotted">deluxe-macros</a> → <a href="https://crates.io/crates/proc-macro-crate" target="_blank" style="color:inherit;text-decoration:underline dotted">proc-macro-crate</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/.../deluxe-macros-0.5.0/util.rs:11</div>
<div class="ref-line"><code>use proc_macro_crate::FoundCrate;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../deluxe-macros-0.5.0/util.rs:14</div>
<div class="ref-line"><code>let crate_name = match proc_macro_crate::crate_name(CRATE_NAME) {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(28)">
<td>28</td>
<td><code><a href="https://crates.io/crates/markup5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">markup5ever</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/web_atoms" target="_blank" style="color:inherit;text-decoration:underline dotted">web_atoms</a></code></td>
<td>4</td><td>46</td><td>7</td><td>6.6</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-28">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/markup5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">markup5ever</a> v0.35.0 → <a href="https://crates.io/crates/web_atoms" target="_blank" style="color:inherit;text-decoration:underline dotted">web_atoms</a> v0.1.3</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb</a> → <a href="https://crates.io/crates/surrealdb-core" target="_blank" style="color:inherit;text-decoration:underline dotted">surrealdb-core</a> → <a href="https://crates.io/crates/ammonia" target="_blank" style="color:inherit;text-decoration:underline dotted">ammonia</a> → <a href="https://crates.io/crates/html5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">html5ever</a> → <a href="https://crates.io/crates/markup5ever" target="_blank" style="color:inherit;text-decoration:underline dotted">markup5ever</a> → <a href="https://crates.io/crates/web_atoms" target="_blank" style="color:inherit;text-decoration:underline dotted">web_atoms</a></div>
<div style="margin-top:8px"><span class="label">References (7):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/interface/tree_builder.rs:18</div>
<div class="ref-line"><code>use web_atoms::{LocalName, Namespace};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/interface/mod.rs:14</div>
<div class="ref-line"><code>use web_atoms::{LocalName, Namespace, Prefix};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/interface/mod.rs:403</div>
<div class="ref-line"><code>use web_atoms::{ns, Namespace};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/lib.rs:17</div>
<div class="ref-line"><code>extern crate web_atoms;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/lib.rs:40</div>
<div class="ref-line"><code>pub use web_atoms::{</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/lib.rs:46</div>
<div class="ref-line"><code>pub use web_atoms::C1_REPLACEMENTS;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../markup5ever-0.35.0/lib.rs:47</div>
<div class="ref-line"><code>pub use web_atoms::NAMED_ENTITIES;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(29)">
<td>29</td>
<td><code><a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a></code></td>
<td><code><a href="https://crates.io/crates/schemars" target="_blank" style="color:inherit;text-decoration:underline dotted">schemars</a></code></td>
<td>0</td><td>76</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-29">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> v0.3.2 → <a href="https://crates.io/crates/schemars" target="_blank" style="color:inherit;text-decoration:underline dotted">schemars</a> v1.2.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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/schemars" target="_blank" style="color:inherit;text-decoration:underline dotted">schemars</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(30)">
<td>30</td>
<td><code><a href="https://crates.io/crates/rig-sqlite" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-sqlite</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>0</td><td>70</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-30">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-sqlite" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-sqlite</a> v0.2.2 → <a href="https://crates.io/crates/chrono" target="_blank" style="color:inherit;text-decoration:underline dotted">chrono</a> v0.4.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-sqlite" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-sqlite</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 (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(31)">
<td>31</td>
<td><code><a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a></code></td>
<td><code><a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a></code></td>
<td>0</td><td>52</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-31">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> v0.2.2 → <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a> v1.20.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/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</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(32)">
<td>32</td>
<td><code><a href="https://crates.io/crates/rig-milvus" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-milvus</a></code></td>
<td><code><a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a></code></td>
<td>0</td><td>52</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-32">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-milvus" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-milvus</a> v0.2.2 → <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</a> v1.20.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/rig-milvus" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-milvus</a> → <a href="https://crates.io/crates/uuid" target="_blank" style="color:inherit;text-decoration:underline dotted">uuid</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(33)">
<td>33</td>
<td><code><a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a></code></td>
<td><code><a href="https://crates.io/crates/tokio-stream" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-stream</a></code></td>
<td>0</td><td>39</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-33">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a> v0.2.2 → <a href="https://crates.io/crates/tokio-stream" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-stream</a> v0.1.18</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/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a> → <a href="https://crates.io/crates/tokio-stream" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-stream</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(34)">
<td>34</td>
<td><code><a href="https://crates.io/crates/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a></code></td>
<td><code><a href="https://crates.io/crates/futures" target="_blank" style="color:inherit;text-decoration:underline dotted">futures</a></code></td>
<td>0</td><td>17</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-34">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a> v0.2.2 → <a href="https://crates.io/crates/futures" target="_blank" style="color:inherit;text-decoration:underline dotted">futures</a> v0.3.31</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/rig-scylladb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-scylladb</a> → <a href="https://crates.io/crates/futures" target="_blank" style="color:inherit;text-decoration:underline dotted">futures</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(35)">
<td>35</td>
<td><code><a href="https://crates.io/crates/rig-s3vectors" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-s3vectors</a></code></td>
<td><code><a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a></code></td>
<td>0</td><td>14</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-35">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-s3vectors" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-s3vectors</a> v0.2.2 → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> v0.1.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-s3vectors" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-s3vectors</a> → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</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(36)">
<td>36</td>
<td><code><a href="https://crates.io/crates/rig-postgres" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-postgres</a></code></td>
<td><code><a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a></code></td>
<td>0</td><td>14</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-36">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-postgres" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-postgres</a> v0.2.2 → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> v0.1.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-postgres" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-postgres</a> → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</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(37)">
<td>37</td>
<td><code><a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a></code></td>
<td><code><a href="https://crates.io/crates/serde_json" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_json</a></code></td>
<td>0</td><td>14</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-37">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> v0.3.2 → <a href="https://crates.io/crates/serde_json" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_json</a> v1.0.149</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/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/serde_json" target="_blank" style="color:inherit;text-decoration:underline dotted">serde_json</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(38)">
<td>38</td>
<td><code><a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a></code></td>
<td><code><a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a></code></td>
<td>0</td><td>14</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-38">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> v0.3.2 → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> v0.1.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-fastembed" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-fastembed</a> → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</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(39)">
<td>39</td>
<td><code><a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a></code></td>
<td><code><a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a></code></td>
<td>0</td><td>14</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-39">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> v0.2.2 → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</a> v0.1.44</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/rig-surrealdb" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-surrealdb</a> → <a href="https://crates.io/crates/tracing" target="_blank" style="color:inherit;text-decoration:underline dotted">tracing</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(40)">
<td>40</td>
<td><code><a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a></code></td>
<td><code><a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a></code></td>
<td>0</td><td>13</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-40">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a> v0.2.2 → <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a> v0.13.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/rig-gemini-grpc" target="_blank" style="color:inherit;text-decoration:underline dotted">rig-gemini-grpc</a> → <a href="https://crates.io/crates/prost" target="_blank" style="color:inherit;text-decoration:underline dotted">prost</a></div>
<div style="margin-top:8px"><span class="label">References (0):</span></div>
<div style="margin-left:8px"><span style="color:#aaa">no references found</span></div>
</div></td>
</tr>
</tbody>
</table>
</div>
<div id="tab-json" class="tab-content">
<div class="json-container">
<button class="copy-btn" onclick="copyJson()">Copy</button>
<pre><code>{
"tool_version": "0.1.0",
"timestamp": "2026-03-25T23:48:44.232249575+00:00",
"workspace_root": "/tmp/ai-projects/rig",
"threshold": 3.0,
"total_dependencies": 1139,
"platform_dependencies": 871,
"phantom_dependencies": 268,
"fat_nodes_found": 519,
"targets": [
{
"intermediate": {
"name": "rig-lancedb",
"version": "0.4.2"
},
"fat_dependency": {
"name": "deranged",
"version": "0.4.0"
},
"w_transitive": 1,
"w_unique": 1,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "deranged",
"searched_names": [
"deranged"
],
"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": [
"rig-lancedb",
"deranged"
],
"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": "rig-core",
"version": "0.33.0"
},
"fat_dependency": {
"name": "as-any",
"version": "0.3.2"
},
"w_transitive": 1,
"w_unique": 1,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "as-any",
"searched_names": [
"as_any"
],
"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": [
"rig-core",
"as-any"
],
"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": "rig-derive",
"version": "0.1.11"
},
"fat_dependency": {
"name": "indoc",
"version": "2.0.7"
},
"w_transitive": 2,
"w_unique": 1,
"c_ref": 0,
"hurrs": null,
"confidence": "High",
"scan_result": {
"fat_crate_name": "indoc",
"searched_names": [
"indoc"
],
"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": [
"rig-derive",
"indoc"
],
"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": "rig-surrealdb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "surrealdb",
"version": "3.0.2"
},
"w_transitive": 561,
"w_unique": 115,
"c_ref": 4,
"hurrs": 140.25,
"confidence": "High",
"scan_result": {
"fat_crate_name": "surrealdb",
"searched_names": [
"surrealdb"
],
"ref_count": 4,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs",
"line_number": 12,
"line_content": "use surrealdb::{",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs",
"line_number": 17,
"line_content": "pub use surrealdb::engine::local::Mem;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/src/lib.rs",
"line_number": 18,
"line_content": "pub use surrealdb::engine::remote::ws::{Ws, Wss};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-surrealdb/examples/vector_search_surreal.rs",
"line_number": 11,
"line_content": "use surrealdb::Surreal;",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"Surreal",
"engine"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 17395,
"fat_dep_own_deps": 30,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-fastembed",
"version": "0.3.2"
},
"fat_dependency": {
"name": "fastembed",
"version": "4.9.1"
},
"w_transitive": 395,
"w_unique": 82,
"c_ref": 6,
"hurrs": 65.83333333333333,
"confidence": "High",
"scan_result": {
"fat_crate_name": "fastembed",
"searched_names": [
"fastembed"
],
"ref_count": 6,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs",
"line_number": 3,
"line_content": "pub use fastembed::EmbeddingModel as FastembedModel;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs",
"line_number": 4,
"line_content": "use fastembed::{InitOptionsUserDefined, ModelInfo, TextEmbedding, UserDefinedEmbeddingModel};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs",
"line_number": 8,
"line_content": "use fastembed::InitOptions;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs",
"line_number": 69,
"line_content": "model: &fastembed::EmbeddingModel,",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/src/lib.rs",
"line_number": 84,
"line_content": "pub fn new(model: &fastembed::EmbeddingModel, ndims: usize) -> Self {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-fastembed/examples/vector_search_fastembed_local.rs",
"line_number": 1,
"line_content": "use fastembed::{",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"EmbeddingModel",
"InitOptions",
"InitOptionsUserDefined",
"ModelInfo",
"TextEmbedding",
"UserDefinedEmbeddingModel"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-fastembed",
"fastembed"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 3190,
"fat_dep_own_deps": 9,
"has_re_export_all": false
},
{
"intermediate": {
"name": "fastembed",
"version": "4.9.1"
},
"fat_dependency": {
"name": "image",
"version": "0.25.9"
},
"w_transitive": 143,
"w_unique": 52,
"c_ref": 4,
"hurrs": 35.75,
"confidence": "High",
"scan_result": {
"fat_crate_name": "image",
"searched_names": [
"image"
],
"ref_count": 4,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastembed-4.9.1/src/image_embedding/utils.rs",
"line_number": 2,
"line_content": "use image::{imageops::FilterType, DynamicImage, GenericImageView};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastembed-4.9.1/src/image_embedding/impl.rs",
"line_number": 3,
"line_content": "use image::DynamicImage;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastembed-4.9.1/src/image_embedding/impl.rs",
"line_number": 144,
"line_content": "image::ImageReader::new(Cursor::new(img))",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastembed-4.9.1/src/image_embedding/impl.rs",
"line_number": 178,
"line_content": "image::ImageReader::open(img)?",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"DynamicImage",
"GenericImageView",
"ImageReader",
"imageops"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-fastembed",
"fastembed",
"image"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 27038,
"fat_dep_own_deps": 16,
"has_re_export_all": false
},
{
"intermediate": {
"name": "image",
"version": "0.25.9"
},
"fat_dependency": {
"name": "ravif",
"version": "0.12.0"
},
"w_transitive": 111,
"w_unique": 28,
"c_ref": 4,
"hurrs": 27.75,
"confidence": "High",
"scan_result": {
"fat_crate_name": "ravif",
"searched_names": [
"ravif"
],
"ref_count": 4,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/codecs/avif/encoder.rs",
"line_number": 21,
"line_content": "use ravif::{BitDepth, Encoder, Img, RGB8, RGBA8};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/codecs/avif/encoder.rs",
"line_number": 43,
"line_content": "fn to_ravif(self) -> ravif::ColorModel {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/codecs/avif/encoder.rs",
"line_number": 45,
"line_content": "Self::Srgb => ravif::ColorModel::RGB,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.9/src/codecs/avif/encoder.rs",
"line_number": 46,
"line_content": "Self::Bt709 => ravif::ColorModel::YCbCr,",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"BitDepth",
"ColorModel",
"Encoder",
"Img",
"RGB8",
"RGBA8"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"avif"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"rig-fastembed",
"fastembed",
"image",
"ravif"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 780,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-mongodb",
"version": "0.4.2"
},
"fat_dependency": {
"name": "mongodb",
"version": "3.5.1"
},
"w_transitive": 282,
"w_unique": 25,
"c_ref": 13,
"hurrs": 21.692307692307693,
"confidence": "High",
"scan_result": {
"fat_crate_name": "mongodb",
"searched_names": [
"mongodb"
],
"ref_count": 13,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 2,
"line_content": "use mongodb::bson::{self, Bson, Document, doc, to_bson};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 29,
"line_content": "collection: mongodb::Collection<C>,",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 61,
"line_content": "fn mongodb_to_rig_error(e: mongodb::error::Error) -> VectorStoreError {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 112,
"line_content": "collection: mongodb::Collection<C>,",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 183,
"line_content": "collection: mongodb::Collection<C>,",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 486,
"line_content": ".map(|(document, embeddings)| -> Result<Vec<mongodb::bson::Document>, VectorStoreError> {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 489,
"line_content": "embeddings.into_iter().map(|embedding| -> Result<mongodb::bson::Document, VectorStoreError> {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 491,
"line_content": "\"document\": mongodb::bson::to_bson(&json_doc).map_err(|e| VectorStoreError::DatastoreError(Box::new(e)))?,",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/src/lib.rs",
"line_number": 502,
"line_content": "let collection = self.collection.clone_with_type::<mongodb::bson::Document>();",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/examples/vector_search_mongodb.rs",
"line_number": 1,
"line_content": "use mongodb::{",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs",
"line_number": 2,
"line_content": "use mongodb::{",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs",
"line_number": 335,
"line_content": ".index_type(Some(mongodb::SearchIndexType::VectorSearch))",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-mongodb/tests/integration_tests.rs",
"line_number": 399,
"line_content": "mongodb::Client::with_options(options).expect(\"MongoDB client options should be valid\");",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"Client",
"Collection",
"SearchIndexType",
"bson",
"error"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-mongodb",
"mongodb"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 41625,
"fat_dep_own_deps": 38,
"has_re_export_all": false
},
{
"intermediate": {
"name": "ravif",
"version": "0.12.0"
},
"fat_dependency": {
"name": "rav1e",
"version": "0.8.1"
},
"w_transitive": 105,
"w_unique": 24,
"c_ref": 8,
"hurrs": 13.125,
"confidence": "High",
"scan_result": {
"fat_crate_name": "rav1e",
"searched_names": [
"rav1e"
],
"ref_count": 8,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/lib.rs",
"line_number": 23,
"line_content": "pub use rav1e::prelude::MatrixCoefficients;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/error.rs",
"line_number": 21,
"line_content": "from(_e: rav1e::InvalidConfig) -> (EncodingErrorDetail)",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/error.rs",
"line_number": 22,
"line_content": "from(_e: rav1e::EncoderStatus) -> (EncodingErrorDetail)",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/av1encoder.rs",
"line_number": 7,
"line_content": "use rav1e::prelude::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/av1encoder.rs",
"line_number": 373,
"line_content": "fn encode_raw_planes_internal<P: rav1e::Pixel + Default>(",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/av1encoder.rs",
"line_number": 674,
"line_content": "fn init_frame_3<P: rav1e::Pixel + Default>(",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/av1encoder.rs",
"line_number": 699,
"line_content": "fn init_frame_1<P: rav1e::Pixel + Default>(width: usize, height: usize, planes: impl IntoIterator<Item = P> + Send, frame: &mut Frame<P>) -> Result<(), Error> {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.12.0/src/av1encoder.rs",
"line_number": 713,
"line_content": "fn encode_to_av1<P: rav1e::Pixel>(p: &Av1EncodeConfig, init: impl FnOnce(&mut Frame<P>) -> Result<(), Error>) -> Result<Vec<u8>, Error> {",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"EncoderStatus",
"InvalidConfig",
"Pixel",
"prelude"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-fastembed",
"fastembed",
"image",
"ravif",
"rav1e"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 55807,
"fat_dep_own_deps": 27,
"has_re_export_all": false
},
{
"intermediate": {
"name": "surrealdb-core",
"version": "3.0.2"
},
"fat_dependency": {
"name": "ammonia",
"version": "4.1.2"
},
"w_transitive": 89,
"w_unique": 16,
"c_ref": 2,
"hurrs": 44.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "ammonia",
"searched_names": [
"ammonia"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/fnc/string.rs",
"line_number": 384,
"line_content": "Ok(ammonia::clean_text(&arg).into())",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/fnc/string.rs",
"line_number": 388,
"line_content": "Ok(ammonia::clean(&arg).into())",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"clean",
"clean_text"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-core",
"ammonia"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2915,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "idna",
"version": "1.1.0"
},
"fat_dependency": {
"name": "idna_adapter",
"version": "1.2.1"
},
"w_transitive": 30,
"w_unique": 16,
"c_ref": 3,
"hurrs": 10.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": [
"rig-core",
"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": "rig-derive",
"version": "0.1.11"
},
"fat_dependency": {
"name": "deluxe",
"version": "0.5.0"
},
"w_transitive": 25,
"w_unique": 10,
"c_ref": 1,
"hurrs": 25.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "deluxe",
"searched_names": [
"deluxe"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig/rig-derive/src/client.rs",
"line_number": 1,
"line_content": "use deluxe::{ParseAttributes, ParseMetaItem};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"ParseAttributes",
"ParseMetaItem"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-derive",
"deluxe"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 2471,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "lance",
"version": "1.0.1"
},
"fat_dependency": {
"name": "async_cell",
"version": "0.2.3"
},
"w_transitive": 81,
"w_unique": 9,
"c_ref": 1,
"hurrs": 81.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "async_cell",
"searched_names": [
"async_cell"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lance-1.0.1/src/utils/future.rs",
"line_number": 4,
"line_content": "use async_cell::sync::AsyncCell;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"sync"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-lancedb",
"lancedb",
"lance",
"async_cell"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 894,
"fat_dep_own_deps": 1,
"has_re_export_all": false
},
{
"intermediate": {
"name": "surrealdb-core",
"version": "3.0.2"
},
"fat_dependency": {
"name": "sysinfo",
"version": "0.37.2"
},
"w_transitive": 27,
"w_unique": 9,
"c_ref": 5,
"hurrs": 5.4,
"confidence": "High",
"scan_result": {
"fat_crate_name": "sysinfo",
"searched_names": [
"sysinfo"
],
"ref_count": 5,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/rocksdb/cnf.rs",
"line_number": 5,
"line_content": "use sysinfo::System;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/surrealkv/cnf.rs",
"line_number": 4,
"line_content": "use sysinfo::System;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/sys/mod.rs",
"line_number": 4,
"line_content": "use sysinfo::{Pid, System};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/sys/mod.rs",
"line_number": 115,
"line_content": "sysinfo::ProcessesToUpdate::Some(&[self.pid]),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/sys/mod.rs",
"line_number": 117,
"line_content": "sysinfo::ProcessRefreshKind::nothing().with_memory().with_cpu(),",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"Pid",
"ProcessRefreshKind",
"ProcessesToUpdate",
"System"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-core",
"sysinfo"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 21166,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "ammonia",
"version": "4.1.2"
},
"fat_dependency": {
"name": "html5ever",
"version": "0.35.0"
},
"w_transitive": 55,
"w_unique": 7,
"c_ref": 15,
"hurrs": 3.6666666666666665,
"confidence": "High",
"scan_result": {
"fat_crate_name": "html5ever",
"searched_names": [
"html5ever"
],
"ref_count": 15,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 38,
"line_content": "use html5ever::interface::Attribute;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 39,
"line_content": "use html5ever::serialize::{serialize, SerializeOpts};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 40,
"line_content": "use html5ever::tree_builder::{NodeOrText, TreeSink};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 41,
"line_content": "use html5ever::{driver as html, local_name, ns, QualName};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 60,
"line_content": "use html5ever::buffer_queue::BufferQueue;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 61,
"line_content": "use html5ever::tokenizer::{Token, TokenSink, TokenSinkResult, Tokenizer};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/lib.rs",
"line_number": 1905,
"line_content": "let attr_filter = |attr: &html5ever::Attribute| {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 52,
"line_content": "use html5ever::interface::tree_builder;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 53,
"line_content": "use html5ever::interface::tree_builder::{ElementFlags, NodeOrText, QuirksMode, TreeSink};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 54,
"line_content": "use html5ever::serialize::TraversalScope;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 55,
"line_content": "use html5ever::serialize::TraversalScope::{ChildrenOnly, IncludeNode};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 56,
"line_content": "use html5ever::serialize::{Serialize, Serializer};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 57,
"line_content": "use html5ever::Attribute;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 58,
"line_content": "use html5ever::ExpandedName;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ammonia-4.1.2/src/rcdom.rs",
"line_number": 59,
"line_content": "use html5ever::QualName;",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"Attribute",
"ExpandedName",
"QualName",
"buffer_queue",
"driver as html",
"interface",
"local_name",
"ns",
"serialize",
"tokenizer",
"tree_builder"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-core",
"ammonia",
"html5ever"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 6319,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "surrealdb-core",
"version": "3.0.2"
},
"fat_dependency": {
"name": "surrealmx",
"version": "0.18.0"
},
"w_transitive": 87,
"w_unique": 6,
"c_ref": 18,
"hurrs": 4.833333333333333,
"confidence": "High",
"scan_result": {
"fat_crate_name": "surrealmx",
"searched_names": [
"surrealmx"
],
"ref_count": 18,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 89,
"line_content": "impl From<surrealmx::Error> for Error {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 90,
"line_content": "fn from(e: surrealmx::Error) -> Error {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 92,
"line_content": "surrealmx::Error::TxNotWritable => Error::TransactionReadonly,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 93,
"line_content": "surrealmx::Error::ValNotExpectedValue => Error::TransactionConditionNotMet,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 94,
"line_content": "surrealmx::Error::TxClosed => Error::TransactionFinished,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 95,
"line_content": "surrealmx::Error::KeyAlreadyExists => Error::TransactionKeyAlreadyExists,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 96,
"line_content": "surrealmx::Error::KeyReadConflict => Error::TransactionConflict(e.to_string()),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/err.rs",
"line_number": 97,
"line_content": "surrealmx::Error::KeyWriteConflict => Error::TransactionConflict(e.to_string()),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 7,
"line_content": "use surrealmx::{Database, DatabaseOptions, KeyIterator, ScanIterator, Transaction as Tx};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 43,
"line_content": "let mut persistence_opts = surrealmx::PersistenceOptions::new(persist_path);",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 46,
"line_content": "AolMode::Never => surrealmx::AolMode::Never,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 47,
"line_content": "AolMode::Sync => surrealmx::AolMode::SynchronousOnCommit,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 48,
"line_content": "AolMode::Async => surrealmx::AolMode::AsynchronousAfterCommit,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 52,
"line_content": "SnapshotMode::Never => surrealmx::SnapshotMode::Never,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 53,
"line_content": "SnapshotMode::Interval(interval) => surrealmx::SnapshotMode::Interval(interval),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 57,
"line_content": "SyncMode::Never => surrealmx::FsyncMode::Never,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 58,
"line_content": "SyncMode::Every => surrealmx::FsyncMode::EveryAppend,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/surrealdb-core-3.0.2/src/kvs/mem/mod.rs",
"line_number": 59,
"line_content": "SyncMode::Interval(d) => surrealmx::FsyncMode::Interval(d),",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"AolMode",
"Database",
"DatabaseOptions",
"Error",
"FsyncMode",
"KeyIterator",
"PersistenceOptions",
"ScanIterator",
"SnapshotMode",
"Transaction as Tx"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"kv-mem"
],
"recommended_defaults": [
"graphql"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-core",
"surrealmx"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 13125,
"fat_dep_own_deps": 14,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-helixdb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "helix-rs",
"version": "0.1.10"
},
"w_transitive": 261,
"w_unique": 5,
"c_ref": 2,
"hurrs": 130.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "helix-rs",
"searched_names": [
"helix_rs"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-helixdb/src/lib.rs",
"line_number": 1,
"line_content": "use helix_rs::HelixDBClient;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-helixdb/examples/vector_search_helixdb.rs",
"line_number": 1,
"line_content": "use helix_rs::{HelixDB, HelixDBClient};",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"HelixDB",
"HelixDBClient"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-helixdb",
"helix-rs"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 130,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-bedrock",
"version": "0.4.2"
},
"fat_dependency": {
"name": "aws-config",
"version": "1.8.13"
},
"w_transitive": 242,
"w_unique": 5,
"c_ref": 4,
"hurrs": 60.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "aws-config",
"searched_names": [
"aws_config"
],
"ref_count": 4,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs",
"line_number": 3,
"line_content": "use aws_config::{BehaviorVersion, Region};",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs",
"line_number": 39,
"line_content": "let sdk_config = aws_config::defaults(BehaviorVersion::latest())",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs",
"line_number": 93,
"line_content": "aws_config::defaults(BehaviorVersion::latest())",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-bedrock/src/client.rs",
"line_number": 98,
"line_content": "aws_config::load_from_env().await",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"BehaviorVersion",
"Region",
"defaults",
"load_from_env"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-bedrock",
"aws-config"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 13751,
"fat_dep_own_deps": 17,
"has_re_export_all": false
},
{
"intermediate": {
"name": "mongodb",
"version": "3.5.1"
},
"fat_dependency": {
"name": "hickory-resolver",
"version": "0.25.2"
},
"w_transitive": 176,
"w_unique": 5,
"c_ref": 7,
"hurrs": 25.142857142857142,
"confidence": "High",
"scan_result": {
"fat_crate_name": "hickory-resolver",
"searched_names": [
"hickory_resolver"
],
"ref_count": 7,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/runtime/resolver.rs",
"line_number": 2,
"line_content": "use hickory_resolver::{",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/runtime/resolver.rs",
"line_number": 9,
"line_content": "use hickory_resolver::{",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/runtime/resolver.rs",
"line_number": 19,
"line_content": "resolver: hickory_resolver::TokioResolver,",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/runtime/resolver.rs",
"line_number": 26,
"line_content": "hickory_resolver::TokioResolver::builder_with_config(config, Default::default())",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/runtime/resolver.rs",
"line_number": 28,
"line_content": "None => hickory_resolver::TokioResolver::builder_tokio()",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/error.rs",
"line_number": 320,
"line_content": "pub(crate) fn from_resolve_error(error: hickory_resolver::ResolveError) -> Self {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mongodb-3.5.1/src/client/options/resolver_config.rs",
"line_number": 2,
"line_content": "use hickory_resolver::config::ResolverConfig as HickoryResolverConfig;",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"ResolveError",
"TokioResolver",
"config"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"dns-resolver"
],
"recommended_defaults": [
"compat-3-0-0",
"rustls-tls"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"rig-mongodb",
"mongodb",
"hickory-resolver"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 6845,
"fat_dep_own_deps": 13,
"has_re_export_all": false
},
{
"intermediate": {
"name": "tantivy",
"version": "0.24.2"
},
"fat_dependency": {
"name": "bon",
"version": "3.8.2"
},
"w_transitive": 13,
"w_unique": 5,
"c_ref": 1,
"hurrs": 13.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "bon",
"searched_names": [
"bon"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tantivy-0.24.2/src/indexer/index_writer.rs",
"line_number": 48,
"line_content": "#[derive(Clone, bon::Builder)]",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Builder"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-lancedb",
"lancedb",
"lance",
"tantivy",
"bon"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 7240,
"fat_dep_own_deps": 2,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rav1e",
"version": "0.8.1"
},
"fat_dependency": {
"name": "av-scenechange",
"version": "0.14.1"
},
"w_transitive": 46,
"w_unique": 5,
"c_ref": 12,
"hurrs": 3.8333333333333335,
"confidence": "High",
"scan_result": {
"fat_crate_name": "av-scenechange",
"searched_names": [
"av_scenechange"
],
"ref_count": 12,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 20,
"line_content": "use av_scenechange::SceneChangeDetector;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 54,
"line_content": "av_scenechange::Rational32::new(",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 62,
"line_content": "av_scenechange::SceneDetectionSpeed::Fast",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 65,
"line_content": "av_scenechange::SceneDetectionSpeed::Standard",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 68,
"line_content": "av_scenechange::SceneDetectionSpeed::None",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/channel/by_gop.rs",
"line_number": 73,
"line_content": "av_scenechange::CpuFeatureLevel::default(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 29,
"line_content": "use av_scenechange::SceneChangeDetector;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 279,
"line_content": "av_scenechange::Rational32::new(",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 287,
"line_content": "av_scenechange::SceneDetectionSpeed::Fast",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 290,
"line_content": "av_scenechange::SceneDetectionSpeed::Standard",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 293,
"line_content": "av_scenechange::SceneDetectionSpeed::None",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.8.1/src/api/internal.rs",
"line_number": 298,
"line_content": "av_scenechange::CpuFeatureLevel::default(),",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"CpuFeatureLevel",
"Rational32",
"SceneChangeDetector",
"SceneDetectionSpeed"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-fastembed",
"fastembed",
"image",
"ravif",
"rav1e",
"av-scenechange"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 6444,
"fat_dep_own_deps": 12,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-scylladb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "scylla",
"version": "1.5.0"
},
"w_transitive": 165,
"w_unique": 4,
"c_ref": 2,
"hurrs": 82.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "scylla",
"searched_names": [
"scylla"
],
"ref_count": 2,
"file_matches": [
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-scylladb/src/lib.rs",
"line_number": 10,
"line_content": "use scylla::{",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/rig/rig-integrations/rig-scylladb/src/lib.rs",
"line_number": 47,
"line_content": "use scylla::value::CqlVarint;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"value"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-scylladb",
"scylla"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 36975,
"fat_dep_own_deps": 17,
"has_re_export_all": false
},
{
"intermediate": {
"name": "recursive",
"version": "0.1.1"
},
"fat_dependency": {
"name": "stacker",
"version": "0.1.23"
},
"w_transitive": 69,
"w_unique": 4,
"c_ref": 1,
"hurrs": 69.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "stacker",
"searched_names": [
"stacker"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs",
"line_number": 54,
"line_content": "pub use stacker;",
"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": [
"rig-lancedb",
"lancedb",
"datafusion-common",
"recursive",
"stacker"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 556,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "aws-lc-rs",
"version": "1.15.4"
},
"fat_dependency": {
"name": "aws-lc-sys",
"version": "0.37.0"
},
"w_transitive": 59,
"w_unique": 4,
"c_ref": 1,
"hurrs": 59.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "aws-lc-sys",
"searched_names": [
"aws_lc_sys"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.15.4/src/lib.rs",
"line_number": 162,
"line_content": "extern crate aws_lc_sys as aws_lc;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"aws-lc-sys",
"non-fips"
],
"recommended_defaults": [
"alloc",
"ring-io",
"ring-sig-verify"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"rig-vertexai",
"google-cloud-auth",
"aws-lc-rs",
"aws-lc-sys"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 401283,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "helix-rs",
"version": "0.1.10"
},
"fat_dependency": {
"name": "helix-macros",
"version": "0.1.7"
},
"w_transitive": 39,
"w_unique": 4,
"c_ref": 2,
"hurrs": 19.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "helix-macros",
"searched_names": [
"helix_macros"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/helix-rs-0.1.10/src/lib.rs",
"line_number": 1,
"line_content": "extern crate helix_macros;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/helix-rs-0.1.10/src/lib.rs",
"line_number": 3,
"line_content": "pub use helix_macros::helix_node;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"helix_node"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-helixdb",
"helix-rs",
"helix-macros"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 334,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "proc-macro-crate",
"version": "3.4.0"
},
"fat_dependency": {
"name": "toml_edit",
"version": "0.23.10+spec-1.0.0"
},
"w_transitive": 15,
"w_unique": 4,
"c_ref": 1,
"hurrs": 15.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "toml_edit",
"searched_names": [
"toml_edit"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs",
"line_number": 97,
"line_content": "use toml_edit::{DocumentMut, Item, TableLike, TomlError};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"DocumentMut",
"Item",
"TableLike",
"TomlError"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-types",
"rstest",
"rstest_macros",
"proc-macro-crate",
"toml_edit"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 7448,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "deluxe-macros",
"version": "0.5.0"
},
"fat_dependency": {
"name": "proc-macro-crate",
"version": "1.3.1"
},
"w_transitive": 18,
"w_unique": 4,
"c_ref": 2,
"hurrs": 9.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "proc-macro-crate",
"searched_names": [
"proc_macro_crate"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deluxe-macros-0.5.0/util.rs",
"line_number": 11,
"line_content": "use proc_macro_crate::FoundCrate;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deluxe-macros-0.5.0/util.rs",
"line_number": 14,
"line_content": "let crate_name = match proc_macro_crate::crate_name(CRATE_NAME) {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"FoundCrate",
"crate_name"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-derive",
"deluxe",
"deluxe-macros",
"proc-macro-crate"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 338,
"fat_dep_own_deps": 2,
"has_re_export_all": false
},
{
"intermediate": {
"name": "markup5ever",
"version": "0.35.0"
},
"fat_dependency": {
"name": "web_atoms",
"version": "0.1.3"
},
"w_transitive": 46,
"w_unique": 4,
"c_ref": 7,
"hurrs": 6.571428571428571,
"confidence": "High",
"scan_result": {
"fat_crate_name": "web_atoms",
"searched_names": [
"web_atoms"
],
"ref_count": 7,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/interface/tree_builder.rs",
"line_number": 18,
"line_content": "use web_atoms::{LocalName, Namespace};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/interface/mod.rs",
"line_number": 14,
"line_content": "use web_atoms::{LocalName, Namespace, Prefix};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/interface/mod.rs",
"line_number": 403,
"line_content": "use web_atoms::{ns, Namespace};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/lib.rs",
"line_number": 17,
"line_content": "extern crate web_atoms;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/lib.rs",
"line_number": 40,
"line_content": "pub use web_atoms::{",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/lib.rs",
"line_number": 46,
"line_content": "pub use web_atoms::C1_REPLACEMENTS;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/markup5ever-0.35.0/lib.rs",
"line_number": 47,
"line_content": "pub use web_atoms::NAMED_ENTITIES;",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"C1_REPLACEMENTS",
"LocalName",
"NAMED_ENTITIES",
"Namespace",
"Prefix",
"ns"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-surrealdb",
"surrealdb",
"surrealdb-core",
"ammonia",
"html5ever",
"markup5ever",
"web_atoms"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2363,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-fastembed",
"version": "0.3.2"
},
"fat_dependency": {
"name": "schemars",
"version": "1.2.1"
},
"w_transitive": 76,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "schemars",
"searched_names": [
"schemars"
],
"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": [
"rig-fastembed",
"schemars"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-sqlite",
"version": "0.2.2"
},
"fat_dependency": {
"name": "chrono",
"version": "0.4.44"
},
"w_transitive": 70,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "chrono",
"searched_names": [
"chrono"
],
"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": [
"rig-sqlite",
"chrono"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-surrealdb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "uuid",
"version": "1.20.0"
},
"w_transitive": 52,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "uuid",
"searched_names": [
"uuid"
],
"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": [
"rig-surrealdb",
"uuid"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-milvus",
"version": "0.2.2"
},
"fat_dependency": {
"name": "uuid",
"version": "1.20.0"
},
"w_transitive": 52,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "uuid",
"searched_names": [
"uuid"
],
"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": [
"rig-milvus",
"uuid"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-gemini-grpc",
"version": "0.2.2"
},
"fat_dependency": {
"name": "tokio-stream",
"version": "0.1.18"
},
"w_transitive": 39,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tokio-stream",
"searched_names": [
"tokio_stream"
],
"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": [
"rig-gemini-grpc",
"tokio-stream"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-scylladb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "futures",
"version": "0.3.31"
},
"w_transitive": 17,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "futures",
"searched_names": [
"futures"
],
"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": [
"rig-scylladb",
"futures"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-s3vectors",
"version": "0.2.2"
},
"fat_dependency": {
"name": "tracing",
"version": "0.1.44"
},
"w_transitive": 14,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tracing",
"searched_names": [
"tracing"
],
"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": [
"rig-s3vectors",
"tracing"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-postgres",
"version": "0.2.2"
},
"fat_dependency": {
"name": "tracing",
"version": "0.1.44"
},
"w_transitive": 14,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tracing",
"searched_names": [
"tracing"
],
"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": [
"rig-postgres",
"tracing"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-fastembed",
"version": "0.3.2"
},
"fat_dependency": {
"name": "serde_json",
"version": "1.0.149"
},
"w_transitive": 14,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "serde_json",
"searched_names": [
"serde_json"
],
"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": [
"rig-fastembed",
"serde_json"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-fastembed",
"version": "0.3.2"
},
"fat_dependency": {
"name": "tracing",
"version": "0.1.44"
},
"w_transitive": 14,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tracing",
"searched_names": [
"tracing"
],
"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": [
"rig-fastembed",
"tracing"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-surrealdb",
"version": "0.2.2"
},
"fat_dependency": {
"name": "tracing",
"version": "0.1.44"
},
"w_transitive": 14,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tracing",
"searched_names": [
"tracing"
],
"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": [
"rig-surrealdb",
"tracing"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rig-gemini-grpc",
"version": "0.2.2"
},
"fat_dependency": {
"name": "prost",
"version": "0.13.5"
},
"w_transitive": 13,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "prost",
"searched_names": [
"prost"
],
"ref_count": 0,
"file_matches": [],
"files_with_matches": 0,
"generated_file_refs": 0,
"distinct_items": [],
"has_re_export_all": false
},
"suggestion": "Remove",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"rig-gemini-grpc",
"prost"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 2,
"has_re_export_all": false
}
],
"dep_tree": {
"nodes": [
{
"name": "futures",
"version": "0.3.31",
"transitive_weight": 17,
"is_workspace": false,
"children": [
1126,
1127,
954,
324,
287,
1145,
664
]
},
{
"name": "windows-future",
"version": "0.2.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
892,
763,
183
]
},
{
"name": "aws-smithy-eventstream",
"version": "0.60.18",
"transitive_weight": 68,
"is_workspace": false,
"children": [
810,
632,
264
]
},
{
"name": "prost-derive",
"version": "0.13.5",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1002,
1065,
579,
141,
195
]
},
{
"name": "petgraph",
"version": "0.6.5",
"transitive_weight": 12,
"is_workspace": false,
"children": [
908,
707
]
},
{
"name": "data-encoding",
"version": "2.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "concurrent-queue",
"version": "2.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "deadpool-runtime",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sha2",
"version": "0.10.9",
"transitive_weight": 13,
"is_workspace": false,
"children": [
256,
981,
689
]
},
{
"name": "windows_i686_gnu",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "adler2",
"version": "2.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "datafusion-functions-aggregate",
"version": "50.3.0",
"transitive_weight": 280,
"is_workspace": false,
"children": [
799,
207,
410,
39,
868,
346,
805,
221,
998,
57,
119,
406,
352
]
},
{
"name": "ureq",
"version": "3.2.0",
"transitive_weight": 89,
"is_workspace": false,
"children": [
933,
1131,
879,
119,
386,
375,
27
]
},
{
"name": "revision-derive",
"version": "0.17.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "heapless",
"version": "0.6.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
550,
310,
245,
969
]
},
{
"name": "quinn-udp",
"version": "0.5.14",
"transitive_weight": 29,
"is_workspace": false,
"children": [
1091,
691,
929,
400,
359,
1042
]
},
{
"name": "tantivy-common",
"version": "0.9.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
377,
153,
985,
676,
720
]
},
{
"name": "tantivy",
"version": "0.24.2",
"transitive_weight": 178,
"is_workspace": false,
"children": [
646,
623,
137,
113,
504,
311,
16,
55,
608,
962,
335,
377,
1002,
1040,
905,
198,
511,
708,
153,
515,
672,
907,
889,
427,
400,
21,
357,
355,
252,
1020,
264,
783,
119,
807,
386,
720,
1047,
755,
329,
206,
1022,
702,
583,
983
]
},
{
"name": "hyper-timeout",
"version": "0.5.2",
"transitive_weight": 84,
"is_workspace": false,
"children": [
91,
860,
278,
291,
1135
]
},
{
"name": "bytecheck_derive",
"version": "0.6.12",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579,
141
]
},
{
"name": "ipnet",
"version": "2.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tantivy-bitpacker",
"version": "0.8.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1020
]
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.108",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1065,
579,
141,
83,
187
]
},
{
"name": "bytecheck",
"version": "0.6.12",
"transitive_weight": 9,
"is_workspace": false,
"children": [
26,
19,
122
]
},
{
"name": "bit_field",
"version": "0.10.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "maplit",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ptr_meta",
"version": "0.1.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1090
]
},
{
"name": "utf-8",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlx-sqlite",
"version": "0.8.6",
"transitive_weight": 162,
"is_workspace": false,
"children": [
458,
1033,
113,
1027,
674,
1126,
1127,
1091,
204,
153,
993,
515,
1049,
954,
119,
324,
375
]
},
{
"name": "vsimd",
"version": "0.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-utils",
"version": "0.8.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sysinfo",
"version": "0.37.2",
"transitive_weight": 27,
"is_workspace": false,
"children": [
544,
246,
530,
519,
1042,
573
]
},
{
"name": "crunchy",
"version": "0.2.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libbz2-rs-sys",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "derive_builder",
"version": "0.20.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
593
]
},
{
"name": "windows-strings",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
815
]
},
{
"name": "color_quant",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "group",
"version": "0.13.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
736,
307,
219
]
},
{
"name": "signature",
"version": "2.2.0",
"transitive_weight": 29,
"is_workspace": false,
"children": [
307,
256
]
},
{
"name": "datafusion-expr",
"version": "50.3.0",
"transitive_weight": 265,
"is_workspace": false,
"children": [
868,
121,
346,
601,
805,
221,
955,
388,
662,
608,
908,
985,
406,
352
]
},
{
"name": "untrusted",
"version": "0.9.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "comfy-table",
"version": "7.1.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
489,
459,
743
]
},
{
"name": "h2",
"version": "0.4.13",
"transitive_weight": 59,
"is_workspace": false,
"children": [
986,
278,
1091,
398,
908,
632,
538,
206,
324,
1145,
151
]
},
{
"name": "rangemap",
"version": "1.7.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "indexmap",
"version": "1.9.3",
"transitive_weight": 26,
"is_workspace": false,
"children": [
845,
153,
525
]
},
{
"name": "zerovec-derive",
"version": "0.11.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "displaydoc",
"version": "0.2.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "chacha20",
"version": "0.10.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
818,
689,
344
]
},
{
"name": "js-sys",
"version": "0.3.85",
"transitive_weight": 15,
"is_workspace": false,
"children": [
787,
400
]
},
{
"name": "geo",
"version": "0.31.0",
"transitive_weight": 65,
"is_workspace": false,
"children": [
407,
1029,
1138,
257,
464,
153,
1115,
149,
119,
951,
832
]
},
{
"name": "rsa",
"version": "0.9.10",
"transitive_weight": 55,
"is_workspace": false,
"children": [
110,
38,
307,
256,
659,
1082,
1056,
340,
1115,
436,
219,
457
]
},
{
"name": "rand_chacha",
"version": "0.9.0",
"transitive_weight": 56,
"is_workspace": false,
"children": [
602,
946
]
},
{
"name": "endian-type",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "heck",
"version": "0.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "redox_syscall",
"version": "0.7.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
447
]
},
{
"name": "tantivy-query-grammar",
"version": "0.24.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
608,
153,
1107
]
},
{
"name": "chrono-tz",
"version": "0.8.6",
"transitive_weight": 91,
"is_workspace": false,
"children": [
662,
89,
442
]
},
{
"name": "half",
"version": "2.7.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
288,
1115,
689,
32
]
},
{
"name": "zune-core",
"version": "0.4.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "alloc-stdlib",
"version": "0.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
165
]
},
{
"name": "eventsource-stream",
"version": "0.2.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1107,
324,
291
]
},
{
"name": "base64",
"version": "0.13.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ipconfig",
"version": "0.3.2",
"transitive_weight": 25,
"is_workspace": false,
"children": [
650,
629,
1130,
923
]
},
{
"name": "noisy_float",
"version": "0.2.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "radium",
"version": "0.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ndarray-stats",
"version": "0.7.0",
"transitive_weight": 48,
"is_workspace": false,
"children": [
625,
399,
908,
1110,
63,
340,
1115
]
},
{
"name": "minimal-lexical",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pxfm",
"version": "0.1.27",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "mock_instant",
"version": "0.6.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "smawk",
"version": "0.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "const-random",
"version": "0.1.18",
"transitive_weight": 22,
"is_workspace": false,
"children": [
1148
]
},
{
"name": "rand_chacha",
"version": "0.3.1",
"transitive_weight": 23,
"is_workspace": false,
"children": [
307,
946
]
},
{
"name": "typed-builder",
"version": "0.22.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
741
]
},
{
"name": "itertools",
"version": "0.11.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
863
]
},
{
"name": "icu_normalizer_data",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "leb128fmt",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jni",
"version": "0.21.1",
"transitive_weight": 62,
"is_workspace": false,
"children": [
971,
684,
939,
1019,
119,
934,
689,
838
]
},
{
"name": "p256",
"version": "0.13.2",
"transitive_weight": 48,
"is_workspace": false,
"children": [
857,
959,
775,
8
]
},
{
"name": "bnum",
"version": "0.12.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashlink",
"version": "0.10.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
211
]
},
{
"name": "indicatif",
"version": "0.17.11",
"transitive_weight": 32,
"is_workspace": false,
"children": [
286,
936,
864,
1055,
743
]
},
{
"name": "rustls-native-certs",
"version": "0.8.3",
"transitive_weight": 31,
"is_workspace": false,
"children": [
1131,
408,
841,
179
]
},
{
"name": "profiling",
"version": "1.0.17",
"transitive_weight": 6,
"is_workspace": false,
"children": [
526
]
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.108",
"transitive_weight": 2,
"is_workspace": false,
"children": [
768
]
},
{
"name": "yoke",
"version": "0.8.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
1149,
698,
969
]
},
{
"name": "windows_i686_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "object",
"version": "0.37.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "lexical-util",
"version": "1.0.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "idna_adapter",
"version": "1.2.1",
"transitive_weight": 30,
"is_workspace": false,
"children": [
508,
840
]
},
{
"name": "chrono-tz-build",
"version": "0.2.1",
"transitive_weight": 37,
"is_workspace": false,
"children": [
442,
568,
974
]
},
{
"name": "rig-qdrant",
"version": "0.2.2",
"transitive_weight": 344,
"is_workspace": true,
"children": [
1125,
306,
113,
608,
153
]
},
{
"name": "hyper-util",
"version": "0.1.20",
"transitive_weight": 83,
"is_workspace": false,
"children": [
860,
278,
1127,
1091,
691,
693,
1152,
398,
632,
972,
954,
386,
20,
1042,
375,
291,
1135
]
},
{
"name": "retry-policies",
"version": "0.5.1",
"transitive_weight": 58,
"is_workspace": false,
"children": [
835
]
},
{
"name": "surrealdb-types",
"version": "3.0.2",
"transitive_weight": 259,
"is_workspace": false,
"children": [
462,
1032,
1143,
662,
714,
113,
468,
625,
608,
1061,
398,
632,
153,
673,
907,
403,
195,
653
]
},
{
"name": "predicates-core",
"version": "1.0.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arrow-select",
"version": "56.2.0",
"transitive_weight": 97,
"is_workspace": false,
"children": [
814,
998,
571,
229,
1070,
591
]
},
{
"name": "opentelemetry-http",
"version": "0.30.0",
"transitive_weight": 245,
"is_workspace": false,
"children": [
284,
581,
398,
632,
985
]
},
{
"name": "rig-scylladb",
"version": "0.2.2",
"transitive_weight": 342,
"is_workspace": true,
"children": [
1125,
492,
662,
113,
0,
608,
1091,
153
]
},
{
"name": "jiff-tzdb-platform",
"version": "0.1.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
130
]
},
{
"name": "lalrpop",
"version": "0.20.2",
"transitive_weight": 73,
"is_workspace": false,
"children": [
103,
128,
389,
4,
73,
995,
907,
1019,
638,
498,
569,
418,
1087,
753
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-derive",
"version": "0.4.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "phf",
"version": "0.13.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1123,
153,
376
]
},
{
"name": "ascii-canvas",
"version": "3.0.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
128
]
},
{
"name": "tracing-log",
"version": "0.2.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1001,
400,
119
]
},
{
"name": "litemap",
"version": "0.8.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jobserver",
"version": "0.1.34",
"transitive_weight": 52,
"is_workspace": false,
"children": [
558,
1042
]
},
{
"name": "wit-bindgen-rust-macro",
"version": "0.51.0",
"transitive_weight": 35,
"is_workspace": false,
"children": [
182,
177,
1140,
1065,
579,
141,
195
]
},
{
"name": "cssparser",
"version": "0.35.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
442,
511,
476,
1144,
494
]
},
{
"name": "ed25519",
"version": "2.2.3",
"transitive_weight": 35,
"is_workspace": false,
"children": [
38,
1082
]
},
{
"name": "num-bigint-dig",
"version": "0.8.6",
"transitive_weight": 39,
"is_workspace": false,
"children": [
625,
511,
356,
618,
340,
1115,
423,
457
]
},
{
"name": "num_enum_derive",
"version": "0.7.5",
"transitive_weight": 17,
"is_workspace": false,
"children": [
516,
1065,
579,
141
]
},
{
"name": "protoc-bin-vendored-linux-s390_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "uuid",
"version": "1.20.0",
"transitive_weight": 52,
"is_workspace": false,
"children": [
558,
48,
787,
402
]
},
{
"name": "futf",
"version": "0.1.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
637,
724
]
},
{
"name": "hmac",
"version": "0.12.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
256
]
},
{
"name": "if_chain",
"version": "1.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hermit-abi",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "flate2",
"version": "1.1.9",
"transitive_weight": 7,
"is_workspace": false,
"children": [
935,
264,
694
]
},
{
"name": "log",
"version": "0.4.29",
"transitive_weight": 2,
"is_workspace": false,
"children": [
688
]
},
{
"name": "aws-lc-sys",
"version": "0.37.0",
"transitive_weight": 59,
"is_workspace": false,
"children": [
928,
420,
148,
795
]
},
{
"name": "datafusion-functions-window-common",
"version": "50.3.0",
"transitive_weight": 262,
"is_workspace": false,
"children": [
346,
805
]
},
{
"name": "simdutf8",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ureq",
"version": "2.12.1",
"transitive_weight": 148,
"is_workspace": false,
"children": [
933,
158,
1027,
808,
1131,
608,
118,
153,
432,
400,
119,
386
]
},
{
"name": "rustix",
"version": "0.38.44",
"transitive_weight": 23,
"is_workspace": false,
"children": [
647,
447,
1092,
1042,
715
]
},
{
"name": "rav1e",
"version": "0.8.1",
"transitive_weight": 105,
"is_workspace": false,
"children": [
536,
835,
51,
648,
271,
159,
487,
787,
1002,
588,
82,
515,
1073,
750,
101,
740,
371,
1115,
119,
267,
833,
293,
689,
1042,
724,
888,
352
]
},
{
"name": "helix-rs",
"version": "0.1.10",
"transitive_weight": 261,
"is_workspace": false,
"children": [
284,
1134,
278,
608,
153,
515,
195
]
},
{
"name": "prost",
"version": "0.13.5",
"transitive_weight": 13,
"is_workspace": false,
"children": [
3,
632
]
},
{
"name": "term",
"version": "0.7.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
292,
357,
365
]
},
{
"name": "ref-cast",
"version": "1.0.25",
"transitive_weight": 6,
"is_workspace": false,
"children": [
518
]
},
{
"name": "jiff-tzdb",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-compression",
"version": "0.4.19",
"transitive_weight": 98,
"is_workspace": false,
"children": [
220,
1085,
1119,
554,
278,
118,
324,
573,
291
]
},
{
"name": "bit-vec",
"version": "0.6.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlx-macros-core",
"version": "0.8.6",
"transitive_weight": 212,
"is_workspace": false,
"children": [
843,
175,
28,
458,
278,
1027,
608,
8,
863,
153,
1065,
400,
579,
141,
524,
53,
653
]
},
{
"name": "async-io",
"version": "2.6.0",
"transitive_weight": 27,
"is_workspace": false,
"children": [
1076,
509,
932,
6,
209,
525,
689,
287,
706,
151
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "parse-display-derive",
"version": "0.9.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
453,
907,
1065,
579,
141,
1087
]
},
{
"name": "tempfile",
"version": "3.25.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
366,
509,
400,
209,
1146
]
},
{
"name": "lance-namespace-impls",
"version": "1.0.1",
"transitive_weight": 596,
"is_workspace": false,
"children": [
273,
723,
445,
687,
454,
1071,
221,
360,
835,
278,
1027,
0,
1070,
608,
632,
1004,
985,
119
]
},
{
"name": "zerotrie",
"version": "0.2.3",
"transitive_weight": 12,
"is_workspace": false,
"children": [
84,
1149,
46
]
},
{
"name": "ciborium-ll",
"version": "0.2.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
57,
234
]
},
{
"name": "proc-macro2",
"version": "1.0.106",
"transitive_weight": 2,
"is_workspace": false,
"children": [
768
]
},
{
"name": "google-cloud-gax",
"version": "1.6.0",
"transitive_weight": 176,
"is_workspace": false,
"children": [
572,
396,
835,
278,
0,
608,
398,
632,
153,
898,
515,
386
]
},
{
"name": "ident_case",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rgb",
"version": "0.8.52",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "darling",
"version": "0.20.11",
"transitive_weight": 10,
"is_workspace": false,
"children": [
821,
456
]
},
{
"name": "iana-time-zone",
"version": "0.1.65",
"transitive_weight": 65,
"is_workspace": false,
"children": [
1057,
48,
787,
892,
381,
119,
348
]
},
{
"name": "core-foundation",
"version": "0.10.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
348,
1042
]
},
{
"name": "dunce",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "geographiclib-rs",
"version": "0.2.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
423
]
},
{
"name": "backoff",
"version": "0.4.0",
"transitive_weight": 57,
"is_workspace": false,
"children": [
278,
625,
323,
639,
324,
291
]
},
{
"name": "slab",
"version": "0.4.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "toml_parser",
"version": "1.0.7+spec-1.1.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
874
]
},
{
"name": "serde",
"version": "1.0.228",
"transitive_weight": 7,
"is_workspace": false,
"children": [
402,
440
]
},
{
"name": "aws-sigv4",
"version": "1.3.8",
"transitive_weight": 103,
"is_workspace": false,
"children": [
1156,
900,
595,
2,
810,
1091,
8,
377,
358,
115,
398,
632,
212,
653,
375
]
},
{
"name": "anstyle",
"version": "1.0.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "parse-display",
"version": "0.9.1",
"transitive_weight": 13,
"is_workspace": false,
"children": [
136,
907,
1087
]
},
{
"name": "lance-datafusion",
"version": "1.0.1",
"transitive_weight": 421,
"is_workspace": false,
"children": [
883,
250,
454,
431,
207,
805,
510,
221,
949,
364,
95,
814,
490,
662,
278,
229,
0,
1070,
1091,
127,
1004,
898,
985,
119
]
},
{
"name": "native-tls",
"version": "0.2.14",
"transitive_weight": 79,
"is_workspace": false,
"children": [
828,
901,
137,
194,
841,
1137,
119,
1042,
781
]
},
{
"name": "v_frame",
"version": "0.3.9",
"transitive_weight": 21,
"is_workspace": false,
"children": [
787,
588,
1115
]
},
{
"name": "datafusion-physical-expr-adapter",
"version": "50.3.0",
"transitive_weight": 300,
"is_workspace": false,
"children": [
431,
207,
39,
346,
805,
221,
1002
]
},
{
"name": "dirs-sys",
"version": "0.4.1",
"transitive_weight": 37,
"is_workspace": false,
"children": [
942,
1130,
1042,
297
]
},
{
"name": "schemars",
"version": "0.9.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
608,
153,
129,
745
]
},
{
"name": "winnow",
"version": "0.5.40",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "alloc-no-stdlib",
"version": "2.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "thiserror-impl",
"version": "1.0.69",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "generator",
"version": "0.8.8",
"transitive_weight": 58,
"is_workspace": false,
"children": [
420,
119,
235,
689,
1042,
365,
815
]
},
{
"name": "monostate",
"version": "0.1.18",
"transitive_weight": 9,
"is_workspace": false,
"children": [
153,
402,
384
]
},
{
"name": "neo4rs",
"version": "0.8.0",
"transitive_weight": 203,
"is_workspace": false,
"children": [
798,
56,
662,
150,
387,
278,
1027,
1078,
808,
700,
0,
632,
153,
939,
985,
1023,
196,
119,
352,
291
]
},
{
"name": "equivalent",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "heck",
"version": "0.4.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fastembed",
"version": "4.9.1",
"transitive_weight": 395,
"is_workspace": false,
"children": [
555,
912,
712,
1106,
500,
580,
608,
335,
195
]
},
{
"name": "multimap",
"version": "0.10.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_derive_internals",
"version": "0.29.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "sqlx-postgres",
"version": "0.8.6",
"transitive_weight": 184,
"is_workspace": false,
"children": [
458,
113,
625,
1127,
233,
608,
1091,
8,
988,
690,
611,
115,
511,
447,
153,
275,
515,
1049,
954,
378,
400,
1015,
119,
386,
720,
524,
324,
653,
494,
573
]
},
{
"name": "tagptr",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen-core",
"version": "0.51.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
906,
195,
53
]
},
{
"name": "windows-interface",
"version": "0.59.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "openssl-probe",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "html5ever",
"version": "0.35.0",
"transitive_weight": 55,
"is_workspace": false,
"children": [
320,
669,
119
]
},
{
"name": "blake2",
"version": "0.10.6",
"transitive_weight": 10,
"is_workspace": false,
"children": [
256
]
},
{
"name": "wit-bindgen-rust",
"version": "0.51.0",
"transitive_weight": 34,
"is_workspace": false,
"children": [
747,
177,
730,
908,
1140,
1065,
195,
53
]
},
{
"name": "windows-link",
"version": "0.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "humantime",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "google-cloud-api",
"version": "1.2.0",
"transitive_weight": 132,
"is_workspace": false,
"children": [
396,
349,
608,
632,
153
]
},
{
"name": "wasi",
"version": "0.11.1+wasi-snapshot-preview1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bumpalo",
"version": "3.19.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "geoarrow-array",
"version": "0.6.2",
"transitive_weight": 144,
"is_workspace": false,
"children": [
814,
788,
1086,
1136,
680,
229,
1070,
1115
]
},
{
"name": "windows-targets",
"version": "0.52.6",
"transitive_weight": 9,
"is_workspace": false,
"children": [
587,
263,
606,
135,
543,
474,
887,
627
]
},
{
"name": "portable-atomic-util",
"version": "0.2.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1055
]
},
{
"name": "wasip3",
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"transitive_weight": 37,
"is_workspace": false,
"children": [
617
]
},
{
"name": "rustls-webpki",
"version": "0.101.7",
"transitive_weight": 70,
"is_workspace": false,
"children": [
877,
40
]
},
{
"name": "async-std",
"version": "1.13.2",
"transitive_weight": 68,
"is_workspace": false,
"children": [
643,
701,
545,
134,
450,
657,
932,
992,
803,
954,
652,
400,
119,
30,
324,
287,
573,
291,
466,
151
]
},
{
"name": "security-framework",
"version": "2.11.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
447,
316,
1137,
348,
1042
]
},
{
"name": "anyhow",
"version": "1.0.101",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "neo4rs-macros",
"version": "0.3.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579
]
},
{
"name": "tracing-subscriber",
"version": "0.3.22",
"transitive_weight": 35,
"is_workspace": false,
"children": [
1091,
511,
104,
473,
641,
1001,
704,
605,
400,
752
]
},
{
"name": "sketches-ddsketch",
"version": "0.3.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "windows-targets",
"version": "0.42.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
697,
604,
872,
945,
1083,
318,
1129
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "heapless",
"version": "0.8.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
619,
969
]
},
{
"name": "xmlparser",
"version": "0.13.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ordered-float",
"version": "5.1.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "serde_urlencoded",
"version": "0.7.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
153,
212,
494,
978
]
},
{
"name": "crc-catalog",
"version": "2.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fnv",
"version": "1.0.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "datafusion-physical-expr",
"version": "50.3.0",
"transitive_weight": 268,
"is_workspace": false,
"children": [
39,
868,
346,
601,
805,
221,
1059,
998,
703,
944,
57,
908,
1002,
119,
352
]
},
{
"name": "protoc-bin-vendored-linux-x86_32",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.61.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
815
]
},
{
"name": "base64-simd",
"version": "0.8.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
222,
29
]
},
{
"name": "hashbrown",
"version": "0.15.5",
"transitive_weight": 4,
"is_workspace": false,
"children": [
917,
170,
484
]
},
{
"name": "form_urlencoded",
"version": "1.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
375
]
},
{
"name": "rig-milvus",
"version": "0.2.2",
"transitive_weight": 317,
"is_workspace": true,
"children": [
1125,
819,
113,
608,
153
]
},
{
"name": "dashmap",
"version": "6.1.0",
"transitive_weight": 70,
"is_workspace": false,
"children": [
1059,
1058,
400,
987,
689,
30
]
},
{
"name": "fax",
"version": "0.2.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
425
]
},
{
"name": "opentelemetry_sdk",
"version": "0.30.0",
"transitive_weight": 104,
"is_workspace": false,
"children": [
835,
764,
278,
581,
1126,
1127,
608,
515,
954,
375
]
},
{
"name": "icu_collections",
"version": "2.1.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
761,
927,
84,
1149,
46
]
},
{
"name": "lexical-write-float",
"version": "1.0.6",
"transitive_weight": 3,
"is_workspace": false,
"children": [
751,
87
]
},
{
"name": "subtle",
"version": "2.6.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zstd",
"version": "0.13.3",
"transitive_weight": 59,
"is_workspace": false,
"children": [
554
]
},
{
"name": "arrow",
"version": "56.2.0",
"transitive_weight": 138,
"is_workspace": false,
"children": [
529,
640,
770,
360,
452,
364,
1009,
827,
95,
814,
571,
229,
1070
]
},
{
"name": "outref",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost-build",
"version": "0.13.5",
"transitive_weight": 67,
"is_workspace": false,
"children": [
137,
242,
127,
812,
1002,
1140,
907,
1065,
400,
119,
53,
173
]
},
{
"name": "prost-derive",
"version": "0.14.3",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1002,
1065,
579,
141,
195
]
},
{
"name": "windows-result",
"version": "0.3.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
183
]
},
{
"name": "macro_rules_attribute-proc_macro",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rstar",
"version": "0.9.3",
"transitive_weight": 23,
"is_workspace": false,
"children": [
334,
511,
153,
1115
]
},
{
"name": "spm_precompiled",
"version": "0.1.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
153,
1107,
61,
542
]
},
{
"name": "arrow-buffer",
"version": "56.2.0",
"transitive_weight": 23,
"is_workspace": false,
"children": [
57,
591,
632
]
},
{
"name": "event-listener",
"version": "5.4.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
6,
706,
291
]
},
{
"name": "datafusion-datasource-json",
"version": "50.3.0",
"transitive_weight": 317,
"is_workspace": false,
"children": [
654,
870,
856,
614,
799,
207,
39,
346,
805,
1071,
221,
240,
278,
0,
608,
632,
985
]
},
{
"name": "permutation",
"version": "0.4.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "etcetera",
"version": "0.8.0",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1130,
378,
689
]
},
{
"name": "ciborium-io",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-result",
"version": "0.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
815
]
},
{
"name": "piper",
"version": "0.2.4",
"transitive_weight": 4,
"is_workspace": false,
"children": [
538,
1146,
287
]
},
{
"name": "mongocrypt-sys",
"version": "0.1.5+1.15.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "blake3",
"version": "1.8.3",
"transitive_weight": 60,
"is_workspace": false,
"children": [
420,
981,
685,
833,
689,
801
]
},
{
"name": "foreign-types",
"version": "0.3.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
523
]
},
{
"name": "datafusion-common-runtime",
"version": "50.3.0",
"transitive_weight": 52,
"is_workspace": false,
"children": [
278,
0,
119
]
},
{
"name": "lancedb",
"version": "0.23.1",
"transitive_weight": 613,
"is_workspace": false,
"children": [
138,
273,
723,
157,
1120,
633,
445,
687,
250,
910,
654,
990,
454,
614,
799,
39,
805,
510,
1071,
221,
383,
949,
770,
360,
349,
364,
95,
814,
791,
662,
998,
835,
137,
113,
278,
1027,
571,
0,
1070,
608,
57,
632,
956,
153,
1004,
898,
985,
907,
618,
1115,
119
]
},
{
"name": "prost-types",
"version": "0.13.5",
"transitive_weight": 14,
"is_workspace": false,
"children": [
127
]
},
{
"name": "psl-types",
"version": "2.0.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "trice",
"version": "0.4.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
551,
48,
787
]
},
{
"name": "hash32",
"version": "0.1.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
720
]
},
{
"name": "objc2-io-kit",
"version": "0.3.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
530,
1042
]
},
{
"name": "aws-sdk-s3vectors",
"version": "1.19.0",
"transitive_weight": 212,
"is_workspace": false,
"children": [
419,
531,
1156,
437,
900,
725,
595,
909,
810,
258,
1091,
358,
398,
632,
1146,
1005
]
},
{
"name": "google-cloud-aiplatform-v1",
"version": "1.6.0",
"transitive_weight": 348,
"is_workspace": false,
"children": [
811,
405,
305,
699,
1075,
819,
142,
185,
572,
728,
396,
349,
608,
1091,
632,
153,
985,
618
]
},
{
"name": "xxhash-rust",
"version": "0.8.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "datafusion",
"version": "50.3.0",
"transitive_weight": 328,
"is_workspace": false,
"children": [
765,
548,
556,
231,
881,
937,
654,
870,
1069,
160,
431,
856,
11,
614,
799,
861,
855,
207,
919,
39,
346,
601,
805,
960,
1071,
221,
360,
955,
662,
220,
1119,
835,
137,
240,
113,
278,
1027,
0,
703,
1070,
1002,
632,
118,
985,
907,
984,
119
]
},
{
"name": "serde_path_to_error",
"version": "0.1.20",
"transitive_weight": 9,
"is_workspace": false,
"children": [
153,
402,
494
]
},
{
"name": "arc-swap",
"version": "1.8.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
365
]
},
{
"name": "curve25519-dalek",
"version": "4.1.3",
"transitive_weight": 24,
"is_workspace": false,
"children": [
256,
303,
871,
981,
689,
772,
219,
457
]
},
{
"name": "snafu-derive",
"version": "0.8.9",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1065,
579,
141,
53
]
},
{
"name": "synstructure",
"version": "0.13.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "digest",
"version": "0.10.7",
"transitive_weight": 9,
"is_workspace": false,
"children": [
854,
266,
436,
219
]
},
{
"name": "rstar",
"version": "0.12.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
511,
153,
201,
1115
]
},
{
"name": "aws-smithy-async",
"version": "1.2.11",
"transitive_weight": 48,
"is_workspace": false,
"children": [
278,
1127,
291
]
},
{
"name": "darling",
"version": "0.23.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
1072,
824
]
},
{
"name": "aligned",
"version": "0.4.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1094
]
},
{
"name": "fixedbitset",
"version": "0.5.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sse-stream",
"version": "0.2.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
1127,
1116,
1152,
632,
291
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crc32fast",
"version": "1.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
689
]
},
{
"name": "borsh-derive",
"version": "1.6.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
516,
1065,
400,
579,
141
]
},
{
"name": "crypto-common",
"version": "0.1.7",
"transitive_weight": 5,
"is_workspace": false,
"children": [
310,
692
]
},
{
"name": "arbitrary",
"version": "1.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "event-listener",
"version": "2.5.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "generic-array",
"version": "0.12.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
692
]
},
{
"name": "xattr",
"version": "1.6.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
509,
1042
]
},
{
"name": "av1-grain",
"version": "0.2.5",
"transitive_weight": 31,
"is_workspace": false,
"children": [
159,
276,
119,
734,
195,
833
]
},
{
"name": "lzma-sys",
"version": "0.1.20",
"transitive_weight": 57,
"is_workspace": false,
"children": [
420,
1042,
467
]
},
{
"name": "lance",
"version": "1.0.1",
"transitive_weight": 595,
"is_workspace": false,
"children": [
723,
157,
1120,
633,
445,
687,
883,
250,
910,
990,
454,
431,
614,
207,
39,
17,
1071,
221,
949,
360,
364,
1009,
827,
95,
814,
790,
791,
662,
214,
835,
113,
764,
278,
1027,
229,
0,
1070,
242,
608,
1091,
127,
57,
1110,
632,
863,
956,
153,
1004,
757,
898,
478,
985,
830,
119,
720,
184,
232
]
},
{
"name": "phf",
"version": "0.12.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1097
]
},
{
"name": "stringprep",
"version": "0.1.5",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1038,
539,
873
]
},
{
"name": "num-rational",
"version": "0.4.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
893,
340,
1115
]
},
{
"name": "seize",
"version": "0.5.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
209,
1042
]
},
{
"name": "tokio",
"version": "1.49.0",
"transitive_weight": 37,
"is_workspace": false,
"children": [
703,
691,
632,
561,
562,
754,
209,
1042,
291
]
},
{
"name": "syn",
"version": "1.0.109",
"transitive_weight": 4,
"is_workspace": false,
"children": [
579,
141,
768
]
},
{
"name": "toml_datetime",
"version": "0.6.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "headers",
"version": "0.4.1",
"transitive_weight": 28,
"is_workspace": false,
"children": [
1068,
553,
398,
632,
386,
298,
926
]
},
{
"name": "avif-serialize",
"version": "0.8.8",
"transitive_weight": 2,
"is_workspace": false,
"children": [
833
]
},
{
"name": "macro_magic_macros",
"version": "0.5.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
560,
1065,
579
]
},
{
"name": "reqwest",
"version": "0.12.28",
"transitive_weight": 242,
"is_workspace": false,
"children": [
312,
426,
1062,
435,
798,
1024,
91,
933,
158,
860,
767,
42,
986,
278,
1027,
81,
317,
545,
1131,
551,
1127,
48,
1116,
608,
787,
204,
1152,
398,
632,
153,
954,
506,
559,
119,
1066,
386,
324,
926,
375,
291,
1135
]
},
{
"name": "integer-encoding",
"version": "3.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "console",
"version": "0.15.11",
"transitive_weight": 17,
"is_workspace": false,
"children": [
647,
400,
982,
1042,
743
]
},
{
"name": "futures-io",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy",
"version": "0.8.39",
"transitive_weight": 6,
"is_workspace": false,
"children": [
353
]
},
{
"name": "addr",
"version": "0.15.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
243
]
},
{
"name": "globwalk",
"version": "0.9.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
886,
447,
1019
]
},
{
"name": "pin-project-lite",
"version": "0.2.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dirs-next",
"version": "2.0.0",
"transitive_weight": 31,
"is_workspace": false,
"children": [
577,
689
]
},
{
"name": "built",
"version": "0.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ordered-float",
"version": "2.10.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "schemars",
"version": "1.2.1",
"transitive_weight": 76,
"is_workspace": false,
"children": [
662,
608,
153,
129,
309,
745
]
},
{
"name": "bincode_derive",
"version": "2.0.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
540
]
},
{
"name": "option-ext",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "httpdate",
"version": "1.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "affinitypool",
"version": "0.4.0",
"transitive_weight": 51,
"is_workspace": false,
"children": [
278,
703,
742,
515,
846,
357,
1042
]
},
{
"name": "opentelemetry-otlp",
"version": "0.30.0",
"transitive_weight": 257,
"is_workspace": false,
"children": [
96,
284,
615,
216,
581,
1091,
127,
398,
515
]
},
{
"name": "ahash",
"version": "0.7.8",
"transitive_weight": 20,
"is_workspace": false,
"children": [
323,
400,
866
]
},
{
"name": "brotli",
"version": "8.0.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
884,
59,
165
]
},
{
"name": "rustc_version",
"version": "0.4.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
956
]
},
{
"name": "aws-lc-rs",
"version": "1.15.4",
"transitive_weight": 62,
"is_workspace": false,
"children": [
120,
1036,
457
]
},
{
"name": "google-cloud-location",
"version": "1.4.0",
"transitive_weight": 342,
"is_workspace": false,
"children": [
1075,
819,
142,
396,
349,
608,
1091,
632,
153,
985,
618
]
},
{
"name": "qdrant-client",
"version": "1.16.0",
"transitive_weight": 210,
"is_workspace": false,
"children": [
656,
278,
0,
703,
242,
608,
34,
127,
956,
153,
939,
195
]
},
{
"name": "rand_core",
"version": "0.6.4",
"transitive_weight": 19,
"is_workspace": false,
"children": [
323
]
},
{
"name": "rmcp",
"version": "0.16.0",
"transitive_weight": 284,
"is_workspace": false,
"children": [
819,
295,
662,
113,
885,
986,
764,
278,
262,
1084,
0,
1116,
608,
1091,
1152,
398,
632,
153,
515,
985,
386,
578,
291,
1135
]
},
{
"name": "schemars_derive",
"version": "1.2.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
174,
1065,
579,
141
]
},
{
"name": "generic-array",
"version": "0.14.7",
"transitive_weight": 4,
"is_workspace": false,
"children": [
692,
866,
457
]
},
{
"name": "fs4",
"version": "0.8.4",
"transitive_weight": 25,
"is_workspace": false,
"children": [
124,
756
]
},
{
"name": "hyper-rustls",
"version": "0.27.7",
"transitive_weight": 151,
"is_workspace": false,
"children": [
798,
91,
933,
860,
278,
81,
1131,
398,
1135
]
},
{
"name": "revision",
"version": "0.17.0",
"transitive_weight": 164,
"is_workspace": false,
"children": [
1032,
662,
49,
113,
645,
632,
907,
13
]
},
{
"name": "system-configuration-sys",
"version": "0.6.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
348,
1042
]
},
{
"name": "utf8_iter",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation",
"version": "0.9.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
348,
1042
]
},
{
"name": "wasm-streams",
"version": "0.4.2",
"transitive_weight": 29,
"is_workspace": false,
"children": [
545,
551,
1127,
48,
787
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "argon2",
"version": "0.5.3",
"transitive_weight": 33,
"is_workspace": false,
"children": [
1007,
181,
981,
849
]
},
{
"name": "markup5ever",
"version": "0.35.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
952,
925,
119
]
},
{
"name": "wyz",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1109
]
},
{
"name": "predicates-tree",
"version": "1.0.12",
"transitive_weight": 3,
"is_workspace": false,
"children": [
94,
499
]
},
{
"name": "getrandom",
"version": "0.2.17",
"transitive_weight": 18,
"is_workspace": false,
"children": [
48,
787,
689,
1042,
186
]
},
{
"name": "futures-core",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "macro_magic",
"version": "0.5.1",
"transitive_weight": 27,
"is_workspace": false,
"children": [
283,
560,
1065,
579
]
},
{
"name": "toml_edit",
"version": "0.19.15",
"transitive_weight": 14,
"is_workspace": false,
"children": [
908,
163,
280
]
},
{
"name": "windows-targets",
"version": "0.53.5",
"transitive_weight": 10,
"is_workspace": false,
"children": [
815,
100,
820,
970,
675,
831,
200,
709,
421
]
},
{
"name": "zune-jpeg",
"version": "0.5.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1151
]
},
{
"name": "fastdivide",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-stream",
"version": "0.3.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
342,
324,
291
]
},
{
"name": "rig-mongodb",
"version": "0.4.2",
"transitive_weight": 402,
"is_workspace": true,
"children": [
1125,
721,
0,
608,
1091,
153
]
},
{
"name": "protoc-bin-vendored-macos-aarch_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "atomic-polyfill",
"version": "1.0.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
576
]
},
{
"name": "heapless",
"version": "0.7.17",
"transitive_weight": 18,
"is_workspace": false,
"children": [
303,
784,
333,
869,
969
]
},
{
"name": "rayon",
"version": "1.11.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
863,
393
]
},
{
"name": "num-conv",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "siphasher",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "toml_datetime",
"version": "0.7.5+spec-1.1.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
402
]
},
{
"name": "async-channel",
"version": "2.5.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
876,
6,
324,
291
]
},
{
"name": "num-integer",
"version": "0.1.46",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "protoc-bin-vendored",
"version": "3.2.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
1063,
1124,
112,
208,
902,
332,
716,
1048
]
},
{
"name": "async-stream-impl",
"version": "0.3.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "bollard",
"version": "0.20.1",
"transitive_weight": 239,
"is_workspace": false,
"children": [
1100,
922,
312,
1000,
1064,
823,
91,
933,
860,
835,
986,
764,
278,
1027,
81,
1131,
1127,
1116,
608,
377,
204,
398,
591,
330,
632,
447,
153,
515,
440,
378,
357,
119,
386,
324,
653,
291,
1135
]
},
{
"name": "rand_core",
"version": "0.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "macro_magic_core_macros",
"version": "0.5.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "datafusion-physical-expr-common",
"version": "50.3.0",
"transitive_weight": 261,
"is_workspace": false,
"children": [
601,
805,
221,
1059,
998,
1002
]
},
{
"name": "rig-gemini-grpc",
"version": "0.2.2",
"transitive_weight": 358,
"is_workspace": true,
"children": [
1125,
656,
682,
764,
278,
0,
608,
1091,
127,
341,
330,
153,
386
]
},
{
"name": "core-foundation-sys",
"version": "0.8.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_with",
"version": "3.16.1",
"transitive_weight": 99,
"is_workspace": false,
"children": [
295,
662,
44,
162,
608,
377,
915,
908,
402,
386,
653
]
},
{
"name": "winapi-i686-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "shlex",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "paste",
"version": "1.0.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy-derive",
"version": "0.8.39",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "base16ct",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aho-corasick",
"version": "1.1.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "num-iter",
"version": "0.1.45",
"transitive_weight": 5,
"is_workspace": false,
"children": [
340,
1115,
525
]
},
{
"name": "winapi",
"version": "0.3.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
350,
695
]
},
{
"name": "http",
"version": "0.2.12",
"transitive_weight": 11,
"is_workspace": false,
"children": [
632,
206,
494
]
},
{
"name": "cfg_aliases",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arrow-ipc",
"version": "56.2.0",
"transitive_weight": 110,
"is_workspace": false,
"children": [
95,
814,
623,
220,
571,
229,
1070,
1061
]
},
{
"name": "sqlx-macros",
"version": "0.8.6",
"transitive_weight": 213,
"is_workspace": false,
"children": [
133,
458,
1065,
579,
141
]
},
{
"name": "thrift",
"version": "0.17.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
294,
720,
285
]
},
{
"name": "http-body",
"version": "0.4.6",
"transitive_weight": 13,
"is_workspace": false,
"children": [
358,
632,
291
]
},
{
"name": "arrow-ord",
"version": "56.2.0",
"transitive_weight": 98,
"is_workspace": false,
"children": [
95,
814,
571,
229,
1070
]
},
{
"name": "rustversion",
"version": "1.0.22",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "getrandom",
"version": "0.4.1",
"transitive_weight": 43,
"is_workspace": false,
"children": [
417,
191,
689,
1042,
1030,
344
]
},
{
"name": "seahash",
"version": "4.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fsst",
"version": "1.0.1",
"transitive_weight": 101,
"is_workspace": false,
"children": [
814,
835
]
},
{
"name": "strsim",
"version": "0.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "urlencoding",
"version": "2.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bitstream-io",
"version": "4.9.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1153
]
},
{
"name": "i_float",
"version": "1.15.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
423
]
},
{
"name": "httparse",
"version": "1.10.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rig-fastembed",
"version": "0.3.2",
"transitive_weight": 470,
"is_workspace": true,
"children": [
172,
1125,
295,
608,
1091,
153
]
},
{
"name": "percent-encoding",
"version": "2.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "phf_shared",
"version": "0.13.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
337,
683
]
},
{
"name": "time",
"version": "0.3.47",
"transitive_weight": 13,
"is_workspace": false,
"children": [
409,
402,
737,
494,
336,
895,
564
]
},
{
"name": "home",
"version": "0.5.12",
"transitive_weight": 3,
"is_workspace": false,
"children": [
209
]
},
{
"name": "globset",
"version": "0.4.18",
"transitive_weight": 15,
"is_workspace": false,
"children": [
585,
704,
355,
119,
1087
]
},
{
"name": "derive_builder_core",
"version": "0.20.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
145,
1065,
579,
141
]
},
{
"name": "android_system_properties",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1042
]
},
{
"name": "difflib",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lance-testing",
"version": "1.0.1",
"transitive_weight": 129,
"is_workspace": false,
"children": [
949,
814,
835,
1070,
1115
]
},
{
"name": "monostate-impl",
"version": "0.1.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "pdqselect",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "base64",
"version": "0.22.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "deadpool",
"version": "0.9.5",
"transitive_weight": 43,
"is_workspace": false,
"children": [
278,
985,
846,
7,
626
]
},
{
"name": "recursive",
"version": "0.1.1",
"transitive_weight": 71,
"is_workspace": false,
"children": [
414,
792
]
},
{
"name": "string_cache",
"version": "0.8.9",
"transitive_weight": 22,
"is_workspace": false,
"children": [
703,
153,
994,
724,
735
]
},
{
"name": "thiserror-impl",
"version": "2.0.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "tower-layer",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-streams",
"version": "0.5.0",
"transitive_weight": 29,
"is_workspace": false,
"children": [
545,
551,
1127,
48,
787
]
},
{
"name": "rayon-core",
"version": "1.13.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
584,
30
]
},
{
"name": "predicates",
"version": "3.1.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
155,
382,
94
]
},
{
"name": "webpki-root-certs",
"version": "1.0.6",
"transitive_weight": 19,
"is_workspace": false,
"children": [
1131
]
},
{
"name": "google-cloud-wkt",
"version": "1.2.0",
"transitive_weight": 131,
"is_workspace": false,
"children": [
349,
1027,
608,
377,
632,
153,
515,
386
]
},
{
"name": "hashlink",
"version": "0.9.1",
"transitive_weight": 63,
"is_workspace": false,
"children": [
1059
]
},
{
"name": "http",
"version": "1.4.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
632,
494
]
},
{
"name": "ndarray",
"version": "0.17.2",
"transitive_weight": 18,
"is_workspace": false,
"children": [
1018,
686,
340,
1115,
190,
1055,
1089
]
},
{
"name": "once_cell",
"version": "1.21.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
576,
1055
]
},
{
"name": "same-file",
"version": "1.0.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
780
]
},
{
"name": "serde_core",
"version": "1.0.228",
"transitive_weight": 6,
"is_workspace": false,
"children": [
440
]
},
{
"name": "surrealdb-types-derive",
"version": "3.0.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "writeable",
"version": "0.6.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "google-cloud-lro",
"version": "1.3.0",
"transitive_weight": 343,
"is_workspace": false,
"children": [
699,
142,
572,
396,
278,
153
]
},
{
"name": "datafusion-doc",
"version": "50.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "geo-types",
"version": "0.7.18",
"transitive_weight": 47,
"is_workspace": false,
"children": [
719,
227,
570,
537,
257,
335,
153,
875,
1115
]
},
{
"name": "security-framework",
"version": "3.5.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
447,
147,
1137,
348,
1042
]
},
{
"name": "deranged",
"version": "0.5.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
402,
895
]
},
{
"name": "datafusion-macros",
"version": "50.3.0",
"transitive_weight": 266,
"is_workspace": false,
"children": [
39,
1065,
579
]
},
{
"name": "lexicmp",
"version": "0.2.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
635
]
},
{
"name": "quinn-proto",
"version": "0.11.13",
"transitive_weight": 101,
"is_workspace": false,
"children": [
933,
877,
304,
835,
558,
1131,
936,
1091,
632,
515,
1008,
429,
983,
151
]
},
{
"name": "structmeta-derive",
"version": "0.3.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "stacker",
"version": "0.1.23",
"transitive_weight": 69,
"is_workspace": false,
"children": [
598,
420,
647,
689,
1042
]
},
{
"name": "enum-as-inner",
"version": "0.6.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1065,
579,
141,
53
]
},
{
"name": "tonic-prost",
"version": "0.14.3",
"transitive_weight": 109,
"is_workspace": false,
"children": [
1000,
941,
632
]
},
{
"name": "wasip2",
"version": "1.0.2+wasi-0.2.9",
"transitive_weight": 37,
"is_workspace": false,
"children": [
617
]
},
{
"name": "pico-args",
"version": "0.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-runtime",
"version": "1.6.0",
"transitive_weight": 209,
"is_workspace": false,
"children": [
531,
154,
1156,
437,
900,
595,
2,
810,
113,
258,
1091,
1152,
398,
632,
1146,
375,
291
]
},
{
"name": "cc",
"version": "1.2.55",
"transitive_weight": 55,
"is_workspace": false,
"children": [
106,
696,
1042,
351
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "boxcar",
"version": "0.2.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libm",
"version": "0.2.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "datafusion-pruning",
"version": "50.3.0",
"transitive_weight": 316,
"is_workspace": false,
"children": [
870,
614,
207,
346,
601,
805,
221,
1070,
1002,
119
]
},
{
"name": "fax_derive",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "hyper-tls",
"version": "0.6.0",
"transitive_weight": 140,
"is_workspace": false,
"children": [
1024,
91,
158,
860,
278,
1116,
632,
1135
]
},
{
"name": "measure_time",
"version": "0.9.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
119
]
},
{
"name": "opentelemetry-semantic-conventions",
"version": "0.31.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lru-slab",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rand_pcg",
"version": "0.9.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
602
]
},
{
"name": "datafusion-functions",
"version": "50.3.0",
"transitive_weight": 296,
"is_workspace": false,
"children": [
799,
410,
39,
601,
805,
221,
662,
238,
835,
113,
229,
8,
611,
181,
1002,
907,
119,
386,
406,
653,
542
]
},
{
"name": "socks",
"version": "0.3.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
357,
720,
1042
]
},
{
"name": "i_shape",
"version": "1.14.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
372
]
},
{
"name": "fast-float2",
"version": "0.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tower-http",
"version": "0.6.8",
"transitive_weight": 120,
"is_workspace": false,
"children": [
131,
767,
986,
278,
1127,
1116,
1152,
398,
449,
632,
447,
324,
291,
391,
1135
]
},
{
"name": "const-oid",
"version": "0.9.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-types",
"version": "1.3.11",
"transitive_weight": 88,
"is_workspace": false,
"children": [
900,
595,
810,
258,
1091,
303
]
},
{
"name": "byteorder-lite",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num_enum",
"version": "0.7.5",
"transitive_weight": 19,
"is_workspace": false,
"children": [
111,
365
]
},
{
"name": "serde_derive",
"version": "1.0.228",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "prost-types",
"version": "0.14.3",
"transitive_weight": 14,
"is_workspace": false,
"children": [
941
]
},
{
"name": "phf",
"version": "0.11.3",
"transitive_weight": 29,
"is_workspace": false,
"children": [
948,
994
]
},
{
"name": "stfu8",
"version": "0.2.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rig-s3vectors",
"version": "0.2.2",
"transitive_weight": 358,
"is_workspace": true,
"children": [
1125,
247,
810,
113,
608,
1091,
153
]
},
{
"name": "lance-io",
"version": "1.0.1",
"transitive_weight": 402,
"is_workspace": false,
"children": [
687,
454,
1071,
221,
949,
770,
1009,
95,
814,
662,
835,
278,
1027,
571,
1108,
229,
0,
1070,
1091,
127,
822,
632,
153,
1004,
757,
898,
478,
985,
119,
720
]
},
{
"name": "windows-strings",
"version": "0.4.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
183
]
},
{
"name": "bitflags",
"version": "2.10.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
402
]
},
{
"name": "proc-macro-crate",
"version": "1.3.1",
"transitive_weight": 18,
"is_workspace": false,
"children": [
326,
400
]
},
{
"name": "iri-string",
"version": "0.7.10",
"transitive_weight": 9,
"is_workspace": false,
"children": [
153,
573
]
},
{
"name": "gloo-timers",
"version": "0.3.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
48,
787,
954,
324
]
},
{
"name": "rkyv",
"version": "0.7.46",
"transitive_weight": 75,
"is_workspace": false,
"children": [
113,
845,
541,
23,
632,
26,
1025,
590,
1008,
367
]
},
{
"name": "arrow-string",
"version": "56.2.0",
"transitive_weight": 102,
"is_workspace": false,
"children": [
95,
814,
571,
229,
1070,
591,
907,
573,
1087
]
},
{
"name": "structmeta",
"version": "0.3.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
413,
1065,
579,
141
]
},
{
"name": "lance-core",
"version": "1.0.1",
"transitive_weight": 313,
"is_workspace": false,
"children": [
919,
805,
1071,
949,
814,
791,
662,
835,
137,
986,
764,
278,
1027,
229,
0,
1070,
608,
1091,
127,
632,
1004,
757,
898,
985,
846,
830,
119,
720,
1042,
68
]
},
{
"name": "tonic",
"version": "0.13.1",
"transitive_weight": 65,
"is_workspace": false,
"children": [
764,
1116,
1091,
127,
1152,
398,
632,
898,
985,
386,
375,
391,
1135
]
},
{
"name": "darling_core",
"version": "0.20.11",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1065,
579,
141,
206,
143,
961
]
},
{
"name": "zeroize",
"version": "1.8.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlx-core",
"version": "0.8.6",
"transitive_weight": 145,
"is_workspace": false,
"children": [
113,
764,
278,
1027,
674,
1127,
608,
1091,
8,
908,
632,
863,
511,
153,
515,
230,
79,
211,
400,
1015,
655,
119,
386,
324,
287,
573,
375
]
},
{
"name": "strum_macros",
"version": "0.26.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1065,
579,
141,
53,
365
]
},
{
"name": "zune-inflate",
"version": "0.2.54",
"transitive_weight": 2,
"is_workspace": false,
"children": [
563
]
},
{
"name": "async-object-pool",
"version": "0.1.5",
"transitive_weight": 69,
"is_workspace": false,
"children": [
193
]
},
{
"name": "surrealdb-protocol",
"version": "0.8.3",
"transitive_weight": 240,
"is_workspace": false,
"children": [
416,
1000,
1032,
1143,
662,
113,
0,
441,
608,
941,
1061,
632,
956,
153,
985,
195
]
},
{
"name": "etcetera",
"version": "0.11.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
209,
689
]
},
{
"name": "earcutr",
"version": "0.4.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
73,
1115
]
},
{
"name": "lexical-core",
"version": "1.0.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
837,
218,
527,
751,
87
]
},
{
"name": "pin-utils",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkg-config",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rstest",
"version": "0.26.1",
"transitive_weight": 38,
"is_workspace": false,
"children": [
1039,
1127,
759
]
},
{
"name": "libredox",
"version": "0.1.12",
"transitive_weight": 10,
"is_workspace": false,
"children": [
54,
447,
1042
]
},
{
"name": "vart",
"version": "0.9.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_provider",
"version": "2.1.1",
"transitive_weight": 19,
"is_workspace": false,
"children": [
842,
139,
927,
84,
1149,
46,
404
]
},
{
"name": "hashbrown",
"version": "0.16.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "matchers",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
704
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zstd-sys",
"version": "2.0.16+zstd.1.5.7",
"transitive_weight": 57,
"is_workspace": false,
"children": [
420,
467
]
},
{
"name": "cssparser-macros",
"version": "0.6.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579
]
},
{
"name": "aws-smithy-xml",
"version": "0.60.13",
"transitive_weight": 2,
"is_workspace": false,
"children": [
202
]
},
{
"name": "async-recursion",
"version": "1.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "resolv-conf",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "docker_credential",
"version": "1.3.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
608,
153,
497
]
},
{
"name": "h2",
"version": "0.3.27",
"transitive_weight": 64,
"is_workspace": false,
"children": [
986,
278,
1127,
1091,
358,
908,
632,
206,
324,
1145,
151
]
},
{
"name": "deranged",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlite-vec",
"version": "0.1.6",
"transitive_weight": 56,
"is_workspace": false,
"children": [
420
]
},
{
"name": "foldhash",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "equator-macro",
"version": "0.4.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "ed25519-dalek",
"version": "2.2.0",
"transitive_weight": 46,
"is_workspace": false,
"children": [
109,
253,
8,
153,
219,
457
]
},
{
"name": "maybe-rayon",
"version": "0.1.1",
"transitive_weight": 15,
"is_workspace": false,
"children": [
335,
689
]
},
{
"name": "bcrypt",
"version": "0.18.0",
"transitive_weight": 63,
"is_workspace": false,
"children": [
558,
613,
386,
219,
457
]
},
{
"name": "strum",
"version": "0.26.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
459
]
},
{
"name": "jsonb",
"version": "0.5.5",
"transitive_weight": 74,
"is_workspace": false,
"children": [
835,
975,
608,
153,
203,
1115,
734,
720,
940,
434,
494,
978
]
},
{
"name": "seq-macro",
"version": "0.3.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "scylla",
"version": "1.5.0",
"transitive_weight": 165,
"is_workspace": false,
"children": [
746,
662,
214,
835,
430,
113,
278,
0,
1091,
650,
1002,
632,
511,
515,
985,
211,
252
]
},
{
"name": "aws-sdk-sts",
"version": "1.97.0",
"transitive_weight": 216,
"is_workspace": false,
"children": [
419,
531,
1156,
437,
900,
725,
595,
1081,
909,
810,
258,
1091,
358,
398,
477,
1146,
1005
]
},
{
"name": "itoa",
"version": "1.0.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pbkdf2",
"version": "0.12.2",
"transitive_weight": 34,
"is_workspace": false,
"children": [
1007,
8,
115,
256
]
},
{
"name": "string_cache_codegen",
"version": "0.5.4",
"transitive_weight": 28,
"is_workspace": false,
"children": [
760,
579,
994,
141
]
},
{
"name": "base64",
"version": "0.21.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bit-set",
"version": "0.5.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
132
]
},
{
"name": "termtree",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokenizers",
"version": "0.21.4",
"transitive_weight": 115,
"is_workspace": false,
"children": [
998,
785,
835,
558,
663,
710,
608,
34,
335,
228,
1002,
168,
825,
850,
153,
515,
907,
1104,
355,
119,
796,
352,
1087,
542,
1088
]
},
{
"name": "glob",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bytemuck",
"version": "1.25.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pem-rfc7468",
"version": "0.7.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
849
]
},
{
"name": "tantivy-stacker",
"version": "0.5.0",
"transitive_weight": 45,
"is_workspace": false,
"children": [
631,
16,
1003
]
},
{
"name": "zune-jpeg",
"version": "0.4.21",
"transitive_weight": 2,
"is_workspace": false,
"children": [
58
]
},
{
"name": "mime_guess",
"version": "2.0.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
926,
683
]
},
{
"name": "matchit",
"version": "0.7.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_normalizer",
"version": "2.1.1",
"transitive_weight": 29,
"is_workspace": false,
"children": [
840,
471,
217,
927,
511,
74
]
},
{
"name": "rustix",
"version": "1.1.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
447,
1092,
209,
1042,
853
]
},
{
"name": "lance-datagen",
"version": "1.0.1",
"transitive_weight": 160,
"is_workspace": false,
"children": [
221,
770,
814,
677,
662,
835,
612,
0,
1070,
57,
653
]
},
{
"name": "smallvec",
"version": "1.15.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "surrealmx",
"version": "0.18.0",
"transitive_weight": 87,
"is_workspace": false,
"children": [
607,
703,
936,
1091,
999,
632,
511,
153,
673,
515,
584,
521,
252,
655
]
},
{
"name": "thread-tree",
"version": "0.3.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
783
]
},
{
"name": "tokio-test",
"version": "0.4.5",
"transitive_weight": 40,
"is_workspace": false,
"children": [
764,
278,
324
]
},
{
"name": "thiserror",
"version": "2.0.18",
"transitive_weight": 6,
"is_workspace": false,
"children": [
390
]
},
{
"name": "proc-macro-crate",
"version": "3.4.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
665
]
},
{
"name": "wasite",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ref-cast-impl",
"version": "1.0.25",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "ntapi",
"version": "0.4.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
357
]
},
{
"name": "aws-config",
"version": "1.8.13",
"transitive_weight": 242,
"is_workspace": false,
"children": [
493,
419,
531,
1156,
437,
900,
595,
909,
810,
258,
278,
1027,
1091,
377,
398,
632,
1146
]
},
{
"name": "crossbeam-skiplist",
"version": "0.1.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1051,
30
]
},
{
"name": "ferroid",
"version": "0.8.9",
"transitive_weight": 59,
"is_workspace": false,
"children": [
835,
936,
1055
]
},
{
"name": "foreign-types-shared",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dotenvy",
"version": "0.15.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "autocfg",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "profiling-procmacros",
"version": "1.0.17",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579
]
},
{
"name": "lexical-parse-integer",
"version": "1.0.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
87
]
},
{
"name": "snap",
"version": "1.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arrow-csv",
"version": "56.2.0",
"transitive_weight": 118,
"is_workspace": false,
"children": [
770,
814,
662,
1070,
1052,
907,
1060
]
},
{
"name": "objc2-core-foundation",
"version": "0.3.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
447
]
},
{
"name": "aws-smithy-runtime",
"version": "1.10.0",
"transitive_weight": 191,
"is_workspace": false,
"children": [
802,
1156,
725,
595,
810,
258,
278,
1116,
1091,
363,
358,
1152,
398,
632,
1146,
291,
466
]
},
{
"name": "moxcms",
"version": "0.7.11",
"transitive_weight": 5,
"is_workspace": false,
"children": [
67,
1115
]
},
{
"name": "twox-hash",
"version": "2.1.2",
"transitive_weight": 58,
"is_workspace": false,
"children": [
835
]
},
{
"name": "axum-core",
"version": "0.5.6",
"transitive_weight": 28,
"is_workspace": false,
"children": [
1116,
1091,
1152,
398,
632,
1066,
324,
926,
291,
391,
1135
]
},
{
"name": "axum",
"version": "0.8.8",
"transitive_weight": 97,
"is_workspace": false,
"children": [
91,
860,
767,
278,
534,
1127,
1116,
608,
1091,
204,
1152,
398,
251,
632,
402,
212,
1066,
494,
1010,
573,
926,
375,
291,
391,
1135
]
},
{
"name": "libfuzzer-sys",
"version": "0.4.12",
"transitive_weight": 57,
"is_workspace": false,
"children": [
420,
267
]
},
{
"name": "rstar",
"version": "0.11.0",
"transitive_weight": 23,
"is_workspace": false,
"children": [
334,
511,
153,
1115
]
},
{
"name": "atomic-waker",
"version": "1.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-bidi",
"version": "0.3.18",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "virtue",
"version": "0.0.18",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rend",
"version": "0.4.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
23
]
},
{
"name": "unicode-segmentation",
"version": "1.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows",
"version": "0.61.3",
"transitive_weight": 15,
"is_workspace": false,
"children": [
1,
966,
634,
892,
183
]
},
{
"name": "wasm-bindgen-futures",
"version": "0.4.58",
"transitive_weight": 28,
"is_workspace": false,
"children": [
551,
1127,
48,
787,
400,
689
]
},
{
"name": "redox_users",
"version": "0.5.2",
"transitive_weight": 26,
"is_workspace": false,
"children": [
323,
469,
515
]
},
{
"name": "rmp",
"version": "0.8.15",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "datafusion-catalog-listing",
"version": "50.3.0",
"transitive_weight": 317,
"is_workspace": false,
"children": [
654,
870,
856,
614,
799,
207,
39,
346,
805,
1071,
221,
278,
0,
985,
119
]
},
{
"name": "id-arena",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "as-slice",
"version": "0.1.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
310,
269,
1044,
969
]
},
{
"name": "web-sys",
"version": "0.3.85",
"transitive_weight": 16,
"is_workspace": false,
"children": [
48,
787
]
},
{
"name": "gif",
"version": "0.14.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
36,
566
]
},
{
"name": "headers-core",
"version": "0.3.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
398
]
},
{
"name": "zstd-safe",
"version": "7.2.4",
"transitive_weight": 58,
"is_workspace": false,
"children": [
475
]
},
{
"name": "hf-hub",
"version": "0.4.3",
"transitive_weight": 263,
"is_workspace": false,
"children": [
284,
123,
158,
835,
80,
658,
608,
929,
398,
153,
515,
119,
1042
]
},
{
"name": "datafusion-datasource-csv",
"version": "50.3.0",
"transitive_weight": 317,
"is_workspace": false,
"children": [
654,
870,
856,
614,
799,
207,
39,
346,
805,
1071,
221,
240,
278,
0,
632,
985,
907
]
},
{
"name": "mongodb-internal-macros",
"version": "3.5.1",
"transitive_weight": 28,
"is_workspace": false,
"children": [
325,
1065,
579,
141
]
},
{
"name": "getrandom",
"version": "0.3.4",
"transitive_weight": 51,
"is_workspace": false,
"children": [
417,
48,
787,
689,
1042,
1030
]
},
{
"name": "encoding_rs",
"version": "0.8.35",
"transitive_weight": 2,
"is_workspace": false,
"children": [
689
]
},
{
"name": "macro_magic_core",
"version": "0.5.1",
"transitive_weight": 25,
"is_workspace": false,
"children": [
70,
586,
345,
1065,
579,
141
]
},
{
"name": "mio",
"version": "1.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
209,
1042,
186
]
},
{
"name": "signal-hook-registry",
"version": "1.4.8",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1092,
1042
]
},
{
"name": "simd-adler32",
"version": "0.3.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "time-core",
"version": "0.1.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "scoped-tls",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "weezl",
"version": "0.1.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "inout",
"version": "0.1.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
310
]
},
{
"name": "phf_codegen",
"version": "0.11.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
760,
994
]
},
{
"name": "tiny-keccak",
"version": "2.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
32
]
},
{
"name": "rstar",
"version": "0.10.0",
"transitive_weight": 23,
"is_workspace": false,
"children": [
334,
511,
153,
1115
]
},
{
"name": "arrow-data",
"version": "56.2.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
229,
1070,
57,
591
]
},
{
"name": "google-cloud-rpc",
"version": "1.2.0",
"transitive_weight": 132,
"is_workspace": false,
"children": [
396,
349,
608,
632,
153
]
},
{
"name": "memchr",
"version": "2.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quick_cache",
"version": "0.6.18",
"transitive_weight": 69,
"is_workspace": false,
"children": [
998,
703,
170,
472
]
},
{
"name": "windows-implement",
"version": "0.60.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "critical-section",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dirs-sys-next",
"version": "0.1.2",
"transitive_weight": 30,
"is_workspace": false,
"children": [
942,
357,
1042
]
},
{
"name": "pastey",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quote",
"version": "1.0.44",
"transitive_weight": 3,
"is_workspace": false,
"children": [
141
]
},
{
"name": "ndarray",
"version": "0.16.1",
"transitive_weight": 18,
"is_workspace": false,
"children": [
1018,
686,
340,
1115,
190,
1055,
1089
]
},
{
"name": "opentelemetry",
"version": "0.30.0",
"transitive_weight": 27,
"is_workspace": false,
"children": [
48,
1091,
515,
324,
1145,
291
]
},
{
"name": "crypto-bigint",
"version": "0.5.5",
"transitive_weight": 25,
"is_workspace": false,
"children": [
307,
310,
219,
457
]
},
{
"name": "oneshot",
"version": "0.1.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-deque",
"version": "0.8.6",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1051,
30
]
},
{
"name": "bstr",
"version": "1.12.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
153,
573
]
},
{
"name": "derive-syn-parse",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aligned-vec",
"version": "0.6.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1147
]
},
{
"name": "ravif",
"version": "0.12.0",
"transitive_weight": 111,
"is_workspace": false,
"children": [
125,
335,
282,
729,
1105,
899,
144
]
},
{
"name": "rkyv_derive",
"version": "0.7.46",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579,
141
]
},
{
"name": "num",
"version": "0.4.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
276,
893,
356,
686,
340,
1115
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "derive_builder_macro",
"version": "0.20.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
380,
1065
]
},
{
"name": "salsa20",
"version": "0.10.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
630
]
},
{
"name": "aws-smithy-runtime-api",
"version": "1.11.3",
"transitive_weight": 84,
"is_workspace": false,
"children": [
810,
258,
278,
1091,
358,
398,
632,
291,
457
]
},
{
"name": "axum",
"version": "0.7.9",
"transitive_weight": 75,
"is_workspace": false,
"children": [
767,
661,
1127,
1116,
1152,
398,
632,
153,
985,
1066,
494,
507,
573,
926,
375,
291,
365,
391,
1135
]
},
{
"name": "ciborium",
"version": "0.2.2",
"transitive_weight": 18,
"is_workspace": false,
"children": [
140,
153,
234
]
},
{
"name": "psm",
"version": "0.1.30",
"transitive_weight": 58,
"is_workspace": false,
"children": [
420,
771
]
},
{
"name": "castaway",
"version": "0.2.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
365
]
},
{
"name": "darling_core",
"version": "0.21.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1065,
579,
141,
206,
143,
961
]
},
{
"name": "datafusion-expr-common",
"version": "50.3.0",
"transitive_weight": 260,
"is_workspace": false,
"children": [
805,
221,
908,
1002,
352
]
},
{
"name": "rand_core",
"version": "0.9.5",
"transitive_weight": 52,
"is_workspace": false,
"children": [
558
]
},
{
"name": "serde_bytes",
"version": "0.11.19",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153,
402
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nu-ansi-term",
"version": "0.50.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
209
]
},
{
"name": "windows_i686_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lz4",
"version": "1.28.1",
"transitive_weight": 57,
"is_workspace": false,
"children": [
882
]
},
{
"name": "serde_json",
"version": "1.0.149",
"transitive_weight": 14,
"is_workspace": false,
"children": [
908,
153,
402,
494,
573,
616
]
},
{
"name": "indoc",
"version": "2.0.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
365
]
},
{
"name": "dirs-sys",
"version": "0.5.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
546,
209,
1042,
297
]
},
{
"name": "md-5",
"version": "0.10.6",
"transitive_weight": 11,
"is_workspace": false,
"children": [
256,
689
]
},
{
"name": "rand_xoshiro",
"version": "0.7.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
602
]
},
{
"name": "blowfish",
"version": "0.9.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
630,
720
]
},
{
"name": "datafusion-physical-plan",
"version": "50.3.0",
"transitive_weight": 280,
"is_workspace": false,
"children": [
799,
207,
39,
868,
121,
346,
805,
221,
364,
662,
1059,
998,
240,
278,
0,
703,
1070,
57,
908,
1002,
985,
119,
291
]
},
{
"name": "opentelemetry-proto",
"version": "0.30.0",
"transitive_weight": 119,
"is_workspace": false,
"children": [
216,
455,
581,
127
]
},
{
"name": "zmij",
"version": "1.0.20",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wit-bindgen",
"version": "0.51.0",
"transitive_weight": 36,
"is_workspace": false,
"children": [
107
]
},
{
"name": "lazy_static",
"version": "1.5.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
784
]
},
{
"name": "hash32",
"version": "0.3.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
720
]
},
{
"name": "i_key_sort",
"version": "0.6.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "idna",
"version": "1.1.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
88,
511,
315
]
},
{
"name": "tinyvec_macros",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lz4_flex",
"version": "0.11.5",
"transitive_weight": 59,
"is_workspace": false,
"children": [
533
]
},
{
"name": "fallible-streaming-iterator",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rand",
"version": "0.8.5",
"transitive_weight": 24,
"is_workspace": false,
"children": [
71,
307,
1042
]
},
{
"name": "retain_mut",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ext-sort",
"version": "0.1.5",
"transitive_weight": 65,
"is_workspace": false,
"children": [
137,
335,
938,
153,
119
]
},
{
"name": "winreg",
"version": "0.50.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1130,
689
]
},
{
"name": "cipher",
"version": "0.4.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
266,
567
]
},
{
"name": "rand_distr",
"version": "0.4.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
625,
1115
]
},
{
"name": "bytes",
"version": "1.11.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "lance-file",
"version": "1.0.1",
"transitive_weight": 418,
"is_workspace": false,
"children": [
445,
910,
454,
805,
1071,
949,
1009,
95,
814,
223,
278,
571,
229,
0,
1070,
242,
1091,
127,
632,
1004,
757,
478,
985,
1115,
119,
720
]
},
{
"name": "windows-numerics",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
892,
183
]
},
{
"name": "deunicode",
"version": "1.6.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing-futures",
"version": "0.2.5",
"transitive_weight": 29,
"is_workspace": false,
"children": [
0,
1091,
898,
664
]
},
{
"name": "mac",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ena",
"version": "0.14.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
119
]
},
{
"name": "instant",
"version": "0.1.13",
"transitive_weight": 2,
"is_workspace": false,
"children": [
689
]
},
{
"name": "arrow-json",
"version": "56.2.0",
"transitive_weight": 113,
"is_workspace": false,
"children": [
770,
814,
662,
571,
229,
1070,
608,
57,
908,
591,
153,
465,
573,
122
]
},
{
"name": "sharded-slab",
"version": "0.1.7",
"transitive_weight": 5,
"is_workspace": false,
"children": [
618
]
},
{
"name": "tokio-rusqlite",
"version": "0.6.0",
"transitive_weight": 102,
"is_workspace": false,
"children": [
738,
278,
783
]
},
{
"name": "async-global-executor",
"version": "2.4.1",
"transitive_weight": 40,
"is_workspace": false,
"children": [
134,
749,
924,
339,
657,
932,
400
]
},
{
"name": "dmp",
"version": "0.2.3",
"transitive_weight": 19,
"is_workspace": false,
"children": [
244,
370
]
},
{
"name": "roaring",
"version": "0.11.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
153,
502,
720
]
},
{
"name": "tantivy-columnar",
"version": "0.5.0",
"transitive_weight": 106,
"is_workspace": false,
"children": [
766,
504,
16,
1002,
153,
21,
755,
329
]
},
{
"name": "windows-sys",
"version": "0.59.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
189
]
},
{
"name": "av-scenechange",
"version": "0.14.1",
"transitive_weight": 46,
"is_workspace": false,
"children": [
159,
335,
276,
515,
1073,
260,
1115,
119,
195,
833,
793,
852
]
},
{
"name": "storekey-derive",
"version": "0.11.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "socket2",
"version": "0.5.10",
"transitive_weight": 12,
"is_workspace": false,
"children": [
756,
1042
]
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.108",
"transitive_weight": 8,
"is_workspace": false,
"children": [
22,
579
]
},
{
"name": "kv-log-macro",
"version": "1.0.7",
"transitive_weight": 3,
"is_workspace": false,
"children": [
119
]
},
{
"name": "hex",
"version": "0.4.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "datafusion-catalog",
"version": "50.3.0",
"transitive_weight": 316,
"is_workspace": false,
"children": [
870,
856,
614,
799,
207,
919,
39,
805,
1071,
221,
214,
240,
278,
0,
703,
1002,
985,
119
]
},
{
"name": "crossbeam-queue",
"version": "0.3.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "tonic",
"version": "0.12.3",
"transitive_weight": 196,
"is_workspace": false,
"children": [
798,
18,
91,
968,
596,
860,
42,
220,
764,
278,
81,
808,
700,
1116,
1091,
127,
650,
1152,
398,
330,
632,
118,
898,
985,
386,
375,
391,
1135
]
},
{
"name": "async-lock",
"version": "3.4.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
876,
230,
291
]
},
{
"name": "dirs",
"version": "6.0.0",
"transitive_weight": 31,
"is_workspace": false,
"children": [
610
]
},
{
"name": "pkcs1",
"version": "0.7.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1082,
1056,
794
]
},
{
"name": "ammonia",
"version": "4.1.2",
"transitive_weight": 89,
"is_workspace": false,
"children": [
180,
108,
1027,
925,
25
]
},
{
"name": "axum-core",
"version": "0.4.5",
"transitive_weight": 30,
"is_workspace": false,
"children": [
1127,
1116,
1152,
398,
632,
985,
1066,
926,
291,
365,
391,
1135
]
},
{
"name": "chrono",
"version": "0.4.44",
"transitive_weight": 70,
"is_workspace": false,
"children": [
146,
48,
787,
153,
1115,
815
]
},
{
"name": "rayon-cond",
"version": "0.4.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
335,
1002,
863
]
},
{
"name": "futures-task",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "toml_edit",
"version": "0.23.10+spec-1.0.0",
"transitive_weight": 15,
"is_workspace": false,
"children": [
908,
338,
152,
874
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "surrealdb",
"version": "3.0.2",
"transitive_weight": 561,
"is_workspace": false,
"children": [
816,
93,
819,
967,
1101,
933,
662,
877,
113,
558,
986,
943,
278,
1027,
545,
1131,
0,
551,
48,
608,
1091,
787,
908,
339,
956,
153,
403,
195,
422,
1098
]
},
{
"name": "tracing-attributes",
"version": "0.1.31",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "match_token",
"version": "0.35.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "icu_properties_data",
"version": "2.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tiff",
"version": "0.10.3",
"transitive_weight": 25,
"is_workspace": false,
"children": [
57,
118,
215,
505,
899,
566
]
},
{
"name": "lru",
"version": "0.12.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
211
]
},
{
"name": "papaya",
"version": "0.2.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
277,
170
]
},
{
"name": "futures-intrusive",
"version": "0.5.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
703,
987,
324
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ownedbytes",
"version": "0.9.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
969
]
},
{
"name": "random_word",
"version": "0.5.2",
"transitive_weight": 72,
"is_workspace": false,
"children": [
998,
835,
302,
352,
683
]
},
{
"name": "rig-lancedb",
"version": "0.4.2",
"transitive_weight": 661,
"is_workspace": true,
"children": [
241,
1125,
814,
0,
608,
153,
482
]
},
{
"name": "darling",
"version": "0.21.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
904,
600
]
},
{
"name": "geo-traits",
"version": "0.3.0",
"transitive_weight": 48,
"is_workspace": false,
"children": [
407
]
},
{
"name": "rig-helixdb",
"version": "0.2.2",
"transitive_weight": 352,
"is_workspace": true,
"children": [
1125,
126,
608,
153
]
},
{
"name": "tonic-build",
"version": "0.12.3",
"transitive_weight": 68,
"is_workspace": false,
"children": [
223,
242,
1140,
1065,
579,
141
]
},
{
"name": "unicase",
"version": "2.9.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.45.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
199
]
},
{
"name": "arrayref",
"version": "0.3.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-complex",
"version": "0.4.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "lance-namespace",
"version": "1.0.1",
"transitive_weight": 390,
"is_workspace": false,
"children": [
454,
1054,
221,
632,
1004,
985
]
},
{
"name": "value-bag",
"version": "1.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cfg-if",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hkdf",
"version": "0.12.4",
"transitive_weight": 11,
"is_workspace": false,
"children": [
115
]
},
{
"name": "socket2",
"version": "0.6.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
929,
1042
]
},
{
"name": "typenum",
"version": "1.19.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "system-configuration",
"version": "0.7.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
447,
316,
314
]
},
{
"name": "zlib-rs",
"version": "0.6.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "find-msvc-tools",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "yoke-derive",
"version": "0.8.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
255,
1065,
579,
141
]
},
{
"name": "google-cloud-longrunning",
"version": "1.5.0",
"transitive_weight": 342,
"is_workspace": false,
"children": [
1075,
819,
142,
572,
396,
349,
608,
1091,
632,
153,
985,
618
]
},
{
"name": "rustls-pemfile",
"version": "2.2.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
1131
]
},
{
"name": "async-process",
"version": "2.5.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
804,
134,
749,
509,
339,
657,
932,
230,
731,
689
]
},
{
"name": "levenshtein_automata",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "parking_lot",
"version": "0.12.5",
"transitive_weight": 17,
"is_workspace": false,
"children": [
1058,
987
]
},
{
"name": "regex-automata",
"version": "0.4.14",
"transitive_weight": 4,
"is_workspace": false,
"children": [
355,
573,
1087
]
},
{
"name": "astral-tokio-tar",
"version": "0.5.6",
"transitive_weight": 48,
"is_workspace": false,
"children": [
764,
278,
270,
1133,
324,
1042,
1055,
983
]
},
{
"name": "parking",
"version": "2.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fixedbitset",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tantivy-tokenizer-api",
"version": "0.5.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "compact_str",
"version": "0.9.0",
"transitive_weight": 14,
"is_workspace": false,
"children": [
153,
599,
689,
494,
365,
978,
1013
]
},
{
"name": "lance-bitpacking",
"version": "1.0.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
685,
352,
491
]
},
{
"name": "ort-sys",
"version": "2.0.0-rc.9",
"transitive_weight": 163,
"is_workspace": false,
"children": [
123,
813,
8,
118,
467
]
},
{
"name": "pgvector",
"version": "0.4.1",
"transitive_weight": 215,
"is_workspace": false,
"children": [
1132
]
},
{
"name": "ulid",
"version": "1.2.1",
"transitive_weight": 59,
"is_workspace": false,
"children": [
835,
936,
153
]
},
{
"name": "linux-raw-sys",
"version": "0.4.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "protoc-bin-vendored-macos-x86_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-targets",
"version": "0.48.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
786,
592,
9,
85,
666,
164,
1041
]
},
{
"name": "image-webp",
"version": "0.2.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
438,
899
]
},
{
"name": "rstar",
"version": "0.8.4",
"transitive_weight": 24,
"is_workspace": false,
"children": [
14,
511,
153,
1115,
385
]
},
{
"name": "byteorder",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "mongodb",
"version": "3.5.1",
"transitive_weight": 282,
"is_workspace": false,
"children": [
921,
1093,
798,
349,
1117,
977,
933,
835,
113,
986,
278,
495,
557,
325,
916,
1127,
1139,
1068,
8,
691,
611,
115,
867,
603,
447,
153,
275,
515,
72,
1122,
386,
324,
287,
653,
375,
365,
961,
727
]
},
{
"name": "rig-vectorize",
"version": "0.2.2",
"transitive_weight": 317,
"is_workspace": true,
"children": [
1125,
819,
113,
608,
1091,
153,
515
]
},
{
"name": "lance-index",
"version": "1.0.1",
"transitive_weight": 582,
"is_workspace": false,
"children": [
157,
1120,
633,
445,
250,
910,
990,
454,
207,
919,
39,
805,
17,
510,
1071,
221,
949,
364,
1009,
95,
814,
490,
223,
878,
533,
835,
137,
113,
278,
658,
580,
0,
1070,
242,
608,
1091,
127,
335,
57,
1110,
339,
632,
153,
1004,
757,
478,
985,
1025,
1115,
830,
1020,
655,
806,
119,
423
]
},
{
"name": "new_debug_unreachable",
"version": "1.0.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-smithy-observability",
"version": "0.2.4",
"transitive_weight": 85,
"is_workspace": false,
"children": [
595
]
},
{
"name": "nanoid",
"version": "0.4.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
625
]
},
{
"name": "take_mut",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "google-cloud-type",
"version": "1.2.0",
"transitive_weight": 132,
"is_workspace": false,
"children": [
396,
349,
608,
632,
153
]
},
{
"name": "loop9",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1105
]
},
{
"name": "wasm-metadata",
"version": "0.244.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
918,
732,
908,
195
]
},
{
"name": "async-task",
"version": "4.7.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasmparser",
"version": "0.244.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
908,
956,
447,
211
]
},
{
"name": "pin-project-internal",
"version": "1.1.10",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "nom",
"version": "8.0.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "precomputed-hash",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ff",
"version": "0.13.1",
"transitive_weight": 21,
"is_workspace": false,
"children": [
307,
219
]
},
{
"name": "time-macros",
"version": "0.2.27",
"transitive_weight": 3,
"is_workspace": false,
"children": [
336,
564
]
},
{
"name": "rusqlite",
"version": "0.32.1",
"transitive_weight": 74,
"is_workspace": false,
"children": [
397,
1033,
511,
447,
744,
624
]
},
{
"name": "basic-cookies",
"version": "0.1.5",
"transitive_weight": 74,
"is_workspace": false,
"children": [
99,
995,
907
]
},
{
"name": "simd_helpers",
"version": "0.1.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
579
]
},
{
"name": "typed-builder-macro",
"version": "0.22.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "crossbeam",
"version": "0.8.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
584,
783,
1051,
655,
30
]
},
{
"name": "unicode-width",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fallible-iterator",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dyn-clone",
"version": "1.0.20",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "scylla-cql",
"version": "1.5.0",
"transitive_weight": 125,
"is_workspace": false,
"children": [
662,
623,
113,
278,
976,
84,
1002,
632,
515,
720,
528,
969
]
},
{
"name": "wit-component",
"version": "0.244.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
906,
730,
918,
732,
608,
908,
447,
153,
440,
119,
195
]
},
{
"name": "tracing-opentelemetry",
"version": "0.31.0",
"transitive_weight": 117,
"is_workspace": false,
"children": [
216,
197,
581,
936,
48,
1091,
511,
104,
1001,
400
]
},
{
"name": "blocking",
"version": "1.6.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
339,
932,
236,
731,
287
]
},
{
"name": "interpolate_name",
"version": "0.2.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "lexical-write-integer",
"version": "1.0.6",
"transitive_weight": 2,
"is_workspace": false,
"children": [
87
]
},
{
"name": "thread_local",
"version": "1.1.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
689
]
},
{
"name": "unicode-xid",
"version": "0.2.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-macros",
"version": "2.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "downcast-rs",
"version": "2.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.52.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
189
]
},
{
"name": "deepsize",
"version": "0.2.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
911
]
},
{
"name": "tokio-rustls",
"version": "0.24.1",
"transitive_weight": 99,
"is_workspace": false,
"children": [
880,
278
]
},
{
"name": "futures-timer",
"version": "3.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "phf_generator",
"version": "0.11.3",
"transitive_weight": 27,
"is_workspace": false,
"children": [
625,
994
]
},
{
"name": "potential_utf",
"version": "0.1.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
927
]
},
{
"name": "geodatafusion",
"version": "0.1.1",
"transitive_weight": 380,
"is_workspace": false,
"children": [
250,
862,
188,
1009,
814,
49,
1086,
1136,
680,
859,
1070,
939
]
},
{
"name": "windows-threading",
"version": "0.1.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
183
]
},
{
"name": "tokio-stream",
"version": "0.1.18",
"transitive_weight": 39,
"is_workspace": false,
"children": [
278,
324,
291
]
},
{
"name": "datafusion-datasource-parquet",
"version": "50.3.0",
"transitive_weight": 320,
"is_workspace": false,
"children": [
937,
654,
424,
870,
160,
856,
11,
614,
799,
207,
39,
346,
805,
960,
1071,
221,
835,
240,
278,
0,
703,
1002,
632,
985,
119
]
},
{
"name": "tantivy-sstable",
"version": "0.5.0",
"transitive_weight": 89,
"is_workspace": false,
"children": [
220,
16,
1127,
1002,
889,
21
]
},
{
"name": "tower",
"version": "0.5.3",
"transitive_weight": 64,
"is_workspace": false,
"children": [
986,
278,
1127,
1091,
908,
1066,
324,
291,
151,
391,
1135
]
},
{
"name": "unicode-ident",
"version": "1.0.23",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlparser_derive",
"version": "0.3.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "arrow-cast",
"version": "56.2.0",
"transitive_weight": 111,
"is_workspace": false,
"children": [
95,
814,
662,
571,
229,
1070,
57,
41,
591,
465,
1049,
386,
978
]
},
{
"name": "ar_archive_writer",
"version": "0.5.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
86
]
},
{
"name": "fiat-crypto",
"version": "0.2.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "onig_sys",
"version": "69.9.1",
"transitive_weight": 57,
"is_workspace": false,
"children": [
420,
467
]
},
{
"name": "tungstenite",
"version": "0.28.0",
"transitive_weight": 132,
"is_workspace": false,
"children": [
933,
835,
1027,
1131,
1068,
398,
632,
515,
119,
5,
373,
27
]
},
{
"name": "elliptic-curve",
"version": "0.13.8",
"transitive_weight": 41,
"is_workspace": false,
"children": [
582,
37,
736,
307,
997,
690,
256,
1082,
310,
503,
354,
219,
457
]
},
{
"name": "want",
"version": "0.3.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1142
]
},
{
"name": "arcstr",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "google-cloud-auth",
"version": "1.5.0",
"transitive_weight": 339,
"is_workspace": false,
"children": [
819,
142,
1155,
933,
304,
278,
1131,
608,
377,
398,
303,
632,
153,
515,
985,
386
]
},
{
"name": "levenshtein",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winapi-util",
"version": "0.1.11",
"transitive_weight": 3,
"is_workspace": false,
"children": [
209
]
},
{
"name": "openssl-probe",
"version": "0.1.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "deluxe-macros",
"version": "0.5.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
448,
1074,
1065,
579,
141,
171,
116
]
},
{
"name": "crossbeam-channel",
"version": "0.5.15",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "spin",
"version": "0.9.8",
"transitive_weight": 3,
"is_workspace": false,
"children": [
987
]
},
{
"name": "onig",
"version": "6.5.1",
"transitive_weight": 58,
"is_workspace": false,
"children": [
773,
447,
400,
1042
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-bindgen",
"version": "0.2.108",
"transitive_weight": 14,
"is_workspace": false,
"children": [
651,
400,
83,
689,
365
]
},
{
"name": "wkb",
"version": "0.9.2",
"transitive_weight": 63,
"is_workspace": false,
"children": [
680,
439,
939,
720
]
},
{
"name": "vcpkg",
"version": "0.2.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async_cell",
"version": "0.2.3",
"transitive_weight": 81,
"is_workspace": false,
"children": [
839
]
},
{
"name": "moka",
"version": "0.12.13",
"transitive_weight": 79,
"is_workspace": false,
"children": [
113,
703,
1127,
511,
657,
230,
783,
1051,
30,
170,
1055,
176
]
},
{
"name": "recursive-proc-macro-impl",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579
]
},
{
"name": "pastey",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "der",
"version": "0.7.10",
"transitive_weight": 5,
"is_workspace": false,
"children": [
503,
436,
457
]
},
{
"name": "fs_extra",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "esaxx-rs",
"version": "0.1.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-macro",
"version": "0.3.31",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "tokio-rustls",
"version": "0.26.4",
"transitive_weight": 108,
"is_workspace": false,
"children": [
933,
278
]
},
{
"name": "datafusion-execution",
"version": "50.3.0",
"transitive_weight": 275,
"is_workspace": false,
"children": [
39,
805,
1071,
221,
214,
835,
137,
1027,
0,
703,
985,
119
]
},
{
"name": "rig-neo4j",
"version": "0.5.2",
"transitive_weight": 346,
"is_workspace": true,
"children": [
1125,
169,
0,
608,
1091,
153
]
},
{
"name": "constant_time_eq",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-smithy-http-client",
"version": "1.1.9",
"transitive_weight": 185,
"is_workspace": false,
"children": [
312,
1095,
798,
595,
91,
930,
933,
880,
860,
810,
481,
767,
42,
258,
278,
81,
1131,
1091,
363,
358,
398,
291
]
},
{
"name": "async-channel",
"version": "1.9.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
6,
268,
324
]
},
{
"name": "async-signal",
"version": "0.2.13",
"transitive_weight": 33,
"is_workspace": false,
"children": [
134,
509,
657,
562,
209,
538,
689,
324,
287,
151
]
},
{
"name": "datafusion-common",
"version": "50.3.0",
"transitive_weight": 259,
"is_workspace": false,
"children": [
960,
1071,
221,
360,
955,
388,
662,
1059,
998,
278,
936,
57,
908,
119,
386,
1042,
352
]
},
{
"name": "fst",
"version": "0.4.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
897
]
},
{
"name": "memmap2",
"version": "0.9.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1042
]
},
{
"name": "webpki-roots",
"version": "0.26.11",
"transitive_weight": 20,
"is_workspace": false,
"children": [
916
]
},
{
"name": "lebe",
"version": "0.5.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-smithy-types",
"version": "1.4.3",
"transitive_weight": 66,
"is_workspace": false,
"children": [
986,
278,
1116,
363,
377,
358,
1152,
858,
398,
632,
153,
340,
210,
324,
494,
291,
466,
978
]
},
{
"name": "google-cloud-iam-v1",
"version": "1.4.0",
"transitive_weight": 343,
"is_workspace": false,
"children": [
1075,
819,
142,
728,
396,
349,
608,
1091,
632,
153,
985,
618
]
},
{
"name": "petgraph",
"version": "0.7.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
908,
261
]
},
{
"name": "tar",
"version": "0.4.44",
"transitive_weight": 19,
"is_workspace": false,
"children": [
270,
1133,
1042
]
},
{
"name": "arrow-array",
"version": "56.2.0",
"transitive_weight": 96,
"is_workspace": false,
"children": [
1102,
662,
998,
571,
229,
1070,
57,
591,
472
]
},
{
"name": "windows-link",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "surrealdb-core",
"version": "3.0.2",
"transitive_weight": 498,
"is_workspace": false,
"children": [
93,
462,
313,
973,
1155,
1032,
660,
512,
1143,
662,
214,
574,
877,
628,
488,
998,
238,
714,
903,
137,
113,
299,
558,
65,
407,
986,
943,
1045,
278,
1027,
495,
319,
281,
545,
31,
625,
644,
597,
399,
0,
703,
936,
102,
608,
1091,
335,
1068,
8,
611,
1043,
398,
645,
339,
330,
632,
905,
956,
153,
1053,
515,
985,
907,
1034,
1115,
846,
289,
806,
411,
195,
386,
635,
653,
184,
20,
926,
1098,
291,
834,
961,
219,
683,
470
]
},
{
"name": "httpmock",
"version": "0.7.0",
"transitive_weight": 199,
"is_workspace": false,
"children": [
930,
739,
461,
193,
278,
1027,
1016,
1127,
608,
1103,
153,
985,
907,
618,
212,
119,
497,
30,
779,
848
]
},
{
"name": "cpufeatures",
"version": "0.3.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1042
]
},
{
"name": "reqwest",
"version": "0.13.2",
"transitive_weight": 245,
"is_workspace": false,
"children": [
312,
914,
1062,
435,
798,
91,
933,
860,
767,
42,
986,
278,
1027,
392,
545,
1131,
551,
1127,
48,
1116,
608,
787,
204,
1152,
398,
632,
153,
506,
559,
119,
1066,
386,
324,
926,
375,
291,
1135
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "darling_macro",
"version": "0.20.11",
"transitive_weight": 9,
"is_workspace": false,
"children": [
456,
1065,
579
]
},
{
"name": "path_abs",
"version": "0.5.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
153,
440,
890,
443
]
},
{
"name": "hyperlocal",
"version": "0.9.1",
"transitive_weight": 86,
"is_workspace": false,
"children": [
91,
860,
278,
1116,
653,
291,
1135
]
},
{
"name": "darling_core",
"version": "0.23.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1065,
579,
141,
143,
961
]
},
{
"name": "unicode-normalization-alignments",
"version": "0.1.12",
"transitive_weight": 9,
"is_workspace": false,
"children": [
511
]
},
{
"name": "sha1_smol",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arrow-row",
"version": "56.2.0",
"transitive_weight": 97,
"is_workspace": false,
"children": [
814,
571,
229,
1070,
57
]
},
{
"name": "openssl",
"version": "0.10.75",
"transitive_weight": 62,
"is_workspace": false,
"children": [
901,
447,
1026,
400,
239,
689,
1042
]
},
{
"name": "redis",
"version": "1.0.3",
"transitive_weight": 92,
"is_workspace": false,
"children": [
971,
986,
278,
1027,
1127,
608,
691,
632,
153,
893,
777,
689,
494,
375,
291,
978,
826,
249
]
},
{
"name": "roaring",
"version": "0.10.12",
"transitive_weight": 3,
"is_workspace": false,
"children": [
502,
720
]
},
{
"name": "windows_i686_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "robust",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arrayvec",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "reblessive",
"version": "0.4.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rand",
"version": "0.9.2",
"transitive_weight": 57,
"is_workspace": false,
"children": [
51,
602
]
},
{
"name": "rustls-webpki",
"version": "0.103.9",
"transitive_weight": 79,
"is_workspace": false,
"children": [
877,
304,
1131,
40
]
},
{
"name": "lexical-parse-float",
"version": "1.0.6",
"transitive_weight": 3,
"is_workspace": false,
"children": [
527,
87
]
},
{
"name": "jni-sys",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "loom",
"version": "0.7.2",
"transitive_weight": 80,
"is_workspace": false,
"children": [
167,
197,
1091,
689,
565
]
},
{
"name": "icu_properties",
"version": "2.1.2",
"transitive_weight": 23,
"is_workspace": false,
"children": [
471,
842,
217,
139,
927,
670
]
},
{
"name": "schannel",
"version": "0.1.28",
"transitive_weight": 3,
"is_workspace": false,
"children": [
209
]
},
{
"name": "icu_locale_core",
"version": "2.1.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
1113,
927,
46,
105,
404
]
},
{
"name": "sqlx-mysql",
"version": "0.8.6",
"transitive_weight": 187,
"is_workspace": false,
"children": [
458,
50,
113,
625,
1127,
1091,
1068,
8,
988,
690,
611,
115,
256,
632,
863,
511,
447,
153,
275,
515,
1049,
310,
954,
400,
1015,
119,
386,
720,
524,
324,
287,
653,
494,
573,
375
]
},
{
"name": "rig-surrealdb",
"version": "0.2.2",
"transitive_weight": 592,
"is_workspace": true,
"children": [
667,
1125,
113,
608,
1091,
153
]
},
{
"name": "hashbrown",
"version": "0.12.3",
"transitive_weight": 21,
"is_workspace": false,
"children": [
301
]
},
{
"name": "num_cpus",
"version": "1.17.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
117,
1042
]
},
{
"name": "unicode-linebreak",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "similar",
"version": "2.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "base64ct",
"version": "1.8.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dary_heap",
"version": "0.3.8",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "convert_case",
"version": "0.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
542
]
},
{
"name": "y4m",
"version": "0.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "linux-raw-sys",
"version": "0.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "block-buffer",
"version": "0.10.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
310
]
},
{
"name": "datafusion-optimizer",
"version": "50.3.0",
"transitive_weight": 269,
"is_workspace": false,
"children": [
207,
39,
601,
805,
221,
388,
662,
908,
1002,
907,
119,
1087
]
},
{
"name": "datafusion-session",
"version": "50.3.0",
"transitive_weight": 283,
"is_workspace": false,
"children": [
614,
799,
207,
919,
39,
805,
1071,
221,
214,
240,
278,
0,
703,
1002,
985,
119
]
},
{
"name": "ecdsa",
"version": "0.16.9",
"transitive_weight": 44,
"is_workspace": false,
"children": [
775,
38,
991,
256,
1056,
794
]
},
{
"name": "bytes-utils",
"version": "0.1.4",
"transitive_weight": 10,
"is_workspace": false,
"children": [
632,
863
]
},
{
"name": "geohash",
"version": "0.13.1",
"transitive_weight": 48,
"is_workspace": false,
"children": [
407,
423
]
},
{
"name": "hyper",
"version": "1.8.1",
"transitive_weight": 67,
"is_workspace": false,
"children": [
42,
278,
1152,
398,
632,
511,
954,
776,
538,
324,
373,
298,
494,
291,
466
]
},
{
"name": "datafusion-functions-window",
"version": "50.3.0",
"transitive_weight": 270,
"is_workspace": false,
"children": [
207,
410,
39,
121,
346,
805,
221,
119,
406,
352
]
},
{
"name": "geoarrow-expr-geo",
"version": "0.6.2",
"transitive_weight": 157,
"is_workspace": false,
"children": [
188,
814,
49,
1086,
680,
229
]
},
{
"name": "either",
"version": "1.15.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "number_prefix",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pem",
"version": "3.0.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
402,
386
]
},
{
"name": "version_check",
"version": "0.9.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustc_version_runtime",
"version": "0.3.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
303,
956
]
},
{
"name": "datafusion-functions-aggregate-common",
"version": "50.3.0",
"transitive_weight": 262,
"is_workspace": false,
"children": [
346,
601,
805,
221,
998
]
},
{
"name": "hash32",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
720
]
},
{
"name": "datafusion-datasource",
"version": "50.3.0",
"transitive_weight": 315,
"is_workspace": false,
"children": [
160,
856,
614,
799,
207,
39,
346,
805,
960,
1071,
221,
131,
662,
220,
1119,
835,
137,
240,
986,
278,
1027,
0,
1002,
632,
118,
985,
984,
119,
501
]
},
{
"name": "curve25519-dalek-derive",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "windows_i686_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-properties",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "winnow",
"version": "0.7.14",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "approx",
"version": "0.5.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "event-listener-strategy",
"version": "0.5.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
230,
291
]
},
{
"name": "ring",
"version": "0.17.14",
"transitive_weight": 69,
"is_workspace": false,
"children": [
420,
323,
756,
689,
1042,
40
]
},
{
"name": "rand_distr",
"version": "0.5.1",
"transitive_weight": 61,
"is_workspace": false,
"children": [
835,
1115
]
},
{
"name": "ureq-proto",
"version": "0.5.3",
"transitive_weight": 15,
"is_workspace": false,
"children": [
398,
119,
386,
373
]
},
{
"name": "rustls",
"version": "0.21.12",
"transitive_weight": 72,
"is_workspace": false,
"children": [
192,
1037,
877,
119
]
},
{
"name": "datafusion-functions-table",
"version": "50.3.0",
"transitive_weight": 317,
"is_workspace": false,
"children": [
654,
614,
39,
805,
221,
703,
985,
352
]
},
{
"name": "lz4-sys",
"version": "1.11.1+lz4-1.10.0",
"transitive_weight": 56,
"is_workspace": false,
"children": [
420,
1042
]
},
{
"name": "lance-geo",
"version": "1.0.1",
"transitive_weight": 381,
"is_workspace": false,
"children": [
762,
250,
188,
1086,
407
]
},
{
"name": "brotli-decompressor",
"version": "5.0.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
59,
165
]
},
{
"name": "rand",
"version": "0.10.0",
"transitive_weight": 46,
"is_workspace": false,
"children": [
366,
47,
344
]
},
{
"name": "ignore",
"version": "0.4.25",
"transitive_weight": 24,
"is_workspace": false,
"children": [
379,
1019,
704,
401,
584,
780,
119,
573
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "noop_proc_macro",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tantivy-fst",
"version": "0.5.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
720,
1087,
897
]
},
{
"name": "std_prelude",
"version": "0.2.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "p384",
"version": "0.13.1",
"transitive_weight": 48,
"is_workspace": false,
"children": [
857,
959,
775,
8
]
},
{
"name": "windows-core",
"version": "0.61.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
575,
178,
225,
446,
183
]
},
{
"name": "num-bigint",
"version": "0.4.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
340,
1115
]
},
{
"name": "unty",
"version": "0.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "powerfmt",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "reqwest-retry",
"version": "0.9.1",
"transitive_weight": 252,
"is_workspace": false,
"children": [
950,
819,
860,
92,
943,
278,
323,
0,
1091,
398,
515,
985,
195
]
},
{
"name": "utf8-ranges",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pin-project",
"version": "1.1.10",
"transitive_weight": 6,
"is_workspace": false,
"children": [
733
]
},
{
"name": "quick-error",
"version": "2.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aws-credential-types",
"version": "1.2.11",
"transitive_weight": 85,
"is_workspace": false,
"children": [
595,
810,
258,
457
]
},
{
"name": "openssl-sys",
"version": "0.9.111",
"transitive_weight": 58,
"is_workspace": false,
"children": [
420,
1042,
467,
789
]
},
{
"name": "protoc-bin-vendored-linux-x86_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "storekey",
"version": "0.11.0",
"transitive_weight": 55,
"is_workspace": false,
"children": [
113,
632,
649
]
},
{
"name": "darling_macro",
"version": "0.21.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
600,
1065,
579
]
},
{
"name": "rust-stemmers",
"version": "1.2.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153,
440
]
},
{
"name": "wit-parser",
"version": "0.244.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
732,
608,
908,
956,
153,
440,
119,
195,
549,
753
]
},
{
"name": "regex",
"version": "1.12.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
704,
355,
573,
1087
]
},
{
"name": "indexmap",
"version": "2.13.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
153,
402,
170,
472
]
},
{
"name": "aws-smithy-json",
"version": "0.62.3",
"transitive_weight": 67,
"is_workspace": false,
"children": [
810
]
},
{
"name": "lance-encoding",
"version": "1.0.1",
"transitive_weight": 328,
"is_workspace": false,
"children": [
454,
949,
770,
368,
1009,
95,
814,
223,
220,
607,
835,
278,
571,
229,
0,
1070,
242,
1091,
127,
1110,
632,
1040,
489,
1004,
711,
1115,
119,
502,
720,
653,
249
]
},
{
"name": "deepsize_derive",
"version": "0.1.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579,
141
]
},
{
"name": "ort",
"version": "2.0.0-rc.9",
"transitive_weight": 183,
"is_workspace": false,
"children": [
712,
580,
1091
]
},
{
"name": "aws-sdk-bedrockruntime",
"version": "1.124.0",
"transitive_weight": 212,
"is_workspace": false,
"children": [
419,
531,
154,
1156,
437,
900,
725,
595,
2,
909,
810,
258,
1116,
1091,
358,
398,
632,
1146,
1005
]
},
{
"name": "rustls-platform-verifier",
"version": "0.6.2",
"transitive_weight": 139,
"is_workspace": false,
"children": [
933,
836,
76,
81,
395,
408,
147,
400,
1137,
119,
209,
348,
1128
]
},
{
"name": "serde_with_macros",
"version": "3.16.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
679,
1065,
579,
141
]
},
{
"name": "webpki-roots",
"version": "1.0.6",
"transitive_weight": 19,
"is_workspace": false,
"children": [
1131
]
},
{
"name": "allocator-api2",
"version": "0.2.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wasm-encoder",
"version": "0.244.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
732,
75
]
},
{
"name": "datafusion-sql",
"version": "50.3.0",
"transitive_weight": 267,
"is_workspace": false,
"children": [
39,
805,
221,
955,
388,
908,
979,
907,
119
]
},
{
"name": "exr",
"version": "1.74.0",
"transitive_weight": 27,
"is_workspace": false,
"children": [
57,
511,
393,
935,
460,
24,
809
]
},
{
"name": "hickory-resolver",
"version": "0.25.2",
"transitive_weight": 176,
"is_workspace": false,
"children": [
1093,
791,
835,
278,
62,
703,
1127,
1091,
511,
515,
400,
689,
479
]
},
{
"name": "bollard-buildkit-proto",
"version": "0.7.0",
"transitive_weight": 171,
"is_workspace": false,
"children": [
416,
1000,
12,
441,
941
]
},
{
"name": "widestring",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-executor",
"version": "1.13.3",
"transitive_weight": 11,
"is_workspace": false,
"children": [
932,
6,
731,
1146,
291,
151
]
},
{
"name": "tendril",
"version": "0.4.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
114,
637,
27
]
},
{
"name": "mime",
"version": "0.3.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerovec",
"version": "0.11.5",
"transitive_weight": 12,
"is_workspace": false,
"children": [
84,
1149,
45
]
},
{
"name": "cmake",
"version": "0.1.57",
"transitive_weight": 56,
"is_workspace": false,
"children": [
420
]
},
{
"name": "windows-sys",
"version": "0.60.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
327
]
},
{
"name": "hyper",
"version": "0.14.32",
"transitive_weight": 82,
"is_workspace": false,
"children": [
481,
278,
1127,
1091,
363,
650,
358,
632,
954,
776,
324,
373,
298,
494,
291,
1135
]
},
{
"name": "rig-sqlite",
"version": "0.2.2",
"transitive_weight": 332,
"is_workspace": true,
"children": [
1125,
642,
738,
662,
483,
608,
1091,
153,
288
]
},
{
"name": "futures-lite",
"version": "2.6.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1146,
324,
287,
706,
291
]
},
{
"name": "rustls",
"version": "0.23.36",
"transitive_weight": 81,
"is_workspace": false,
"children": [
836,
877,
304,
1131,
400,
119,
219,
457
]
},
{
"name": "cesu8",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "miniz_oxide",
"version": "0.8.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
10,
563
]
},
{
"name": "web-time",
"version": "1.1.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
48,
787
]
},
{
"name": "datafusion-physical-optimizer",
"version": "50.3.0",
"transitive_weight": 317,
"is_workspace": false,
"children": [
424,
614,
799,
207,
39,
346,
601,
805,
221,
388,
1002,
119
]
},
{
"name": "rmp-serde",
"version": "1.3.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
153,
547
]
},
{
"name": "thiserror",
"version": "1.0.69",
"transitive_weight": 6,
"is_workspace": false,
"children": [
166
]
},
{
"name": "ethnum",
"version": "1.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "prost",
"version": "0.14.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
224,
632
]
},
{
"name": "redox_users",
"version": "0.4.6",
"transitive_weight": 26,
"is_workspace": false,
"children": [
323,
469,
939
]
},
{
"name": "wasmtimer",
"version": "0.4.3",
"transitive_weight": 41,
"is_workspace": false,
"children": [
0,
703,
48,
787,
466,
151
]
},
{
"name": "petgraph",
"version": "0.8.3",
"transitive_weight": 15,
"is_workspace": false,
"children": [
908,
153,
211,
261
]
},
{
"name": "windows_i686_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ppv-lite86",
"version": "0.2.21",
"transitive_weight": 7,
"is_workspace": false,
"children": [
288
]
},
{
"name": "textwrap",
"version": "0.16.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
69,
847,
743
]
},
{
"name": "phf_macros",
"version": "0.11.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
760,
1065,
579,
994,
141
]
},
{
"name": "lance-arrow",
"version": "1.0.1",
"transitive_weight": 128,
"is_workspace": false,
"children": [
770,
95,
814,
490,
835,
571,
229,
323,
1070,
57,
632,
1115
]
},
{
"name": "reqwest-middleware",
"version": "0.5.1",
"transitive_weight": 247,
"is_workspace": false,
"children": [
819,
398,
153,
515,
985,
195,
1135
]
},
{
"name": "float_next_after",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "web_atoms",
"version": "0.1.3",
"transitive_weight": 46,
"is_workspace": false,
"children": [
442,
568,
496,
389
]
},
{
"name": "funty",
"version": "2.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-channel",
"version": "0.3.31",
"transitive_weight": 3,
"is_workspace": false,
"children": [
324,
1145
]
},
{
"name": "sqlparser",
"version": "0.58.0",
"transitive_weight": 73,
"is_workspace": false,
"children": [
388,
769,
119
]
},
{
"name": "semver",
"version": "1.0.27",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153,
402
]
},
{
"name": "borsh",
"version": "1.6.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
265,
359
]
},
{
"name": "as-any",
"version": "0.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "primeorder",
"version": "0.13.6",
"transitive_weight": 42,
"is_workspace": false,
"children": [
775
]
},
{
"name": "parquet",
"version": "56.2.0",
"transitive_weight": 235,
"is_workspace": false,
"children": [
1071,
770,
360,
95,
814,
662,
877,
998,
623,
220,
533,
278,
571,
229,
0,
1070,
57,
591,
632,
118,
362,
893,
302,
386,
472,
352,
491,
122,
528
]
},
{
"name": "strsim",
"version": "0.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bon",
"version": "3.8.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
980,
365
]
},
{
"name": "rig-derive",
"version": "0.1.11",
"transitive_weight": 33,
"is_workspace": true,
"children": [
1012,
608,
1065,
579,
851,
609,
141
]
},
{
"name": "fdeflate",
"version": "0.3.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
563
]
},
{
"name": "relative-path",
"version": "1.9.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-collections",
"version": "0.2.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
892
]
},
{
"name": "tokio-tungstenite-wasm",
"version": "0.8.2",
"transitive_weight": 171,
"is_workspace": false,
"children": [
1101,
278,
551,
1127,
48,
787,
398,
632,
515,
954,
373
]
},
{
"name": "tower",
"version": "0.4.13",
"transitive_weight": 81,
"is_workspace": false,
"children": [
986,
278,
44,
625,
1127,
1091,
898,
324,
291,
151,
391,
1135
]
},
{
"name": "stable_deref_trait",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "combine",
"version": "4.6.7",
"transitive_weight": 43,
"is_workspace": false,
"children": [
986,
278,
632,
324,
573,
291
]
},
{
"name": "windows-registry",
"version": "0.6.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
235,
35,
815
]
},
{
"name": "object_store",
"version": "0.13.1",
"transitive_weight": 152,
"is_workspace": false,
"children": [
662,
278,
1027,
545,
0,
703,
936,
1091,
398,
1002,
632,
515,
985,
1019,
184,
375
]
},
{
"name": "parse-zoneinfo",
"version": "0.3.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
907
]
},
{
"name": "jiff",
"version": "0.2.19",
"transitive_weight": 16,
"is_workspace": false,
"children": [
402,
1046,
98,
119,
190,
209,
1055
]
},
{
"name": "scylla-macros",
"version": "1.5.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
145,
1065,
579,
141
]
},
{
"name": "bson",
"version": "2.15.0",
"transitive_weight": 81,
"is_workspace": false,
"children": [
998,
835,
113,
558,
323,
48,
608,
377,
908,
603,
153,
1025,
400,
386,
653
]
},
{
"name": "ryu",
"version": "1.0.23",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bigdecimal",
"version": "0.4.10",
"transitive_weight": 6,
"is_workspace": false,
"children": [
893,
340,
1115,
525,
423
]
},
{
"name": "bon-macros",
"version": "3.8.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
259,
1140,
1065,
579,
141,
143,
365
]
},
{
"name": "cpufeatures",
"version": "0.2.17",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1042
]
},
{
"name": "encode_unicode",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustc-hash",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bzip2",
"version": "0.6.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
33
]
},
{
"name": "async-trait",
"version": "0.1.89",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "tokio-util",
"version": "0.7.18",
"transitive_weight": 41,
"is_workspace": false,
"children": [
278,
632,
324,
287,
1145,
291
]
},
{
"name": "lock_api",
"version": "0.4.14",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1028
]
},
{
"name": "whoami",
"version": "1.6.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
469,
517
]
},
{
"name": "assert_fs",
"version": "1.1.3",
"transitive_weight": 74,
"is_workspace": false,
"children": [
137,
290,
394,
322,
155,
1141,
94
]
},
{
"name": "lance-linalg",
"version": "1.0.1",
"transitive_weight": 314,
"is_workspace": false,
"children": [
454,
949,
814,
835,
420,
229,
1070,
57,
757,
1115
]
},
{
"name": "rfc6979",
"version": "0.4.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
115,
219
]
},
{
"name": "async-attributes",
"version": "1.1.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579
]
},
{
"name": "flume",
"version": "0.11.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
784,
324,
1145
]
},
{
"name": "phf_shared",
"version": "0.11.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
337
]
},
{
"name": "lalrpop-util",
"version": "0.20.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
704
]
},
{
"name": "rig-bedrock",
"version": "0.4.2",
"transitive_weight": 364,
"is_workspace": true,
"children": [
1125,
520,
913,
295,
810,
113,
278,
963,
726,
608,
1091,
330,
153,
386
]
},
{
"name": "sec1",
"version": "0.7.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
1082,
794,
310,
354,
219,
457
]
},
{
"name": "ahash",
"version": "0.8.12",
"transitive_weight": 61,
"is_workspace": false,
"children": [
558,
70,
153,
288,
400,
689,
866
]
},
{
"name": "bincode",
"version": "2.0.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
153,
296,
894
]
},
{
"name": "tonic",
"version": "0.14.3",
"transitive_weight": 103,
"is_workspace": false,
"children": [
535,
18,
91,
860,
767,
42,
764,
278,
1116,
1091,
691,
1152,
398,
632,
898,
985,
1066,
386,
375,
391,
1135
]
},
{
"name": "tracing-core",
"version": "0.1.36",
"transitive_weight": 5,
"is_workspace": false,
"children": [
400,
1111
]
},
{
"name": "itertools",
"version": "0.14.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
863
]
},
{
"name": "murmurhash32",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "snafu",
"version": "0.8.9",
"transitive_weight": 7,
"is_workspace": false,
"children": [
254
]
},
{
"name": "regex-lite",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "term_size",
"version": "0.3.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
357,
1042
]
},
{
"name": "password-hash",
"version": "0.5.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
307,
849,
219
]
},
{
"name": "tinyvec",
"version": "1.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
622
]
},
{
"name": "arrow-arith",
"version": "56.2.0",
"transitive_weight": 97,
"is_workspace": false,
"children": [
814,
662,
571,
229,
1070,
591
]
},
{
"name": "matchit",
"version": "0.8.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "phf_generator",
"version": "0.13.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
376,
1146
]
},
{
"name": "deluxe",
"version": "0.5.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
782,
1074,
1065,
400,
141
]
},
{
"name": "static_assertions",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dtoa",
"version": "1.0.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crc",
"version": "3.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
205
]
},
{
"name": "assert-json-diff",
"version": "2.0.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
608,
153
]
},
{
"name": "dirs",
"version": "5.0.1",
"transitive_weight": 38,
"is_workspace": false,
"children": [
161
]
},
{
"name": "matrixmultiply",
"version": "0.3.10",
"transitive_weight": 12,
"is_workspace": false,
"children": [
846,
400,
513,
525,
1089
]
},
{
"name": "walkdir",
"version": "2.5.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
401,
780
]
},
{
"name": "bitpacking",
"version": "0.9.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
32
]
},
{
"name": "zerofrom-derive",
"version": "0.1.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
255,
1065,
579,
141
]
},
{
"name": "htmlescape",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "delegate",
"version": "0.10.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579,
141
]
},
{
"name": "tokio-native-tls",
"version": "0.3.1",
"transitive_weight": 104,
"is_workspace": false,
"children": [
158,
278
]
},
{
"name": "bitvec",
"version": "1.0.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
321,
953,
64,
1109
]
},
{
"name": "openssl-macros",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "url",
"version": "2.5.8",
"transitive_weight": 35,
"is_workspace": false,
"children": [
621,
153,
440,
212,
375
]
},
{
"name": "scopeguard",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "i_overlay",
"version": "4.0.7",
"transitive_weight": 19,
"is_workspace": false,
"children": [
335,
433,
372,
620,
1077
]
},
{
"name": "r-efi",
"version": "5.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "testcontainers",
"version": "0.27.1",
"transitive_weight": 290,
"is_workspace": false,
"children": [
343,
349,
522,
705,
986,
764,
278,
1027,
0,
480,
608,
156,
398,
1002,
632,
863,
153,
515,
985,
463,
119,
573,
291
]
},
{
"name": "rust_decimal",
"version": "1.40.0",
"transitive_weight": 94,
"is_workspace": false,
"children": [
451,
625,
957,
608,
632,
153,
1115,
833
]
},
{
"name": "libsqlite3-sys",
"version": "0.30.1",
"transitive_weight": 58,
"is_workspace": false,
"children": [
420,
467,
789
]
},
{
"name": "fuzzy-matcher",
"version": "0.3.7",
"transitive_weight": 3,
"is_workspace": false,
"children": [
752
]
},
{
"name": "png",
"version": "0.18.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
447,
118,
935,
264,
964
]
},
{
"name": "untrusted",
"version": "0.7.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sct",
"version": "0.7.1",
"transitive_weight": 70,
"is_workspace": false,
"children": [
877,
40
]
},
{
"name": "unicode-normalization",
"version": "0.1.25",
"transitive_weight": 3,
"is_workspace": false,
"children": [
1008
]
},
{
"name": "rstest_macros",
"version": "0.26.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
516,
303,
907,
1065,
579,
141,
689,
501,
965,
768
]
},
{
"name": "hyperloglogplus",
"version": "0.4.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
153
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libc",
"version": "0.2.181",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "radix_trie",
"version": "0.3.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1112,
153,
52
]
},
{
"name": "generic-array",
"version": "0.13.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
692
]
},
{
"name": "scrypt",
"version": "0.11.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
495,
1007,
8,
594
]
},
{
"name": "jiff-static",
"version": "0.2.19",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "census",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "protoc-bin-vendored-win32",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "atoi",
"version": "2.0.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
1115
]
},
{
"name": "qoi",
"version": "0.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
502
]
},
{
"name": "crossbeam-epoch",
"version": "0.9.18",
"transitive_weight": 2,
"is_workspace": false,
"children": [
30
]
},
{
"name": "csv",
"version": "1.4.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
402,
1060,
494,
978
]
},
{
"name": "fastnum",
"version": "0.7.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
340,
1115,
78
]
},
{
"name": "lance-namespace-reqwest-client",
"version": "0.0.18",
"transitive_weight": 244,
"is_workspace": false,
"children": [
284,
1027,
608,
153,
1079
]
},
{
"name": "portable-atomic",
"version": "1.13.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "spki",
"version": "0.7.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
794,
849
]
},
{
"name": "iana-time-zone-haiku",
"version": "0.1.2",
"transitive_weight": 56,
"is_workspace": false,
"children": [
420
]
},
{
"name": "parking_lot_core",
"version": "0.9.12",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1118,
511,
689,
1042,
815
]
},
{
"name": "hashbrown",
"version": "0.14.5",
"transitive_weight": 62,
"is_workspace": false,
"children": [
998,
917
]
},
{
"name": "csv-core",
"version": "0.1.13",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "flatbuffers",
"version": "25.12.19",
"transitive_weight": 11,
"is_workspace": false,
"children": [
303,
447,
153
]
},
{
"name": "quinn",
"version": "0.11.9",
"transitive_weight": 128,
"is_workspace": false,
"children": [
412,
933,
278,
15,
936,
1091,
691,
632,
515,
359,
291,
983
]
},
{
"name": "protoc-bin-vendored-linux-aarch_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hyper-named-pipe",
"version": "0.1.0",
"transitive_weight": 88,
"is_workspace": false,
"children": [
91,
860,
278,
357,
653,
291,
1135
]
},
{
"name": "syn",
"version": "2.0.114",
"transitive_weight": 4,
"is_workspace": false,
"children": [
579,
141,
768
]
},
{
"name": "sync_wrapper",
"version": "1.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
324
]
},
{
"name": "tungstenite",
"version": "0.23.0",
"transitive_weight": 105,
"is_workspace": false,
"children": [
933,
625,
1131,
1068,
398,
632,
939,
119,
720,
5,
373,
27
]
},
{
"name": "sha1",
"version": "0.10.6",
"transitive_weight": 13,
"is_workspace": false,
"children": [
256,
981,
689
]
},
{
"name": "datafusion-functions-nested",
"version": "50.3.0",
"transitive_weight": 301,
"is_workspace": false,
"children": [
431,
11,
799,
410,
39,
868,
346,
805,
221,
364,
1002,
119,
406,
352
]
},
{
"name": "arrow-schema",
"version": "56.2.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
608,
447,
153
]
},
{
"name": "object_store",
"version": "0.12.5",
"transitive_weight": 152,
"is_workspace": false,
"children": [
662,
278,
1027,
545,
0,
703,
936,
1091,
398,
1002,
632,
515,
985,
1019,
184,
375
]
},
{
"name": "darling_macro",
"version": "0.23.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
824,
1065,
579
]
},
{
"name": "arg_enum_proc_macro",
"version": "0.3.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "deluxe-core",
"version": "0.5.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1065,
579,
141,
833,
369
]
},
{
"name": "google-cloud-gax-internal",
"version": "0.7.8",
"transitive_weight": 341,
"is_workspace": false,
"children": [
778,
819,
142,
572,
860,
278,
0,
1116,
608,
1091,
398,
303,
632,
153,
515,
428,
375
]
},
{
"name": "polling",
"version": "3.11.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
509,
6,
209,
689,
117,
291
]
},
{
"name": "i_tree",
"version": "0.16.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustls-native-certs",
"version": "0.7.3",
"transitive_weight": 32,
"is_workspace": false,
"children": [
700,
1131,
194,
841,
781
]
},
{
"name": "serde_repr",
"version": "0.1.20",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "simple_asn1",
"version": "0.6.3",
"transitive_weight": 21,
"is_workspace": false,
"children": [
377,
515,
893,
1115
]
},
{
"name": "aws-smithy-query",
"version": "0.60.13",
"transitive_weight": 68,
"is_workspace": false,
"children": [
810,
370
]
},
{
"name": "pkcs8",
"version": "0.10.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1056,
794
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rmcp-macros",
"version": "0.16.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
608,
259,
1065,
579,
141
]
},
{
"name": "bzip2",
"version": "0.5.2",
"transitive_weight": 58,
"is_workspace": false,
"children": [
1096
]
},
{
"name": "geoarrow-schema",
"version": "0.6.2",
"transitive_weight": 60,
"is_workspace": false,
"children": [
680,
1070,
608,
153,
939
]
},
{
"name": "regex-syntax",
"version": "0.8.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode_categories",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rawpointer",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ptr_meta_derive",
"version": "0.1.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
279,
579,
141
]
},
{
"name": "tracing",
"version": "0.1.44",
"transitive_weight": 14,
"is_workspace": false,
"children": [
668,
1001,
119,
291
]
},
{
"name": "errno",
"version": "0.3.14",
"transitive_weight": 4,
"is_workspace": false,
"children": [
209,
1042
]
},
{
"name": "hickory-proto",
"version": "0.25.2",
"transitive_weight": 150,
"is_workspace": false,
"children": [
877,
835,
278,
1027,
621,
1127,
1091,
415,
515,
985,
954,
400,
1008,
689,
5,
287,
20
]
},
{
"name": "as-slice",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
969
]
},
{
"name": "hyper-rustls",
"version": "0.24.2",
"transitive_weight": 125,
"is_workspace": false,
"children": [
758,
930,
880,
278,
1127,
358,
119
]
},
{
"name": "bzip2-sys",
"version": "0.1.13+1.0.8",
"transitive_weight": 57,
"is_workspace": false,
"children": [
420,
467
]
},
{
"name": "phf_shared",
"version": "0.12.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
337
]
},
{
"name": "path-clean",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-tungstenite",
"version": "0.23.1",
"transitive_weight": 143,
"is_workspace": false,
"children": [
798,
1067,
933,
278,
808,
1131,
1127,
119
]
},
{
"name": "bollard-stubs",
"version": "1.52.1-rc.29.1.3",
"transitive_weight": 179,
"is_workspace": false,
"children": [
922,
608,
941,
377,
632,
153,
1079,
386
]
},
{
"name": "tokio-tungstenite",
"version": "0.28.0",
"transitive_weight": 169,
"is_workspace": false,
"children": [
774,
798,
933,
278,
808,
1131,
1127,
119
]
},
{
"name": "chrono-tz",
"version": "0.10.4",
"transitive_weight": 74,
"is_workspace": false,
"children": [
662,
274
]
},
{
"name": "serde_regex",
"version": "1.1.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
153,
907
]
},
{
"name": "macro_rules_attribute",
"version": "0.2.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
226,
352
]
},
{
"name": "imgref",
"version": "1.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "image",
"version": "0.25.9",
"transitive_weight": 143,
"is_workspace": false,
"children": [
589,
920,
671,
1035,
335,
532,
552,
718,
1115,
1050,
328,
502,
438,
36,
144,
1151
]
},
{
"name": "nom",
"version": "7.1.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
573,
66
]
},
{
"name": "shellexpand",
"version": "3.1.1",
"transitive_weight": 32,
"is_workspace": false,
"children": [
658
]
},
{
"name": "tap",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "itertools",
"version": "0.13.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
863
]
},
{
"name": "valuable",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nibble_vec",
"version": "0.1.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
511
]
},
{
"name": "tinystr",
"version": "0.8.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
927,
46
]
},
{
"name": "rig-vertexai",
"version": "0.3.2",
"transitive_weight": 385,
"is_workspace": true,
"children": [
248,
778,
1125,
278,
608,
1091,
153
]
},
{
"name": "num-traits",
"version": "0.2.19",
"transitive_weight": 3,
"is_workspace": false,
"children": [
525,
423
]
},
{
"name": "http-body-util",
"version": "0.1.3",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1152,
398,
632,
324,
291
]
},
{
"name": "mongocrypt",
"version": "0.3.2",
"transitive_weight": 83,
"is_workspace": false,
"children": [
977,
153,
400,
237
]
},
{
"name": "redox_syscall",
"version": "0.5.18",
"transitive_weight": 8,
"is_workspace": false,
"children": [
447
]
},
{
"name": "xz2",
"version": "0.1.7",
"transitive_weight": 58,
"is_workspace": false,
"children": [
272
]
},
{
"name": "lance-table",
"version": "1.0.1",
"transitive_weight": 420,
"is_workspace": false,
"children": [
633,
445,
454,
1071,
221,
949,
360,
814,
662,
223,
835,
113,
278,
1027,
229,
0,
1070,
242,
608,
1091,
127,
632,
956,
153,
1004,
757,
985,
830,
119,
720,
43
]
},
{
"name": "sif-itree",
"version": "0.4.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "derive-where",
"version": "1.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
579,
141
]
},
{
"name": "phf_macros",
"version": "0.13.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
1011,
1065,
376,
579,
141,
683
]
},
{
"name": "protoc-bin-vendored-linux-ppcle_64",
"version": "3.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rig-core",
"version": "0.33.0",
"transitive_weight": 315,
"is_workspace": true,
"children": [
819,
1099,
295,
278,
1027,
963,
636,
726,
0,
608,
1091,
398,
330,
632,
153,
60,
515,
203,
506,
958,
386,
1146,
759,
501,
926,
291
]
},
{
"name": "futures-executor",
"version": "0.3.31",
"transitive_weight": 16,
"is_workspace": false,
"children": [
1127,
324,
664
]
},
{
"name": "futures-util",
"version": "0.3.31",
"transitive_weight": 15,
"is_workspace": false,
"children": [
797,
954,
324,
287,
1145,
664,
573,
291,
466,
151
]
},
{
"name": "rustls-platform-verifier-android",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.48.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
717
]
},
{
"name": "rustls-pki-types",
"version": "1.14.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
936,
457
]
},
{
"name": "sqlx",
"version": "0.8.6",
"transitive_weight": 214,
"is_workspace": false,
"children": [
361,
843,
175,
28,
458
]
},
{
"name": "filetime",
"version": "0.2.27",
"transitive_weight": 12,
"is_workspace": false,
"children": [
469,
689,
1042
]
},
{
"name": "helix-macros",
"version": "0.1.7",
"transitive_weight": 39,
"is_workspace": false,
"children": [
1017,
1065,
579,
141
]
},
{
"name": "tower-service",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wkt",
"version": "0.14.0",
"transitive_weight": 53,
"is_workspace": false,
"children": [
680,
407,
939,
1115,
119
]
},
{
"name": "security-framework-sys",
"version": "2.15.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
348,
1042
]
},
{
"name": "spade",
"version": "2.15.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
511,
211,
1115,
832
]
},
{
"name": "derive_more",
"version": "2.1.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1150
]
},
{
"name": "prettyplease",
"version": "0.2.37",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1065,
141
]
},
{
"name": "doc-comment",
"version": "0.3.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "try-lock",
"version": "0.2.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "geo",
"version": "0.32.0",
"transitive_weight": 85,
"is_workspace": false,
"children": [
407,
625,
1029,
1138,
257,
464,
153,
1115,
149,
119,
951,
832,
1121
]
},
{
"name": "dtoa-short",
"version": "0.3.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1014
]
},
{
"name": "futures-sink",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fastrand",
"version": "2.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "equator",
"version": "0.4.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
485
]
},
{
"name": "const-random-macro",
"version": "0.1.16",
"transitive_weight": 21,
"is_workspace": false,
"children": [
323,
400,
569
]
},
{
"name": "zerofrom",
"version": "0.1.6",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1021
]
},
{
"name": "derive_more-impl",
"version": "2.1.1",
"transitive_weight": 13,
"is_workspace": false,
"children": [
303,
1065,
579,
851,
141,
753
]
},
{
"name": "zune-core",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "http-body",
"version": "1.0.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
398,
632
]
},
{
"name": "core2",
"version": "0.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
573
]
},
{
"name": "rig-postgres",
"version": "0.2.2",
"transitive_weight": 378,
"is_workspace": true,
"children": [
1125,
713,
1132,
113,
608,
1091,
153
]
},
{
"name": "jsonwebtoken",
"version": "10.3.0",
"transitive_weight": 131,
"is_workspace": false,
"children": [
304,
50,
77,
891,
486,
38,
625,
1080,
323,
48,
608,
8,
115,
865,
153,
386
]
},
{
"name": "aws-smithy-http",
"version": "0.63.3",
"transitive_weight": 88,
"is_workspace": false,
"children": [
595,
2,
810,
1127,
1116,
1091,
1152,
858,
398,
632,
324,
375,
291,
466
]
}
],
"root_indices": [
678,
844,
374,
331,
1114,
1154,
996,
444,
347,
681,
800,
90,
97,
931,
722,
213,
1125,
963
]
},
"unused_edges": [
[
"rig-lancedb",
"deranged"
],
[
"rig-core",
"as-any"
],
[
"rig-derive",
"indoc"
],
[
"rig-fastembed",
"schemars"
],
[
"rig-sqlite",
"chrono"
],
[
"rig-surrealdb",
"uuid"
],
[
"rig-milvus",
"uuid"
],
[
"rig-gemini-grpc",
"tokio-stream"
],
[
"rig-scylladb",
"futures"
],
[
"rig-s3vectors",
"tracing"
],
[
"rig-postgres",
"tracing"
],
[
"rig-fastembed",
"serde_json"
],
[
"rig-fastembed",
"tracing"
],
[
"rig-surrealdb",
"tracing"
],
[
"rig-gemini-grpc",
"prost"
]
],
"unused_direct_deps": [
{
"from_crate": "rig-s3vectors",
"dep_name": "tracing",
"dep_version": "0.1.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-scylladb",
"dep_name": "futures",
"dep_version": "0.3.31",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-lancedb",
"dep_name": "deranged",
"dep_version": "0.4.0",
"real_deps_saved": 1,
"is_test_example": false
},
{
"from_crate": "rig-postgres",
"dep_name": "tracing",
"dep_version": "0.1.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-fastembed",
"dep_name": "schemars",
"dep_version": "1.2.1",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-fastembed",
"dep_name": "serde_json",
"dep_version": "1.0.149",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-fastembed",
"dep_name": "tracing",
"dep_version": "0.1.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-gemini-grpc",
"dep_name": "prost",
"dep_version": "0.13.5",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-gemini-grpc",
"dep_name": "tokio-stream",
"dep_version": "0.1.18",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-core",
"dep_name": "as-any",
"dep_version": "0.3.2",
"real_deps_saved": 1,
"is_test_example": false
},
{
"from_crate": "rig-derive",
"dep_name": "indoc",
"dep_version": "2.0.7",
"real_deps_saved": 1,
"is_test_example": false
},
{
"from_crate": "rig-surrealdb",
"dep_name": "tracing",
"dep_version": "0.1.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-surrealdb",
"dep_name": "uuid",
"dep_version": "1.20.0",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-sqlite",
"dep_name": "chrono",
"dep_version": "0.4.44",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "rig-milvus",
"dep_name": "uuid",
"dep_version": "1.20.0",
"real_deps_saved": 0,
"is_test_example": false
}
]
}</code></pre>
</div>
</div>
<script>
function showTab(name) {
document.querySelectorAll('.tab-content').forEach(function(el) {
el.classList.remove('active');
});
document.querySelectorAll('.tab-btn').forEach(function(btn) {
btn.classList.remove('active');
});
document.getElementById('tab-' + name).classList.add('active');
// Find the button whose onclick contains the tab name.
document.querySelectorAll('.tab-btn').forEach(function(btn) {
if (btn.getAttribute('onclick').indexOf(name) !== -1) {
btn.classList.add('active');
}
});
}
function toggleDetail(n) {
var row = document.getElementById('detail-' + n);
if (row) row.classList.toggle('open');
}
function toggleDiff(li) {
var diff = li.querySelector('.cargo-diff');
var btn = li.querySelector('.show-diff-btn');
if (diff) {
var show = diff.style.display !== 'block';
diff.style.display = show ? 'block' : 'none';
if (btn) btn.textContent = show ? 'hide diff' : 'show diff';
}
}
function copyJson() {
var text = document.querySelector('#tab-json pre code').textContent;
navigator.clipboard.writeText(text).then(function() {
var btn = document.querySelector('.copy-btn');
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
}
</script>
</body>
</html>