<!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).">999 total deps</span>
<span title="Dependencies actually compiled for your current platform/target. This is the number that matters for your build times.">858 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.">141 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.">396 heavy crates analyzed</span>
<span title="Number of upstream edges identified as potential optimization targets, ranked by impact.">28 targets found</span>
<span style="color:#aaa">v0.1.0 · 2026-03-25T23:48:49.272944241+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 (28)</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 146"
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">999 deps total, 76 unique crates shown, 226 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="34.385624089363766" data-d="0" data-name="codex-cli" data-weight="1062" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cli v0.0.0
1062 transitive deps
depth 0
[28 children too small to show]</title>
<rect x="0" y="40" width="34.385624089363766" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="53" fill="#fff">co..</text>
</g>
<g class="frame" data-x="0" data-w="2.387259011758262" data-d="1" data-name="codex-cloud-tasks" data-weight="1050" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-tasks v0.0.0
1050 transitive deps
depth 1
[24 children too small to show]</title>
<rect x="0" y="59" width="2.387259011758262" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="4" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="2.387259011758262" data-w="2.382711851735865" data-d="1" data-name="codex-tui" data-weight="1048" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui v0.0.0
1048 transitive deps
depth 1
[shared: 2 parents in dep graph]
[81 children too small to show]</title>
<rect x="2.387259011758262" y="59" width="2.382711851735865" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="6.387259011758262" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="4.769970863494127" data-w="2.380438271724667" data-d="1" data-name="codex-tui-app-server" data-weight="1047" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui-app-server v0.0.0
1047 transitive deps
depth 1
[shared: 2 parents in dep graph]
[79 children too small to show]</title>
<rect x="4.769970863494127" y="59" width="2.380438271724667" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="8.769970863494127" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="7.150409135218794" data-w="2.2008254508399974" data-d="1" data-name="codex-exec" data-weight="968" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-exec v0.0.0
968 transitive deps
depth 1
[23 children too small to show]</title>
<rect x="7.150409135218794" y="59" width="2.2008254508399974" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="11.150409135218794" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="9.35123458605879" data-w="2.1735424907056173" data-d="1" data-name="codex-app-server" data-weight="956" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server v0.0.0
956 transitive deps
depth 1
[shared: 2 parents in dep graph]
[45 children too small to show]</title>
<rect x="9.35123458605879" y="59" width="2.1735424907056173" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="13.35123458605879" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="11.524777076764408" data-w="2.066684230179295" data-d="1" data-name="codex-chatgpt" data-weight="909" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-chatgpt v0.0.0
909 transitive deps
depth 1
[shared: 4 parents in dep graph]
[10 children too small to show]</title>
<rect x="11.524777076764408" y="59" width="2.066684230179295" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="15.524777076764408" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="13.591461306943703" data-w="2.0484955900897086" data-d="1" data-name="codex-mcp-server" data-weight="901" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-mcp-server v0.0.0
901 transitive deps
depth 1
[shared: 2 parents in dep graph]
[16 children too small to show]</title>
<rect x="13.591461306943703" y="59" width="2.0484955900897086" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="17.591461306943703" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="15.63995689703341" data-w="2.0416748500561135" data-d="1" data-name="codex-app-server-test-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-test-client v0.0.0
898 transitive deps
depth 1
[15 children too small to show]</title>
<rect x="15.63995689703341" y="59" width="2.0416748500561135" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="19.63995689703341" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="17.681631747089526" data-w="2.0416748500561135" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[8 children too small to show]</title>
<rect x="17.681631747089526" y="59" width="2.0416748500561135" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="21.681631747089526" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="19.72330659714564" data-w="2.0371276900337167" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="19.72330659714564" y="59" width="2.0371276900337167" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="23.72330659714564" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="34.385624089363766" data-w="33.997085964060226" data-d="0" data-name="codex-cloud-tasks" data-weight="1050" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-tasks v0.0.0
1050 transitive deps
depth 0
[19 children too small to show]</title>
<rect x="34.385624089363766" y="40" width="33.997085964060226" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="38.385624089363766" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="34.385624089363766" data-w="7.5501051261570495" data-d="1" data-name="codex-tui" data-weight="1048" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui v0.0.0
1048 transitive deps
depth 1
[shared: 2 parents in dep graph]
[81 children too small to show]</title>
<rect x="34.385624089363766" y="59" width="7.5501051261570495" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="38.385624089363766" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="41.935729215520816" data-w="6.483868906050901" data-d="1" data-name="codex-cloud-tasks-client" data-weight="900" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-tasks-client v0.0.0
900 transitive deps
depth 1
[8 children too small to show]</title>
<rect x="41.935729215520816" y="59" width="6.483868906050901" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="45.935729215520816" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="41.935729215520816" data-w="5.37132313434844" data-d="2" data-name="codex-backend-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-client v0.0.0
898 transitive deps
depth 2
[shared: 4 parents in dep graph]
[7 children too small to show]</title>
<rect x="41.935729215520816" y="78" width="5.37132313434844" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="45.935729215520816" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="41.935729215520816" data-w="2.67521152216576" data-d="3" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 3
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="41.935729215520816" y="97" width="2.67521152216576" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="45.935729215520816" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="48.41959812157172" data-w="6.4550517109128975" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="48.41959812157172" y="59" width="6.4550517109128975" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="52.41959812157172" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="54.874649832484614" data-w="4.17128899622608" data-d="1" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 1
[shared: 10 parents in dep graph]
[24 children too small to show]</title>
<rect x="54.874649832484614" y="59" width="4.17128899622608" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="58.874649832484614" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="59.045938828710696" data-w="2.6007518612048615" data-d="1" data-name="codex-utils-cli" data-weight="361" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-cli v0.0.0
361 transitive deps
depth 1
[shared: 9 parents in dep graph]
[3 children too small to show]</title>
<rect x="59.045938828710696" y="59" width="2.6007518612048615" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="63.045938828710696" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="59.045938828710696" data-w="2.1972939352422935" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="59.045938828710696" y="78" width="2.1972939352422935" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="63.045938828710696" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="68.38271005342399" data-w="33.93232960984297" data-d="0" data-name="codex-tui" data-weight="1048" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui v0.0.0
1048 transitive deps
depth 0
[shared: 2 parents in dep graph]
[79 children too small to show]</title>
<rect x="68.38271005342399" y="40" width="33.93232960984297" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="72.38271005342399" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="68.38271005342399" data-w="2.258703611259812" data-d="1" data-name="codex-tui-app-server" data-weight="1047" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui-app-server v0.0.0
1047 transitive deps
depth 1
[shared: 2 parents in dep graph]
[79 children too small to show]</title>
<rect x="68.38271005342399" y="59" width="2.258703611259812" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="72.38271005342399" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="70.64141366468381" data-w="2.0645457077131235" data-d="1" data-name="codex-app-server-client" data-weight="957" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-client v0.0.0
957 transitive deps
depth 1
[shared: 3 parents in dep graph]
[14 children too small to show]</title>
<rect x="70.64141366468381" y="59" width="2.0645457077131235" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="74.64141366468381" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="102.31503966326696" data-w="33.89995143273434" data-d="0" data-name="codex-tui-app-server" data-weight="1047" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-tui-app-server v0.0.0
1047 transitive deps
depth 0
[shared: 2 parents in dep graph]
[72 children too small to show]</title>
<rect x="102.31503966326696" y="40" width="33.89995143273434" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="106.31503966326696" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="102.31503966326696" data-w="2.3536167673481403" data-d="1" data-name="codex-app-server-client" data-weight="957" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-client v0.0.0
957 transitive deps
depth 1
[shared: 3 parents in dep graph]
[14 children too small to show]</title>
<rect x="102.31503966326696" y="59" width="2.3536167673481403" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="106.31503966326696" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="104.6686564306151" data-w="2.235567023531306" data-d="1" data-name="codex-chatgpt" data-weight="909" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-chatgpt v0.0.0
909 transitive deps
depth 1
[shared: 4 parents in dep graph]
[10 children too small to show]</title>
<rect x="104.6686564306151" y="59" width="2.235567023531306" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="108.6686564306151" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="106.9042234541464" data-w="2.2281889145427534" data-d="1" data-name="codex-utils-oss" data-weight="906" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-oss v0.0.0
906 transitive deps
depth 1
[shared: 3 parents in dep graph]
[3 children too small to show]</title>
<rect x="106.9042234541464" y="59" width="2.2281889145427534" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="110.9042234541464" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="109.13241236868916" data-w="2.2109733269027982" data-d="1" data-name="codex-cloud-requirements" data-weight="899" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-requirements v0.0.0
899 transitive deps
depth 1
[shared: 4 parents in dep graph]
[15 children too small to show]</title>
<rect x="109.13241236868916" y="59" width="2.2109733269027982" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="113.13241236868916" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="111.34338569559196" data-w="2.2085139572399477" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[8 children too small to show]</title>
<rect x="111.34338569559196" y="59" width="2.2085139572399477" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="115.34338569559196" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="113.5518996528319" data-w="2.2060545875770967" data-d="1" data-name="codex-utils-sandbox-summary" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-sandbox-summary v0.0.0
897 transitive deps
depth 1
[shared: 2 parents in dep graph]
[2 children too small to show]</title>
<rect x="113.5518996528319" y="59" width="2.2060545875770967" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="117.5518996528319" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="115.757954240409" data-w="2.203595217914246" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="115.757954240409" y="59" width="2.203595217914246" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="119.757954240409" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="136.2149910960013" data-w="31.342075441152662" data-d="0" data-name="codex-exec" data-weight="968" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-exec v0.0.0
968 transitive deps
depth 0
[15 children too small to show]</title>
<rect x="136.2149910960013" y="40" width="31.342075441152662" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="140.2149910960013" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="136.2149910960013" data-w="4.1950162513542795" data-d="1" data-name="codex-app-server-client" data-weight="957" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-client v0.0.0
957 transitive deps
depth 1
[shared: 3 parents in dep graph]
[14 children too small to show]</title>
<rect x="136.2149910960013" y="59" width="4.1950162513542795" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="140.2149910960013" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="140.4100073473556" data-w="3.9714573915642397" data-d="1" data-name="codex-utils-oss" data-weight="906" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-oss v0.0.0
906 transitive deps
depth 1
[shared: 3 parents in dep graph]
[3 children too small to show]</title>
<rect x="140.4100073473556" y="59" width="3.9714573915642397" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="144.4100073473556" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="144.38146473891982" data-w="3.940772842181293" data-d="1" data-name="codex-cloud-requirements" data-weight="899" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-requirements v0.0.0
899 transitive deps
depth 1
[shared: 4 parents in dep graph]
[15 children too small to show]</title>
<rect x="144.38146473891982" y="59" width="3.940772842181293" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="148.38146473891982" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="148.32223758110112" data-w="3.936389335126586" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="148.32223758110112" y="59" width="3.936389335126586" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="152.32223758110112" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="148.32223758110112" data-w="2.4971295852960025" data-d="2" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 2
[12 children too small to show]</title>
<rect x="148.32223758110112" y="78" width="2.4971295852960025" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="152.32223758110112" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="152.2586269162277" data-w="3.927622321017173" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="152.2586269162277" y="59" width="3.927622321017173" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="156.2586269162277" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="156.18624923724488" data-w="2.2706566543380533" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="156.18624923724488" y="59" width="2.2706566543380533" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="160.18624923724488" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="158.45690589158292" data-w="2.1961370344080393" data-d="1" data-name="codex-feedback" data-weight="501" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-feedback v0.0.0
501 transitive deps
depth 1
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="158.45690589158292" y="59" width="2.1961370344080393" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="162.45690589158292" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="160.65304292599097" data-w="2.0295637663291863" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="160.65304292599097" y="59" width="2.0295637663291863" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="164.65304292599097" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="167.557066537154" data-w="30.985915492957748" data-d="0" data-name="codex-app-server-client" data-weight="957" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-client v0.0.0
957 transitive deps
depth 0
[shared: 3 parents in dep graph]
[8 children too small to show]</title>
<rect x="167.557066537154" y="40" width="30.985915492957748" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="171.557066537154" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="167.557066537154" data-w="6.809778209486806" data-d="1" data-name="codex-app-server" data-weight="956" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server v0.0.0
956 transitive deps
depth 1
[shared: 2 parents in dep graph]
[45 children too small to show]</title>
<rect x="167.557066537154" y="59" width="6.809778209486806" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="171.557066537154" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="174.3668447466408" data-w="6.396632669580703" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="174.3668447466408" y="59" width="6.396632669580703" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="178.3668447466408" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="174.3668447466408" data-w="4.0578355761060045" data-d="2" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="174.3668447466408" y="78" width="4.0578355761060045" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="178.3668447466408" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="174.3668447466408" data-w="2.51439880787758" data-d="3" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 3
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="174.3668447466408" y="97" width="2.51439880787758" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="178.3668447466408" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="180.7634774162215" data-w="6.382386271652907" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="180.7634774162215" y="59" width="6.382386271652907" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="184.7634774162215" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="187.1458636878744" data-w="3.5687226809130648" data-d="1" data-name="codex-feedback" data-weight="501" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-feedback v0.0.0
501 transitive deps
depth 1
[shared: 5 parents in dep graph]
[5 children too small to show]</title>
<rect x="187.1458636878744" y="59" width="3.5687226809130648" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="191.1458636878744" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="190.71458636878745" data-w="3.298041120284928" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="190.71458636878745" y="59" width="3.298041120284928" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="194.71458636878745" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="194.01262748907237" data-w="2.52161243322001" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="194.01262748907237" y="59" width="2.52161243322001" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="198.01262748907237" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="198.54298203011174" data-w="30.95353731584912" data-d="0" data-name="codex-app-server" data-weight="956" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server v0.0.0
956 transitive deps
depth 0
[shared: 2 parents in dep graph]
[40 children too small to show]</title>
<rect x="198.54298203011174" y="40" width="30.95353731584912" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="202.54298203011174" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="198.54298203011174" data-w="2.484921436024627" data-d="1" data-name="codex-chatgpt" data-weight="909" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-chatgpt v0.0.0
909 transitive deps
depth 1
[shared: 4 parents in dep graph]
[10 children too small to show]</title>
<rect x="198.54298203011174" y="59" width="2.484921436024627" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="202.54298203011174" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="201.02790346613637" data-w="2.4575845665414078" data-d="1" data-name="codex-cloud-requirements" data-weight="899" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-requirements v0.0.0
899 transitive deps
depth 1
[shared: 4 parents in dep graph]
[15 children too small to show]</title>
<rect x="201.02790346613637" y="59" width="2.4575845665414078" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="205.02790346613637" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="203.48548803267778" data-w="2.454850879593086" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[8 children too small to show]</title>
<rect x="203.48548803267778" y="59" width="2.454850879593086" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="207.48548803267778" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="205.94033891227087" data-w="2.454850879593086" data-d="1" data-name="codex-backend-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-client v0.0.0
898 transitive deps
depth 1
[shared: 4 parents in dep graph]
[8 children too small to show]</title>
<rect x="205.94033891227087" y="59" width="2.454850879593086" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="209.94033891227087" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="208.39518979186397" data-w="2.4493835056964417" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="208.39518979186397" y="59" width="2.4493835056964417" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="212.39518979186397" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="229.49651934596085" data-w="29.949813825481627" data-d="0" data-name="mcp_test_support" data-weight="925" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>mcp_test_support v0.0.0
925 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="229.49651934596085" y="40" width="29.949813825481627" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="233.49651934596085" y="53" fill="#fff">m..</text>
</g>
<g class="frame" data-x="229.49651934596085" data-w="8.422239567202451" data-d="1" data-name="core_test_support" data-weight="919" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>core_test_support v0.0.0
919 transitive deps
depth 1
[shared: 2 parents in dep graph]
[27 children too small to show]</title>
<rect x="229.49651934596085" y="59" width="8.422239567202451" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="233.49651934596085" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="237.9187589131633" data-w="8.25727731234974" data-d="1" data-name="codex-mcp-server" data-weight="901" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-mcp-server v0.0.0
901 transitive deps
depth 1
[shared: 2 parents in dep graph]
[16 children too small to show]</title>
<rect x="237.9187589131633" y="59" width="8.25727731234974" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="241.9187589131633" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="246.17603622551303" data-w="8.211454463779539" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="246.17603622551303" y="59" width="8.211454463779539" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="250.17603622551303" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="254.38749068929258" data-w="2.575244089645146" data-d="1" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 1
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="254.38749068929258" y="59" width="2.575244089645146" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="258.3874906892926" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="259.44633317144246" data-w="29.78792293993848" data-d="0" data-name="app_test_support" data-weight="920" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>app_test_support v0.0.0
920 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="259.44633317144246" y="40" width="29.78792293993848" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="263.44633317144246" y="53" fill="#fff">a..</text>
</g>
<g class="frame" data-x="259.44633317144246" data-w="7.774808628742818" data-d="1" data-name="core_test_support" data-weight="919" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>core_test_support v0.0.0
919 transitive deps
depth 1
[shared: 2 parents in dep graph]
[27 children too small to show]</title>
<rect x="259.44633317144246" y="59" width="7.774808628742818" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="263.44633317144246" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="267.22114180018525" data-w="7.580226911157306" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="267.22114180018525" y="59" width="7.580226911157306" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="271.22114180018525" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="274.80136871134255" data-w="5.084504881256184" data-d="1" data-name="codex-features" data-weight="601" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-features v0.0.0
601 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="274.80136871134255" y="59" width="5.084504881256184" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="278.80136871134255" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="279.8858735925987" data-w="3.9170145757431176" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="279.8858735925987" y="59" width="3.9170145757431176" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="283.8858735925987" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="283.80288816834184" data-w="2.994866435881347" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="283.80288816834184" y="59" width="2.994866435881347" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="287.80288816834184" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="289.23425611138094" data-w="29.755544762829853" data-d="0" data-name="core_test_support" data-weight="919" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>core_test_support v0.0.0
919 transitive deps
depth 0
[shared: 2 parents in dep graph]
[22 children too small to show]</title>
<rect x="289.23425611138094" y="40" width="29.755544762829853" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="293.23425611138094" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="289.23425611138094" data-w="6.683461530020312" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="289.23425611138094" y="59" width="6.683461530020312" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="293.23425611138094" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="289.23425611138094" data-w="4.239791366639476" data-d="2" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="289.23425611138094" y="78" width="4.239791366639476" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="293.23425611138094" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="289.23425611138094" data-w="2.627145964390713" data-d="3" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 3
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="289.23425611138094" y="97" width="2.627145964390713" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="293.23425611138094" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="295.9177176414013" data-w="6.668576315031403" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="295.9177176414013" y="59" width="6.668576315031403" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="299.9177176414013" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="302.5862939564327" data-w="4.4730071041672685" data-d="1" data-name="codex-features" data-weight="601" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-features v0.0.0
601 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="302.5862939564327" y="59" width="4.4730071041672685" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="306.5862939564327" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="307.0593010606" data-w="3.5129107373826143" data-d="1" data-name="codex-exec-server" data-weight="472" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-exec-server v0.0.0
472 transitive deps
depth 1
[shared: 3 parents in dep graph]
[13 children too small to show]</title>
<rect x="307.0593010606" y="59" width="3.5129107373826143" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="311.0593010606" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="310.5722117979826" data-w="2.6346830530369605" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="310.5722117979826" y="59" width="2.6346830530369605" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="314.5722117979826" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="318.9898008742108" data-w="29.431762991743565" data-d="0" data-name="codex-chatgpt" data-weight="909" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-chatgpt v0.0.0
909 transitive deps
depth 0
[shared: 4 parents in dep graph]
[7 children too small to show]</title>
<rect x="318.9898008742108" y="40" width="29.431762991743565" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="322.9898008742108" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="318.9898008742108" data-w="13.461388280041977" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="318.9898008742108" y="59" width="13.461388280041977" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="322.9898008742108" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="332.4511891542528" data-w="6.986099944441428" data-d="1" data-name="codex-connectors" data-weight="465" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-connectors v0.0.0
465 transitive deps
depth 1
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="332.4511891542528" y="59" width="6.986099944441428" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="336.4511891542528" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="332.4511891542528" data-w="6.852890411602503" data-d="2" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 2
[shared: 16 parents in dep graph]
[17 children too small to show]</title>
<rect x="332.4511891542528" y="78" width="6.852890411602503" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="336.4511891542528" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="332.4511891542528" data-w="2.2951023705839977" data-d="3" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 3
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="332.4511891542528" y="97" width="2.2951023705839977" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="336.4511891542528" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="339.43728909869424" data-w="5.4236173762222695" data-d="1" data-name="codex-utils-cli" data-weight="361" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-cli v0.0.0
361 transitive deps
depth 1
[shared: 9 parents in dep graph]
[3 children too small to show]</title>
<rect x="339.43728909869424" y="59" width="5.4236173762222695" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="343.43728909869424" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="339.43728909869424" data-w="4.582244752225975" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="339.43728909869424" y="78" width="4.582244752225975" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="343.43728909869424" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="348.42156386595434" data-w="29.33462846041768" data-d="0" data-name="codex-utils-oss" data-weight="906" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-oss v0.0.0
906 transitive deps
depth 0
[shared: 3 parents in dep graph]</title>
<rect x="348.42156386595434" y="40" width="29.33462846041768" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="352.42156386595434" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="348.42156386595434" data-w="9.832593299302033" data-d="1" data-name="codex-ollama" data-weight="904" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-ollama v0.0.0
904 transitive deps
depth 1
[9 children too small to show]</title>
<rect x="348.42156386595434" y="59" width="9.832593299302033" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="352.42156386595434" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="348.42156386595434" data-w="6.6340388525411305" data-d="2" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 2
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="348.42156386595434" y="78" width="6.6340388525411305" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="352.42156386595434" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="358.2541571652564" data-w="9.756455961807436" data-d="1" data-name="codex-lmstudio" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-lmstudio v0.0.0
897 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="358.2541571652564" y="59" width="9.756455961807436" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="362.2541571652564" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="358.2541571652564" data-w="7.346037430066775" data-d="2" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 2
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="358.2541571652564" y="78" width="7.346037430066775" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="362.2541571652564" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="368.01061312706383" data-w="9.745579199308208" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="368.01061312706383" y="59" width="9.745579199308208" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="372.01061312706383" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="377.756192326372" data-w="29.26987210620042" data-d="0" data-name="codex-ollama" data-weight="904" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-ollama v0.0.0
904 transitive deps
depth 0
[7 children too small to show]</title>
<rect x="377.756192326372" y="40" width="29.26987210620042" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="381.756192326372" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="377.756192326372" data-w="19.74834744514727" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="377.756192326372" y="59" width="19.74834744514727" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="381.756192326372" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="397.50453977151926" data-w="4.650559498801423" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="397.50453977151926" y="59" width="4.650559498801423" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="401.50453977151926" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="402.1550992703207" data-w="2.7991519258188653" data-d="1" data-name="wiremock" data-weight="127" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>wiremock v0.6.5
127 transitive deps
depth 1
[shared: 4 parents in dep graph]
[15 children too small to show]</title>
<rect x="402.1550992703207" y="59" width="2.7991519258188653" height="18" rx="2" fill="hsl(246,62%,57%)" class="shared"/>
<text x="406.1550992703207" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="407.0260644325724" data-w="29.17273757487453" data-d="0" data-name="codex-mcp-server" data-weight="901" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-mcp-server v0.0.0
901 transitive deps
depth 0
[shared: 2 parents in dep graph]
[9 children too small to show]</title>
<rect x="407.0260644325724" y="40" width="29.17273757487453" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0260644325724" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="407.0260644325724" data-w="6.691473395207492" data-d="1" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="407.0260644325724" y="59" width="6.691473395207492" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0260644325724" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="407.0260644325724" data-w="4.244873858204469" data-d="2" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 2
[11 children too small to show]</title>
<rect x="407.0260644325724" y="78" width="4.244873858204469" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0260644325724" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="407.0260644325724" data-w="2.6302952814323683" data-d="3" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 3
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="407.0260644325724" y="97" width="2.6302952814323683" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="411.0260644325724" y="110" fill="#fff"></text>
</g>
<g class="frame" data-x="413.7175378277799" data-w="6.676570336420838" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="413.7175378277799" y="59" width="6.676570336420838" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="417.7175378277799" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="420.3941081642007" data-w="4.478369165389423" data-d="1" data-name="codex-features" data-weight="601" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-features v0.0.0
601 transitive deps
depth 1
[shared: 8 parents in dep graph]
[7 children too small to show]</title>
<rect x="420.3941081642007" y="59" width="4.478369165389423" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="424.3941081642007" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="424.87247732959014" data-w="2.6974536403843117" data-d="1" data-name="codex-shell-command" data-weight="362" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-shell-command v0.0.0
362 transitive deps
depth 1
[shared: 5 parents in dep graph]
[12 children too small to show]</title>
<rect x="424.87247732959014" y="59" width="2.6974536403843117" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="428.87247732959014" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="427.56993096997445" data-w="2.6900021109909846" data-d="1" data-name="codex-utils-cli" data-weight="361" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-cli v0.0.0
361 transitive deps
depth 1
[shared: 9 parents in dep graph]
[3 children too small to show]</title>
<rect x="427.56993096997445" y="59" width="2.6900021109909846" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="431.56993096997445" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="427.56993096997445" data-w="2.2726986808849845" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="427.56993096997445" y="78" width="2.2726986808849845" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="431.56993096997445" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="430.2599330809654" data-w="2.637841405237697" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="430.2599330809654" y="59" width="2.637841405237697" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="434.2599330809654" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="432.8977744862031" data-w="2.0938797595248384" data-d="1" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 1
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="432.8977744862031" y="59" width="2.0938797595248384" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="436.8977744862031" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="436.19880200744694" data-w="29.140359397765906" data-d="0" data-name="codex-cloud-tasks-client" data-weight="900" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-tasks-client v0.0.0
900 transitive deps
depth 0
[7 children too small to show]</title>
<rect x="436.19880200744694" y="40" width="29.140359397765906" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="440.19880200744694" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="436.19880200744694" data-w="24.14026082951456" data-d="1" data-name="codex-backend-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-client v0.0.0
898 transitive deps
depth 1
[shared: 4 parents in dep graph]
[4 children too small to show]</title>
<rect x="436.19880200744694" y="59" width="24.14026082951456" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="440.19880200744694" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="436.19880200744694" data-w="12.023164926762115" data-d="2" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 2
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="436.19880200744694" y="78" width="12.023164926762115" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="440.19880200744694" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="448.22196693420904" data-w="4.750223642939496" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="448.22196693420904" y="78" width="4.750223642939496" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="452.22196693420904" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="452.9721905771485" data-w="3.1668157619596644" data-d="2" data-name="codex-client" data-weight="236" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-client v0.0.0
236 transitive deps
depth 2
[shared: 7 parents in dep graph]
[19 children too small to show]</title>
<rect x="452.9721905771485" y="78" width="3.1668157619596644" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="456.9721905771485" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="456.13900633910816" data-w="2.8313479905656322" data-d="2" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 2
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="456.13900633910816" y="78" width="2.8313479905656322" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="460.13900633910816" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="460.3390628369615" data-w="2.8226362885289853" data-d="1" data-name="codex-git-utils" data-weight="105" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-git-utils v0.0.0
105 transitive deps
depth 1
[shared: 13 parents in dep graph]
[11 children too small to show]</title>
<rect x="460.3390628369615" y="59" width="2.8226362885289853" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="464.3390628369615" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="465.33916140521285" data-w="29.107981220657276" data-d="0" data-name="codex-cloud-requirements" data-weight="899" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-cloud-requirements v0.0.0
899 transitive deps
depth 0
[shared: 4 parents in dep graph]
[11 children too small to show]</title>
<rect x="465.33916140521285" y="40" width="29.107981220657276" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="469.33916140521285" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="465.33916140521285" data-w="9.223347613320477" data-d="1" data-name="codex-backend-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-client v0.0.0
898 transitive deps
depth 1
[shared: 4 parents in dep graph]
[7 children too small to show]</title>
<rect x="465.33916140521285" y="59" width="9.223347613320477" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="469.33916140521285" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="465.33916140521285" data-w="4.593729550603195" data-d="2" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 2
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="465.33916140521285" y="78" width="4.593729550603195" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="469.33916140521285" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="474.5625090185333" data-w="9.202805636453395" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="474.5625090185333" y="59" width="9.202805636453395" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="478.5625090185333" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="483.7653146549867" data-w="5.320372008574619" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="483.7653146549867" y="59" width="5.320372008574619" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="487.7653146549867" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="489.0856866635613" data-w="3.635929905473774" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="489.0856866635613" y="59" width="3.635929905473774" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="493.0856866635613" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="494.44714262587013" data-w="29.075603043548647" data-d="0" data-name="codex-backend-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-client v0.0.0
898 transitive deps
depth 0
[shared: 4 parents in dep graph]
[4 children too small to show]</title>
<rect x="494.44714262587013" y="40" width="29.075603043548647" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="498.44714262587013" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="494.44714262587013" data-w="14.481234200677925" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="494.44714262587013" y="59" width="14.481234200677925" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="498.44714262587013" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="508.92837682654806" data-w="5.721380476607126" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="508.92837682654806" y="59" width="5.721380476607126" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="512.9283768265481" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="514.6497573031552" data-w="3.814253651071418" data-d="1" data-name="codex-client" data-weight="236" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-client v0.0.0
236 transitive deps
depth 1
[shared: 7 parents in dep graph]
[19 children too small to show]</title>
<rect x="514.6497573031552" y="59" width="3.814253651071418" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="518.6497573031552" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="518.4640109542266" data-w="3.410201357525717" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="518.4640109542266" y="59" width="3.410201357525717" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="522.4640109542266" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="523.5227456694188" data-w="29.075603043548647" data-d="0" data-name="codex-arg0" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-arg0 v0.0.0
898 transitive deps
depth 0
[shared: 8 parents in dep graph]
[6 children too small to show]</title>
<rect x="523.5227456694188" y="40" width="29.075603043548647" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="527.5227456694188" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="523.5227456694188" data-w="18.4447071641182" data-d="1" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 1
[10 children too small to show]</title>
<rect x="523.5227456694188" y="59" width="18.4447071641182" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="527.5227456694188" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="523.5227456694188" data-w="11.429085490352632" data-d="2" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 2
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="523.5227456694188" y="78" width="11.429085490352632" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="527.5227456694188" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="534.9518311597714" data-w="4.515509222750929" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="534.9518311597714" y="78" width="4.515509222750929" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="538.9518311597714" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="541.967452833537" data-w="7.48480870427985" data-d="1" data-name="codex-shell-escalation" data-weight="364" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-shell-escalation v0.0.0
364 transitive deps
depth 1
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="541.967452833537" y="59" width="7.48480870427985" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="545.967452833537" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="541.967452833537" data-w="4.159532623728519" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="541.967452833537" y="78" width="4.159532623728519" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="545.967452833537" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="552.5983487129674" data-w="29.075603043548647" data-d="0" data-name="codex-app-server-test-client" data-weight="898" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-test-client v0.0.0
898 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="552.5983487129674" y="40" width="29.075603043548647" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="556.5983487129674" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="552.5983487129674" data-w="8.992661486717152" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="552.5983487129674" y="59" width="8.992661486717152" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="556.5983487129674" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="561.5910101996845" data-w="5.198882422008353" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="561.5910101996845" y="59" width="5.198882422008353" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="565.5910101996845" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="566.7898926216928" data-w="4.646877531640671" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="566.7898926216928" y="59" width="4.646877531640671" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="570.7898926216928" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="571.4367701533336" data-w="3.6231593713224233" data-d="1" data-name="codex-utils-cli" data-weight="361" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-cli v0.0.0
361 transitive deps
depth 1
[shared: 9 parents in dep graph]
[3 children too small to show]</title>
<rect x="571.4367701533336" y="59" width="3.6231593713224233" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="575.4367701533336" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="571.4367701533336" data-w="3.0610940750552214" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="571.4367701533336" y="78" width="3.0610940750552214" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="575.4367701533336" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="575.059929524656" data-w="3.552904203457446" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="575.059929524656" y="59" width="3.552904203457446" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="579.059929524656" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="581.6739517565161" data-w="29.04322486644002" data-d="0" data-name="codex-lmstudio" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-lmstudio v0.0.0
897 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="581.6739517565161" y="40" width="29.04322486644002" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="585.6739517565161" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="581.6739517565161" data-w="21.867839899437193" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="581.6739517565161" y="59" width="21.867839899437193" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="585.6739517565161" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="603.5417916559533" data-w="5.149681047746928" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="603.5417916559533" y="59" width="5.149681047746928" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="607.5417916559533" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="610.7171766229561" data-w="29.04322486644002" data-d="0" data-name="codex-linux-sandbox" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-linux-sandbox v0.0.0
897 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="610.7171766229561" y="40" width="29.04322486644002" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="614.7171766229561" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="610.7171766229561" data-w="17.996355103962834" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="610.7171766229561" y="59" width="17.996355103962834" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="614.7171766229561" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="628.713531726919" data-w="7.110167083485316" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="628.713531726919" y="59" width="7.110167083485316" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="632.713531726919" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="628.713531726919" data-w="2.086584174931572" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="628.713531726919" y="78" width="2.086584174931572" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="632.713531726919" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="639.7604014893961" data-w="29.04322486644002" data-d="0" data-name="codex-utils-sandbox-summary" data-weight="897" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-sandbox-summary v0.0.0
897 transitive deps
depth 0
[shared: 2 parents in dep graph]</title>
<rect x="639.7604014893961" y="40" width="29.04322486644002" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="643.7604014893961" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="639.7604014893961" data-w="20.818183584264208" data-d="1" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 1
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="639.7604014893961" y="59" width="20.818183584264208" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="643.7604014893961" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="660.5785850736604" data-w="8.225041282175814" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="660.5785850736604" y="59" width="8.225041282175814" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="664.5785850736604" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="660.5785850736604" data-w="2.413760573560843" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="660.5785850736604" y="78" width="2.413760573560843" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="664.5785850736604" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="668.8036263558362" data-w="29.01084668933139" data-d="0" data-name="codex-core" data-weight="896" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core v0.0.0
896 transitive deps
depth 0
[shared: 20 parents in dep graph]
[94 children too small to show]</title>
<rect x="668.8036263558362" y="40" width="29.01084668933139" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="672.8036263558362" y="53" fill="#fff">c..</text>
</g>
<g class="frame" data-x="697.8144730451676" data-w="21.46673142302088" data-d="0" data-name="codex-rollout" data-weight="663" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-rollout v0.0.0
663 transitive deps
depth 0
[13 children too small to show]</title>
<rect x="697.8144730451676" y="40" width="21.46673142302088" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="701.8144730451676" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="697.8144730451676" data-w="5.371321302475838" data-d="1" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 1
[shared: 10 parents in dep graph]
[24 children too small to show]</title>
<rect x="697.8144730451676" y="59" width="5.371321302475838" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="701.8144730451676" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="703.1857943476434" data-w="4.805430802560422" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="703.1857943476434" y="59" width="4.805430802560422" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="707.1857943476434" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="707.9912251502038" data-w="4.118940687908934" data-d="1" data-name="codex-state" data-weight="444" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-state v0.0.0
444 transitive deps
depth 1
[shared: 6 parents in dep graph]
[15 children too small to show]</title>
<rect x="707.9912251502038" y="59" width="4.118940687908934" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="711.9912251502038" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="712.1101658381127" data-w="3.284020278197663" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="712.1101658381127" y="59" width="3.284020278197663" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="716.1101658381127" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="719.2812044681884" data-w="20.20398251578436" data-d="0" data-name="codex-core-skills" data-weight="624" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-core-skills v0.0.0
624 transitive deps
depth 0
[16 children too small to show]</title>
<rect x="719.2812044681884" y="40" width="20.20398251578436" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="723.2812044681884" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="719.2812044681884" data-w="3.186644396798509" data-d="1" data-name="codex-analytics" data-weight="582" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-analytics v0.0.0
582 transitive deps
depth 1
[shared: 2 parents in dep graph]
[8 children too small to show]</title>
<rect x="719.2812044681884" y="59" width="3.186644396798509" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="723.2812044681884" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="722.467848864987" data-w="3.170218394753156" data-d="1" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 1
[shared: 10 parents in dep graph]
[24 children too small to show]</title>
<rect x="722.467848864987" y="59" width="3.170218394753156" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="726.467848864987" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="725.6380672597402" data-w="2.836223019830975" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="725.6380672597402" y="59" width="2.836223019830975" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="729.6380672597402" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="728.4742902795712" data-w="2.5788823211204432" data-d="1" data-name="codex-config" data-weight="471" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-config v0.0.0
471 transitive deps
depth 1
[shared: 5 parents in dep graph]
[16 children too small to show]</title>
<rect x="728.4742902795712" y="59" width="2.5788823211204432" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="732.4742902795712" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="731.0531726006916" data-w="2.535079648999501" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="731.0531726006916" y="59" width="2.535079648999501" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="735.0531726006916" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="739.4851869839728" data-w="19.4592844422859" data-d="0" data-name="codex-features" data-weight="601" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-features v0.0.0
601 transitive deps
depth 0
[shared: 8 parents in dep graph]
[4 children too small to show]</title>
<rect x="739.4851869839728" y="40" width="19.4592844422859" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="743.4851869839728" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="739.4851869839728" data-w="7.461540193432805" data-d="1" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 1
[shared: 10 parents in dep graph]
[24 children too small to show]</title>
<rect x="739.4851869839728" y="59" width="7.461540193432805" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="743.4851869839728" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="746.9467271774056" data-w="6.6754366497378115" data-d="1" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 1
[shared: 10 parents in dep graph]
[25 children too small to show]</title>
<rect x="746.9467271774056" y="59" width="6.6754366497378115" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="750.9467271774056" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="753.6221638271434" data-w="4.561977942098814" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="753.6221638271434" y="59" width="4.561977942098814" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="757.6221638271434" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="758.9444714262587" data-w="18.84409907722195" data-d="0" data-name="codex-analytics" data-weight="582" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-analytics v0.0.0
582 transitive deps
depth 0
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="758.9444714262587" y="40" width="18.84409907722195" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="762.9444714262587" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="758.9444714262587" data-w="9.341381306259855" data-d="1" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 1
[shared: 10 parents in dep graph]
[24 children too small to show]</title>
<rect x="758.9444714262587" y="59" width="9.341381306259855" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="762.9444714262587" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="768.2858527325186" data-w="5.711310850459393" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="768.2858527325186" y="59" width="5.711310850459393" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="772.2858527325186" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="777.7885705034806" data-w="18.746964545896066" data-d="0" data-name="codex-login" data-weight="579" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-login v0.0.0
579 transitive deps
depth 0
[shared: 10 parents in dep graph]
[21 children too small to show]</title>
<rect x="777.7885705034806" y="40" width="18.746964545896066" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="781.7885705034806" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="777.7885705034806" data-w="3.893218827653019" data-d="1" data-name="codex-config" data-weight="471" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-config v0.0.0
471 transitive deps
depth 1
[shared: 5 parents in dep graph]
[16 children too small to show]</title>
<rect x="777.7885705034806" y="59" width="3.893218827653019" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="781.7885705034806" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="781.6817893311337" data-w="3.8270919685846025" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="781.6817893311337" y="59" width="3.8270919685846025" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="785.6817893311337" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="785.5088812997183" data-w="2.926113513777428" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="785.5088812997183" y="59" width="2.926113513777428" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="789.5088812997183" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="796.5355350493767" data-w="18.520317306135667" data-d="0" data-name="codex-rmcp-client" data-weight="572" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-rmcp-client v0.0.0
572 transitive deps
depth 0
[shared: 3 parents in dep graph]
[21 children too small to show]</title>
<rect x="796.5355350493767" y="40" width="18.520317306135667" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="800.5355350493767" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="796.5355350493767" data-w="2.9978017038738116" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="796.5355350493767" y="59" width="2.9978017038738116" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="800.5355350493767" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="799.5333367532505" data-w="2.3796109570297768" data-d="1" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 1
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="799.5333367532505" y="59" width="2.3796109570297768" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="803.5333367532505" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="801.9129477102803" data-w="2.0070028356443315" data-d="1" data-name="oauth2" data-weight="237" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>oauth2 v5.0.0
237 transitive deps
depth 1
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="801.9129477102803" y="59" width="2.0070028356443315" height="18" rx="2" fill="hsl(242,64%,55%)" class="shared"/>
<text x="805.9129477102803" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="815.0558523555123" data-w="16.77189574226971" data-d="0" data-name="codex-otel" data-weight="518" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-otel v0.0.0
518 transitive deps
depth 0
[shared: 10 parents in dep graph]
[22 children too small to show]</title>
<rect x="815.0558523555123" y="40" width="16.77189574226971" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="819.0558523555123" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="815.0558523555123" data-w="3.2834620417213003" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="815.0558523555123" y="59" width="3.2834620417213003" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="819.0558523555123" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="818.3393143972337" data-w="3.2267283563351876" data-d="1" data-name="codex-api" data-weight="455" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-api v0.0.0
455 transitive deps
depth 1
[shared: 2 parents in dep graph]
[18 children too small to show]</title>
<rect x="818.3393143972337" y="59" width="3.2267283563351876" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="822.3393143972337" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="821.5660427535689" data-w="2.5104655783355083" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="821.5660427535689" y="59" width="2.5104655783355083" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="825.5660427535689" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="831.8277480977821" data-w="16.22146673142302" data-d="0" data-name="codex-feedback" data-weight="501" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-feedback v0.0.0
501 transitive deps
depth 0
[shared: 5 parents in dep graph]
[3 children too small to show]</title>
<rect x="831.8277480977821" y="40" width="16.22146673142302" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="835.8277480977821" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="831.8277480977821" data-w="7.986647041618567" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="831.8277480977821" y="59" width="7.986647041618567" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="835.8277480977821" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="831.8277480977821" data-w="2.3438002415600727" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="831.8277480977821" y="78" width="2.3438002415600727" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="835.8277480977821" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="839.8143951394006" data-w="6.948834149204855" data-d="1" data-name="sentry" data-weight="308" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sentry v0.46.1
308 transitive deps
depth 1
[12 children too small to show]</title>
<rect x="839.8143951394006" y="59" width="6.948834149204855" height="18" rx="2" fill="hsl(30,75%,50%)" class="normal"/>
<text x="843.8143951394006" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="848.0492148292051" data-w="15.96244131455399" data-d="0" data-name="codex-sandboxing" data-weight="493" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-sandboxing v0.0.0
493 transitive deps
depth 0
[shared: 3 parents in dep graph]
[7 children too small to show]</title>
<rect x="848.0492148292051" y="40" width="15.96244131455399" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="852.0492148292051" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="848.0492148292051" data-w="6.5935871941098165" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="848.0492148292051" y="59" width="6.5935871941098165" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="852.0492148292051" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="854.6428020233149" data-w="6.481831478955412" data-d="1" data-name="codex-network-proxy" data-weight="348" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-network-proxy v0.0.0
348 transitive deps
depth 1
[shared: 2 parents in dep graph]
[23 children too small to show]</title>
<rect x="854.6428020233149" y="59" width="6.481831478955412" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="858.6428020233149" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="864.0116561437591" data-w="15.282499595272787" data-d="0" data-name="codex-exec-server" data-weight="472" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-exec-server v0.0.0
472 transitive deps
depth 0
[shared: 3 parents in dep graph]
[11 children too small to show]</title>
<rect x="864.0116561437591" y="40" width="15.282499595272787" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="868.0116561437591" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="864.0116561437591" data-w="8.256472943537107" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[16 children too small to show]</title>
<rect x="864.0116561437591" y="59" width="8.256472943537107" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="868.0116561437591" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="864.0116561437591" data-w="2.765176368980261" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="864.0116561437591" y="78" width="2.765176368980261" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="868.0116561437591" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="866.7768325127394" data-w="2.1949563832865913" data-d="2" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 2
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="866.7768325127394" y="78" width="2.1949563832865913" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="870.7768325127394" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="872.2681290872962" data-w="2.443060028649209" data-d="1" data-name="tokio-tungstenite" data-weight="137" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>tokio-tungstenite v0.28.0
137 transitive deps
depth 1
[shared: 8 parents in dep graph]
[8 children too small to show]</title>
<rect x="872.2681290872962" y="59" width="2.443060028649209" height="18" rx="2" fill="hsl(246,62%,56%)" class="shared"/>
<text x="876.2681290872962" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="879.2941557390319" data-w="15.282499595272787" data-d="0" data-name="codex-hooks" data-weight="472" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-hooks v0.0.0
472 transitive deps
depth 0
[8 children too small to show]</title>
<rect x="879.2941557390319" y="40" width="15.282499595272787" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="883.2941557390319" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="879.2941557390319" data-w="7.4130353340612585" data-d="1" data-name="codex-config" data-weight="471" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-config v0.0.0
471 transitive deps
depth 1
[shared: 5 parents in dep graph]
[14 children too small to show]</title>
<rect x="879.2941557390319" y="59" width="7.4130353340612585" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="883.2941557390319" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="879.2941557390319" data-w="2.64832975283207" data-d="2" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 2
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="879.2941557390319" y="78" width="2.64832975283207" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="883.2941557390319" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="881.942485491864" data-w="2.0248568736556214" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="881.942485491864" y="78" width="2.0248568736556214" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="885.942485491864" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="886.7071910730932" data-w="5.571580696937762" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="886.7071910730932" y="59" width="5.571580696937762" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="890.7071910730932" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="894.5766553343047" data-w="15.250121418164156" data-d="0" data-name="codex-config" data-weight="471" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-config v0.0.0
471 transitive deps
depth 0
[shared: 5 parents in dep graph]
[13 children too small to show]</title>
<rect x="894.5766553343047" y="40" width="15.250121418164156" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="898.5766553343047" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="894.5766553343047" data-w="5.448152944915126" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[18 children too small to show]</title>
<rect x="894.5766553343047" y="59" width="5.448152944915126" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="898.5766553343047" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="900.0248082792199" data-w="4.16554242440595" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="900.0248082792199" y="59" width="4.16554242440595" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="904.0248082792199" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="904.1903507036259" data-w="2.800562420928294" data-d="1" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 1
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="904.1903507036259" y="59" width="2.800562420928294" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="908.1903507036259" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="909.826776752469" data-w="15.055852355512384" data-d="0" data-name="codex-connectors" data-weight="465" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-connectors v0.0.0
465 transitive deps
depth 0
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="909.826776752469" y="40" width="15.055852355512384" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="913.826776752469" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="909.826776752469" data-w="14.768770425004734" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[16 children too small to show]</title>
<rect x="909.826776752469" y="59" width="14.768770425004734" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="913.826776752469" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="909.826776752469" data-w="4.9462107194434015" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="909.826776752469" y="78" width="4.9462107194434015" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="913.826776752469" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="914.7729874719124" data-w="3.9262294128915136" data-d="2" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 2
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="914.7729874719124" y="78" width="3.9262294128915136" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="918.7729874719124" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="924.8826291079813" data-w="15.023474178403756" data-d="0" data-name="codex-debug-client" data-weight="464" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-debug-client v0.0.0
464 transitive deps
depth 0
[4 children too small to show]</title>
<rect x="924.8826291079813" y="40" width="15.023474178403756" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="928.8826291079813" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="924.8826291079813" data-w="13.224084685553116" data-d="1" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 1
[shared: 16 parents in dep graph]
[16 children too small to show]</title>
<rect x="924.8826291079813" y="59" width="13.224084685553116" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="928.8826291079813" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="924.8826291079813" data-w="4.42887982846339" data-d="2" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 2
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="924.8826291079813" y="78" width="4.42887982846339" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="928.8826291079813" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="929.3115089364447" data-w="3.515579750842408" data-d="2" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 2
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="929.3115089364447" y="78" width="3.515579750842408" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="933.3115089364447" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="939.906103286385" data-w="14.991096001295126" data-d="0" data-name="codex-app-server-protocol" data-weight="463" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-app-server-protocol v0.0.0
463 transitive deps
depth 0
[shared: 16 parents in dep graph]
[16 children too small to show]</title>
<rect x="939.906103286385" y="40" width="14.991096001295126" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="943.906103286385" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="939.906103286385" data-w="5.020669805542549" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="939.906103286385" y="59" width="5.020669805542549" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="943.906103286385" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="944.9267730919275" data-w="3.98533394168773" data-d="1" data-name="rmcp" data-weight="281" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>rmcp v0.15.0
281 transitive deps
depth 1
[shared: 7 parents in dep graph]
[28 children too small to show]</title>
<rect x="944.9267730919275" y="59" width="3.98533394168773" height="18" rx="2" fill="hsl(241,65%,55%)" class="shared"/>
<text x="948.9267730919275" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="954.8971992876801" data-w="14.732070584426097" data-d="0" data-name="codex-api" data-weight="455" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-api v0.0.0
455 transitive deps
depth 0
[shared: 2 parents in dep graph]
[16 children too small to show]</title>
<rect x="954.8971992876801" y="40" width="14.732070584426097" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="958.8971992876801" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="954.8971992876801" data-w="4.892263589950129" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="954.8971992876801" y="59" width="4.892263589950129" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="958.8971992876801" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="959.7894628776303" data-w="3.261509059966753" data-d="1" data-name="codex-client" data-weight="236" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-client v0.0.0
236 transitive deps
depth 1
[shared: 7 parents in dep graph]
[19 children too small to show]</title>
<rect x="959.7894628776303" y="59" width="3.261509059966753" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="963.7894628776303" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="969.6292698721062" data-w="14.37591063623118" data-d="0" data-name="codex-state" data-weight="444" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-state v0.0.0
444 transitive deps
depth 0
[shared: 6 parents in dep graph]
[13 children too small to show]</title>
<rect x="969.6292698721062" y="40" width="14.37591063623118" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="973.6292698721062" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="969.6292698721062" data-w="5.856239775864025" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="969.6292698721062" y="59" width="5.856239775864025" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="973.6292698721062" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="975.4855096479702" data-w="4.036504252290458" data-d="1" data-name="sqlx" data-weight="244" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>sqlx v0.8.6
244 transitive deps
depth 1
[5 children too small to show]</title>
<rect x="975.4855096479702" y="59" width="4.036504252290458" height="18" rx="2" fill="hsl(34,74%,50%)" class="normal"/>
<text x="979.4855096479702" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="984.0051805083374" data-w="12.174194592844422" data-d="0" data-name="codex-windows-sandbox" data-weight="376" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-windows-sandbox v0.0.0
376 transitive deps
depth 0
[shared: 4 parents in dep graph]
[16 children too small to show]</title>
<rect x="984.0051805083374" y="40" width="12.174194592844422" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="988.0051805083374" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="984.0051805083374" data-w="6.139123769041205" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="984.0051805083374" y="59" width="6.139123769041205" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="988.0051805083374" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="996.1793751011818" data-w="11.785656467540878" data-d="0" data-name="codex-shell-escalation" data-weight="364" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-shell-escalation v0.0.0
364 transitive deps
depth 0
[shared: 2 parents in dep graph]
[12 children too small to show]</title>
<rect x="996.1793751011818" y="40" width="11.785656467540878" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1000.1793751011818" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="996.1793751011818" data-w="6.5496426836883375" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[19 children too small to show]</title>
<rect x="996.1793751011818" y="59" width="6.5496426836883375" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1000.1793751011818" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1007.9650315687227" data-w="11.72090011332362" data-d="0" data-name="codex-shell-command" data-weight="362" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-shell-command v0.0.0
362 transitive deps
depth 0
[shared: 5 parents in dep graph]
[11 children too small to show]</title>
<rect x="1007.9650315687227" y="40" width="11.72090011332362" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1011.9650315687227" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1007.9650315687227" data-w="7.343714407285949" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1007.9650315687227" y="59" width="7.343714407285949" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1011.9650315687227" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1007.9650315687227" data-w="2.155122107193657" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1007.9650315687227" y="78" width="2.155122107193657" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1011.9650315687227" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="1019.6859316820463" data-w="11.688521936214991" data-d="0" data-name="codex-utils-cli" data-weight="361" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-cli v0.0.0
361 transitive deps
depth 0
[shared: 9 parents in dep graph]
[3 children too small to show]</title>
<rect x="1019.6859316820463" y="40" width="11.688521936214991" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1023.6859316820463" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1019.6859316820463" data-w="9.875266743246078" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1019.6859316820463" y="59" width="9.875266743246078" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1023.6859316820463" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1019.6859316820463" data-w="2.8980437544914506" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1019.6859316820463" y="78" width="2.8980437544914506" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1023.6859316820463" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="1031.3744536182612" data-w="11.494252873563218" data-d="0" data-name="codex-utils-output-truncation" data-weight="355" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-output-truncation v0.0.0
355 transitive deps
depth 0
[1 children too small to show]</title>
<rect x="1031.3744536182612" y="40" width="11.494252873563218" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1035.3744536182612" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1031.3744536182612" data-w="11.429678419217357" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1031.3744536182612" y="59" width="11.429678419217357" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1035.3744536182612" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1031.3744536182612" data-w="3.354208956564403" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1031.3744536182612" y="78" width="3.354208956564403" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1035.3744536182612" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="1042.8687064918245" data-w="11.494252873563218" data-d="0" data-name="codex-instructions" data-weight="355" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-instructions v0.0.0
355 transitive deps
depth 0
[shared: 2 parents in dep graph]
[1 children too small to show]</title>
<rect x="1042.8687064918245" y="40" width="11.494252873563218" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1046.8687064918245" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1042.8687064918245" data-w="11.271372623937337" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1042.8687064918245" y="59" width="11.271372623937337" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1046.8687064918245" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1042.8687064918245" data-w="3.307751768800353" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1042.8687064918245" y="78" width="3.307751768800353" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1046.8687064918245" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="1054.3629593653877" data-w="11.494252873563218" data-d="0" data-name="codex-utils-approval-presets" data-weight="355" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-approval-presets v0.0.0
355 transitive deps
depth 0
[shared: 2 parents in dep graph]</title>
<rect x="1054.3629593653877" y="40" width="11.494252873563218" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1058.3629593653877" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1054.3629593653877" data-w="11.494252873563218" data-d="1" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 1
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1054.3629593653877" y="59" width="11.494252873563218" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1058.3629593653877" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1054.3629593653877" data-w="3.3731592896523375" data-d="2" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 2
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1054.3629593653877" y="78" width="3.3731592896523375" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1058.3629593653877" y="91" fill="#fff"></text>
</g>
<g class="frame" data-x="1065.857212238951" data-w="11.46187469645459" data-d="0" data-name="codex-protocol" data-weight="354" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-protocol v0.0.0
354 transitive deps
depth 0
[shared: 36 parents in dep graph]
[18 children too small to show]</title>
<rect x="1065.857212238951" y="40" width="11.46187469645459" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1069.857212238951" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1065.857212238951" data-w="3.3636574324983877" data-d="1" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 1
[shared: 4 parents in dep graph]
[9 children too small to show]</title>
<rect x="1065.857212238951" y="59" width="3.3636574324983877" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1069.857212238951" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1077.3190869354055" data-w="11.267605633802818" data-d="0" data-name="codex-network-proxy" data-weight="348" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-network-proxy v0.0.0
348 transitive deps
depth 0
[shared: 2 parents in dep graph]
[23 children too small to show]</title>
<rect x="1077.3190869354055" y="40" width="11.267605633802818" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1081.3190869354055" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1088.5866925692083" data-w="9.422049538610976" data-d="0" data-name="codex-secrets" data-weight="291" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-secrets v0.0.0
291 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="1088.5866925692083" y="40" width="9.422049538610976" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1092.5866925692083" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1088.5866925692083" data-w="3.1710572915247774" data-d="1" data-name="codex-keyring-store" data-weight="174" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-keyring-store v0.0.0
174 transitive deps
depth 1
[shared: 3 parents in dep graph]
[1 children too small to show]</title>
<rect x="1088.5866925692083" y="59" width="3.1710572915247774" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1092.5866925692083" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1088.5866925692083" data-w="2.9494242550203573" data-d="2" data-name="keyring" data-weight="173" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>keyring v3.6.3
173 transitive deps
depth 2
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="1088.5866925692083" y="78" width="2.9494242550203573" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="1092.5866925692083" y="91" fill="#000"></text>
</g>
<g class="frame" data-x="1091.757749860733" data-w="2.496752005395945" data-d="1" data-name="age" data-weight="137" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>age v0.11.2
137 transitive deps
depth 1
[18 children too small to show]</title>
<rect x="1091.757749860733" y="59" width="2.496752005395945" height="18" rx="2" fill="hsl(43,72%,51%)" class="normal"/>
<text x="1095.757749860733" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1098.0087421078192" data-w="8.742107819329771" data-d="0" data-name="codex-artifacts" data-weight="270" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-artifacts v0.0.0
270 transitive deps
depth 0
[7 children too small to show]</title>
<rect x="1098.0087421078192" y="40" width="8.742107819329771" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1102.0087421078192" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1098.0087421078192" data-w="3.7087730142611153" data-d="1" data-name="codex-package-manager" data-weight="266" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-package-manager v0.0.0
266 transitive deps
depth 1
[11 children too small to show]</title>
<rect x="1098.0087421078192" y="59" width="3.7087730142611153" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1102.0087421078192" y="72" fill="#fff"></text>
</g>
<g class="frame" data-x="1101.7175151220804" data-w="2.9419214511620124" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="1101.7175151220804" y="59" width="2.9419214511620124" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="1105.7175151220804" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1106.750849927149" data-w="8.644973288003886" data-d="0" data-name="codex-execpolicy-legacy" data-weight="267" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy-legacy v0.0.0
267 transitive deps
depth 0
[12 children too small to show]</title>
<rect x="1106.750849927149" y="40" width="8.644973288003886" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1110.750849927149" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1106.750849927149" data-w="3.9220662660540198" data-d="1" data-name="starlark" data-weight="191" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>starlark v0.13.0
191 transitive deps
depth 1
[shared: 2 parents in dep graph]
[32 children too small to show]</title>
<rect x="1106.750849927149" y="59" width="3.9220662660540198" height="18" rx="2" fill="hsl(243,63%,56%)" class="shared"/>
<text x="1110.750849927149" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1115.3958232151529" data-w="8.612595110895256" data-d="0" data-name="codex-package-manager" data-weight="266" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-package-manager v0.0.0
266 transitive deps
depth 0
[10 children too small to show]</title>
<rect x="1115.3958232151529" y="40" width="8.612595110895256" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1119.3958232151529" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1115.3958232151529" data-w="3.591418119365413" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="1115.3958232151529" y="59" width="3.591418119365413" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="1119.3958232151529" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1124.008418326048" data-w="7.70600615185365" data-d="0" data-name="codex-execpolicy" data-weight="238" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-execpolicy v0.0.0
238 transitive deps
depth 0
[shared: 4 parents in dep graph]
[8 children too small to show]</title>
<rect x="1124.008418326048" y="40" width="7.70600615185365" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1128.008418326048" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1124.008418326048" data-w="4.501061697260083" data-d="1" data-name="starlark" data-weight="191" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>starlark v0.13.0
191 transitive deps
depth 1
[shared: 2 parents in dep graph]
[32 children too small to show]</title>
<rect x="1124.008418326048" y="59" width="4.501061697260083" height="18" rx="2" fill="hsl(243,63%,56%)" class="shared"/>
<text x="1128.008418326048" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1131.7144244779017" data-w="7.673627974745021" data-d="0" data-name="codex-responses-api-proxy" data-weight="237" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-responses-api-proxy v0.0.0
237 transitive deps
depth 0
[9 children too small to show]</title>
<rect x="1131.7144244779017" y="40" width="7.673627974745021" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1135.7144244779017" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1131.7144244779017" data-w="5.544984598189039" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="1131.7144244779017" y="59" width="5.544984598189039" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="1135.7144244779017" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1139.3880524526467" data-w="7.641249797636394" data-d="0" data-name="codex-client" data-weight="236" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-client v0.0.0
236 transitive deps
depth 0
[shared: 7 parents in dep graph]
[18 children too small to show]</title>
<rect x="1139.3880524526467" y="40" width="7.641249797636394" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1143.3880524526467" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1139.3880524526467" data-w="2.617376148216362" data-d="1" data-name="reqwest" data-weight="211" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>reqwest v0.12.28
211 transitive deps
depth 1
[shared: 19 parents in dep graph]
[42 children too small to show]</title>
<rect x="1139.3880524526467" y="59" width="2.617376148216362" height="18" rx="2" fill="hsl(243,64%,56%)" class="shared"/>
<text x="1143.3880524526467" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1147.029302250283" data-w="5.633802816901409" data-d="0" data-name="codex-keyring-store" data-weight="174" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-keyring-store v0.0.0
174 transitive deps
depth 0
[shared: 3 parents in dep graph]
[1 children too small to show]</title>
<rect x="1147.029302250283" y="40" width="5.633802816901409" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1151.029302250283" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1147.029302250283" data-w="5.240042404967439" data-d="1" data-name="keyring" data-weight="173" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>keyring v3.6.3
173 transitive deps
depth 1
[shared: 2 parents in dep graph]
[10 children too small to show]</title>
<rect x="1147.029302250283" y="59" width="5.240042404967439" height="18" rx="2" fill="hsl(244,63%,56%)" class="shared"/>
<text x="1151.029302250283" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1152.6631050671845" data-w="4.662457503642544" data-d="0" data-name="codex-code-mode" data-weight="144" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-code-mode v0.0.0
144 transitive deps
depth 0
[7 children too small to show]</title>
<rect x="1152.6631050671845" y="40" width="4.662457503642544" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1156.6631050671845" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1157.325562570827" data-w="3.6587340132750525" data-d="0" data-name="codex-utils-image" data-weight="113" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-image v0.0.0
113 transitive deps
depth 0
[shared: 2 parents in dep graph]
[6 children too small to show]</title>
<rect x="1157.325562570827" y="40" width="3.6587340132750525" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1161.325562570827" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1160.9842965841021" data-w="3.3997085964060223" data-d="0" data-name="codex-git-utils" data-weight="105" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-git-utils v0.0.0
105 transitive deps
depth 0
[shared: 13 parents in dep graph]
[11 children too small to show]</title>
<rect x="1160.9842965841021" y="40" width="3.3997085964060223" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1164.9842965841021" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1164.3840051805082" data-w="3.0759268253197343" data-d="0" data-name="codex-v8-poc" data-weight="95" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-v8-poc v0.0.0
95 transitive deps
depth 0</title>
<rect x="1164.3840051805082" y="40" width="3.0759268253197343" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1168.3840051805082" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1164.3840051805082" data-w="3.0759268253197343" data-d="1" data-name="v8" data-weight="94" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>v8 v146.4.0
94 transitive deps
depth 1
[shared: 2 parents in dep graph]
[9 children too small to show]</title>
<rect x="1164.3840051805082" y="59" width="3.0759268253197343" height="18" rx="2" fill="hsl(248,61%,57%)" class="shared"/>
<text x="1168.3840051805082" y="72" fill="#000"></text>
</g>
<g class="frame" data-x="1167.459932005828" data-w="2.881657762667962" data-d="0" data-name="codex-ansi-escape" data-weight="89" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-ansi-escape v0.0.0
89 transitive deps
depth 0
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="1167.459932005828" y="40" width="2.881657762667962" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1171.459932005828" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1170.341589768496" data-w="2.7845232313420754" data-d="0" data-name="codex-file-search" data-weight="86" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-file-search v0.0.0
86 transitive deps
depth 0
[shared: 4 parents in dep graph]
[8 children too small to show]</title>
<rect x="1170.341589768496" y="40" width="2.7845232313420754" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1174.341589768496" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1173.1261129998381" data-w="2.525497814473045" data-d="0" data-name="codex-backend-openapi-models" data-weight="78" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-backend-openapi-models v0.0.0
78 transitive deps
depth 0
[3 children too small to show]</title>
<rect x="1173.1261129998381" y="40" width="2.525497814473045" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1177.1261129998381" y="53" fill="#fff"></text>
</g>
<g class="frame" data-x="1175.6516108143112" data-w="2.104581512060871" data-d="0" data-name="codex-utils-path" data-weight="65" onclick="zoom(evt)" onmouseover="hlOn(evt)" onmouseout="hlOff(evt)">
<title>codex-utils-path v0.0.0
65 transitive deps
depth 0
[shared: 2 parents in dep graph]
[3 children too small to show]</title>
<rect x="1175.6516108143112" y="40" width="2.104581512060871" height="18" rx="2" fill="rgb(70,130,180)" class="workspace"/>
<text x="1179.6516108143112" y="53" fill="#fff"></text>
</g>
</g>
</svg>
</div>
<div id="tab-targets" class="tab-content">
<div style="background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#664d03"><strong>âš Use your judgement.</strong> These suggestions are based on automated analysis of dependency metadata and source references. They may be wrong or impractical. Before acting on any suggestion, make sure you understand why the dependency exists, what features it provides, and whether removing it would break functionality or degrade the library for other users.</div>
<div class="action-summary">
<h3>Remove unused dependencies</h3>
<p style="font-size:13px;color:#666;margin-bottom:8px">These dependencies are in your <code>Cargo.toml</code> but no references were found in your source code. You can remove them by deleting the line from <code>[dependencies]</code>. If a dependency has 0 deps saved, it's also pulled in transitively by something else, so removing it only cleans up your manifest without shrinking the build.</p>
<ul>
<li>(-0 deps) Remove <a href="https://crates.io/crates/tokio" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio</a> from <a href="https://crates.io/crates/codex-windows-sandbox" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-windows-sandbox</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 = "1.49.0"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/openssl-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl-sys</a> from <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-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">- openssl-sys = "0.9.111"</div></div></li>
<li>(-0 deps) Remove <a href="https://crates.io/crates/icu_provider" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_provider</a> from <a href="https://crates.io/crates/codex-protocol" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-protocol</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">- icu_provider = "2.1.1"</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>(-6 deps) <a href="https://crates.io/crates/process-wrap" target="_blank" style="color:inherit;text-decoration:underline dotted">process-wrap</a> is already optional in <a href="https://crates.io/crates/rmcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rmcp</a> (already optional) — enabled by feature(s) <code>transport-child-process</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) "transport-child-process" of rmcp pull in process-wrap</div><div class="diff-rm">- rmcp = { version = "...", features = ["transport-child-process"] }</div><div class="diff-add">+ rmcp = { version = "..." } # without "transport-child-process"</div></div></li>
<li>(-6 deps) <a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a> is already optional in <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> (already optional) — default feature(s) <code>default_tokenizer</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) "default_tokenizer" of bm25 pull in cached</div><div class="diff-rm">- bm25 = "..."</div><div class="diff-add">+ bm25 = { version = "...", default-features = false }</div></div></li>
<li>(-4 deps) <a href="https://crates.io/crates/cached_proc_macro" target="_blank" style="color:inherit;text-decoration:underline dotted">cached_proc_macro</a> is already optional in <a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a> (already optional) — default feature(s) <code>cached_proc_macro</code>, <code>proc_macro</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) "cached_proc_macro", "proc_macro" of cached pull in cached_proc_macro</div><div class="diff-rm">- cached = "..."</div><div class="diff-add">+ cached = { version = "...", default-features = false, features = ["ahash"] }</div></div></li>
<li>(-4 deps) <a href="https://crates.io/crates/const-hex" target="_blank" style="color:inherit;text-decoration:underline dotted">const-hex</a> is already optional in <a href="https://crates.io/crates/opentelemetry-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">opentelemetry-proto</a> (already optional) — enabled by feature(s) <code>const-hex</code>, <code>with-serde</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) "const-hex", "with-serde" of opentelemetry-proto pull in const-hex</div><div class="diff-rm">- opentelemetry-proto = { version = "...", features = ["const-hex", "with-serde"] }</div><div class="diff-add">+ opentelemetry-proto = { version = "..." } # without "const-hex", "with-serde"</div></div></li>
<li>(-3 deps) <a href="https://crates.io/crates/sentry-contexts" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry-contexts</a> is already optional in <a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a> (already optional) — default feature(s) <code>contexts</code>, <code>sentry-contexts</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) "contexts", "sentry-contexts" of sentry pull in sentry-contexts</div><div class="diff-rm">- sentry = "..."</div><div class="diff-add">+ sentry = { version = "...", default-features = false, features = ["backtrace", "debug-images", "panic", "transport", "release-health"] }</div></div></li>
<li>(-3 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>(-41 deps) Make <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> optional in <a href="https://crates.io/crates/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</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">- age = "0.11.2"</div><div class="diff-add">+ age = { version = "0.11.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-age = ["dep:age"] # pick a name that makes sense for your crate</div></div></li>
<li>(-29 deps) Make <a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a> optional in <a href="https://crates.io/crates/codex-feedback" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-feedback</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">- sentry = "0.46.1"</div><div class="diff-add">+ sentry = { version = "0.46.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-sentry = ["dep:sentry"] # pick a name that makes sense for your crate</div></div></li>
<li>(-10 deps) Make <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> optional in <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</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">- bm25 = "2.3.2"</div><div class="diff-add">+ bm25 = { version = "2.3.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-bm25 = ["dep:bm25"] # pick a name that makes sense for your crate</div></div></li>
<li>(-4 deps) Make <a href="https://crates.io/crates/askama" target="_blank" style="color:inherit;text-decoration:underline dotted">askama</a> optional in <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</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">- askama = "0.15.4"</div><div class="diff-add">+ askama = { version = "0.15.4", 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-askama = ["dep:askama"] # pick a name that makes sense for your crate</div></div></li>
<li>(-3 deps) Make <a href="https://crates.io/crates/rama-http-backend" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-http-backend</a> optional in <a href="https://crates.io/crates/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</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">- rama-http-backend = "0.3.0-alpha.4"</div><div class="diff-add">+ rama-http-backend = { version = "0.3.0-alpha.4", 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-rama-http-backend = ["dep:rama-http-backend"] # 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>(-15 deps) Propose making <a href="https://crates.io/crates/lalrpop" target="_blank" style="color:inherit;text-decoration:underline dotted">lalrpop</a> optional in <a href="https://crates.io/crates/starlark_syntax" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark_syntax</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>(-14 deps) Propose making <a href="https://crates.io/crates/temporal_capi" target="_blank" style="color:inherit;text-decoration:underline dotted">temporal_capi</a> optional in <a href="https://crates.io/crates/v8" target="_blank" style="color:inherit;text-decoration:underline dotted">v8</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>(-10 deps) Propose making <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</a> optional in <a href="https://crates.io/crates/rama-tcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-tcp</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/hickory-resolver" target="_blank" style="color:inherit;text-decoration:underline dotted">hickory-resolver</a> optional in <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</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/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>(-5 deps) Propose making <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a> optional in <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</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/tokio-graceful" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-graceful</a> optional in <a href="https://crates.io/crates/rama-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-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>(-4 deps) Propose making <a href="https://crates.io/crates/schemafy" target="_blank" style="color:inherit;text-decoration:underline dotted">schemafy</a> optional in <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-4 deps) Propose making <a href="https://crates.io/crates/x25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">x25519-dalek</a> optional in <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</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/openssl" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl</a> optional in <a href="https://crates.io/crates/native-tls" target="_blank" style="color:inherit;text-decoration:underline dotted">native-tls</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-3 deps) Propose making <a href="https://crates.io/crates/i18n-embed-fl" target="_blank" style="color:inherit;text-decoration:underline dotted">i18n-embed-fl</a> optional in <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-3 deps) Propose making <a href="https://crates.io/crates/tree_magic_mini" target="_blank" style="color:inherit;text-decoration:underline dotted">tree_magic_mini</a> optional in <a href="https://crates.io/crates/wl-clipboard-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">wl-clipboard-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>(-3 deps) Propose making <a href="https://crates.io/crates/deadpool" target="_blank" style="color:inherit;text-decoration:underline dotted">deadpool</a> optional in <a href="https://crates.io/crates/wiremock" target="_blank" style="color:inherit;text-decoration:underline dotted">wiremock</a> — submit a PR to put it behind a feature flag <span title="This change would be a PR to an upstream library, not your own code" style="cursor:help">📤</span></li>
<li>(-3 deps) Propose making <a href="https://crates.io/crates/rustyline" target="_blank" style="color:inherit;text-decoration:underline dotted">rustyline</a> optional in <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</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/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</a></code></td>
<td><code><a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a></code></td>
<td>41</td><td>137</td><td>6</td><td>22.8</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-1">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</a> v0.0.0 → <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> v0.11.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/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</a> → <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</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/codex/codex-rs/secrets/src/local.rs:12</div>
<div class="ref-line"><code>use age::decrypt;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs:13</div>
<div class="ref-line"><code>use age::encrypt;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs:14</div>
<div class="ref-line"><code>use age::scrypt::Identity as ScryptIdentity;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs:15</div>
<div class="ref-line"><code>use age::scrypt::Recipient as ScryptRecipient;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs:16</div>
<div class="ref-line"><code>use age::secrecy::ExposeSecret;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs:17</div>
<div class="ref-line"><code>use age::secrecy::SecretString;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(2)">
<td>2</td>
<td><code><a href="https://crates.io/crates/codex-feedback" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-feedback</a></code></td>
<td><code><a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a></code></td>
<td>29</td><td>308</td><td>12</td><td>25.7</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-2">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-feedback" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-feedback</a> v0.0.0 → <a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a> v0.46.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/codex-feedback" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-feedback</a> → <a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a></div>
<div style="margin-top:8px"><span class="label">References (12):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:259</div>
<div class="ref-line"><code>use sentry::Client;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:260</div>
<div class="ref-line"><code>use sentry::ClientOptions;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:261</div>
<div class="ref-line"><code>use sentry::protocol::Envelope;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:262</div>
<div class="ref-line"><code>use sentry::protocol::EnvelopeItem;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:263</div>
<div class="ref-line"><code>use sentry::protocol::Event;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:264</div>
<div class="ref-line"><code>use sentry::protocol::Level;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:265</div>
<div class="ref-line"><code>use sentry::transports::DefaultTransportFactory;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:266</div>
<div class="ref-line"><code>use sentry::types::Dsn;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:323</div>
<div class="ref-line"><code>use sentry::protocol::Exception;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:324</div>
<div class="ref-line"><code>use sentry::protocol::Values;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:350</div>
<div class="ref-line"><code>) -> Vec<sentry::protocol::Attachment> {</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs:351</div>
<div class="ref-line"><code>use sentry::protocol::Attachment;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(3)">
<td>3</td>
<td><code><a href="https://crates.io/crates/starlark_syntax" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark_syntax</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/lalrpop" target="_blank" style="color:inherit;text-decoration:underline dotted">lalrpop</a></code></td>
<td>15</td><td>74</td><td>1</td><td>74.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-3">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/starlark_syntax" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark_syntax</a> v0.13.0 → <a href="https://crates.io/crates/lalrpop" target="_blank" style="color:inherit;text-decoration:underline dotted">lalrpop</a> v0.19.12</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">BUILD-ONLY</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-execpolicy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-execpolicy</a> → <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> → <a href="https://crates.io/crates/starlark_syntax" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark_syntax</a> → <a href="https://crates.io/crates/lalrpop" target="_blank" style="color:inherit;text-decoration:underline dotted">lalrpop</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/.../starlark_syntax-0.13.0/build.rs:21</div>
<div class="ref-line"><code>lalrpop::Configuration::new()</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(4)">
<td>4</td>
<td><code><a href="https://crates.io/crates/v8" target="_blank" style="color:inherit;text-decoration:underline dotted">v8</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/temporal_capi" target="_blank" style="color:inherit;text-decoration:underline dotted">temporal_capi</a></code></td>
<td>14</td><td>44</td><td>1</td><td>44.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-4">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/v8" target="_blank" style="color:inherit;text-decoration:underline dotted">v8</a> v146.4.0 → <a href="https://crates.io/crates/temporal_capi" target="_blank" style="color:inherit;text-decoration:underline dotted">temporal_capi</a> v0.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/codex-code-mode" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-code-mode</a> → <a href="https://crates.io/crates/v8" target="_blank" style="color:inherit;text-decoration:underline dotted">v8</a> → <a href="https://crates.io/crates/temporal_capi" target="_blank" style="color:inherit;text-decoration:underline dotted">temporal_capi</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/.../v8-146.4.0/src/lib.rs:30</div>
<div class="ref-line"><code>extern crate temporal_capi;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(5)">
<td>5</td>
<td><code><a href="https://crates.io/crates/rama-tcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-tcp</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</a></code></td>
<td>10</td><td>228</td><td>2</td><td>114.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-5">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rama-tcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-tcp</a> v0.3.0-alpha.4 → <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</a> v0.3.0-alpha.4</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/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a> → <a href="https://crates.io/crates/rama-tcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-tcp</a> → <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</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/.../rama-tcp-0.3.0-alpha.4/src/client/connect.rs:8</div>
<div class="ref-line"><code>use rama_dns::{DnsOverwrite, DnsResolver, GlobalDnsResolver};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rama-tcp-0.3.0-alpha.4/src/client/service/connector.rs:7</div>
<div class="ref-line"><code>use rama_dns::{DnsResolver, GlobalDnsResolver};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(6)">
<td>6</td>
<td><code><a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a></code></td>
<td><code><a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a></code></td>
<td>10</td><td>57</td><td>3</td><td>19.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-6">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> v0.0.0 → <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> v2.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/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> → <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a></div>
<div style="margin-top:8px"><span class="label">References (3):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs:13</div>
<div class="ref-line"><code>use bm25::Document;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs:14</div>
<div class="ref-line"><code>use bm25::Language;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs:15</div>
<div class="ref-line"><code>use bm25::SearchEngineBuilder;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(7)">
<td>7</td>
<td><code><a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</a></code> <span title="Requires a PR to this upstream library">📤</span></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>9</td><td>149</td><td>2</td><td>74.5</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-7">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</a> v0.3.0-alpha.4 → <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 style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a> → <a href="https://crates.io/crates/rama-tcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-tcp</a> → <a href="https://crates.io/crates/rama-dns" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-dns</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 (2):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../rama-dns-0.3.0-alpha.4/src/hickory.rs:8</div>
<div class="ref-line"><code>pub use hickory_resolver as resolver;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../rama-dns-0.3.0-alpha.4/src/hickory.rs:9</div>
<div class="ref-line"><code>use hickory_resolver::{</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(8)">
<td>8</td>
<td><code><a href="https://crates.io/crates/rmcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rmcp</a></code></td>
<td><code><a href="https://crates.io/crates/process-wrap" target="_blank" style="color:inherit;text-decoration:underline dotted">process-wrap</a></code></td>
<td>6</td><td>75</td><td>1</td><td>75.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: transport-child-process)</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/rmcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rmcp</a> v0.15.0 → <a href="https://crates.io/crates/process-wrap" target="_blank" style="color:inherit;text-decoration:underline dotted">process-wrap</a> v9.0.1</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/codex-mcp-server" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-mcp-server</a> → <a href="https://crates.io/crates/rmcp" target="_blank" style="color:inherit;text-decoration:underline dotted">rmcp</a> → <a href="https://crates.io/crates/process-wrap" target="_blank" style="color:inherit;text-decoration:underline dotted">process-wrap</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/.../rmcp-0.15.0/src/transport/child_process.rs:4</div>
<div class="ref-line"><code>use process_wrap::tokio::{ChildWrapper, CommandWrap};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(9)">
<td>9</td>
<td><code><a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a></code></td>
<td><code><a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a></code></td>
<td>6</td><td>40</td><td>1</td><td>40.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: default_tokenizer)</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/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> v2.3.2 → <a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a> v0.56.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/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> → <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> → <a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</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/.../bm25-2.3.2/src/default_tokenizer.rs:1</div>
<div class="ref-line"><code>use cached::proc_macro::cached;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(10)">
<td>10</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>5</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-10">
<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/codex-artifacts" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-artifacts</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(11)">
<td>11</td>
<td><code><a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a></code></td>
<td>5</td><td>31</td><td>7</td><td>4.4</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/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> v0.13.0 → <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a> v0.5.0</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-execpolicy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-execpolicy</a> → <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> → <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</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/.../starlark-0.13.0/src/debug/adapter.rs:25</div>
<div class="ref-line"><code>use debugserver_types::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter.rs:153</div>
<div class="ref-line"><code>pub fn to_dap(self) -> debugserver_types::Variable {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter.rs:154</div>
<div class="ref-line"><code>debugserver_types::Variable {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter/tests.rs:30</div>
<div class="ref-line"><code>use debugserver_types::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter/implementation.rs:28</div>
<div class="ref-line"><code>use debugserver_types::*;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter/implementation.rs:414</div>
<div class="ref-line"><code>pub(crate) fn breakpoint(verified: bool) -> debugserver_types::Breakpoint {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/debug/adapter/implementation.rs:415</div>
<div class="ref-line"><code>debugserver_types::Breakpoint {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(12)">
<td>12</td>
<td><code><a href="https://crates.io/crates/rama-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-core</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/tokio-graceful" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-graceful</a></code></td>
<td>4</td><td>88</td><td>1</td><td>88.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/rama-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-core</a> v0.3.0-alpha.4 → <a href="https://crates.io/crates/tokio-graceful" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-graceful</a> v0.2.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/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a> → <a href="https://crates.io/crates/rama-core" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-core</a> → <a href="https://crates.io/crates/tokio-graceful" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio-graceful</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/.../rama-core-0.3.0-alpha.4/src/graceful.rs:4</div>
<div class="ref-line"><code>pub use ::tokio_graceful::{</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(13)">
<td>13</td>
<td><code><a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/schemafy" target="_blank" style="color:inherit;text-decoration:underline dotted">schemafy</a></code></td>
<td>4</td><td>30</td><td>1</td><td>30.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-13">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a> v0.5.0 → <a href="https://crates.io/crates/schemafy" target="_blank" style="color:inherit;text-decoration:underline dotted">schemafy</a> v0.5.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/codex-execpolicy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-execpolicy</a> → <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> → <a href="https://crates.io/crates/debugserver-types" target="_blank" style="color:inherit;text-decoration:underline dotted">debugserver-types</a> → <a href="https://crates.io/crates/schemafy" target="_blank" style="color:inherit;text-decoration:underline dotted">schemafy</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/.../debugserver-types-0.5.0/src/lib.rs:3</div>
<div class="ref-line"><code>schemafy::schemafy!("src/schema.json");</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(14)">
<td>14</td>
<td><code><a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a></code></td>
<td><code><a href="https://crates.io/crates/askama" target="_blank" style="color:inherit;text-decoration:underline dotted">askama</a></code></td>
<td>4</td><td>24</td><td>1</td><td>24.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-14">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> v0.0.0 → <a href="https://crates.io/crates/askama" target="_blank" style="color:inherit;text-decoration:underline dotted">askama</a> v0.15.4</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/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> → <a href="https://crates.io/crates/askama" target="_blank" style="color:inherit;text-decoration:underline dotted">askama</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/codex/codex-rs/core/src/memories/prompts.rs:4</div>
<div class="ref-line"><code>use askama::Template;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(15)">
<td>15</td>
<td><code><a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a></code></td>
<td><code><a href="https://crates.io/crates/cached_proc_macro" target="_blank" style="color:inherit;text-decoration:underline dotted">cached_proc_macro</a></code></td>
<td>4</td><td>11</td><td>1</td><td>11.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: cached_proc_macro, proc_macro)</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/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a> v0.56.0 → <a href="https://crates.io/crates/cached_proc_macro" target="_blank" style="color:inherit;text-decoration:underline dotted">cached_proc_macro</a> v0.25.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/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> → <a href="https://crates.io/crates/bm25" target="_blank" style="color:inherit;text-decoration:underline dotted">bm25</a> → <a href="https://crates.io/crates/cached" target="_blank" style="color:inherit;text-decoration:underline dotted">cached</a> → <a href="https://crates.io/crates/cached_proc_macro" target="_blank" style="color:inherit;text-decoration:underline dotted">cached_proc_macro</a></div>
<div style="margin-top:8px"><span class="label">References (1):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../cached-0.56.0/src/proc_macro.rs:332</div>
<div class="ref-line"><code>pub use cached_proc_macro::{cached, io_cached, once};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(16)">
<td>16</td>
<td><code><a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/x25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">x25519-dalek</a></code></td>
<td>4</td><td>32</td><td>4</td><td>8.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-16">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> v0.11.2 → <a href="https://crates.io/crates/x25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">x25519-dalek</a> v2.0.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/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</a> → <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> → <a href="https://crates.io/crates/x25519-dalek" target="_blank" style="color:inherit;text-decoration:underline dotted">x25519-dalek</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/.../age-0.11.2/src/ssh/identity.rs:20</div>
<div class="ref-line"><code>use x25519_dalek::{PublicKey as X25519PublicKey, StaticSecret};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../age-0.11.2/src/ssh/recipient.rs:24</div>
<div class="ref-line"><code>use x25519_dalek::{EphemeralSecret, PublicKey as X25519PublicKey, StaticSecret};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../age-0.11.2/src/x25519.rs:15</div>
<div class="ref-line"><code>use x25519_dalek::{EphemeralSecret, PublicKey, StaticSecret};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../age-0.11.2/src/x25519.rs:244</div>
<div class="ref-line"><code>use x25519_dalek::{PublicKey, StaticSecret};</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(17)">
<td>17</td>
<td><code><a href="https://crates.io/crates/native-tls" target="_blank" style="color:inherit;text-decoration:underline dotted">native-tls</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/openssl" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl</a></code></td>
<td>4</td><td>35</td><td>10</td><td>3.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/native-tls" target="_blank" style="color:inherit;text-decoration:underline dotted">native-tls</a> v0.2.14 → <a href="https://crates.io/crates/openssl" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl</a> v0.10.75</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-artifacts" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-artifacts</a> → <a href="https://crates.io/crates/reqwest" target="_blank" style="color:inherit;text-decoration:underline dotted">reqwest</a> → <a href="https://crates.io/crates/native-tls" target="_blank" style="color:inherit;text-decoration:underline dotted">native-tls</a> → <a href="https://crates.io/crates/openssl" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl</a></div>
<div style="margin-top:8px"><span class="label">References (10):</span></div>
<div style="margin-left:8px"><div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:1</div>
<div class="ref-line"><code>extern crate openssl;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:4</div>
<div class="ref-line"><code>use self::openssl::error::ErrorStack;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:5</div>
<div class="ref-line"><code>use self::openssl::hash::MessageDigest;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:6</div>
<div class="ref-line"><code>use self::openssl::nid::Nid;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:7</div>
<div class="ref-line"><code>use self::openssl::pkcs12::Pkcs12;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:8</div>
<div class="ref-line"><code>use self::openssl::pkey::{PKey, Private};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:9</div>
<div class="ref-line"><code>use self::openssl::ssl::{</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:13</div>
<div class="ref-line"><code>use self::openssl::x509::{store::X509StoreBuilder, X509VerifyResult, X509};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:30</div>
<div class="ref-line"><code>use self::openssl::ssl::SslVersion;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../native-tls-0.2.14/src/imp/openssl.rs:53</div>
<div class="ref-line"><code>use self::openssl::ssl::SslOptions;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(18)">
<td>18</td>
<td><code><a href="https://crates.io/crates/opentelemetry-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">opentelemetry-proto</a></code></td>
<td><code><a href="https://crates.io/crates/const-hex" target="_blank" style="color:inherit;text-decoration:underline dotted">const-hex</a></code></td>
<td>4</td><td>38</td><td>12</td><td>3.2</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: const-hex, with-serde)</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/opentelemetry-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">opentelemetry-proto</a> v0.31.0 → <a href="https://crates.io/crates/const-hex" target="_blank" style="color:inherit;text-decoration:underline dotted">const-hex</a> v1.17.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/codex-otel" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-otel</a> → <a href="https://crates.io/crates/opentelemetry-otlp" target="_blank" style="color:inherit;text-decoration:underline dotted">opentelemetry-otlp</a> → <a href="https://crates.io/crates/opentelemetry-proto" target="_blank" style="color:inherit;text-decoration:underline dotted">opentelemetry-proto</a> → <a href="https://crates.io/crates/const-hex" target="_blank" style="color:inherit;text-decoration:underline dotted">const-hex</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/.../opentelemetry-proto-0.31.0/src/proto.rs:19</div>
<div class="ref-line"><code>let hex_string = const_hex::encode(bytes);</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/src/proto.rs:40</div>
<div class="ref-line"><code>const_hex::decode(value).map_err(E::custom)</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:64</div>
<div class="ref-line"><code>trace_id: const_hex::decode("5b8efff798038103d269b633813fc60c")</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:66</div>
<div class="ref-line"><code>span_id: const_hex::decode("eee19b7ec3c1b174").unwrap(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:68</div>
<div class="ref-line"><code>parent_span_id: const_hex::decode("eee19b7ec3c1b173").unwrap(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:271</div>
<div class="ref-line"><code>trace_id: const_hex::decode("5b8efff798038103d269b633813fc60c")</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:273</div>
<div class="ref-line"><code>span_id: const_hex::decode("eee19b7ec3c1b174").unwrap(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:275</div>
<div class="ref-line"><code>parent_span_id: const_hex::decode("eee19b7ec3c1b173").unwrap(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:313</div>
<div class="ref-line"><code>trace_id: const_hex::decode("5b8efff798038103d269b633813fc60b")</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:315</div>
<div class="ref-line"><code>span_id: const_hex::decode("eee19b7ec3c1b172").unwrap(),</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:1277</div>
<div class="ref-line"><code>trace_id: const_hex::decode("5b8efff798038103d269b633813fc60c")</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../opentelemetry-proto-0.31.0/tests/json_serde.rs:1279</div>
<div class="ref-line"><code>span_id: const_hex::decode("eee19b7ec3c1b174").unwrap(),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(19)">
<td>19</td>
<td><code><a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a></code></td>
<td><code><a href="https://crates.io/crates/sentry-contexts" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry-contexts</a></code></td>
<td>3</td><td>110</td><td>2</td><td>55.0</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>ALREADY GATED (already optional, enabled by: contexts, sentry-contexts)</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/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a> v0.46.1 → <a href="https://crates.io/crates/sentry-contexts" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry-contexts</a> v0.46.1</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/codex-feedback" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-feedback</a> → <a href="https://crates.io/crates/sentry" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry</a> → <a href="https://crates.io/crates/sentry-contexts" target="_blank" style="color:inherit;text-decoration:underline dotted">sentry-contexts</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/.../sentry-0.46.1/src/lib.rs:210</div>
<div class="ref-line"><code>pub use sentry_contexts as contexts;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../sentry-0.46.1/src/defaults.rs:67</div>
<div class="ref-line"><code>integrations.push(Arc::new(sentry_contexts::ContextIntegration::default()));</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(20)">
<td>20</td>
<td><code><a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/i18n-embed-fl" target="_blank" style="color:inherit;text-decoration:underline dotted">i18n-embed-fl</a></code></td>
<td>3</td><td>72</td><td>2</td><td>36.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/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> v0.11.2 → <a href="https://crates.io/crates/i18n-embed-fl" target="_blank" style="color:inherit;text-decoration:underline dotted">i18n-embed-fl</a> v0.9.4</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/codex-secrets" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-secrets</a> → <a href="https://crates.io/crates/age" target="_blank" style="color:inherit;text-decoration:underline dotted">age</a> → <a href="https://crates.io/crates/i18n-embed-fl" target="_blank" style="color:inherit;text-decoration:underline dotted">i18n-embed-fl</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/.../age-0.11.2/src/i18n.rs:29</div>
<div class="ref-line"><code>i18n_embed_fl::fl!($crate::i18n::LANGUAGE_LOADER, $message_id)</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../age-0.11.2/src/i18n.rs:33</div>
<div class="ref-line"><code>i18n_embed_fl::fl!($crate::i18n::LANGUAGE_LOADER, $message_id, $($args), *)</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(21)">
<td>21</td>
<td><code><a href="https://crates.io/crates/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a></code></td>
<td><code><a href="https://crates.io/crates/rama-http-backend" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-http-backend</a></code></td>
<td>3</td><td>263</td><td>9</td><td>29.2</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/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a> v0.0.0 → <a href="https://crates.io/crates/rama-http-backend" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-http-backend</a> v0.3.0-alpha.4</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/codex-network-proxy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-network-proxy</a> → <a href="https://crates.io/crates/rama-http-backend" target="_blank" style="color:inherit;text-decoration:underline dotted">rama-http-backend</a></div>
<div style="margin-top:8px"><span class="label">References (9):</span></div>
<div style="margin-left:8px"><div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/mitm.rs:34</div>
<div class="ref-line"><code>use rama_http_backend::server::HttpServer;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/mitm.rs:35</div>
<div class="ref-line"><code>use rama_http_backend::server::layer::upgrade::Upgraded;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs:55</div>
<div class="ref-line"><code>use rama_http_backend::client::proxy::layer::HttpProxyConnector;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs:56</div>
<div class="ref-line"><code>use rama_http_backend::server::HttpServer;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs:57</div>
<div class="ref-line"><code>use rama_http_backend::server::layer::upgrade::UpgradeLayer;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs:58</div>
<div class="ref-line"><code>use rama_http_backend::server::layer::upgrade::Upgraded;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs:13</div>
<div class="ref-line"><code>use rama_http_backend::client::HttpClientService;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs:14</div>
<div class="ref-line"><code>use rama_http_backend::client::HttpConnector;</code></div>
<div class="ref-file">/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs:15</div>
<div class="ref-line"><code>use rama_http_backend::client::proxy::layer::HttpProxyConnectorLayer;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(22)">
<td>22</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>3</td><td>28</td><td>1</td><td>28.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-22">
<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.16.2 → <a href="https://crates.io/crates/aws-lc-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">aws-lc-sys</a> v0.39.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/codex-client" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-client</a> → <a href="https://crates.io/crates/rustls" target="_blank" style="color:inherit;text-decoration:underline dotted">rustls</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.16.2/src/lib.rs:194</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(23)">
<td>23</td>
<td><code><a href="https://crates.io/crates/wl-clipboard-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">wl-clipboard-rs</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/tree_magic_mini" target="_blank" style="color:inherit;text-decoration:underline dotted">tree_magic_mini</a></code></td>
<td>3</td><td>19</td><td>1</td><td>19.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/wl-clipboard-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">wl-clipboard-rs</a> v0.9.3 → <a href="https://crates.io/crates/tree_magic_mini" target="_blank" style="color:inherit;text-decoration:underline dotted">tree_magic_mini</a> v3.2.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/codex-tui-app-server" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-tui-app-server</a> → <a href="https://crates.io/crates/arboard" target="_blank" style="color:inherit;text-decoration:underline dotted">arboard</a> → <a href="https://crates.io/crates/wl-clipboard-rs" target="_blank" style="color:inherit;text-decoration:underline dotted">wl-clipboard-rs</a> → <a href="https://crates.io/crates/tree_magic_mini" target="_blank" style="color:inherit;text-decoration:underline dotted">tree_magic_mini</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/.../wl-clipboard-rs-0.9.3/src/copy.rs:561</div>
<div class="ref-line"><code>MimeType::Autodetect => tree_magic_mini::from_u8(&output_place).to_string(),</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(24)">
<td>24</td>
<td><code><a href="https://crates.io/crates/wiremock" target="_blank" style="color:inherit;text-decoration:underline dotted">wiremock</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/deadpool" target="_blank" style="color:inherit;text-decoration:underline dotted">deadpool</a></code></td>
<td>3</td><td>44</td><td>3</td><td>14.7</td>
<td><span class="badge badge-high">HIGH</span></td>
<td>FEATURE GATE</td>
</tr>
<tr class="detail-row" id="detail-24">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/wiremock" target="_blank" style="color:inherit;text-decoration:underline dotted">wiremock</a> v0.6.5 → <a href="https://crates.io/crates/deadpool" target="_blank" style="color:inherit;text-decoration:underline dotted">deadpool</a> v0.12.3</div>
<div><span class="label">Flags:</span> <span style="color:#aaa">none</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/core_test_support" target="_blank" style="color:inherit;text-decoration:underline dotted">core_test_support</a> → <a href="https://crates.io/crates/wiremock" target="_blank" style="color:inherit;text-decoration:underline dotted">wiremock</a> → <a href="https://crates.io/crates/deadpool" target="_blank" style="color:inherit;text-decoration:underline dotted">deadpool</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/.../wiremock-0.6.5/src/mock_server/pool.rs:3</div>
<div class="ref-line"><code>use deadpool::managed::{Metrics, Object, Pool};</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../wiremock-0.6.5/src/mock_server/pool.rs:54</div>
<div class="ref-line"><code>impl deadpool::managed::Manager for MockServerPoolManager {</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../wiremock-0.6.5/src/mock_server/pool.rs:67</div>
<div class="ref-line"><code>) -> deadpool::managed::RecycleResult<Infallible> {</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(25)">
<td>25</td>
<td><code><a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a></code> <span title="Requires a PR to this upstream library">📤</span></td>
<td><code><a href="https://crates.io/crates/rustyline" target="_blank" style="color:inherit;text-decoration:underline dotted">rustyline</a></code></td>
<td>3</td><td>42</td><td>3</td><td>14.0</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/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> v0.13.0 → <a href="https://crates.io/crates/rustyline" target="_blank" style="color:inherit;text-decoration:underline dotted">rustyline</a> v14.0.0</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-execpolicy" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-execpolicy</a> → <a href="https://crates.io/crates/starlark" target="_blank" style="color:inherit;text-decoration:underline dotted">starlark</a> → <a href="https://crates.io/crates/rustyline" target="_blank" style="color:inherit;text-decoration:underline dotted">rustyline</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/.../starlark-0.13.0/src/read_line.rs:26</div>
<div class="ref-line"><code>use rustyline::error::ReadlineError;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/read_line.rs:27</div>
<div class="ref-line"><code>use rustyline::history::DefaultHistory;</code></div>
<div class="ref-file">/root/.cargo/registry/src/.../starlark-0.13.0/src/read_line.rs:28</div>
<div class="ref-line"><code>use rustyline::Editor;</code></div>
</div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(26)">
<td>26</td>
<td><code><a href="https://crates.io/crates/codex-windows-sandbox" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-windows-sandbox</a></code></td>
<td><code><a href="https://crates.io/crates/tokio" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio</a></code></td>
<td>0</td><td>38</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-26">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-windows-sandbox" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-windows-sandbox</a> v0.0.0 → <a href="https://crates.io/crates/tokio" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio</a> v1.49.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/codex-windows-sandbox" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-windows-sandbox</a> → <a href="https://crates.io/crates/tokio" target="_blank" style="color:inherit;text-decoration:underline dotted">tokio</a></div>
<div style="margin-top:8px"><span class="label">References (0):</span></div>
<div style="margin-left:8px"><span style="color:#aaa">no references found</span></div>
</div></td>
</tr>
<tr class="expandable" onclick="toggleDetail(27)">
<td>27</td>
<td><code><a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a></code></td>
<td><code><a href="https://crates.io/crates/openssl-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl-sys</a></code></td>
<td>0</td><td>28</td><td>0</td><td>∞</td>
<td><span class="badge badge-low">LOW</span></td>
<td>REMOVE (appears unused)</td>
</tr>
<tr class="detail-row" id="detail-27">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> v0.0.0 → <a href="https://crates.io/crates/openssl-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl-sys</a> v0.9.111</div>
<div><span class="label">Flags:</span> <span class="badge badge-flag">YOUR-CRATE</span> <span class="badge badge-flag">PLATFORM-CONDITIONAL</span></div>
<div><span class="label">Chain:</span> <a href="https://crates.io/crates/codex-core" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-core</a> → <a href="https://crates.io/crates/openssl-sys" target="_blank" style="color:inherit;text-decoration:underline dotted">openssl-sys</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(28)">
<td>28</td>
<td><code><a href="https://crates.io/crates/codex-protocol" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-protocol</a></code></td>
<td><code><a href="https://crates.io/crates/icu_provider" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_provider</a></code></td>
<td>0</td><td>22</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-28">
<td colspan="9"><div class="detail-box">
<div><span class="label">Edge:</span> <a href="https://crates.io/crates/codex-protocol" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-protocol</a> v0.0.0 → <a href="https://crates.io/crates/icu_provider" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_provider</a> v2.1.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/codex-protocol" target="_blank" style="color:inherit;text-decoration:underline dotted">codex-protocol</a> → <a href="https://crates.io/crates/icu_provider" target="_blank" style="color:inherit;text-decoration:underline dotted">icu_provider</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:49.272944241+00:00",
"workspace_root": "/tmp/ai-projects/codex/codex-rs",
"threshold": 3.0,
"total_dependencies": 999,
"platform_dependencies": 858,
"phantom_dependencies": 141,
"fat_nodes_found": 396,
"targets": [
{
"intermediate": {
"name": "codex-secrets",
"version": "0.0.0"
},
"fat_dependency": {
"name": "age",
"version": "0.11.2"
},
"w_transitive": 137,
"w_unique": 41,
"c_ref": 6,
"hurrs": 22.833333333333332,
"confidence": "High",
"scan_result": {
"fat_crate_name": "age",
"searched_names": [
"age"
],
"ref_count": 6,
"file_matches": [
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 12,
"line_content": "use age::decrypt;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 13,
"line_content": "use age::encrypt;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 14,
"line_content": "use age::scrypt::Identity as ScryptIdentity;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 15,
"line_content": "use age::scrypt::Recipient as ScryptRecipient;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 16,
"line_content": "use age::secrecy::ExposeSecret;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/secrets/src/local.rs",
"line_number": 17,
"line_content": "use age::secrecy::SecretString;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"decrypt",
"encrypt",
"scrypt",
"secrecy"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-secrets",
"age"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 8272,
"fat_dep_own_deps": 18,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-feedback",
"version": "0.0.0"
},
"fat_dependency": {
"name": "sentry",
"version": "0.46.1"
},
"w_transitive": 308,
"w_unique": 29,
"c_ref": 12,
"hurrs": 25.666666666666668,
"confidence": "High",
"scan_result": {
"fat_crate_name": "sentry",
"searched_names": [
"sentry"
],
"ref_count": 12,
"file_matches": [
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 259,
"line_content": "use sentry::Client;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 260,
"line_content": "use sentry::ClientOptions;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 261,
"line_content": "use sentry::protocol::Envelope;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 262,
"line_content": "use sentry::protocol::EnvelopeItem;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 263,
"line_content": "use sentry::protocol::Event;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 264,
"line_content": "use sentry::protocol::Level;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 265,
"line_content": "use sentry::transports::DefaultTransportFactory;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 266,
"line_content": "use sentry::types::Dsn;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 323,
"line_content": "use sentry::protocol::Exception;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 324,
"line_content": "use sentry::protocol::Values;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 350,
"line_content": ") -> Vec<sentry::protocol::Attachment> {",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/feedback/src/lib.rs",
"line_number": 351,
"line_content": "use sentry::protocol::Attachment;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Client",
"ClientOptions",
"protocol",
"transports",
"types"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-feedback",
"sentry"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 2556,
"fat_dep_own_deps": 12,
"has_re_export_all": false
},
{
"intermediate": {
"name": "starlark_syntax",
"version": "0.13.0"
},
"fat_dependency": {
"name": "lalrpop",
"version": "0.19.12"
},
"w_transitive": 74,
"w_unique": 15,
"c_ref": 1,
"hurrs": 74.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "lalrpop",
"searched_names": [
"lalrpop"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark_syntax-0.13.0/build.rs",
"line_number": 21,
"line_content": "lalrpop::Configuration::new()",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Configuration"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": true,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-execpolicy",
"starlark",
"starlark_syntax",
"lalrpop"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 50651,
"fat_dep_own_deps": 14,
"has_re_export_all": false
},
{
"intermediate": {
"name": "v8",
"version": "146.4.0"
},
"fat_dependency": {
"name": "temporal_capi",
"version": "0.1.2"
},
"w_transitive": 44,
"w_unique": 14,
"c_ref": 1,
"hurrs": 44.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "temporal_capi",
"searched_names": [
"temporal_capi"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v8-146.4.0/src/lib.rs",
"line_number": 30,
"line_content": "extern crate temporal_capi;",
"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": [
"codex-code-mode",
"v8",
"temporal_capi"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 3047,
"fat_dep_own_deps": 9,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rama-tcp",
"version": "0.3.0-alpha.4"
},
"fat_dependency": {
"name": "rama-dns",
"version": "0.3.0-alpha.4"
},
"w_transitive": 228,
"w_unique": 10,
"c_ref": 2,
"hurrs": 114.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "rama-dns",
"searched_names": [
"rama_dns"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rama-tcp-0.3.0-alpha.4/src/client/connect.rs",
"line_number": 8,
"line_content": "use rama_dns::{DnsOverwrite, DnsResolver, GlobalDnsResolver};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rama-tcp-0.3.0-alpha.4/src/client/service/connector.rs",
"line_number": 7,
"line_content": "use rama_dns::{DnsResolver, GlobalDnsResolver};",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"DnsOverwrite",
"DnsResolver",
"GlobalDnsResolver"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-network-proxy",
"rama-tcp",
"rama-dns"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1196,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-core",
"version": "0.0.0"
},
"fat_dependency": {
"name": "bm25",
"version": "2.3.2"
},
"w_transitive": 57,
"w_unique": 10,
"c_ref": 3,
"hurrs": 19.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "bm25",
"searched_names": [
"bm25"
],
"ref_count": 3,
"file_matches": [
{
"path": "/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs",
"line_number": 13,
"line_content": "use bm25::Document;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs",
"line_number": 14,
"line_content": "use bm25::Language;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/core/src/tools/handlers/tool_search.rs",
"line_number": 15,
"line_content": "use bm25::SearchEngineBuilder;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Document",
"Language",
"SearchEngineBuilder"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-core",
"bm25"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 1616,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rama-dns",
"version": "0.3.0-alpha.4"
},
"fat_dependency": {
"name": "hickory-resolver",
"version": "0.25.2"
},
"w_transitive": 149,
"w_unique": 9,
"c_ref": 2,
"hurrs": 74.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "hickory-resolver",
"searched_names": [
"hickory_resolver"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rama-dns-0.3.0-alpha.4/src/hickory.rs",
"line_number": 8,
"line_content": "pub use hickory_resolver as resolver;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rama-dns-0.3.0-alpha.4/src/hickory.rs",
"line_number": 9,
"line_content": "use hickory_resolver::{",
"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": [
"codex-network-proxy",
"rama-tcp",
"rama-dns",
"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": "rmcp",
"version": "0.15.0"
},
"fat_dependency": {
"name": "process-wrap",
"version": "9.0.1"
},
"w_transitive": 75,
"w_unique": 6,
"c_ref": 1,
"hurrs": 75.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "process-wrap",
"searched_names": [
"process_wrap"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rmcp-0.15.0/src/transport/child_process.rs",
"line_number": 4,
"line_content": "use process_wrap::tokio::{ChildWrapper, CommandWrap};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"tokio"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"transport-child-process"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"codex-mcp-server",
"rmcp",
"process-wrap"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 3269,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "bm25",
"version": "2.3.2"
},
"fat_dependency": {
"name": "cached",
"version": "0.56.0"
},
"w_transitive": 40,
"w_unique": 6,
"c_ref": 1,
"hurrs": 40.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "cached",
"searched_names": [
"cached"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bm25-2.3.2/src/default_tokenizer.rs",
"line_number": 1,
"line_content": "use cached::proc_macro::cached;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"proc_macro"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"default_tokenizer"
],
"recommended_defaults": []
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"codex-core",
"bm25",
"cached"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 7754,
"fat_dep_own_deps": 7,
"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": 5,
"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": [
"codex-artifacts",
"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": "starlark",
"version": "0.13.0"
},
"fat_dependency": {
"name": "debugserver-types",
"version": "0.5.0"
},
"w_transitive": 31,
"w_unique": 5,
"c_ref": 7,
"hurrs": 4.428571428571429,
"confidence": "High",
"scan_result": {
"fat_crate_name": "debugserver-types",
"searched_names": [
"debugserver_types"
],
"ref_count": 7,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter.rs",
"line_number": 25,
"line_content": "use debugserver_types::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter.rs",
"line_number": 153,
"line_content": "pub fn to_dap(self) -> debugserver_types::Variable {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter.rs",
"line_number": 154,
"line_content": "debugserver_types::Variable {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter/tests.rs",
"line_number": 30,
"line_content": "use debugserver_types::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter/implementation.rs",
"line_number": 28,
"line_content": "use debugserver_types::*;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter/implementation.rs",
"line_number": 414,
"line_content": "pub(crate) fn breakpoint(verified: bool) -> debugserver_types::Breakpoint {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/debug/adapter/implementation.rs",
"line_number": 415,
"line_content": "debugserver_types::Breakpoint {",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"Breakpoint",
"Variable"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-execpolicy",
"starlark",
"debugserver-types"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 8,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "rama-core",
"version": "0.3.0-alpha.4"
},
"fat_dependency": {
"name": "tokio-graceful",
"version": "0.2.2"
},
"w_transitive": 88,
"w_unique": 4,
"c_ref": 1,
"hurrs": 88.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "tokio-graceful",
"searched_names": [
"tokio_graceful"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rama-core-0.3.0-alpha.4/src/graceful.rs",
"line_number": 4,
"line_content": "pub use ::tokio_graceful::{",
"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": [
"codex-network-proxy",
"rama-core",
"tokio-graceful"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1512,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "debugserver-types",
"version": "0.5.0"
},
"fat_dependency": {
"name": "schemafy",
"version": "0.5.2"
},
"w_transitive": 30,
"w_unique": 4,
"c_ref": 1,
"hurrs": 30.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "schemafy",
"searched_names": [
"schemafy"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debugserver-types-0.5.0/src/lib.rs",
"line_number": 3,
"line_content": "schemafy::schemafy!(\"src/schema.json\");",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"schemafy"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-execpolicy",
"starlark",
"debugserver-types",
"schemafy"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 313,
"fat_dep_own_deps": 8,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-core",
"version": "0.0.0"
},
"fat_dependency": {
"name": "askama",
"version": "0.15.4"
},
"w_transitive": 24,
"w_unique": 4,
"c_ref": 1,
"hurrs": 24.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "askama",
"searched_names": [
"askama"
],
"ref_count": 1,
"file_matches": [
{
"path": "/tmp/ai-projects/codex/codex-rs/core/src/memories/prompts.rs",
"line_number": 4,
"line_content": "use askama::Template;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Template"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-core",
"askama"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 3940,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "cached",
"version": "0.56.0"
},
"fat_dependency": {
"name": "cached_proc_macro",
"version": "0.25.0"
},
"w_transitive": 11,
"w_unique": 4,
"c_ref": 1,
"hurrs": 11.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "cached_proc_macro",
"searched_names": [
"cached_proc_macro"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cached-0.56.0/src/proc_macro.rs",
"line_number": 332,
"line_content": "pub use cached_proc_macro::{cached, io_cached, once};",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"cached",
"io_cached",
"once"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"cached_proc_macro",
"proc_macro"
],
"recommended_defaults": [
"ahash"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"codex-core",
"bm25",
"cached",
"cached_proc_macro"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1227,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "age",
"version": "0.11.2"
},
"fat_dependency": {
"name": "x25519-dalek",
"version": "2.0.1"
},
"w_transitive": 32,
"w_unique": 4,
"c_ref": 4,
"hurrs": 8.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "x25519-dalek",
"searched_names": [
"x25519_dalek"
],
"ref_count": 4,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/ssh/identity.rs",
"line_number": 20,
"line_content": "use x25519_dalek::{PublicKey as X25519PublicKey, StaticSecret};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/ssh/recipient.rs",
"line_number": 24,
"line_content": "use x25519_dalek::{EphemeralSecret, PublicKey as X25519PublicKey, StaticSecret};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/x25519.rs",
"line_number": 15,
"line_content": "use x25519_dalek::{EphemeralSecret, PublicKey, StaticSecret};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/x25519.rs",
"line_number": 244,
"line_content": "use x25519_dalek::{PublicKey, StaticSecret};",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"EphemeralSecret",
"PublicKey",
"PublicKey as X25519PublicKey",
"StaticSecret"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-secrets",
"age",
"x25519-dalek"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 390,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "native-tls",
"version": "0.2.14"
},
"fat_dependency": {
"name": "openssl",
"version": "0.10.75"
},
"w_transitive": 35,
"w_unique": 4,
"c_ref": 10,
"hurrs": 3.5,
"confidence": "High",
"scan_result": {
"fat_crate_name": "openssl",
"searched_names": [
"openssl"
],
"ref_count": 10,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 1,
"line_content": "extern crate openssl;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 4,
"line_content": "use self::openssl::error::ErrorStack;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 5,
"line_content": "use self::openssl::hash::MessageDigest;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 6,
"line_content": "use self::openssl::nid::Nid;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 7,
"line_content": "use self::openssl::pkcs12::Pkcs12;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 8,
"line_content": "use self::openssl::pkey::{PKey, Private};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 9,
"line_content": "use self::openssl::ssl::{",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 13,
"line_content": "use self::openssl::x509::{store::X509StoreBuilder, X509VerifyResult, X509};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 30,
"line_content": "use self::openssl::ssl::SslVersion;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.14/src/imp/openssl.rs",
"line_number": 53,
"line_content": "use self::openssl::ssl::SslOptions;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"error",
"hash",
"nid",
"pkcs12",
"pkey",
"ssl",
"x509"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"codex-artifacts",
"reqwest",
"native-tls",
"openssl"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 26083,
"fat_dep_own_deps": 7,
"has_re_export_all": false
},
{
"intermediate": {
"name": "opentelemetry-proto",
"version": "0.31.0"
},
"fat_dependency": {
"name": "const-hex",
"version": "1.17.0"
},
"w_transitive": 38,
"w_unique": 4,
"c_ref": 12,
"hurrs": 3.1666666666666665,
"confidence": "High",
"scan_result": {
"fat_crate_name": "const-hex",
"searched_names": [
"const_hex"
],
"ref_count": 12,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/src/proto.rs",
"line_number": 19,
"line_content": "let hex_string = const_hex::encode(bytes);",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/src/proto.rs",
"line_number": 40,
"line_content": "const_hex::decode(value).map_err(E::custom)",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 64,
"line_content": "trace_id: const_hex::decode(\"5b8efff798038103d269b633813fc60c\")",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 66,
"line_content": "span_id: const_hex::decode(\"eee19b7ec3c1b174\").unwrap(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 68,
"line_content": "parent_span_id: const_hex::decode(\"eee19b7ec3c1b173\").unwrap(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 271,
"line_content": "trace_id: const_hex::decode(\"5b8efff798038103d269b633813fc60c\")",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 273,
"line_content": "span_id: const_hex::decode(\"eee19b7ec3c1b174\").unwrap(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 275,
"line_content": "parent_span_id: const_hex::decode(\"eee19b7ec3c1b173\").unwrap(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 313,
"line_content": "trace_id: const_hex::decode(\"5b8efff798038103d269b633813fc60b\")",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 315,
"line_content": "span_id: const_hex::decode(\"eee19b7ec3c1b172\").unwrap(),",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 1277,
"line_content": "trace_id: const_hex::decode(\"5b8efff798038103d269b633813fc60c\")",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opentelemetry-proto-0.31.0/tests/json_serde.rs",
"line_number": 1279,
"line_content": "span_id: const_hex::decode(\"eee19b7ec3c1b174\").unwrap(),",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"decode",
"encode"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"const-hex",
"with-serde"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"codex-otel",
"opentelemetry-otlp",
"opentelemetry-proto",
"const-hex"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 1392,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "sentry",
"version": "0.46.1"
},
"fat_dependency": {
"name": "sentry-contexts",
"version": "0.46.1"
},
"w_transitive": 110,
"w_unique": 3,
"c_ref": 2,
"hurrs": 55.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "sentry-contexts",
"searched_names": [
"sentry_contexts"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sentry-0.46.1/src/lib.rs",
"line_number": 210,
"line_content": "pub use sentry_contexts as contexts;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sentry-0.46.1/src/defaults.rs",
"line_number": 67,
"line_content": "integrations.push(Arc::new(sentry_contexts::ContextIntegration::default()));",
"in_generated_file": false
}
],
"files_with_matches": 2,
"generated_file_refs": 0,
"distinct_items": [
"ContextIntegration"
],
"has_re_export_all": false
},
"suggestion": {
"AlreadyGated": {
"detail": "already optional",
"enabling_features": [
"contexts",
"sentry-contexts"
],
"recommended_defaults": [
"backtrace",
"debug-images",
"panic",
"transport",
"release-health"
]
}
},
"edge_meta": {
"build_only": false,
"already_optional": true,
"platform_conditional": false
},
"dep_chain": [
"codex-feedback",
"sentry",
"sentry-contexts"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 329,
"fat_dep_own_deps": 6,
"has_re_export_all": false
},
{
"intermediate": {
"name": "age",
"version": "0.11.2"
},
"fat_dependency": {
"name": "i18n-embed-fl",
"version": "0.9.4"
},
"w_transitive": 72,
"w_unique": 3,
"c_ref": 2,
"hurrs": 36.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "i18n-embed-fl",
"searched_names": [
"i18n_embed_fl"
],
"ref_count": 2,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/i18n.rs",
"line_number": 29,
"line_content": "i18n_embed_fl::fl!($crate::i18n::LANGUAGE_LOADER, $message_id)",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/age-0.11.2/src/i18n.rs",
"line_number": 33,
"line_content": "i18n_embed_fl::fl!($crate::i18n::LANGUAGE_LOADER, $message_id, $($args), *)",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"fl"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-secrets",
"age",
"i18n-embed-fl"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 814,
"fat_dep_own_deps": 11,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-network-proxy",
"version": "0.0.0"
},
"fat_dependency": {
"name": "rama-http-backend",
"version": "0.3.0-alpha.4"
},
"w_transitive": 263,
"w_unique": 3,
"c_ref": 9,
"hurrs": 29.22222222222222,
"confidence": "High",
"scan_result": {
"fat_crate_name": "rama-http-backend",
"searched_names": [
"rama_http_backend"
],
"ref_count": 9,
"file_matches": [
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/mitm.rs",
"line_number": 34,
"line_content": "use rama_http_backend::server::HttpServer;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/mitm.rs",
"line_number": 35,
"line_content": "use rama_http_backend::server::layer::upgrade::Upgraded;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs",
"line_number": 55,
"line_content": "use rama_http_backend::client::proxy::layer::HttpProxyConnector;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs",
"line_number": 56,
"line_content": "use rama_http_backend::server::HttpServer;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs",
"line_number": 57,
"line_content": "use rama_http_backend::server::layer::upgrade::UpgradeLayer;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/http_proxy.rs",
"line_number": 58,
"line_content": "use rama_http_backend::server::layer::upgrade::Upgraded;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs",
"line_number": 13,
"line_content": "use rama_http_backend::client::HttpClientService;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs",
"line_number": 14,
"line_content": "use rama_http_backend::client::HttpConnector;",
"in_generated_file": false
},
{
"path": "/tmp/ai-projects/codex/codex-rs/network-proxy/src/upstream.rs",
"line_number": 15,
"line_content": "use rama_http_backend::client::proxy::layer::HttpProxyConnectorLayer;",
"in_generated_file": false
}
],
"files_with_matches": 3,
"generated_file_refs": 0,
"distinct_items": [
"client",
"server"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-network-proxy",
"rama-http-backend"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 1983,
"fat_dep_own_deps": 12,
"has_re_export_all": false
},
{
"intermediate": {
"name": "aws-lc-rs",
"version": "1.16.2"
},
"fat_dependency": {
"name": "aws-lc-sys",
"version": "0.39.0"
},
"w_transitive": 28,
"w_unique": 3,
"c_ref": 1,
"hurrs": 28.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.16.2/src/lib.rs",
"line_number": 194,
"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": [
"codex-client",
"rustls",
"aws-lc-rs",
"aws-lc-sys"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 415642,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "wl-clipboard-rs",
"version": "0.9.3"
},
"fat_dependency": {
"name": "tree_magic_mini",
"version": "3.2.2"
},
"w_transitive": 19,
"w_unique": 3,
"c_ref": 1,
"hurrs": 19.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "tree_magic_mini",
"searched_names": [
"tree_magic_mini"
],
"ref_count": 1,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wl-clipboard-rs-0.9.3/src/copy.rs",
"line_number": 561,
"line_content": "MimeType::Autodetect => tree_magic_mini::from_u8(&output_place).to_string(),",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"from_u8"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"codex-tui-app-server",
"arboard",
"wl-clipboard-rs",
"tree_magic_mini"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 649,
"fat_dep_own_deps": 3,
"has_re_export_all": false
},
{
"intermediate": {
"name": "wiremock",
"version": "0.6.5"
},
"fat_dependency": {
"name": "deadpool",
"version": "0.12.3"
},
"w_transitive": 44,
"w_unique": 3,
"c_ref": 3,
"hurrs": 14.666666666666666,
"confidence": "High",
"scan_result": {
"fat_crate_name": "deadpool",
"searched_names": [
"deadpool"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wiremock-0.6.5/src/mock_server/pool.rs",
"line_number": 3,
"line_content": "use deadpool::managed::{Metrics, Object, Pool};",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wiremock-0.6.5/src/mock_server/pool.rs",
"line_number": 54,
"line_content": "impl deadpool::managed::Manager for MockServerPoolManager {",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wiremock-0.6.5/src/mock_server/pool.rs",
"line_number": 67,
"line_content": ") -> deadpool::managed::RecycleResult<Infallible> {",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"managed"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": false
},
"dep_chain": [
"core_test_support",
"wiremock",
"deadpool"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 2596,
"fat_dep_own_deps": 4,
"has_re_export_all": false
},
{
"intermediate": {
"name": "starlark",
"version": "0.13.0"
},
"fat_dependency": {
"name": "rustyline",
"version": "14.0.0"
},
"w_transitive": 42,
"w_unique": 3,
"c_ref": 3,
"hurrs": 14.0,
"confidence": "High",
"scan_result": {
"fat_crate_name": "rustyline",
"searched_names": [
"rustyline"
],
"ref_count": 3,
"file_matches": [
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/read_line.rs",
"line_number": 26,
"line_content": "use rustyline::error::ReadlineError;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/read_line.rs",
"line_number": 27,
"line_content": "use rustyline::history::DefaultHistory;",
"in_generated_file": false
},
{
"path": "/root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/starlark-0.13.0/src/read_line.rs",
"line_number": 28,
"line_content": "use rustyline::Editor;",
"in_generated_file": false
}
],
"files_with_matches": 1,
"generated_file_refs": 0,
"distinct_items": [
"Editor",
"error",
"history"
],
"has_re_export_all": false
},
"suggestion": "FeatureGate",
"edge_meta": {
"build_only": false,
"already_optional": false,
"platform_conditional": true
},
"dep_chain": [
"codex-execpolicy",
"starlark",
"rustyline"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": false,
"fat_dep_loc": 12949,
"fat_dep_own_deps": 14,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-windows-sandbox",
"version": "0.0.0"
},
"fat_dependency": {
"name": "tokio",
"version": "1.49.0"
},
"w_transitive": 38,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "tokio",
"searched_names": [
"tokio"
],
"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": [
"codex-windows-sandbox",
"tokio"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 9,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-core",
"version": "0.0.0"
},
"fat_dependency": {
"name": "openssl-sys",
"version": "0.9.111"
},
"w_transitive": 28,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "openssl-sys",
"searched_names": [
"openssl_sys"
],
"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": true
},
"dep_chain": [
"codex-core",
"openssl-sys"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 5,
"has_re_export_all": false
},
{
"intermediate": {
"name": "codex-protocol",
"version": "0.0.0"
},
"fat_dependency": {
"name": "icu_provider",
"version": "2.1.1"
},
"w_transitive": 22,
"w_unique": 0,
"c_ref": 0,
"hurrs": null,
"confidence": "Low",
"scan_result": {
"fat_crate_name": "icu_provider",
"searched_names": [
"icu_provider"
],
"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": [
"codex-protocol",
"icu_provider"
],
"required_by_sibling": null,
"phantom": false,
"intermediate_is_workspace_member": true,
"fat_dep_loc": 0,
"fat_dep_own_deps": 9,
"has_re_export_all": false
}
],
"dep_tree": {
"nodes": [
{
"name": "cesu8",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "opentelemetry-semantic-conventions",
"version": "0.31.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "once_cell",
"version": "1.21.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
202,
330
]
},
{
"name": "unicode-width",
"version": "0.1.14",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-path",
"version": "0.0.0",
"transitive_weight": 65,
"is_workspace": true,
"children": [
754,
318,
840
]
},
{
"name": "petgraph",
"version": "0.8.3",
"transitive_weight": 16,
"is_workspace": false,
"children": [
32,
626,
387
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.29.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
928,
622,
64,
911,
238
]
},
{
"name": "tree-sitter",
"version": "0.25.10",
"transitive_weight": 43,
"is_workspace": false,
"children": [
344,
547,
177,
306,
658,
975
]
},
{
"name": "prost-derive",
"version": "0.14.3",
"transitive_weight": 11,
"is_workspace": false,
"children": [
583,
90,
632,
138,
978
]
},
{
"name": "actix-router",
"version": "0.5.3",
"transitive_weight": 24,
"is_workspace": false,
"children": [
425,
964,
153,
745,
64,
929
]
},
{
"name": "lock_api",
"version": "0.4.14",
"transitive_weight": 2,
"is_workspace": false,
"children": [
948
]
},
{
"name": "string_cache",
"version": "0.8.9",
"transitive_weight": 22,
"is_workspace": false,
"children": [
454,
404,
877,
945
]
},
{
"name": "windows-targets",
"version": "0.42.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
234,
885,
850,
677,
792,
980,
6
]
},
{
"name": "addr2line",
"version": "0.25.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
36
]
},
{
"name": "wayland-scanner",
"version": "0.31.8",
"transitive_weight": 10,
"is_workspace": false,
"children": [
446,
632,
138
]
},
{
"name": "gif",
"version": "0.14.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
128,
962
]
},
{
"name": "darling",
"version": "0.20.11",
"transitive_weight": 10,
"is_workspace": false,
"children": [
692,
298
]
},
{
"name": "xattr",
"version": "1.6.1",
"transitive_weight": 14,
"is_workspace": false,
"children": [
597,
238
]
},
{
"name": "codex-arg0",
"version": "0.0.0",
"transitive_weight": 898,
"is_workspace": true,
"children": [
838,
987,
635,
982,
437,
318,
978,
970
]
},
{
"name": "scrypt",
"version": "0.11.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
441,
220,
595
]
},
{
"name": "unicode-truncate",
"version": "1.1.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
470,
282,
3
]
},
{
"name": "winnow",
"version": "0.7.14",
"transitive_weight": 2,
"is_workspace": false,
"children": [
944
]
},
{
"name": "ipconfig",
"version": "0.3.2",
"transitive_weight": 25,
"is_workspace": false,
"children": [
179,
172,
1060,
758
]
},
{
"name": "sha1_smol",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "which",
"version": "6.0.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
43,
742,
1029,
651
]
},
{
"name": "lsp-types",
"version": "0.94.1",
"transitive_weight": 47,
"is_workspace": false,
"children": [
918,
547,
964,
917,
643
]
},
{
"name": "windows-threading",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
477
]
},
{
"name": "convert_case",
"version": "0.6.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
282
]
},
{
"name": "gethostname",
"version": "1.1.0",
"transitive_weight": 14,
"is_workspace": false,
"children": [
597,
477
]
},
{
"name": "codex-tui-app-server",
"version": "0.0.0",
"transitive_weight": 1047,
"is_workspace": true,
"children": [
813,
122,
747,
245,
19,
96,
33,
880,
231,
779,
310,
642,
542,
38,
58,
914,
320,
689,
129,
801,
185,
854,
706,
582,
116,
105,
72,
938,
526,
892,
299,
650,
554,
754,
579,
951,
551,
662,
584,
279,
358,
982,
918,
318,
336,
264,
543,
466,
720,
547,
625,
517,
164,
425,
637,
969,
583,
964,
1003,
57,
688,
181,
476,
125,
166,
399,
978,
790,
974,
960,
840,
903,
238,
860,
929,
989,
282,
536,
416
]
},
{
"name": "percent-encoding",
"version": "2.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "indexmap",
"version": "2.13.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
964,
1062,
687,
409
]
},
{
"name": "codex-core",
"version": "0.0.0",
"transitive_weight": 896,
"is_workspace": true,
"children": [
1051,
407,
880,
215,
231,
309,
779,
983,
115,
485,
865,
188,
642,
300,
542,
38,
987,
58,
342,
548,
689,
614,
990,
129,
1032,
624,
185,
621,
161,
909,
582,
774,
4,
554,
908,
710,
754,
369,
785,
489,
756,
800,
635,
551,
279,
358,
982,
295,
918,
308,
437,
318,
336,
683,
264,
984,
543,
571,
720,
919,
225,
600,
547,
625,
517,
63,
425,
32,
260,
529,
969,
744,
964,
1078,
688,
127,
558,
697,
60,
2,
223,
166,
855,
1005,
978,
790,
119,
840,
101,
238,
929,
989,
327,
869
]
},
{
"name": "combine",
"version": "4.6.7",
"transitive_weight": 3,
"is_workspace": false,
"children": [
826,
944
]
},
{
"name": "codex-lmstudio",
"version": "0.0.0",
"transitive_weight": 897,
"is_workspace": true,
"children": [
33,
185,
982,
547,
625,
425
]
},
{
"name": "gimli",
"version": "0.32.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustc-demangle",
"version": "0.1.27",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-windows-sandbox",
"version": "0.0.0",
"transitive_weight": 376,
"is_workspace": true,
"children": [
689,
754,
785,
279,
982,
318,
75,
42,
719,
547,
969,
751,
964,
166,
978,
790,
840
]
},
{
"name": "impl-more",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-core",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "loom",
"version": "0.7.2",
"transitive_weight": 64,
"is_workspace": false,
"children": [
584,
145,
547,
425,
964,
64,
1072,
881
]
},
{
"name": "rand",
"version": "0.8.5",
"transitive_weight": 24,
"is_workspace": false,
"children": [
823,
811,
238
]
},
{
"name": "rustix",
"version": "0.38.44",
"transitive_weight": 23,
"is_workspace": false,
"children": [
787,
928,
610,
238,
363
]
},
{
"name": "calendrical_calculations",
"version": "0.2.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
106,
864
]
},
{
"name": "test-case-core",
"version": "3.3.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
90,
632,
138,
64
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "clap_complete",
"version": "4.5.65",
"transitive_weight": 40,
"is_workspace": false,
"children": [
358
]
},
{
"name": "jni-sys",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "quinn-udp",
"version": "0.5.14",
"transitive_weight": 28,
"is_workspace": false,
"children": [
269,
425,
910,
2,
911,
238
]
},
{
"name": "oid-registry",
"version": "0.8.1",
"transitive_weight": 30,
"is_workspace": false,
"children": [
805
]
},
{
"name": "rama-tcp",
"version": "0.3.0-alpha.4",
"transitive_weight": 229,
"is_workspace": false,
"children": [
1020,
82,
266,
1030,
870,
982,
264,
567
]
},
{
"name": "etcetera",
"version": "0.8.0",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1060,
1029,
64
]
},
{
"name": "webpki-root-certs",
"version": "1.0.5",
"transitive_weight": 20,
"is_workspace": false,
"children": [
406
]
},
{
"name": "zvariant_derive",
"version": "4.2.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
563,
472,
90,
632,
138
]
},
{
"name": "bzip2",
"version": "0.5.2",
"transitive_weight": 27,
"is_workspace": false,
"children": [
724
]
},
{
"name": "ndk-context",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "strum_macros",
"version": "0.28.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
90,
632,
138,
68
]
},
{
"name": "codex-shell-command",
"version": "0.0.0",
"transitive_weight": 362,
"is_workspace": true,
"children": [
689,
754,
8,
918,
676,
547,
625,
964,
177,
2,
790,
989
]
},
{
"name": "dirs-sys",
"version": "0.5.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
301,
837,
238,
523
]
},
{
"name": "http",
"version": "1.4.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
826,
740
]
},
{
"name": "moka",
"version": "0.12.13",
"transitive_weight": 39,
"is_workspace": false,
"children": [
543,
454,
257,
611,
478,
905,
409,
330,
761
]
},
{
"name": "pretty_assertions",
"version": "1.4.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
861,
73
]
},
{
"name": "landlock",
"version": "0.4.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
703,
688,
238
]
},
{
"name": "cfg-if",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation-sys",
"version": "0.8.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sentry-types",
"version": "0.46.1",
"transitive_weight": 80,
"is_workspace": false,
"children": [
918,
84,
264,
543,
547,
617,
964,
688,
849
]
},
{
"name": "num_cpus",
"version": "1.17.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
858,
238
]
},
{
"name": "heck",
"version": "0.5.0",
"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": [
1062
]
},
{
"name": "age",
"version": "0.11.2",
"transitive_weight": 137,
"is_workspace": false,
"children": [
375,
114,
777,
286,
20,
42,
1027,
817,
1000,
220,
297,
322,
184,
476,
356,
690,
186,
294
]
},
{
"name": "signal-hook-mio",
"version": "0.2.5",
"transitive_weight": 10,
"is_workspace": false,
"children": [
950,
250,
238
]
},
{
"name": "webbrowser",
"version": "1.0.6",
"transitive_weight": 82,
"is_workspace": false,
"children": [
918,
879,
831,
347,
380,
357,
893,
56
]
},
{
"name": "yansi",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-future",
"version": "0.3.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
492,
27,
477
]
},
{
"name": "dirs-next",
"version": "2.0.0",
"transitive_weight": 31,
"is_workspace": false,
"children": [
992,
64
]
},
{
"name": "beef",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "openssl-probe",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "data-encoding",
"version": "2.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rand_core",
"version": "0.9.5",
"transitive_weight": 21,
"is_workspace": false,
"children": [
693
]
},
{
"name": "codex-mcp-server",
"version": "0.0.0",
"transitive_weight": 901,
"is_workspace": true,
"children": [
19,
33,
880,
58,
914,
689,
129,
584,
982,
973,
571,
547,
425,
964,
978,
989
]
},
{
"name": "web-time",
"version": "1.1.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
307,
806
]
},
{
"name": "rama-net",
"version": "0.3.0-alpha.4",
"transitive_weight": 159,
"is_workspace": false,
"children": [
266,
1030,
870,
982,
174,
236,
628,
454,
269,
220,
999,
583,
964,
192,
789,
686,
849,
473,
382,
567
]
},
{
"name": "async-executor",
"version": "1.13.3",
"transitive_weight": 29,
"is_workspace": false,
"children": [
926,
888,
137,
738,
567,
139
]
},
{
"name": "debugid",
"version": "0.8.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
543,
964
]
},
{
"name": "bindgen",
"version": "0.72.1",
"transitive_weight": 29,
"is_workspace": false,
"children": [
470,
928,
573,
732,
177,
671,
90,
632,
138,
893,
768,
989
]
},
{
"name": "enumflags2_derive",
"version": "0.7.12",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "version_check",
"version": "0.9.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dispatch2",
"version": "0.3.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
928,
357
]
},
{
"name": "ctor",
"version": "0.6.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
386,
401
]
},
{
"name": "syn",
"version": "2.0.114",
"transitive_weight": 4,
"is_workspace": false,
"children": [
632,
138,
464
]
},
{
"name": "windows-core",
"version": "0.54.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
98,
113
]
},
{
"name": "dbus-secret-service",
"version": "4.1.0",
"transitive_weight": 61,
"is_workspace": false,
"children": [
888,
821,
931,
564,
220,
959,
681,
184,
702,
2
]
},
{
"name": "redox_syscall",
"version": "0.5.18",
"transitive_weight": 8,
"is_workspace": false,
"children": [
928
]
},
{
"name": "ena",
"version": "0.14.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
893
]
},
{
"name": "x11rb-protocol",
"version": "0.13.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-sandbox-summary",
"version": "0.0.0",
"transitive_weight": 897,
"is_workspace": true,
"children": [
33,
689
]
},
{
"name": "starlark",
"version": "0.13.0",
"transitive_weight": 191,
"is_workspace": false,
"children": [
814,
899,
451,
154,
1061,
566,
547,
394,
539,
470,
742,
383,
964,
219,
886,
144,
1013,
241,
765,
177,
993,
2,
395,
569,
659,
978,
862,
665,
559,
647,
1049,
316
]
},
{
"name": "windows-result",
"version": "0.1.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
113
]
},
{
"name": "byteorder-lite",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-backend-client",
"version": "0.0.0",
"transitive_weight": 898,
"is_workspace": true,
"children": [
33,
689,
801,
185,
447,
547,
964,
978
]
},
{
"name": "env-flags",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustls-webpki",
"version": "0.103.10",
"transitive_weight": 49,
"is_workspace": false,
"children": [
512,
631,
406,
349
]
},
{
"name": "serde_derive_internals",
"version": "0.29.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "pem",
"version": "3.0.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1062,
790
]
},
{
"name": "codex-file-search",
"version": "0.0.0",
"transitive_weight": 86,
"is_workspace": true,
"children": [
358,
982,
767,
429,
547,
964,
611,
978
]
},
{
"name": "displaydoc",
"version": "0.2.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jiff-static",
"version": "0.2.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "windows-interface",
"version": "0.59.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "tower-service",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-stdio-to-uds",
"version": "0.0.0",
"transitive_weight": 40,
"is_workspace": true,
"children": [
827,
978
]
},
{
"name": "toml_parser",
"version": "1.0.6+spec-1.1.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
22
]
},
{
"name": "windows-targets",
"version": "0.52.6",
"transitive_weight": 9,
"is_workspace": false,
"children": [
799,
996,
673,
449,
1048,
352,
957,
46
]
},
{
"name": "i18n-embed",
"version": "0.15.4",
"transitive_weight": 68,
"is_workspace": false,
"children": [
343,
355,
1027,
247,
337,
1084,
454,
872,
1013,
171,
223,
893
]
},
{
"name": "codex-exec-server",
"version": "0.0.0",
"transitive_weight": 472,
"is_workspace": true,
"children": [
642,
161,
754,
785,
358,
982,
600,
547,
425,
964,
688,
127,
790
]
},
{
"name": "codex-ansi-escape",
"version": "0.0.0",
"transitive_weight": 89,
"is_workspace": true,
"children": [
474,
526,
425
]
},
{
"name": "cmake",
"version": "0.1.57",
"transitive_weight": 25,
"is_workspace": false,
"children": [
344
]
},
{
"name": "glob",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-stream-parser",
"version": "0.0.0",
"transitive_weight": 1,
"is_workspace": true,
"children": []
},
{
"name": "core_test_support",
"version": "0.0.0",
"transitive_weight": 919,
"is_workspace": true,
"children": [
19,
33,
880,
115,
689,
161,
728,
934,
754,
146,
584,
982,
308,
318,
727,
552,
271,
426,
600,
547,
425,
171,
89,
978,
790,
929,
989
]
},
{
"name": "whoami",
"version": "1.6.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
639,
175
]
},
{
"name": "codex-chatgpt",
"version": "0.0.0",
"transitive_weight": 909,
"is_workspace": true,
"children": [
33,
188,
914,
582,
358,
982,
727,
547,
964,
978
]
},
{
"name": "codex-skills",
"version": "0.0.0",
"transitive_weight": 61,
"is_workspace": true,
"children": [
754,
688,
362
]
},
{
"name": "crc-catalog",
"version": "2.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "textwrap",
"version": "0.16.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
894,
896,
536
]
},
{
"name": "sentry-actix",
"version": "0.46.1",
"transitive_weight": 164,
"is_workspace": false,
"children": [
239,
714,
418,
587,
826
]
},
{
"name": "async-trait",
"version": "0.1.89",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "color_quant",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rmcp",
"version": "0.15.0",
"transitive_weight": 281,
"is_workspace": false,
"children": [
699,
185,
669,
883,
534,
951,
551,
279,
982,
918,
264,
543,
287,
1059,
600,
547,
425,
675,
964,
688,
127,
391,
60,
790,
826,
290,
567,
110
]
},
{
"name": "darling",
"version": "0.21.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
339,
510
]
},
{
"name": "rustc-hash",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sentry-tracing",
"version": "0.46.1",
"transitive_weight": 115,
"is_workspace": false,
"children": [
733,
714,
584,
928,
506
]
},
{
"name": "convert_case",
"version": "0.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
282
]
},
{
"name": "shared_library",
"version": "0.1.9",
"transitive_weight": 6,
"is_workspace": false,
"children": [
476,
238
]
},
{
"name": "ureq-proto",
"version": "0.5.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
60,
790,
273,
893
]
},
{
"name": "matchers",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
256
]
},
{
"name": "concurrent-queue",
"version": "2.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
905
]
},
{
"name": "proc-macro2",
"version": "1.0.106",
"transitive_weight": 2,
"is_workspace": false,
"children": [
464
]
},
{
"name": "slab",
"version": "0.4.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-numerics",
"version": "0.3.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
492,
477
]
},
{
"name": "coreaudio-sys",
"version": "0.2.17",
"transitive_weight": 30,
"is_workspace": false,
"children": [
85
]
},
{
"name": "tinyvec_macros",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-iter",
"version": "0.1.45",
"transitive_weight": 5,
"is_workspace": false,
"children": [
465,
993,
498
]
},
{
"name": "ref-cast",
"version": "1.0.25",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1053
]
},
{
"name": "generator",
"version": "0.8.8",
"transitive_weight": 28,
"is_workspace": false,
"children": [
344,
598,
64,
238,
893,
377,
477
]
},
{
"name": "tracing-opentelemetry",
"version": "0.32.1",
"transitive_weight": 57,
"is_workspace": false,
"children": [
584,
426,
81,
307,
425,
257,
711,
506
]
},
{
"name": "objc2-user-notifications",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
357
]
},
{
"name": "linux-keyutils",
"version": "0.2.4",
"transitive_weight": 9,
"is_workspace": false,
"children": [
928,
238
]
},
{
"name": "hashlink",
"version": "0.10.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
626
]
},
{
"name": "clap_derive",
"version": "4.5.55",
"transitive_weight": 6,
"is_workspace": false,
"children": [
90,
632,
138,
68
]
},
{
"name": "linked-hash-map",
"version": "0.5.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "normalize-line-endings",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "http",
"version": "0.2.12",
"transitive_weight": 4,
"is_workspace": false,
"children": [
826,
1014,
740
]
},
{
"name": "allocative",
"version": "0.3.4",
"transitive_weight": 35,
"is_workspace": false,
"children": [
566,
1007,
906,
765,
862
]
},
{
"name": "bit-set",
"version": "0.5.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
314
]
},
{
"name": "lalrpop",
"version": "0.19.12",
"transitive_weight": 74,
"is_workspace": false,
"children": [
997,
953,
12,
557,
912,
335,
162,
177,
155,
94,
663,
861,
930,
494
]
},
{
"name": "object",
"version": "0.37.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
944
]
},
{
"name": "runfiles",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-implement",
"version": "0.60.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "tokio-native-tls",
"version": "0.3.1",
"transitive_weight": 77,
"is_workspace": false,
"children": [
674,
982
]
},
{
"name": "tokio-tungstenite",
"version": "0.28.0",
"transitive_weight": 137,
"is_workspace": false,
"children": [
824,
649,
432,
982,
769,
406,
587,
893
]
},
{
"name": "is-terminal",
"version": "0.4.17",
"transitive_weight": 5,
"is_workspace": false,
"children": [
837,
858,
238
]
},
{
"name": "icu_provider",
"version": "2.1.1",
"transitive_weight": 22,
"is_workspace": false,
"children": [
455,
773,
781,
503,
964,
205,
106,
985,
493
]
},
{
"name": "pulldown-cmark",
"version": "0.10.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
928,
490,
944,
655,
217
]
},
{
"name": "curve25519-dalek",
"version": "4.1.3",
"transitive_weight": 15,
"is_workspace": false,
"children": [
184,
936,
317,
458,
64,
508,
294
]
},
{
"name": "codex-utils-string",
"version": "0.0.0",
"transitive_weight": 2,
"is_workspace": true,
"children": [
929
]
},
{
"name": "objc2-quartz-core",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
1002,
928,
357
]
},
{
"name": "temporal_rs",
"version": "0.1.2",
"transitive_weight": 38,
"is_workspace": false,
"children": [
947,
1066,
303,
668,
993,
864,
759,
493
]
},
{
"name": "rand_chacha",
"version": "0.9.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
79,
497
]
},
{
"name": "unarray",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "walkdir",
"version": "2.5.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
705,
866
]
},
{
"name": "winreg",
"version": "0.50.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1060,
64
]
},
{
"name": "hostname",
"version": "0.4.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
64,
238,
477
]
},
{
"name": "flume",
"version": "0.12.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
888,
200,
40,
685
]
},
{
"name": "wasite",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkcs1",
"version": "0.7.5",
"transitive_weight": 13,
"is_workspace": false,
"children": [
995,
657,
844
]
},
{
"name": "regex",
"version": "1.12.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
256,
863,
944,
306
]
},
{
"name": "schemafy_core",
"version": "0.5.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
547,
964
]
},
{
"name": "socket2",
"version": "0.5.10",
"transitive_weight": 12,
"is_workspace": false,
"children": [
969,
238
]
},
{
"name": "foldhash",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "diffy",
"version": "0.4.2",
"transitive_weight": 4,
"is_workspace": false,
"children": [
737
]
},
{
"name": "proptest",
"version": "1.9.0",
"transitive_weight": 36,
"is_workspace": false,
"children": [
264,
169,
965,
928,
993,
306,
170
]
},
{
"name": "signature",
"version": "2.2.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
811,
296
]
},
{
"name": "zeroize",
"version": "1.8.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
958
]
},
{
"name": "reqwest",
"version": "0.12.28",
"transitive_weight": 211,
"is_workspace": false,
"children": [
242,
907,
248,
255,
649,
160,
199,
898,
252,
258,
674,
432,
551,
982,
918,
769,
444,
1016,
378,
406,
547,
831,
587,
307,
806,
291,
675,
964,
391,
848,
60,
445,
855,
698,
790,
826,
40,
893,
760,
31,
567,
110
]
},
{
"name": "bech32",
"version": "0.9.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerofrom-derive",
"version": "0.1.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
661,
90,
632,
138
]
},
{
"name": "codex-connectors",
"version": "0.0.0",
"transitive_weight": 465,
"is_workspace": true,
"children": [
642,
964,
978,
486
]
},
{
"name": "async-process",
"version": "2.5.0",
"transitive_weight": 50,
"is_workspace": false,
"children": [
213,
366,
782,
926,
597,
744,
341,
333,
738,
64
]
},
{
"name": "foreign-types",
"version": "0.3.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1087
]
},
{
"name": "cassowary",
"version": "0.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "const_format",
"version": "0.2.35",
"transitive_weight": 6,
"is_workspace": false,
"children": [
500
]
},
{
"name": "png",
"version": "0.18.0",
"transitive_weight": 37,
"is_workspace": false,
"children": [
405,
928,
1050,
904,
438
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "utf8_iter",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing-test-macro",
"version": "0.2.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632
]
},
{
"name": "test-log-macros",
"version": "0.2.19",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "env_home",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hyper",
"version": "1.8.1",
"transitive_weight": 72,
"is_workspace": false,
"children": [
252,
982,
257,
391,
848,
60,
396,
589,
826,
40,
273,
874,
740,
567,
1072
]
},
{
"name": "spin",
"version": "0.9.8",
"transitive_weight": 3,
"is_workspace": false,
"children": [
11
]
},
{
"name": "sdd",
"version": "3.0.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "critical-section",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rama-http-headers",
"version": "0.3.0-alpha.4",
"transitive_weight": 175,
"is_workspace": false,
"children": [
82,
266,
1030,
870,
279,
264,
236,
628,
260,
964,
192,
790,
874,
359
]
},
{
"name": "objc2-io-surface",
"version": "0.3.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
1002,
928,
357
]
},
{
"name": "zerofrom",
"version": "0.1.6",
"transitive_weight": 7,
"is_workspace": false,
"children": [
187
]
},
{
"name": "actix-rt",
"version": "2.11.0",
"transitive_weight": 40,
"is_workspace": false,
"children": [
982,
40
]
},
{
"name": "serde_path_to_error",
"version": "0.1.20",
"transitive_weight": 9,
"is_workspace": false,
"children": [
964,
1062,
740
]
},
{
"name": "anstyle",
"version": "1.0.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cfg_aliases",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num_enum",
"version": "0.7.5",
"transitive_weight": 21,
"is_workspace": false,
"children": [
809,
377
]
},
{
"name": "utf8parse",
"version": "0.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "inotify",
"version": "0.11.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
928,
593,
238
]
},
{
"name": "async-signal",
"version": "0.2.13",
"transitive_weight": 45,
"is_workspace": false,
"children": [
366,
597,
341,
1064,
837,
589,
64,
40,
672,
139
]
},
{
"name": "backtrace",
"version": "0.3.76",
"transitive_weight": 12,
"is_workspace": false,
"children": [
1050,
14,
157,
64,
238,
37,
477
]
},
{
"name": "codex-analytics",
"version": "0.0.0",
"transitive_weight": 582,
"is_workspace": true,
"children": [
231,
689,
582,
908,
982,
425,
260,
964
]
},
{
"name": "openssl-probe",
"version": "0.1.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicase",
"version": "2.9.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "starlark_derive",
"version": "0.13.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
886,
90,
632,
138
]
},
{
"name": "sha2",
"version": "0.10.9",
"transitive_weight": 12,
"is_workspace": false,
"children": [
296,
317,
64
]
},
{
"name": "winapi-i686-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-task",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arc-swap",
"version": "1.8.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
377
]
},
{
"name": "strum",
"version": "0.26.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
891
]
},
{
"name": "codex-utils-plugins",
"version": "0.0.0",
"transitive_weight": 17,
"is_workspace": true,
"children": [
547,
964
]
},
{
"name": "rama-unix",
"version": "0.3.0-alpha.4",
"transitive_weight": 160,
"is_workspace": false,
"children": [
82,
1030,
982,
567
]
},
{
"name": "serde_html_form",
"version": "0.3.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
32,
1062,
616,
740,
326
]
},
{
"name": "codex-execpolicy-legacy",
"version": "0.0.0",
"transitive_weight": 267,
"is_workspace": true,
"children": [
97,
456,
358,
154,
502,
547,
637,
1018,
964,
368,
978,
893,
929
]
},
{
"name": "winapi",
"version": "0.3.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
221,
629
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-login",
"version": "0.0.0",
"transitive_weight": 579,
"is_workspace": true,
"children": [
865,
642,
689,
801,
185,
843,
72,
279,
982,
918,
927,
264,
571,
547,
517,
425,
220,
964,
688,
127,
501,
2,
790,
486
]
},
{
"name": "strsim",
"version": "0.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-strings",
"version": "0.1.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
371,
113
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "error-code",
"version": "3.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ahash",
"version": "0.8.12",
"transitive_weight": 24,
"is_workspace": false,
"children": [
693,
384,
2,
64,
87
]
},
{
"name": "asynk-strim",
"version": "0.1.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
40,
567
]
},
{
"name": "libc",
"version": "0.2.182",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-web",
"version": "4.12.1",
"transitive_weight": 138,
"is_workspace": false,
"children": [
418,
922,
402,
206,
918,
10,
547,
587,
617,
269,
425,
291,
637,
257,
964,
646,
955,
2,
745,
855,
826,
64,
483,
40,
39,
740,
878,
893,
760,
567,
929
]
},
{
"name": "windows-targets",
"version": "0.53.5",
"transitive_weight": 10,
"is_workspace": false,
"children": [
477,
230,
532,
641,
788,
1073,
575,
107,
194
]
},
{
"name": "derivative",
"version": "2.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
419,
632,
138
]
},
{
"name": "hyper-rustls",
"version": "0.27.7",
"transitive_weight": 134,
"is_workspace": false,
"children": [
255,
649,
199,
432,
982,
769,
378,
406,
60,
110
]
},
{
"name": "wit-bindgen",
"version": "0.51.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "android_system_properties",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "codex-cloud-requirements",
"version": "0.0.0",
"transitive_weight": 899,
"is_workspace": true,
"children": [
100,
33,
779,
689,
279,
982,
720,
547,
425,
220,
297,
964,
688,
127,
790
]
},
{
"name": "opaque-debug",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "intl-memoizer",
"version": "0.5.3",
"transitive_weight": 22,
"is_workspace": false,
"children": [
1084,
871
]
},
{
"name": "quinn",
"version": "0.11.9",
"transitive_weight": 103,
"is_workspace": false,
"children": [
415,
432,
982,
49,
81,
269,
425,
688,
826,
911,
567,
768
]
},
{
"name": "fs_extra",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "signal-hook",
"version": "0.3.18",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1064,
238
]
},
{
"name": "resb",
"version": "0.1.1",
"transitive_weight": 18,
"is_workspace": false,
"children": [
691,
1062
]
},
{
"name": "h2",
"version": "0.4.13",
"transitive_weight": 66,
"is_workspace": false,
"children": [
551,
982,
425,
32,
60,
589,
826,
1014,
40,
685,
139
]
},
{
"name": "md-5",
"version": "0.10.6",
"transitive_weight": 10,
"is_workspace": false,
"children": [
296,
64
]
},
{
"name": "unsafe-libyaml",
"version": "0.2.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hyper-util",
"version": "0.1.19",
"transitive_weight": 84,
"is_workspace": false,
"children": [
199,
982,
587,
269,
425,
535,
391,
293,
848,
60,
790,
826,
40,
473,
238,
31,
567,
110
]
},
{
"name": "regex-automata",
"version": "0.4.13",
"transitive_weight": 4,
"is_workspace": false,
"children": [
863,
944,
306
]
},
{
"name": "smallvec",
"version": "1.15.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "tower",
"version": "0.5.3",
"transitive_weight": 65,
"is_workspace": false,
"children": [
551,
982,
587,
425,
32,
698,
40,
567,
139,
924,
110
]
},
{
"name": "thiserror-impl",
"version": "2.0.18",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "sha1",
"version": "0.10.6",
"transitive_weight": 12,
"is_workspace": false,
"children": [
296,
317,
64
]
},
{
"name": "oboe-sys",
"version": "0.6.1",
"transitive_weight": 25,
"is_workspace": false,
"children": [
344
]
},
{
"name": "askama_derive",
"version": "0.15.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
581,
592,
964,
1031,
90,
632,
138,
944,
768
]
},
{
"name": "toml",
"version": "0.5.11",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "rand",
"version": "0.9.2",
"transitive_weight": 26,
"is_workspace": false,
"children": [
169,
79
]
},
{
"name": "termtree",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rama-http-types",
"version": "0.3.0-alpha.4",
"transitive_weight": 136,
"is_workspace": false,
"children": [
1030,
870,
982,
264,
236,
628,
547,
675,
964,
192,
391,
60,
445,
789,
698,
826,
1014,
740,
944,
760,
567,
359
]
},
{
"name": "lru",
"version": "0.12.5",
"transitive_weight": 5,
"is_workspace": false,
"children": [
626
]
},
{
"name": "security-framework",
"version": "3.5.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
928,
380,
708,
65,
238
]
},
{
"name": "socket2",
"version": "0.6.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
910,
238
]
},
{
"name": "anstyle-wincon",
"version": "3.0.11",
"transitive_weight": 5,
"is_workspace": false,
"children": [
837,
208,
736
]
},
{
"name": "assert_cmd",
"version": "2.1.2",
"transitive_weight": 27,
"is_workspace": false,
"children": [
822,
585,
963,
913,
208,
238,
524
]
},
{
"name": "redox_users",
"version": "0.4.6",
"transitive_weight": 26,
"is_workspace": false,
"children": [
701,
639,
1013
]
},
{
"name": "httparse",
"version": "1.10.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tokio-macros",
"version": "2.6.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "serde_spanned",
"version": "1.0.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1062
]
},
{
"name": "zune-core",
"version": "0.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "xz2",
"version": "0.1.7",
"transitive_weight": 27,
"is_workspace": false,
"children": [
972
]
},
{
"name": "filetime",
"version": "0.2.27",
"transitive_weight": 12,
"is_workspace": false,
"children": [
639,
64,
238
]
},
{
"name": "chrono",
"version": "0.4.43",
"transitive_weight": 42,
"is_workspace": false,
"children": [
295,
307,
806,
964,
993,
477
]
},
{
"name": "hickory-resolver",
"version": "0.25.2",
"transitive_weight": 149,
"is_workspace": false,
"children": [
941,
61,
982,
264,
23,
454,
587,
425,
257,
688,
2,
64,
633
]
},
{
"name": "half",
"version": "2.7.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
384,
64,
460
]
},
{
"name": "unicode-segmentation",
"version": "1.12.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows",
"version": "0.54.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
91,
113
]
},
{
"name": "tracing-error",
"version": "0.2.1",
"transitive_weight": 44,
"is_workspace": false,
"children": [
584,
425
]
},
{
"name": "zstd-sys",
"version": "2.0.16+zstd.1.5.7",
"transitive_weight": 26,
"is_workspace": false,
"children": [
344,
921
]
},
{
"name": "x25519-dalek",
"version": "2.0.1",
"transitive_weight": 32,
"is_workspace": false,
"children": [
811,
165,
964,
184
]
},
{
"name": "rmcp-macros",
"version": "0.15.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
547,
776,
90,
632,
138
]
},
{
"name": "rama-tls-rustls",
"version": "0.3.0-alpha.4",
"transitive_weight": 221,
"is_workspace": false,
"children": [
82,
266,
1030,
328,
649,
1083,
870,
432,
982,
769,
378,
406,
567
]
},
{
"name": "color-spantrace",
"version": "0.3.0",
"transitive_weight": 52,
"is_workspace": false,
"children": [
284,
897,
506,
2
]
},
{
"name": "pastey",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_urlencoded",
"version": "0.7.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
964,
616,
740,
326
]
},
{
"name": "sqlx-macros-core",
"version": "0.8.6",
"transitive_weight": 242,
"is_workspace": false,
"children": [
942,
520,
515,
991,
982,
918,
547,
220,
742,
964,
90,
2,
632,
138,
970,
68,
849
]
},
{
"name": "windows-registry",
"version": "0.6.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
598,
324,
477
]
},
{
"name": "subtle",
"version": "2.6.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "iana-time-zone",
"version": "0.1.65",
"transitive_weight": 35,
"is_workspace": false,
"children": [
450,
307,
806,
492,
244,
65,
893
]
},
{
"name": "digest",
"version": "0.10.7",
"transitive_weight": 8,
"is_workspace": false,
"children": [
329,
544,
994,
294
]
},
{
"name": "hmac",
"version": "0.12.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
296
]
},
{
"name": "darling_core",
"version": "0.20.11",
"transitive_weight": 8,
"is_workspace": false,
"children": [
90,
632,
138,
1014,
722,
232
]
},
{
"name": "syntect",
"version": "5.3.0",
"transitive_weight": 70,
"is_workspace": false,
"children": [
405,
627,
679,
547,
842,
964,
688,
1031,
171,
2,
533,
1014,
306
]
},
{
"name": "codex-api",
"version": "0.0.0",
"transitive_weight": 455,
"is_workspace": true,
"children": [
689,
801,
161,
824,
1047,
551,
982,
918,
600,
547,
425,
964,
1078,
688,
127,
60,
826,
929
]
},
{
"name": "redox_users",
"version": "0.5.2",
"transitive_weight": 26,
"is_workspace": false,
"children": [
701,
639,
688
]
},
{
"name": "block2",
"version": "0.6.2",
"transitive_weight": 3,
"is_workspace": false,
"children": [
357
]
},
{
"name": "icu_locale",
"version": "2.1.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
163,
455,
1082,
691,
668,
773,
345
]
},
{
"name": "schemafy",
"version": "0.5.2",
"transitive_weight": 30,
"is_workspace": false,
"children": [
712,
178,
547,
504,
964,
1031,
917,
419
]
},
{
"name": "num-bigint-dig",
"version": "0.8.6",
"transitive_weight": 40,
"is_workspace": false,
"children": [
42,
257,
184,
143,
476,
465,
993,
1001
]
},
{
"name": "regex-syntax",
"version": "0.8.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "js-sys",
"version": "0.3.85",
"transitive_weight": 15,
"is_workspace": false,
"children": [
806,
2
]
},
{
"name": "notify",
"version": "8.2.0",
"transitive_weight": 34,
"is_workspace": false,
"children": [
910,
212,
596,
928,
950,
171,
413,
1054,
238,
893
]
},
{
"name": "codex-rmcp-client",
"version": "0.0.0",
"transitive_weight": 572,
"is_workspace": true,
"children": [
689,
129,
699,
801,
185,
669,
843,
1015,
72,
785,
982,
437,
1059,
571,
600,
547,
625,
425,
220,
964,
688,
501,
978,
486
]
},
{
"name": "codex-feedback",
"version": "0.0.0",
"transitive_weight": 501,
"is_workspace": true,
"children": [
689,
925,
584,
425,
978
]
},
{
"name": "thiserror-impl",
"version": "1.0.69",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "indenter",
"version": "0.3.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-complex",
"version": "0.4.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
993
]
},
{
"name": "bit-vec",
"version": "0.6.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "siphasher",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "strsim",
"version": "0.10.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cpufeatures",
"version": "0.2.17",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "tempfile",
"version": "3.24.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
693,
888,
597,
2,
837
]
},
{
"name": "clap_builder",
"version": "4.5.58",
"transitive_weight": 36,
"is_workspace": false,
"children": [
746,
952,
208,
709,
232
]
},
{
"name": "codex-utils-approval-presets",
"version": "0.0.0",
"transitive_weight": 355,
"is_workspace": true,
"children": [
689
]
},
{
"name": "termcolor",
"version": "1.4.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
866
]
},
{
"name": "pin-project",
"version": "1.1.10",
"transitive_weight": 6,
"is_workspace": false,
"children": [
540
]
},
{
"name": "deadpool",
"version": "0.12.3",
"transitive_weight": 44,
"is_workspace": false,
"children": [
982,
476,
67,
654
]
},
{
"name": "windows-strings",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
477
]
},
{
"name": "eyre",
"version": "0.6.12",
"transitive_weight": 5,
"is_workspace": false,
"children": [
2,
312
]
},
{
"name": "ryu",
"version": "1.0.22",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "similar",
"version": "2.7.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rcgen",
"version": "0.14.7",
"transitive_weight": 86,
"is_workspace": false,
"children": [
1083,
631,
406,
1012,
617,
104
]
},
{
"name": "block-buffer",
"version": "0.10.4",
"transitive_weight": 4,
"is_workspace": false,
"children": [
350
]
},
{
"name": "portable-atomic",
"version": "1.13.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "include_dir_macros",
"version": "0.7.4",
"transitive_weight": 4,
"is_workspace": false,
"children": [
632,
138
]
},
{
"name": "matchit",
"version": "0.9.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "event-listener",
"version": "5.4.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
137,
519,
567
]
},
{
"name": "try-lock",
"version": "0.2.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lalrpop-util",
"version": "0.19.12",
"transitive_weight": 6,
"is_workspace": false,
"children": [
177
]
},
{
"name": "dirs",
"version": "6.0.0",
"transitive_weight": 31,
"is_workspace": false,
"children": [
59
]
},
{
"name": "fluent-langneg",
"version": "0.13.1",
"transitive_weight": 20,
"is_workspace": false,
"children": [
1084
]
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.108",
"transitive_weight": 2,
"is_workspace": false,
"children": [
464
]
},
{
"name": "darling_macro",
"version": "0.21.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
510,
90,
632
]
},
{
"name": "console",
"version": "0.15.11",
"transitive_weight": 16,
"is_workspace": false,
"children": [
787,
2,
638,
238
]
},
{
"name": "async-lock",
"version": "3.4.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
845,
333,
567
]
},
{
"name": "codex-instructions",
"version": "0.0.0",
"transitive_weight": 355,
"is_workspace": true,
"children": [
689,
964
]
},
{
"name": "fluent",
"version": "0.16.1",
"transitive_weight": 33,
"is_workspace": false,
"children": [
667,
1084
]
},
{
"name": "cc",
"version": "1.2.55",
"transitive_weight": 24,
"is_workspace": false,
"children": [
766,
1043,
238,
989
]
},
{
"name": "icu_locale_data",
"version": "2.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "objc2-foundation",
"version": "0.3.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1002,
928,
302,
357,
238
]
},
{
"name": "icu_normalizer",
"version": "2.1.1",
"transitive_weight": 29,
"is_workspace": false,
"children": [
976,
163,
1082,
773,
257,
577
]
},
{
"name": "untrusted",
"version": "0.9.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "generic-array",
"version": "0.14.7",
"transitive_weight": 3,
"is_workspace": false,
"children": [
764,
87
]
},
{
"name": "wayland-sys",
"version": "0.31.8",
"transitive_weight": 2,
"is_workspace": false,
"children": [
921
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libloading",
"version": "0.8.9",
"transitive_weight": 3,
"is_workspace": false,
"children": [
64,
477
]
},
{
"name": "anstyle-query",
"version": "1.1.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
837
]
},
{
"name": "i18n-embed-impl",
"version": "0.8.4",
"transitive_weight": 27,
"is_workspace": false,
"children": [
876,
786,
90,
632,
138
]
},
{
"name": "nom",
"version": "7.1.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
944,
791
]
},
{
"name": "objc2",
"version": "0.6.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
723
]
},
{
"name": "clap",
"version": "4.5.58",
"transitive_weight": 39,
"is_workspace": false,
"children": [
319,
150
]
},
{
"name": "rama-error",
"version": "0.3.0-alpha.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "difflib",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.28.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
928,
64,
209,
238
]
},
{
"name": "include_dir",
"version": "0.7.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
331
]
},
{
"name": "linux-raw-sys",
"version": "0.4.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ordered-stream",
"version": "0.2.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
40,
567
]
},
{
"name": "windows-implement",
"version": "0.58.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "async-io",
"version": "2.6.0",
"transitive_weight": 39,
"is_workspace": false,
"children": [
926,
729,
597,
137,
837,
498,
64,
672,
519,
139
]
},
{
"name": "sentry-contexts",
"version": "0.46.1",
"transitive_weight": 110,
"is_workspace": false,
"children": [
714,
927,
173,
458,
818,
238
]
},
{
"name": "path-absolutize",
"version": "3.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
707
]
},
{
"name": "bm25",
"version": "2.3.2",
"transitive_weight": 57,
"is_workspace": false,
"children": [
393,
1006,
603,
555,
670,
282
]
},
{
"name": "windows_i686_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-result",
"version": "0.2.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
113
]
},
{
"name": "simple_asn1",
"version": "0.6.4",
"transitive_weight": 23,
"is_workspace": false,
"children": [
617,
688,
765,
993
]
},
{
"name": "xdg-home",
"version": "1.3.0",
"transitive_weight": 12,
"is_workspace": false,
"children": [
787,
238
]
},
{
"name": "float-cmp",
"version": "0.10.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
993
]
},
{
"name": "i18n-embed-fl",
"version": "0.9.4",
"transitive_weight": 72,
"is_workspace": false,
"children": [
114,
343,
876,
1084,
786,
872,
853,
90,
632,
138,
232
]
},
{
"name": "portable-atomic-util",
"version": "0.2.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
330
]
},
{
"name": "rustversion",
"version": "1.0.22",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "webpki-roots",
"version": "1.0.5",
"transitive_weight": 20,
"is_workspace": false,
"children": [
406
]
},
{
"name": "psl-types",
"version": "2.0.11",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation",
"version": "0.10.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
65,
238
]
},
{
"name": "insta",
"version": "1.46.3",
"transitive_weight": 46,
"is_workspace": false,
"children": [
318,
340,
2,
327
]
},
{
"name": "md5",
"version": "0.8.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "erased-serde",
"version": "0.3.31",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "zerocopy",
"version": "0.8.37",
"transitive_weight": 6,
"is_workspace": false,
"children": [
388
]
},
{
"name": "tree_magic_mini",
"version": "3.2.2",
"transitive_weight": 19,
"is_workspace": false,
"children": [
5,
789,
944
]
},
{
"name": "dtor",
"version": "0.1.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
531
]
},
{
"name": "fixedbitset",
"version": "0.5.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerocopy-derive",
"version": "0.8.37",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "fslock",
"version": "0.2.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
229,
238
]
},
{
"name": "icu_calendar_data",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "http-body",
"version": "1.0.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
60,
826
]
},
{
"name": "openssl-src",
"version": "300.5.5+3.5.5",
"transitive_weight": 25,
"is_workspace": false,
"children": [
344
]
},
{
"name": "cached",
"version": "0.56.0",
"transitive_weight": 40,
"is_workspace": false,
"children": [
236,
81,
933,
688,
626,
2,
834
]
},
{
"name": "display_container",
"version": "0.9.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
742,
312
]
},
{
"name": "inventory",
"version": "0.3.21",
"transitive_weight": 2,
"is_workspace": false,
"children": [
377
]
},
{
"name": "want",
"version": "0.3.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
334
]
},
{
"name": "zbus_macros",
"version": "4.4.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
563,
472,
90,
632,
138
]
},
{
"name": "crossterm_winapi",
"version": "0.9.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
229
]
},
{
"name": "supports-color",
"version": "3.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
956
]
},
{
"name": "codex-experimental-api-macros",
"version": "0.0.0",
"transitive_weight": 5,
"is_workspace": true,
"children": [
90,
632,
138
]
},
{
"name": "ctor-proc-macro",
"version": "0.0.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-codec",
"version": "0.5.2",
"transitive_weight": 57,
"is_workspace": false,
"children": [
551,
982,
425,
928,
826,
40,
685,
944,
567
]
},
{
"name": "image-webp",
"version": "0.2.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
99,
807
]
},
{
"name": "phf_shared",
"version": "0.11.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
315
]
},
{
"name": "flate2",
"version": "1.1.8",
"transitive_weight": 32,
"is_workspace": false,
"children": [
735,
1050,
904
]
},
{
"name": "rustls-pki-types",
"version": "1.14.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
81,
184
]
},
{
"name": "codex-core-skills",
"version": "0.0.0",
"transitive_weight": 624,
"is_workspace": true,
"children": [
215,
231,
779,
865,
642,
342,
689,
774,
123,
754,
982,
336,
720,
225,
547,
491,
425,
964,
978,
840,
989
]
},
{
"name": "codex-v8-poc",
"version": "0.0.0",
"transitive_weight": 95,
"is_workspace": true,
"children": [
856
]
},
{
"name": "equivalent",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "opentelemetry-otlp",
"version": "0.31.0",
"transitive_weight": 238,
"is_workspace": false,
"children": [
505,
185,
488,
846,
934,
982,
426,
547,
1019,
425,
688,
60
]
},
{
"name": "zmij",
"version": "1.0.19",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serial2",
"version": "0.2.33",
"transitive_weight": 6,
"is_workspace": false,
"children": [
229,
64,
238
]
},
{
"name": "kqueue",
"version": "1.1.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
612,
238
]
},
{
"name": "rusticata-macros",
"version": "4.1.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
356
]
},
{
"name": "quinn-proto",
"version": "0.11.13",
"transitive_weight": 72,
"is_workspace": false,
"children": [
432,
512,
264,
693,
406,
81,
425,
688,
770,
826,
439,
768,
139
]
},
{
"name": "winsplit",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "io_tee",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-http",
"version": "3.11.2",
"transitive_weight": 80,
"is_workspace": false,
"children": [
402,
551,
206,
982,
425,
637,
257,
928,
153,
646,
955,
745,
855,
826,
483,
40,
273,
874,
740,
878,
760,
31,
567
]
},
{
"name": "syn",
"version": "1.0.109",
"transitive_weight": 4,
"is_workspace": false,
"children": [
632,
138,
464
]
},
{
"name": "headers",
"version": "0.4.1",
"transitive_weight": 20,
"is_workspace": false,
"children": [
260,
741,
60,
790,
826,
874,
760
]
},
{
"name": "redox_syscall",
"version": "0.7.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
928
]
},
{
"name": "vcpkg",
"version": "0.2.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "security-framework",
"version": "2.11.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
928,
697,
708,
65,
238
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tracing",
"version": "0.1.44",
"transitive_weight": 13,
"is_workspace": false,
"children": [
815,
506,
893,
567
]
},
{
"name": "opentelemetry",
"version": "0.31.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
307,
425,
688,
40,
685,
567
]
},
{
"name": "futures-executor",
"version": "0.3.31",
"transitive_weight": 16,
"is_workspace": false,
"children": [
587,
40,
222
]
},
{
"name": "rayon",
"version": "1.11.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
742,
623
]
},
{
"name": "ignore",
"version": "0.4.25",
"transitive_weight": 23,
"is_workspace": false,
"children": [
678,
171,
256,
705,
771,
866,
893,
944
]
},
{
"name": "serde_with_macros",
"version": "3.17.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
130,
90,
632,
138
]
},
{
"name": "sharded-slab",
"version": "0.1.7",
"transitive_weight": 5,
"is_workspace": false,
"children": [
476
]
},
{
"name": "rustls",
"version": "0.23.36",
"transitive_weight": 52,
"is_workspace": false,
"children": [
102,
512,
631,
406,
184,
2,
893,
294
]
},
{
"name": "schemars_derive",
"version": "0.8.22",
"transitive_weight": 6,
"is_workspace": false,
"children": [
103,
90,
632,
138
]
},
{
"name": "wasip2",
"version": "1.0.2+wasi-0.2.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
243
]
},
{
"name": "logos",
"version": "0.12.1",
"transitive_weight": 9,
"is_workspace": false,
"children": [
601
]
},
{
"name": "async-recursion",
"version": "1.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "codex-utils-home-dir",
"version": "0.0.0",
"transitive_weight": 32,
"is_workspace": true,
"children": [
336
]
},
{
"name": "fdeflate",
"version": "0.3.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
607
]
},
{
"name": "lru-slab",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "adler2",
"version": "2.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "salsa20",
"version": "0.10.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1055
]
},
{
"name": "test-case-macros",
"version": "3.3.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
45,
90,
632,
138
]
},
{
"name": "lzma-rs",
"version": "0.3.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
830,
1042
]
},
{
"name": "wasm-streams",
"version": "0.4.2",
"transitive_weight": 29,
"is_workspace": false,
"children": [
1016,
831,
587,
307,
806
]
},
{
"name": "mime_guess",
"version": "2.0.5",
"transitive_weight": 3,
"is_workspace": false,
"children": [
760,
217
]
},
{
"name": "quick-xml",
"version": "0.38.4",
"transitive_weight": 9,
"is_workspace": false,
"children": [
964,
944
]
},
{
"name": "codex-backend-openapi-models",
"version": "0.0.0",
"transitive_weight": 78,
"is_workspace": true,
"children": [
456,
547,
964
]
},
{
"name": "jiff",
"version": "0.2.18",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1062,
108,
376,
893,
330
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "iana-time-zone-haiku",
"version": "0.1.2",
"transitive_weight": 25,
"is_workspace": false,
"children": [
344
]
},
{
"name": "rustyline",
"version": "14.0.0",
"transitive_weight": 42,
"is_workspace": false,
"children": [
484,
361,
734,
969,
928,
1029,
521,
64,
238,
893,
944,
282,
3,
211
]
},
{
"name": "matchit",
"version": "0.8.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-collections",
"version": "0.3.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
492
]
},
{
"name": "parking_lot",
"version": "0.12.5",
"transitive_weight": 17,
"is_workspace": false,
"children": [
757,
11
]
},
{
"name": "icu_locale_core",
"version": "2.1.1",
"transitive_weight": 20,
"is_workspace": false,
"children": [
668,
773,
964,
106,
1021,
493
]
},
{
"name": "serde_with",
"version": "3.17.0",
"transitive_weight": 77,
"is_workspace": false,
"children": [
534,
279,
1070,
547,
617,
32,
430,
1077,
1062,
790,
849
]
},
{
"name": "tiff",
"version": "0.10.3",
"transitive_weight": 43,
"is_workspace": false,
"children": [
405,
281,
915,
576,
807,
962
]
},
{
"name": "rustc_version",
"version": "0.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
916
]
},
{
"name": "x11rb",
"version": "0.13.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
29,
597,
95
]
},
{
"name": "crunchy",
"version": "0.2.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "gzip-header",
"version": "1.0.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
904
]
},
{
"name": "diplomat-runtime",
"version": "0.14.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnu",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-ident",
"version": "1.0.22",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-integer",
"version": "0.1.46",
"transitive_weight": 4,
"is_workspace": false,
"children": [
993
]
},
{
"name": "codex-utils-sleep-inhibitor",
"version": "0.0.0",
"transitive_weight": 19,
"is_workspace": true,
"children": [
425,
697,
837,
238
]
},
{
"name": "self_cell",
"version": "1.2.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "constant_time_eq",
"version": "0.3.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "openssl-macros",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "itertools",
"version": "0.13.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
742
]
},
{
"name": "assert-json-diff",
"version": "2.0.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
547,
964
]
},
{
"name": "zvariant_utils",
"version": "2.1.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "ipnet",
"version": "2.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ansi-to-tui",
"version": "7.0.0",
"transitive_weight": 80,
"is_workspace": false,
"children": [
526,
257,
1013,
356,
825
]
},
{
"name": "icu_decimal",
"version": "2.1.1",
"transitive_weight": 30,
"is_workspace": false,
"children": [
303,
163,
455,
773,
828,
794,
493
]
},
{
"name": "lazy_static",
"version": "1.5.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
200
]
},
{
"name": "windows-link",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crossbeam-epoch",
"version": "0.9.18",
"transitive_weight": 2,
"is_workspace": false,
"children": [
905
]
},
{
"name": "flume",
"version": "0.11.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
200,
40,
685
]
},
{
"name": "ts-rs",
"version": "11.1.0",
"transitive_weight": 42,
"is_workspace": false,
"children": [
543,
547,
752,
688
]
},
{
"name": "windows-interface",
"version": "0.58.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "assert_matches",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "foldhash",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "fd-lock",
"version": "4.0.4",
"transitive_weight": 25,
"is_workspace": false,
"children": [
597,
787,
64
]
},
{
"name": "codex-hooks",
"version": "0.0.0",
"transitive_weight": 472,
"is_workspace": true,
"children": [
865,
689,
279,
982,
571,
600,
547,
964,
177,
978
]
},
{
"name": "urlencoding",
"version": "2.1.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-cli",
"version": "0.0.0",
"transitive_weight": 1062,
"is_workspace": true,
"children": [
1056,
570,
30,
561,
981,
122,
80,
591,
19,
33,
880,
231,
309,
983,
865,
642,
542,
38,
914,
689,
624,
1008,
579,
584,
47,
111,
358,
982,
318,
720,
547,
517,
425,
897,
399,
978,
238,
929
]
},
{
"name": "opentelemetry-proto",
"version": "0.31.0",
"transitive_weight": 171,
"is_workspace": false,
"children": [
572,
846,
934,
730,
426,
547,
1019,
964,
790
]
},
{
"name": "codex-utils-cache",
"version": "0.0.0",
"transitive_weight": 54,
"is_workspace": true,
"children": [
982,
260,
954
]
},
{
"name": "getopts",
"version": "0.2.24",
"transitive_weight": 2,
"is_workspace": false,
"children": [
536
]
},
{
"name": "serde_yaml",
"version": "0.9.34+deprecated",
"transitive_weight": 16,
"is_workspace": false,
"children": [
32,
964,
740,
326,
254
]
},
{
"name": "windows-core",
"version": "0.62.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
159,
109,
598,
324,
477
]
},
{
"name": "writeable",
"version": "0.6.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-xid",
"version": "0.2.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "self_cell",
"version": "0.10.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
467
]
},
{
"name": "pem-rfc7468",
"version": "0.7.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
749
]
},
{
"name": "ppv-lite86",
"version": "0.2.21",
"transitive_weight": 7,
"is_workspace": false,
"children": [
384
]
},
{
"name": "autocfg",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "allocator-api2",
"version": "0.2.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "const_format_proc_macros",
"version": "0.2.34",
"transitive_weight": 5,
"is_workspace": false,
"children": [
632,
138,
494
]
},
{
"name": "tiny_http",
"version": "0.12.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
1068,
696,
874,
893
]
},
{
"name": "env_logger",
"version": "0.11.9",
"transitive_weight": 29,
"is_workspace": false,
"children": [
952,
448,
527,
208,
893
]
},
{
"name": "yoke",
"version": "0.8.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
205,
859,
985
]
},
{
"name": "Inflector",
"version": "0.11.4",
"transitive_weight": 10,
"is_workspace": false,
"children": [
177,
476
]
},
{
"name": "opentelemetry-http",
"version": "0.31.0",
"transitive_weight": 214,
"is_workspace": false,
"children": [
185,
426,
127,
60,
826
]
},
{
"name": "tracing-core",
"version": "0.1.36",
"transitive_weight": 5,
"is_workspace": false,
"children": [
2,
920
]
},
{
"name": "sentry-debug-images",
"version": "0.46.1",
"transitive_weight": 94,
"is_workspace": false,
"children": [
714,
1045
]
},
{
"name": "fiat-crypto",
"version": "0.2.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.45.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
13
]
},
{
"name": "darling_core",
"version": "0.21.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
90,
632,
138,
1014,
722,
232
]
},
{
"name": "darling_core",
"version": "0.23.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
90,
632,
138,
722,
232
]
},
{
"name": "ring",
"version": "0.17.14",
"transitive_weight": 38,
"is_workspace": false,
"children": [
344,
701,
969,
64,
238,
349
]
},
{
"name": "local-waker",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nibble_vec",
"version": "0.1.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
257
]
},
{
"name": "sqlx-sqlite",
"version": "0.8.6",
"transitive_weight": 192,
"is_workspace": false,
"children": [
991,
279,
918,
935,
543,
731,
427,
587,
617,
425,
291,
964,
479,
688,
857,
848,
40,
893,
31
]
},
{
"name": "dupe_derive",
"version": "0.9.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "codex-terminal-detection",
"version": "0.0.0",
"transitive_weight": 14,
"is_workspace": true,
"children": [
425
]
},
{
"name": "futures-macro",
"version": "0.3.31",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "parking",
"version": "2.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlx-postgres",
"version": "0.8.6",
"transitive_weight": 217,
"is_workspace": false,
"children": [
991,
279,
42,
543,
547,
587,
617,
52,
425,
220,
121,
959,
253,
297,
257,
928,
964,
530,
688,
857,
848,
1029,
2,
830,
790,
1042,
970,
40,
849,
740,
893,
944
]
},
{
"name": "clipboard-win",
"version": "5.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
235
]
},
{
"name": "enum-as-inner",
"version": "0.6.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
90,
632,
138,
68
]
},
{
"name": "option-ext",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "predicates-core",
"version": "1.0.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nucleo-matcher",
"version": "0.3.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
944,
282
]
},
{
"name": "ratatui",
"version": "0.29.0",
"transitive_weight": 73,
"is_workspace": false,
"children": [
662,
841,
21,
470,
224,
928,
1040,
267,
588,
191,
647,
282,
536
]
},
{
"name": "env_filter",
"version": "1.0.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
177,
893
]
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.108",
"transitive_weight": 7,
"is_workspace": false,
"children": [
90,
632,
138,
338,
862
]
},
{
"name": "csv",
"version": "1.4.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1062,
1085,
740,
326
]
},
{
"name": "stringprep",
"version": "0.1.5",
"transitive_weight": 6,
"is_workspace": false,
"children": [
606,
808,
599
]
},
{
"name": "dtor-proc-macro",
"version": "0.0.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_aarch64_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "yaml-rust",
"version": "0.4.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
151
]
},
{
"name": "schemars",
"version": "1.2.1",
"transitive_weight": 57,
"is_workspace": false,
"children": [
279,
547,
964,
144,
839,
852
]
},
{
"name": "system-configuration",
"version": "0.6.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
928,
697,
666
]
},
{
"name": "unicode-width",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rama-http",
"version": "0.3.0-alpha.4",
"transitive_weight": 187,
"is_workspace": false,
"children": [
203,
82,
266,
1030,
870,
279,
982,
264,
236,
543,
454,
227,
547,
529,
999,
889,
928,
964,
192,
60,
790,
1081,
874,
332,
31,
567,
359
]
},
{
"name": "scc",
"version": "2.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
201
]
},
{
"name": "derive_more",
"version": "1.0.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
798
]
},
{
"name": "pin-project-internal",
"version": "1.1.10",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "rama-socks5",
"version": "0.3.0-alpha.4",
"transitive_weight": 232,
"is_workspace": false,
"children": [
51,
725,
82,
1030,
870,
982,
1042
]
},
{
"name": "codex-state",
"version": "0.0.0",
"transitive_weight": 444,
"is_workspace": true,
"children": [
689,
1074,
584,
279,
358,
982,
336,
543,
547,
425,
897,
964,
1003,
978,
893
]
},
{
"name": "uuid",
"version": "1.20.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
693,
307,
806,
1062,
24
]
},
{
"name": "crypto-common",
"version": "0.1.7",
"transitive_weight": 4,
"is_workspace": false,
"children": [
350,
764
]
},
{
"name": "sentry-panic",
"version": "0.46.1",
"transitive_weight": 96,
"is_workspace": false,
"children": [
733,
714
]
},
{
"name": "smol_str",
"version": "0.3.5",
"transitive_weight": 9,
"is_workspace": false,
"children": [
1062,
802
]
},
{
"name": "serde_json",
"version": "1.0.149",
"transitive_weight": 16,
"is_workspace": false,
"children": [
32,
964,
1062,
740,
944,
411
]
},
{
"name": "codex-utils-output-truncation",
"version": "0.0.0",
"transitive_weight": 355,
"is_workspace": true,
"children": [
689,
166
]
},
{
"name": "darling_macro",
"version": "0.23.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
511,
90,
632
]
},
{
"name": "rust-embed-impl",
"version": "8.11.0",
"transitive_weight": 23,
"is_workspace": false,
"children": [
923,
171,
90,
632,
138
]
},
{
"name": "tokio-util",
"version": "0.7.18",
"transitive_weight": 49,
"is_workspace": false,
"children": [
982,
587,
826,
40,
685,
567,
139
]
},
{
"name": "zstd",
"version": "0.13.3",
"transitive_weight": 28,
"is_workspace": false,
"children": [
901
]
},
{
"name": "untrusted",
"version": "0.7.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "image",
"version": "0.25.9",
"transitive_weight": 61,
"is_workspace": false,
"children": [
457,
193,
755,
16,
403,
993,
750,
833,
99,
128,
276
]
},
{
"name": "fxhash",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1042
]
},
{
"name": "wl-clipboard-rs",
"version": "0.9.3",
"transitive_weight": 60,
"is_workspace": false,
"children": [
1010,
895,
1079,
829,
385,
597,
688,
1080,
238,
893
]
},
{
"name": "petgraph",
"version": "0.6.5",
"transitive_weight": 14,
"is_workspace": false,
"children": [
32,
796
]
},
{
"name": "chardetng",
"version": "0.1.17",
"transitive_weight": 4,
"is_workspace": false,
"children": [
855,
64,
944
]
},
{
"name": "maplit",
"version": "1.0.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "schannel",
"version": "0.1.28",
"transitive_weight": 3,
"is_workspace": false,
"children": [
837
]
},
{
"name": "codex-exec",
"version": "0.0.0",
"transitive_weight": 968,
"is_workspace": true,
"children": [
813,
747,
245,
19,
33,
779,
310,
642,
914,
689,
582,
754,
584,
480,
358,
982,
543,
547,
425,
897,
964,
399,
978
]
},
{
"name": "objc2-core-image",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
357
]
},
{
"name": "proc-macro-crate",
"version": "3.4.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
797
]
},
{
"name": "dbus",
"version": "0.9.10",
"transitive_weight": 14,
"is_workspace": false,
"children": [
787,
875,
238
]
},
{
"name": "diplomat_core",
"version": "0.14.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
257,
964,
90,
632,
138,
1017
]
},
{
"name": "hashbrown",
"version": "0.14.5",
"transitive_weight": 26,
"is_workspace": false,
"children": [
236,
499
]
},
{
"name": "pin-project-lite",
"version": "0.2.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-debug-client",
"version": "0.0.0",
"transitive_weight": 464,
"is_workspace": true,
"children": [
642,
358,
547,
964,
978
]
},
{
"name": "memoffset",
"version": "0.6.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
498
]
},
{
"name": "codex-tui",
"version": "0.0.0",
"transitive_weight": 1048,
"is_workspace": true,
"children": [
30,
813,
122,
747,
245,
19,
100,
96,
33,
880,
231,
779,
310,
642,
542,
38,
58,
914,
320,
689,
129,
801,
185,
854,
706,
582,
116,
105,
72,
938,
526,
892,
299,
650,
554,
754,
579,
951,
551,
662,
584,
279,
358,
982,
918,
318,
336,
264,
543,
466,
720,
547,
625,
517,
164,
425,
637,
969,
583,
964,
1003,
57,
688,
181,
476,
125,
166,
399,
978,
790,
974,
960,
840,
903,
238,
860,
929,
989,
282,
536,
416
]
},
{
"name": "schemars",
"version": "0.8.22",
"transitive_weight": 20,
"is_workspace": false,
"children": [
547,
964,
433,
852
]
},
{
"name": "tonic-prost",
"version": "0.14.3",
"transitive_weight": 148,
"is_workspace": false,
"children": [
846,
1019,
826
]
},
{
"name": "clang-sys",
"version": "1.8.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
353,
118,
238
]
},
{
"name": "fax_derive",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "windows_x86_64_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zune-jpeg",
"version": "0.4.21",
"transitive_weight": 2,
"is_workspace": false,
"children": [
700
]
},
{
"name": "icu_normalizer_data",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unic-langid-impl",
"version": "0.9.6",
"transitive_weight": 18,
"is_workspace": false,
"children": [
668,
964
]
},
{
"name": "tracing-appender",
"version": "0.2.4",
"transitive_weight": 56,
"is_workspace": false,
"children": [
584,
617,
688,
611
]
},
{
"name": "endian-type",
"version": "0.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "askama_parser",
"version": "0.15.4",
"transitive_weight": 11,
"is_workspace": false,
"children": [
964,
1031,
22,
768,
464
]
},
{
"name": "codex-git-utils",
"version": "0.0.0",
"transitive_weight": 105,
"is_workspace": true,
"children": [
754,
480,
982,
318,
571,
600,
964,
688,
177,
171,
2
]
},
{
"name": "itertools",
"version": "0.14.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
742
]
},
{
"name": "tracing-subscriber",
"version": "0.3.22",
"transitive_weight": 43,
"is_workspace": false,
"children": [
547,
425,
887,
257,
964,
711,
136,
431,
506,
256,
737,
2,
694
]
},
{
"name": "bstr",
"version": "1.12.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
964,
256,
944
]
},
{
"name": "castaway",
"version": "0.2.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
377
]
},
{
"name": "futures-util",
"version": "0.3.31",
"transitive_weight": 15,
"is_workspace": false,
"children": [
518,
848,
40,
672,
685,
222,
944,
567,
1072,
139
]
},
{
"name": "indoc",
"version": "2.0.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
377
]
},
{
"name": "atomic-waker",
"version": "1.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "secrecy",
"version": "0.10.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
184
]
},
{
"name": "codex-app-server-test-client",
"version": "0.0.0",
"transitive_weight": 898,
"is_workspace": true,
"children": [
33,
779,
642,
914,
689,
824,
584,
358,
982,
918,
543,
547,
425,
964,
978
]
},
{
"name": "basic-toml",
"version": "0.1.10",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "inotify-sys",
"version": "0.1.5",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "objc2-app-kit",
"version": "0.3.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
347,
743,
928,
357
]
},
{
"name": "pbkdf2",
"version": "0.12.2",
"transitive_weight": 10,
"is_workspace": false,
"children": [
297,
296
]
},
{
"name": "notify-types",
"version": "2.1.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
928
]
},
{
"name": "rustix",
"version": "1.1.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
928,
610,
837,
238,
1035
]
},
{
"name": "windows-result",
"version": "0.4.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
477
]
},
{
"name": "unicode-properties",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures",
"version": "0.3.31",
"transitive_weight": 17,
"is_workspace": false,
"children": [
427,
587,
848,
40,
672,
685,
222
]
},
{
"name": "logos-derive",
"version": "0.12.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
419,
632,
138,
76,
1014,
930
]
},
{
"name": "async-fs",
"version": "2.2.0",
"transitive_weight": 35,
"is_workspace": false,
"children": [
782,
926,
341
]
},
{
"name": "rust-stemmers",
"version": "1.2.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964,
1031
]
},
{
"name": "toml_writer",
"version": "1.0.6+spec-1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "supports-color",
"version": "2.1.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
162,
956
]
},
{
"name": "unicode-normalization",
"version": "0.1.25",
"transitive_weight": 3,
"is_workspace": false,
"children": [
770
]
},
{
"name": "simd-adler32",
"version": "0.3.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "arbitrary",
"version": "1.4.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
753
]
},
{
"name": "zerovec-derive",
"version": "0.11.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "errno",
"version": "0.3.14",
"transitive_weight": 4,
"is_workspace": false,
"children": [
837,
238
]
},
{
"name": "crossbeam-channel",
"version": "0.5.15",
"transitive_weight": 2,
"is_workspace": false,
"children": [
905
]
},
{
"name": "kqueue-sys",
"version": "1.0.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
643,
238
]
},
{
"name": "axum-core",
"version": "0.5.6",
"transitive_weight": 24,
"is_workspace": false,
"children": [
425,
675,
391,
60,
698,
826,
40,
760,
567,
924,
110
]
},
{
"name": "codex-network-proxy",
"version": "0.0.0",
"transitive_weight": 348,
"is_workspace": true,
"children": [
803,
541,
51,
288,
537,
226,
82,
1030,
754,
1047,
279,
358,
982,
918,
437,
547,
617,
678,
425,
964,
688,
127,
978
]
},
{
"name": "num-conv",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "form_urlencoded",
"version": "1.2.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
31
]
},
{
"name": "time",
"version": "0.3.47",
"transitive_weight": 15,
"is_workspace": false,
"children": [
932,
1062,
739,
1052,
740,
238,
615,
968,
762
]
},
{
"name": "inout",
"version": "0.1.4",
"transitive_weight": 5,
"is_workspace": false,
"children": [
702,
350
]
},
{
"name": "piper",
"version": "0.2.4",
"transitive_weight": 22,
"is_workspace": false,
"children": [
888,
589,
672
]
},
{
"name": "vt100",
"version": "0.16.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
882,
740,
536
]
},
{
"name": "codex-code-mode",
"version": "0.0.0",
"transitive_weight": 144,
"is_workspace": true,
"children": [
856,
551,
982,
547,
425,
964,
127
]
},
{
"name": "memoffset",
"version": "0.9.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
498
]
},
{
"name": "rayon-core",
"version": "1.13.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
771,
905
]
},
{
"name": "codex-execpolicy",
"version": "0.0.0",
"transitive_weight": 238,
"is_workspace": true,
"children": [
97,
754,
358,
547,
1018,
964,
688,
978,
989
]
},
{
"name": "which",
"version": "8.0.0",
"transitive_weight": 16,
"is_workspace": false,
"children": [
597,
198,
651
]
},
{
"name": "hashbrown",
"version": "0.15.5",
"transitive_weight": 4,
"is_workspace": false,
"children": [
499,
409,
483
]
},
{
"name": "onig",
"version": "6.5.1",
"transitive_weight": 30,
"is_workspace": false,
"children": [
810,
928,
2,
238
]
},
{
"name": "rama-macros",
"version": "0.3.0-alpha.4",
"transitive_weight": 19,
"is_workspace": false,
"children": [
563,
90,
632,
138
]
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"version": "0.4.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-broadcast",
"version": "0.7.2",
"transitive_weight": 8,
"is_workspace": false,
"children": [
845,
333,
40,
567
]
},
{
"name": "aws-lc-rs",
"version": "1.16.2",
"transitive_weight": 32,
"is_workspace": false,
"children": [
966,
184,
553
]
},
{
"name": "quote",
"version": "1.0.44",
"transitive_weight": 3,
"is_workspace": false,
"children": [
138
]
},
{
"name": "resolv-conf",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hashbrown",
"version": "0.12.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-apply-patch",
"version": "0.0.0",
"transitive_weight": 49,
"is_workspace": true,
"children": [
8,
676,
688,
978,
327
]
},
{
"name": "annotate-snippets",
"version": "0.9.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
3
]
},
{
"name": "derive_more",
"version": "2.1.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
986
]
},
{
"name": "encode_unicode",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libredox",
"version": "0.1.12",
"transitive_weight": 10,
"is_workspace": false,
"children": [
421,
928,
238
]
},
{
"name": "chacha20",
"version": "0.9.1",
"transitive_weight": 17,
"is_workspace": false,
"children": [
1055,
317,
64
]
},
{
"name": "windows_i686_gnu",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-app-server-protocol",
"version": "0.0.0",
"transitive_weight": 463,
"is_workspace": true,
"children": [
689,
129,
582,
456,
754,
480,
358,
543,
571,
547,
425,
964,
57,
688,
400,
395,
978,
989
]
},
{
"name": "bitflags",
"version": "1.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "coreaudio-rs",
"version": "0.11.3",
"transitive_weight": 33,
"is_workspace": false,
"children": [
141,
643,
65
]
},
{
"name": "objc2-core-text",
"version": "0.3.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
743,
1002,
928,
357
]
},
{
"name": "actix-service",
"version": "2.0.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
40,
567
]
},
{
"name": "paste",
"version": "1.0.15",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zbus_names",
"version": "3.0.0",
"transitive_weight": 26,
"is_workspace": false,
"children": [
748,
964,
1049
]
},
{
"name": "tokio-rustls",
"version": "0.26.4",
"transitive_weight": 83,
"is_workspace": false,
"children": [
432,
982
]
},
{
"name": "color-eyre",
"version": "0.6.5",
"transitive_weight": 63,
"is_workspace": false,
"children": [
289,
284,
214,
897,
325,
2,
312
]
},
{
"name": "winsafe",
"version": "0.0.19",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dasp_sample",
"version": "0.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "portable-pty",
"version": "0.9.0",
"transitive_weight": 30,
"is_workspace": false,
"children": [
867,
361,
412,
134,
476,
1046,
229,
978,
643,
1037,
238,
893,
812
]
},
{
"name": "deadpool-runtime",
"version": "0.1.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pulldown-cmark-escape",
"version": "0.10.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nix",
"version": "0.30.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
928,
64,
911,
238
]
},
{
"name": "spki",
"version": "0.7.3",
"transitive_weight": 11,
"is_workspace": false,
"children": [
844,
749
]
},
{
"name": "streaming-iterator",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "textwrap",
"version": "0.11.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
3
]
},
{
"name": "mcp_test_support",
"version": "0.0.0",
"transitive_weight": 925,
"is_workspace": true,
"children": [
120,
80,
33,
129,
728,
982,
927,
727,
547,
517,
964,
62,
978,
989
]
},
{
"name": "synstructure",
"version": "0.13.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "crossterm",
"version": "0.28.1",
"transitive_weight": 43,
"is_workspace": false,
"children": [
43,
454,
71,
928,
950,
250,
398,
229,
40
]
},
{
"name": "tiny-keccak",
"version": "2.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
460
]
},
{
"name": "icu_properties_data",
"version": "2.1.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cmp_any",
"version": "0.8.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "system-configuration-sys",
"version": "0.6.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
65,
238
]
},
{
"name": "fluent-bundle",
"version": "0.15.3",
"transitive_weight": 32,
"is_workspace": false,
"children": [
247,
337,
902,
1084,
257,
872,
495,
131
]
},
{
"name": "tinystr",
"version": "0.8.2",
"transitive_weight": 17,
"is_workspace": false,
"children": [
773,
1062,
106
]
},
{
"name": "axum",
"version": "0.8.8",
"transitive_weight": 177,
"is_workspace": false,
"children": [
161,
255,
199,
258,
982,
613,
547,
587,
425,
291,
260,
207,
675,
1062,
391,
60,
616,
698,
790,
826,
740,
452,
944,
760,
31,
567,
924,
110
]
},
{
"name": "deunicode",
"version": "1.6.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cexpr",
"version": "0.6.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
356
]
},
{
"name": "futures-io",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "native-tls",
"version": "0.2.14",
"transitive_weight": 52,
"is_workspace": false,
"children": [
820,
318,
683,
423,
560,
708,
238,
893,
216
]
},
{
"name": "http-body-util",
"version": "0.1.3",
"transitive_weight": 7,
"is_workspace": false,
"children": [
391,
60,
826,
40,
567
]
},
{
"name": "tree-sitter-bash",
"version": "0.25.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
344,
975
]
},
{
"name": "windows_i686_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "globset",
"version": "0.4.18",
"transitive_weight": 14,
"is_workspace": false,
"children": [
585,
256,
863,
893,
306
]
},
{
"name": "plist",
"version": "1.8.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
617,
32,
446,
964,
790
]
},
{
"name": "test-case",
"version": "3.3.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
442
]
},
{
"name": "num",
"version": "0.4.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
804,
765,
143,
313,
465,
993
]
},
{
"name": "poly1305",
"version": "0.8.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
1063,
317,
246
]
},
{
"name": "openssl-sys",
"version": "0.9.111",
"transitive_weight": 28,
"is_workspace": false,
"children": [
392,
344,
238,
921,
422
]
},
{
"name": "alsa",
"version": "0.9.1",
"transitive_weight": 12,
"is_workspace": false,
"children": [
928,
868,
64,
238
]
},
{
"name": "futures-sink",
"version": "0.3.31",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "psl",
"version": "2.1.184",
"transitive_weight": 2,
"is_workspace": false,
"children": [
379
]
},
{
"name": "hashbrown",
"version": "0.16.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
499,
409,
180
]
},
{
"name": "thiserror",
"version": "2.0.18",
"transitive_weight": 6,
"is_workspace": false,
"children": [
259
]
},
{
"name": "codex-protocol",
"version": "0.0.0",
"transitive_weight": 354,
"is_workspace": true,
"children": [
624,
909,
582,
456,
754,
480,
475,
543,
163,
455,
571,
547,
425,
446,
964,
1003,
57,
166,
721
]
},
{
"name": "base64",
"version": "0.21.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "potential_utf",
"version": "0.1.4",
"transitive_weight": 17,
"is_workspace": false,
"children": [
773,
1062,
493
]
},
{
"name": "darling_macro",
"version": "0.20.11",
"transitive_weight": 9,
"is_workspace": false,
"children": [
298,
90,
632
]
},
{
"name": "getrandom",
"version": "0.3.4",
"transitive_weight": 20,
"is_workspace": false,
"children": [
307,
806,
434,
64,
238,
816
]
},
{
"name": "thread_local",
"version": "1.1.9",
"transitive_weight": 2,
"is_workspace": false,
"children": [
64
]
},
{
"name": "secret-service",
"version": "4.0.0",
"transitive_weight": 150,
"is_workspace": false,
"children": [
1038,
42,
821,
587,
931,
220,
959,
681,
964,
350,
2
]
},
{
"name": "chunked_transfer",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "core-foundation",
"version": "0.9.4",
"transitive_weight": 3,
"is_workspace": false,
"children": [
65,
238
]
},
{
"name": "sync_wrapper",
"version": "1.0.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
40
]
},
{
"name": "oauth2",
"version": "5.0.0",
"transitive_weight": 237,
"is_workspace": false,
"children": [
185,
279,
918,
42,
701,
547,
220,
207,
964,
1013,
60,
790
]
},
{
"name": "zune-core",
"version": "0.4.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "getrandom",
"version": "0.2.17",
"transitive_weight": 18,
"is_workspace": false,
"children": [
307,
806,
64,
238,
847
]
},
{
"name": "block-padding",
"version": "0.3.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
350
]
},
{
"name": "enumflags2",
"version": "0.7.12",
"transitive_weight": 9,
"is_workspace": false,
"children": [
964,
86
]
},
{
"name": "proc-macro-error-attr2",
"version": "2.0.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
632,
138
]
},
{
"name": "same-file",
"version": "1.0.6",
"transitive_weight": 4,
"is_workspace": false,
"children": [
866
]
},
{
"name": "cpal",
"version": "0.15.3",
"transitive_weight": 121,
"is_workspace": false,
"children": [
1022,
644,
879,
1011,
1016,
831,
307,
806,
684,
283,
1009,
65,
652,
238,
56
]
},
{
"name": "path-dedot",
"version": "3.1.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
2
]
},
{
"name": "security-framework-sys",
"version": "2.15.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
65,
238
]
},
{
"name": "clap_lex",
"version": "1.0.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "test-log",
"version": "0.2.19",
"transitive_weight": 60,
"is_workspace": false,
"children": [
584,
502,
197
]
},
{
"name": "tracing-log",
"version": "0.2.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
506,
2,
893
]
},
{
"name": "schemafy_lib",
"version": "0.5.2",
"transitive_weight": 28,
"is_workspace": false,
"children": [
178,
547,
504,
964,
1031,
419,
632,
138
]
},
{
"name": "wildcard",
"version": "0.3.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
688
]
},
{
"name": "sentry-core",
"version": "0.46.1",
"transitive_weight": 81,
"is_workspace": false,
"children": [
66,
918,
264,
547,
964
]
},
{
"name": "arrayvec",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "asn1-rs-impl",
"version": "0.2.0",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "pxfm",
"version": "0.1.27",
"transitive_weight": 4,
"is_workspace": false,
"children": [
993
]
},
{
"name": "rama-http-core",
"version": "0.3.0-alpha.4",
"transitive_weight": 194,
"is_workspace": false,
"children": [
537,
266,
1030,
870,
1039,
982,
236,
454,
32,
848,
396,
589,
273,
874,
740,
567,
139
]
},
{
"name": "windows",
"version": "0.58.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
979,
113
]
},
{
"name": "toml",
"version": "0.9.11+spec-1.1.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
32,
275,
69,
1062,
112,
22,
604
]
},
{
"name": "sys-locale",
"version": "0.3.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "ident_case",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "objc2-encode",
"version": "4.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bzip2-sys",
"version": "0.1.13+1.0.8",
"transitive_weight": 26,
"is_workspace": false,
"children": [
344,
921
]
},
{
"name": "rama-udp",
"version": "0.3.0-alpha.4",
"transitive_weight": 160,
"is_workspace": false,
"children": [
82,
1030,
551,
982
]
},
{
"name": "endian-type",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-cargo-bin",
"version": "0.0.0",
"transitive_weight": 31,
"is_workspace": true,
"children": [
271,
688,
158
]
},
{
"name": "wiremock",
"version": "0.6.5",
"transitive_weight": 127,
"is_workspace": false,
"children": [
255,
199,
323,
982,
918,
471,
600,
547,
675,
964,
177,
60,
2,
790,
893
]
},
{
"name": "polling",
"version": "3.11.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
597,
137,
837,
64,
858,
567
]
},
{
"name": "const-hex",
"version": "1.17.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
182,
1062,
317,
64
]
},
{
"name": "futures-intrusive",
"version": "0.5.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
454,
11,
40
]
},
{
"name": "prettyplease",
"version": "0.2.37",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
138
]
},
{
"name": "sentry-backtrace",
"version": "0.46.1",
"transitive_weight": 95,
"is_workspace": false,
"children": [
714,
214,
177
]
},
{
"name": "radix_trie",
"version": "0.2.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
514,
580
]
},
{
"name": "libz-sys",
"version": "1.1.23",
"transitive_weight": 27,
"is_workspace": false,
"children": [
344,
921,
422
]
},
{
"name": "once_cell_polyfill",
"version": "1.70.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nu-ansi-term",
"version": "0.50.3",
"transitive_weight": 3,
"is_workspace": false,
"children": [
837
]
},
{
"name": "async-task",
"version": "4.7.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "time-macros",
"version": "0.2.27",
"transitive_weight": 3,
"is_workspace": false,
"children": [
615,
762
]
},
{
"name": "itoa",
"version": "1.0.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "headers-core",
"version": "0.3.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
60
]
},
{
"name": "either",
"version": "1.15.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "objc2-core-graphics",
"version": "0.3.2",
"transitive_weight": 13,
"is_workspace": false,
"children": [
204,
1002,
88,
928,
357
]
},
{
"name": "async-channel",
"version": "2.5.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
845,
137,
40,
567
]
},
{
"name": "bytestring",
"version": "1.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
826
]
},
{
"name": "terminal_size",
"version": "0.4.3",
"transitive_weight": 24,
"is_workspace": false,
"children": [
597,
910
]
},
{
"name": "codex-utils-oss",
"version": "0.0.0",
"transitive_weight": 906,
"is_workspace": true,
"children": [
793,
35,
33
]
},
{
"name": "zvariant",
"version": "4.2.0",
"transitive_weight": 25,
"is_workspace": false,
"children": [
54,
703,
964,
940,
1049
]
},
{
"name": "base64ct",
"version": "1.8.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zune-jpeg",
"version": "0.5.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
276
]
},
{
"name": "winres",
"version": "0.1.12",
"transitive_weight": 9,
"is_workspace": false,
"children": [
263
]
},
{
"name": "ts-rs-macros",
"version": "11.1.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
90,
321,
632,
138
]
},
{
"name": "derive_arbitrary",
"version": "1.4.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "codex-utils-absolute-path",
"version": "0.0.0",
"transitive_weight": 58,
"is_workspace": true,
"children": [
480,
336,
571,
964,
368
]
},
{
"name": "moxcms",
"version": "0.7.11",
"transitive_weight": 5,
"is_workspace": false,
"children": [
717,
993
]
},
{
"name": "codex-async-utils",
"version": "0.0.0",
"transitive_weight": 51,
"is_workspace": true,
"children": [
551,
982,
127
]
},
{
"name": "parking_lot_core",
"version": "0.9.12",
"transitive_weight": 14,
"is_workspace": false,
"children": [
93,
257,
64,
238,
477
]
},
{
"name": "widestring",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ixdtf",
"version": "0.6.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "mime",
"version": "0.3.17",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "tagptr",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "time-core",
"version": "0.1.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "async-stream",
"version": "0.3.6",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1026,
40,
567
]
},
{
"name": "typenum",
"version": "1.19.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num-bigint",
"version": "0.4.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
465,
993
]
},
{
"name": "jobserver",
"version": "0.1.34",
"transitive_weight": 21,
"is_workspace": false,
"children": [
693,
238
]
},
{
"name": "nucleo",
"version": "0.5.0",
"transitive_weight": 27,
"is_workspace": false,
"children": [
454,
428,
525
]
},
{
"name": "rustc-hash",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rustls-native-certs",
"version": "0.8.3",
"transitive_weight": 32,
"is_workspace": false,
"children": [
406,
268,
560,
77
]
},
{
"name": "tinyvec",
"version": "1.10.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
142
]
},
{
"name": "crossbeam-deque",
"version": "0.8.6",
"transitive_weight": 3,
"is_workspace": false,
"children": [
478,
905
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zerovec",
"version": "0.11.5",
"transitive_weight": 15,
"is_workspace": false,
"children": [
503,
964,
205,
609
]
},
{
"name": "zip",
"version": "2.4.2",
"transitive_weight": 89,
"is_workspace": false,
"children": [
405,
552,
55,
277,
693,
821,
617,
32,
260,
595,
297,
608,
688,
184,
890,
106,
443,
904,
468,
905,
988,
944
]
},
{
"name": "opentelemetry-appender-tracing",
"version": "0.31.1",
"transitive_weight": 56,
"is_workspace": false,
"children": [
584,
426,
425,
506
]
},
{
"name": "darling",
"version": "0.23.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
549,
511
]
},
{
"name": "age-core",
"version": "0.11.0",
"transitive_weight": 67,
"is_workspace": false,
"children": [
42,
817,
1000,
220,
959,
590,
356,
690,
417
]
},
{
"name": "webpki-roots",
"version": "0.26.11",
"transitive_weight": 21,
"is_workspace": false,
"children": [
378
]
},
{
"name": "codex-otel",
"version": "0.0.0",
"transitive_weight": 518,
"is_workspace": true,
"children": [
642,
300,
689,
410,
185,
161,
934,
754,
146,
775,
584,
279,
982,
927,
426,
547,
29,
425,
964,
1078,
57,
688,
60,
166,
1
]
},
{
"name": "objc2-ui-kit",
"version": "0.3.2",
"transitive_weight": 24,
"is_workspace": false,
"children": [
1075,
967,
562,
961,
167,
147,
645,
347,
743,
1002,
928,
302,
357
]
},
{
"name": "zerotrie",
"version": "0.2.3",
"transitive_weight": 12,
"is_workspace": false,
"children": [
503,
205,
106
]
},
{
"name": "blocking",
"version": "1.6.2",
"transitive_weight": 33,
"is_workspace": false,
"children": [
926,
619,
744,
738,
672
]
},
{
"name": "serial_test_derive",
"version": "3.3.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "windows_x86_64_msvc",
"version": "0.48.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-pty",
"version": "0.0.0",
"transitive_weight": 57,
"is_workspace": true,
"children": [
982,
653,
867,
134,
476,
229,
978,
238,
893
]
},
{
"name": "find-crate",
"version": "0.6.3",
"transitive_weight": 9,
"is_workspace": false,
"children": [
263
]
},
{
"name": "windows-sys",
"version": "0.59.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
113
]
},
{
"name": "windows_i686_gnullvm",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "nom",
"version": "8.0.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
944
]
},
{
"name": "base64",
"version": "0.22.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "minimal-lexical",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-ollama",
"version": "0.0.0",
"transitive_weight": 904,
"is_workspace": true,
"children": [
33,
185,
728,
982,
600,
547,
425,
763,
826,
916
]
},
{
"name": "icu_decimal_data",
"version": "2.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rsa",
"version": "0.9.10",
"transitive_weight": 56,
"is_workspace": false,
"children": [
305,
183,
811,
176,
995,
657,
296,
184,
465,
993,
994,
294
]
},
{
"name": "fixedbitset",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "toml_edit",
"version": "0.23.10+spec-1.0.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
32,
69,
112,
22
]
},
{
"name": "derive_more-impl",
"version": "1.0.0",
"transitive_weight": 8,
"is_workspace": false,
"children": [
90,
632,
28,
138,
494
]
},
{
"name": "windows_aarch64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-utils-readiness",
"version": "0.0.0",
"transitive_weight": 50,
"is_workspace": true,
"children": [
982,
617,
688,
127
]
},
{
"name": "codex-client",
"version": "0.0.0",
"transitive_weight": 236,
"is_workspace": true,
"children": [
185,
146,
1047,
432,
982,
769,
552,
426,
264,
406,
600,
547,
425,
964,
1078,
688,
127,
60,
826
]
},
{
"name": "borsh",
"version": "1.6.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
911
]
},
{
"name": "rama-http-backend",
"version": "0.3.0-alpha.4",
"transitive_weight": 263,
"is_workspace": false,
"children": [
51,
718,
537,
203,
226,
82,
266,
1030,
252,
870,
982,
567
]
},
{
"name": "num-rational",
"version": "0.4.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
765,
465,
993
]
},
{
"name": "asn1-rs",
"version": "0.7.1",
"transitive_weight": 29,
"is_workspace": false,
"children": [
617,
832,
688,
716,
106,
414,
356,
993
]
},
{
"name": "wasm-bindgen",
"version": "0.2.108",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1028,
2,
338,
64,
377
]
},
{
"name": "quick-error",
"version": "2.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "unicode-bidi",
"version": "0.3.18",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "num_enum_derive",
"version": "0.7.5",
"transitive_weight": 19,
"is_workspace": false,
"children": [
563,
90,
632,
138
]
},
{
"name": "onig_sys",
"version": "69.9.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
344,
921
]
},
{
"name": "rand_core",
"version": "0.6.4",
"transitive_weight": 19,
"is_workspace": false,
"children": [
701
]
},
{
"name": "shell-words",
"version": "1.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-app-server-client",
"version": "0.0.0",
"transitive_weight": 957,
"is_workspace": true,
"children": [
981,
19,
33,
310,
642,
689,
161,
982,
918,
720,
600,
547,
425,
964
]
},
{
"name": "starlark_syntax",
"version": "0.13.0",
"transitive_weight": 143,
"is_workspace": false,
"children": [
156,
26,
899,
154,
539,
435,
886,
335,
1013,
241,
765,
993,
2,
636,
978,
944
]
},
{
"name": "tracing-attributes",
"version": "0.1.31",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "r-efi",
"version": "5.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "chacha20poly1305",
"version": "0.10.1",
"transitive_weight": 23,
"is_workspace": false,
"children": [
640,
1055,
682,
184,
946
]
},
{
"name": "uname",
"version": "0.1.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "codex-package-manager",
"version": "0.0.0",
"transitive_weight": 266,
"is_workspace": true,
"children": [
185,
774,
982,
918,
405,
318,
484,
1024,
220,
964,
688
]
},
{
"name": "openssl",
"version": "0.10.75",
"transitive_weight": 35,
"is_workspace": false,
"children": [
683,
928,
469,
2,
190,
64,
238
]
},
{
"name": "aes",
"version": "0.8.4",
"transitive_weight": 17,
"is_workspace": false,
"children": [
1055,
317,
64
]
},
{
"name": "predicates",
"version": "3.1.3",
"transitive_weight": 14,
"is_workspace": false,
"children": [
177,
374,
208,
360,
152,
524
]
},
{
"name": "rand_chacha",
"version": "0.3.1",
"transitive_weight": 23,
"is_workspace": false,
"children": [
811,
497
]
},
{
"name": "tungstenite",
"version": "0.27.0",
"transitive_weight": 89,
"is_workspace": false,
"children": [
432,
405,
264,
420,
406,
260,
688,
60,
826,
78,
273,
893,
1058
]
},
{
"name": "simdutf8",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bytes",
"version": "1.11.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "uds_windows",
"version": "1.1.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
318,
229,
622
]
},
{
"name": "fixed_decimal",
"version": "0.7.1",
"transitive_weight": 11,
"is_workspace": false,
"children": [
257,
106,
493
]
},
{
"name": "wayland-backend",
"version": "0.3.12",
"transitive_weight": 38,
"is_workspace": false,
"children": [
344,
597,
257,
351,
1037
]
},
{
"name": "crc",
"version": "3.4.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
124
]
},
{
"name": "web-sys",
"version": "0.3.85",
"transitive_weight": 16,
"is_workspace": false,
"children": [
307,
806
]
},
{
"name": "asn1-rs-derive",
"version": "0.6.0",
"transitive_weight": 6,
"is_workspace": false,
"children": [
661,
90,
632,
138
]
},
{
"name": "bytemuck",
"version": "1.25.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cached_proc_macro_types",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "strum_macros",
"version": "0.27.2",
"transitive_weight": 6,
"is_workspace": false,
"children": [
90,
632,
138,
68
]
},
{
"name": "tokio-graceful",
"version": "0.2.2",
"transitive_weight": 88,
"is_workspace": false,
"children": [
41,
982,
425,
567,
139
]
},
{
"name": "windows-sys",
"version": "0.61.2",
"transitive_weight": 2,
"is_workspace": false,
"children": [
477
]
},
{
"name": "codex-linux-sandbox",
"version": "0.0.0",
"transitive_weight": 897,
"is_workspace": true,
"children": [
33,
689,
754,
358,
918,
344,
547,
63,
964,
1005,
238,
921
]
},
{
"name": "schemars_derive",
"version": "1.2.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
103,
90,
632,
138
]
},
{
"name": "dunce",
"version": "1.0.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "instability",
"version": "0.3.11",
"transitive_weight": 12,
"is_workspace": false,
"children": [
776,
90,
632,
588,
138
]
},
{
"name": "bincode",
"version": "1.3.3",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "codex-keyring-store",
"version": "0.0.0",
"transitive_weight": 174,
"is_workspace": true,
"children": [
1015,
425
]
},
{
"name": "der",
"version": "0.7.10",
"transitive_weight": 10,
"is_workspace": false,
"children": [
184,
496,
994
]
},
{
"name": "event-listener-strategy",
"version": "0.5.4",
"transitive_weight": 6,
"is_workspace": false,
"children": [
333,
567
]
},
{
"name": "tonic",
"version": "0.14.3",
"transitive_weight": 142,
"is_workspace": false,
"children": [
939,
255,
649,
199,
258,
951,
982,
769,
425,
675,
322,
127,
391,
60,
698,
790,
826,
31,
924,
110
]
},
{
"name": "wasi",
"version": "0.11.1+wasi-snapshot-preview1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "futures-channel",
"version": "0.3.31",
"transitive_weight": 3,
"is_workspace": false,
"children": [
40,
685
]
},
{
"name": "hex",
"version": "0.4.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_gnu",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jsonwebtoken",
"version": "9.3.1",
"transitive_weight": 68,
"is_workspace": false,
"children": [
512,
372,
547,
307,
104,
964,
790
]
},
{
"name": "dyn-clone",
"version": "1.0.20",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "proc-macro-error2",
"version": "2.0.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
704,
90,
632,
138
]
},
{
"name": "arboard",
"version": "3.6.1",
"transitive_weight": 124,
"is_workspace": false,
"children": [
554,
556,
594,
454,
459,
347,
743,
1002,
910,
521,
357,
893,
31
]
},
{
"name": "encoding_rs",
"version": "0.8.35",
"transitive_weight": 2,
"is_workspace": false,
"children": [
64
]
},
{
"name": "v8",
"version": "146.4.0",
"transitive_weight": 94,
"is_workspace": false,
"children": [
884,
85,
25,
928,
389,
461,
1029,
1050,
647
]
},
{
"name": "atoi",
"version": "2.0.0",
"transitive_weight": 4,
"is_workspace": false,
"children": [
993
]
},
{
"name": "hermit-abi",
"version": "0.5.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "yoke-derive",
"version": "0.8.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
661,
90,
632,
138
]
},
{
"name": "pathdiff",
"version": "0.2.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "diff",
"version": "0.1.13",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "bumpalo",
"version": "3.19.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aho-corasick",
"version": "1.1.4",
"transitive_weight": 2,
"is_workspace": false,
"children": [
944
]
},
{
"name": "core_maths",
"version": "0.1.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
1001
]
},
{
"name": "codex-config",
"version": "0.0.0",
"transitive_weight": 471,
"is_workspace": true,
"children": [
642,
689,
624,
754,
982,
571,
720,
919,
600,
547,
425,
220,
207,
1018,
964,
688
]
},
{
"name": "winapi-util",
"version": "0.1.11",
"transitive_weight": 3,
"is_workspace": false,
"children": [
837
]
},
{
"name": "filedescriptor",
"version": "0.8.3",
"transitive_weight": 11,
"is_workspace": false,
"children": [
1013,
229,
238
]
},
{
"name": "alsa-sys",
"version": "0.3.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
238,
921
]
},
{
"name": "wildmatch",
"version": "2.6.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "rama-utils",
"version": "0.3.0-alpha.4",
"transitive_weight": 64,
"is_workspace": false,
"children": [
982,
628,
454,
546,
257,
964,
713,
192,
177,
567
]
},
{
"name": "type-map",
"version": "0.5.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
768
]
},
{
"name": "fluent-syntax",
"version": "0.11.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1013
]
},
{
"name": "codex-process-hardening",
"version": "0.0.0",
"transitive_weight": 2,
"is_workspace": true,
"children": [
238
]
},
{
"name": "httpdate",
"version": "1.0.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "libdbus-sys",
"version": "0.2.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
921
]
},
{
"name": "i18n-config",
"version": "0.4.8",
"transitive_weight": 24,
"is_workspace": false,
"children": [
1084,
592,
964,
1013,
1031,
893
]
},
{
"name": "new_debug_unreachable",
"version": "1.0.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "language-tags",
"version": "0.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "jni",
"version": "0.21.1",
"transitive_weight": 28,
"is_workspace": false,
"children": [
509,
1013,
171,
34,
0,
64,
48,
893
]
},
{
"name": "codex-features",
"version": "0.0.0",
"transitive_weight": 601,
"is_workspace": true,
"children": [
231,
779,
689,
571,
720,
425,
964
]
},
{
"name": "scoped-tls",
"version": "1.0.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "vte",
"version": "0.15.0",
"transitive_weight": 3,
"is_workspace": false,
"children": [
715,
944
]
},
{
"name": "process-wrap",
"version": "9.0.1",
"transitive_weight": 75,
"is_workspace": false,
"children": [
982,
600,
1033,
425,
32,
656
]
},
{
"name": "temporal_capi",
"version": "0.1.2",
"transitive_weight": 44,
"is_workspace": false,
"children": [
168,
947,
1066,
303,
1069,
949,
993,
462,
493
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "dupe",
"version": "0.9.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
516
]
},
{
"name": "tracing-serde",
"version": "0.2.0",
"transitive_weight": 13,
"is_workspace": false,
"children": [
964,
506
]
},
{
"name": "fastrand",
"version": "2.3.0",
"transitive_weight": 19,
"is_workspace": false,
"children": [
701
]
},
{
"name": "iri-string",
"version": "0.7.10",
"transitive_weight": 9,
"is_workspace": false,
"children": [
964,
944
]
},
{
"name": "zopfli",
"version": "0.8.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
904,
862,
893,
607
]
},
{
"name": "strum_macros",
"version": "0.26.4",
"transitive_weight": 7,
"is_workspace": false,
"children": [
90,
632,
138,
68,
377
]
},
{
"name": "two-face",
"version": "0.5.1",
"transitive_weight": 71,
"is_workspace": false,
"children": [
299,
964,
1031
]
},
{
"name": "log",
"version": "0.4.29",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "smawk",
"version": "0.3.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "wayland-protocols",
"version": "0.32.10",
"transitive_weight": 43,
"is_workspace": false,
"children": [
1079,
829,
15,
928
]
},
{
"name": "unicode-linebreak",
"version": "0.1.5",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "owo-colors",
"version": "4.3.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
605,
399
]
},
{
"name": "tower-http",
"version": "0.6.8",
"transitive_weight": 70,
"is_workspace": false,
"children": [
258,
587,
889,
928,
391,
60,
826,
567,
924,
110
]
},
{
"name": "starlark_map",
"version": "0.13.0",
"transitive_weight": 44,
"is_workspace": false,
"children": [
154,
566,
964,
886,
555,
409
]
},
{
"name": "tracing-test",
"version": "0.2.5",
"transitive_weight": 45,
"is_workspace": false,
"children": [
584,
506,
196
]
},
{
"name": "zstd-safe",
"version": "7.2.4",
"transitive_weight": 27,
"is_workspace": false,
"children": [
285
]
},
{
"name": "intl_pluralrules",
"version": "7.0.2",
"transitive_weight": 20,
"is_workspace": false,
"children": [
1084
]
},
{
"name": "hound",
"version": "3.5.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "crc32fast",
"version": "1.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
64
]
},
{
"name": "crossbeam-utils",
"version": "0.8.21",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ctor",
"version": "0.1.26",
"transitive_weight": 5,
"is_workspace": false,
"children": [
419,
632
]
},
{
"name": "hyper-tls",
"version": "0.6.0",
"transitive_weight": 120,
"is_workspace": false,
"children": [
255,
160,
199,
674,
982,
675,
826,
110
]
},
{
"name": "codex-plugin",
"version": "0.0.0",
"transitive_weight": 60,
"is_workspace": true,
"children": [
754,
225,
688
]
},
{
"name": "codex-utils-image",
"version": "0.0.0",
"transitive_weight": 113,
"is_workspace": true,
"children": [
554,
489,
982,
688,
445,
790
]
},
{
"name": "windows-sys",
"version": "0.60.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
240
]
},
{
"name": "cfg_aliases",
"version": "0.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "itertools",
"version": "0.10.5",
"transitive_weight": 9,
"is_workspace": false,
"children": [
742
]
},
{
"name": "wait-timeout",
"version": "0.2.1",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "codex-utils-cli",
"version": "0.0.0",
"transitive_weight": 361,
"is_workspace": true,
"children": [
689,
358,
720,
964
]
},
{
"name": "fax",
"version": "0.2.6",
"transitive_weight": 6,
"is_workspace": false,
"children": [
574
]
},
{
"name": "semver",
"version": "1.0.27",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "serde_repr",
"version": "0.1.20",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "url",
"version": "2.5.8",
"transitive_weight": 35,
"is_workspace": false,
"children": [
1004,
964,
1031,
616,
31
]
},
{
"name": "toml_edit",
"version": "0.24.0+spec-1.1.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
32,
69,
112,
22,
604
]
},
{
"name": "valuable",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkg-config",
"version": "0.3.32",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "actix-server",
"version": "2.6.0",
"transitive_weight": 71,
"is_workspace": false,
"children": [
206,
982,
587,
425,
179,
950,
646,
955,
40
]
},
{
"name": "rust-embed-utils",
"version": "8.11.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
220,
171
]
},
{
"name": "tower-layer",
"version": "0.3.3",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sentry",
"version": "0.46.1",
"transitive_weight": 308,
"is_workspace": false,
"children": [
185,
126,
132,
367,
545,
733,
507,
714,
1025,
674,
982,
874
]
},
{
"name": "futures-lite",
"version": "2.6.1",
"transitive_weight": 24,
"is_workspace": false,
"children": [
888,
40,
672,
519,
567
]
},
{
"name": "os_info",
"version": "3.14.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
780,
347,
656,
964,
244,
357,
837,
893
]
},
{
"name": "bitflags",
"version": "2.10.0",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1062
]
},
{
"name": "regex-lite",
"version": "0.1.8",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "regex-syntax",
"version": "0.6.29",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "cbc",
"version": "0.1.2",
"transitive_weight": 14,
"is_workspace": false,
"children": [
1055
]
},
{
"name": "deranged",
"version": "0.5.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
1062,
968
]
},
{
"name": "cached_proc_macro",
"version": "0.25.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
17,
90,
632,
138
]
},
{
"name": "opentelemetry_sdk",
"version": "0.31.0",
"transitive_weight": 80,
"is_workspace": false,
"children": [
951,
982,
426,
264,
427,
587,
688,
848,
31
]
},
{
"name": "libsqlite3-sys",
"version": "0.30.1",
"transitive_weight": 27,
"is_workspace": false,
"children": [
344,
921,
422
]
},
{
"name": "curve25519-dalek-derive",
"version": "0.1.1",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "crossbeam-queue",
"version": "0.3.12",
"transitive_weight": 2,
"is_workspace": false,
"children": [
905
]
},
{
"name": "ratatui-macros",
"version": "0.6.0",
"transitive_weight": 74,
"is_workspace": false,
"children": [
526
]
},
{
"name": "hyper-timeout",
"version": "0.5.2",
"transitive_weight": 85,
"is_workspace": false,
"children": [
255,
199,
982,
567,
110
]
},
{
"name": "endi",
"version": "1.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "hickory-proto",
"version": "0.25.2",
"transitive_weight": 126,
"is_workspace": false,
"children": [
512,
982,
918,
1004,
264,
587,
425,
522,
688,
127,
848,
2,
770,
64,
78,
672,
473
]
},
{
"name": "sqlx-mysql",
"version": "0.8.6",
"transitive_weight": 220,
"is_workspace": false,
"children": [
991,
795,
279,
42,
543,
587,
617,
425,
260,
220,
121,
959,
253,
297,
296,
742,
257,
928,
964,
530,
688,
857,
848,
350,
2,
830,
790,
1042,
826,
970,
40,
672,
849,
740,
893,
944,
31
]
},
{
"name": "serial_test",
"version": "3.3.1",
"transitive_weight": 37,
"is_workspace": false,
"children": [
454,
427,
587,
783,
2,
538,
893
]
},
{
"name": "memchr",
"version": "2.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "precomputed-hash",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "aead",
"version": "0.5.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
544,
350
]
},
{
"name": "icu_calendar",
"version": "2.1.1",
"transitive_weight": 31,
"is_workspace": false,
"children": [
303,
163,
455,
668,
773,
44,
106,
390
]
},
{
"name": "scopeguard",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "diplomat",
"version": "0.14.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
565,
90,
632,
138
]
},
{
"name": "mio",
"version": "1.1.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
837,
238,
893,
847
]
},
{
"name": "tokio-stream",
"version": "0.1.18",
"transitive_weight": 50,
"is_workspace": false,
"children": [
551,
982,
40,
567
]
},
{
"name": "anstream",
"version": "0.6.21",
"transitive_weight": 11,
"is_workspace": false,
"children": [
270,
354,
1036,
208,
1034,
971,
211
]
},
{
"name": "term",
"version": "0.7.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
75,
229,
377
]
},
{
"name": "lru",
"version": "0.16.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
687
]
},
{
"name": "actix-utils",
"version": "3.0.1",
"transitive_weight": 3,
"is_workspace": false,
"children": [
513,
567
]
},
{
"name": "is_ci",
"version": "1.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zeroize_derive",
"version": "1.4.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "hkdf",
"version": "0.12.4",
"transitive_weight": 10,
"is_workspace": false,
"children": [
297
]
},
{
"name": "codex-utils-fuzzy-match",
"version": "0.0.0",
"transitive_weight": 1,
"is_workspace": true,
"children": []
},
{
"name": "objc2-core-location",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
357
]
},
{
"name": "weezl",
"version": "0.1.12",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "predicates-tree",
"version": "1.0.12",
"transitive_weight": 3,
"is_workspace": false,
"children": [
524,
265
]
},
{
"name": "serde",
"version": "1.0.228",
"transitive_weight": 7,
"is_workspace": false,
"children": [
1062,
1031
]
},
{
"name": "rand_xorshift",
"version": "0.4.0",
"transitive_weight": 22,
"is_workspace": false,
"children": [
79
]
},
{
"name": "aws-lc-sys",
"version": "0.39.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
117,
344,
840,
249
]
},
{
"name": "objc2-core-data",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
357
]
},
{
"name": "powerfmt",
"version": "0.2.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-sys",
"version": "0.52.0",
"transitive_weight": 10,
"is_workspace": false,
"children": [
113
]
},
{
"name": "dotenvy",
"version": "0.15.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "is_terminal_polyfill",
"version": "1.70.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "lzma-sys",
"version": "0.1.20",
"transitive_weight": 26,
"is_workspace": false,
"children": [
344,
238,
921
]
},
{
"name": "codex-utils-json-to-toml",
"version": "0.0.0",
"transitive_weight": 23,
"is_workspace": true,
"children": [
720,
547
]
},
{
"name": "codex-utils-elapsed",
"version": "0.0.0",
"transitive_weight": 1,
"is_workspace": true,
"children": []
},
{
"name": "tree-sitter-language",
"version": "0.1.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_properties",
"version": "2.1.2",
"transitive_weight": 26,
"is_workspace": false,
"children": [
163,
455,
1082,
773,
781,
664
]
},
{
"name": "ndk-sys",
"version": "0.5.0+25.2.9519653",
"transitive_weight": 2,
"is_workspace": false,
"children": [
48
]
},
{
"name": "anyhow",
"version": "1.0.101",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows-core",
"version": "0.58.0",
"transitive_weight": 18,
"is_workspace": false,
"children": [
233,
371,
113,
365,
481
]
},
{
"name": "windows_x86_64_gnullvm",
"version": "0.42.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-app-server",
"version": "0.0.0",
"transitive_weight": 956,
"is_workspace": true,
"children": [
122,
245,
19,
100,
33,
880,
231,
309,
779,
310,
983,
115,
642,
542,
58,
914,
689,
669,
161,
582,
105,
851,
754,
785,
551,
584,
279,
358,
982,
318,
543,
973,
720,
600,
547,
617,
425,
220,
297,
897,
964,
127,
978,
790,
468
]
},
{
"name": "tokio",
"version": "1.49.0",
"transitive_weight": 38,
"is_workspace": false,
"children": [
454,
269,
950,
1064,
274,
837,
826,
238,
567
]
},
{
"name": "codex-sandboxing",
"version": "0.0.0",
"transitive_weight": 493,
"is_workspace": true,
"children": [
689,
614,
754,
918,
336,
547,
425,
840,
238
]
},
{
"name": "askama",
"version": "0.15.4",
"transitive_weight": 24,
"is_workspace": false,
"children": [
547,
1023,
964,
740,
31
]
},
{
"name": "stable_deref_trait",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "derive_more-impl",
"version": "2.1.1",
"transitive_weight": 10,
"is_workspace": false,
"children": [
90,
632,
133,
138,
458,
494
]
},
{
"name": "codex-shell-escalation",
"version": "0.0.0",
"transitive_weight": 364,
"is_workspace": true,
"children": [
689,
754,
551,
584,
358,
982,
547,
269,
425,
964,
127,
978,
238
]
},
{
"name": "deflate64",
"version": "0.1.10",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "shlex",
"version": "1.3.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-secrets",
"version": "0.0.0",
"transitive_weight": 291,
"is_workspace": true,
"children": [
843,
70,
582,
264,
571,
547,
425,
220,
964,
177,
978,
790
]
},
{
"name": "sqlx-core",
"version": "0.8.6",
"transitive_weight": 182,
"is_workspace": false,
"children": [
432,
951,
279,
982,
918,
543,
778,
731,
547,
587,
617,
425,
32,
220,
742,
257,
964,
688,
333,
149,
626,
2,
830,
937,
790,
826,
40,
672,
893,
944,
31
]
},
{
"name": "dirs-sys-next",
"version": "0.1.2",
"transitive_weight": 30,
"is_workspace": false,
"children": [
272,
229,
238
]
},
{
"name": "num-traits",
"version": "0.2.19",
"transitive_weight": 3,
"is_workspace": false,
"children": [
498,
1001
]
},
{
"name": "const-oid",
"version": "0.9.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "pkcs8",
"version": "0.10.2",
"transitive_weight": 12,
"is_workspace": false,
"children": [
657,
844
]
},
{
"name": "windows_aarch64_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "ascii-canvas",
"version": "3.0.0",
"transitive_weight": 33,
"is_workspace": false,
"children": [
953
]
},
{
"name": "codex-test-macros",
"version": "0.0.0",
"transitive_weight": 5,
"is_workspace": true,
"children": [
90,
632,
138
]
},
{
"name": "radix_trie",
"version": "0.3.0",
"transitive_weight": 11,
"is_workspace": false,
"children": [
514,
726
]
},
{
"name": "cookie-factory",
"version": "0.3.3",
"transitive_weight": 18,
"is_workspace": false,
"children": [
600
]
},
{
"name": "libm",
"version": "0.2.16",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "objc2-core-foundation",
"version": "0.3.2",
"transitive_weight": 11,
"is_workspace": false,
"children": [
88,
928,
357
]
},
{
"name": "strum",
"version": "0.27.2",
"transitive_weight": 7,
"is_workspace": false,
"children": [
835
]
},
{
"name": "idna",
"version": "1.1.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
1041,
257,
195
]
},
{
"name": "seccompiler",
"version": "0.5.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "stop-words",
"version": "0.9.0",
"transitive_weight": 17,
"is_workspace": false,
"children": [
547
]
},
{
"name": "allocative_derive",
"version": "0.3.3",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "codex-responses-api-proxy",
"version": "0.0.0",
"transitive_weight": 237,
"is_workspace": true,
"children": [
185,
358,
547,
964,
184,
501,
89,
873,
978,
238
]
},
{
"name": "mach2",
"version": "0.4.3",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "wayland-protocols-wlr",
"version": "0.3.10",
"transitive_weight": 44,
"is_workspace": false,
"children": [
895,
1079,
829,
15,
928
]
},
{
"name": "ndk",
"version": "0.8.0",
"transitive_weight": 28,
"is_workspace": false,
"children": [
210,
928,
1013,
977,
48,
893
]
},
{
"name": "yasna",
"version": "0.5.2",
"transitive_weight": 16,
"is_workspace": false,
"children": [
617
]
},
{
"name": "thiserror",
"version": "1.0.69",
"transitive_weight": 6,
"is_workspace": false,
"children": [
311
]
},
{
"name": "fnv",
"version": "1.0.7",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "keyring",
"version": "3.6.3",
"transitive_weight": 173,
"is_workspace": false,
"children": [
695,
1038,
92,
423,
268,
910,
148,
184,
1042,
893
]
},
{
"name": "wasm-bindgen-futures",
"version": "0.4.58",
"transitive_weight": 28,
"is_workspace": false,
"children": [
831,
587,
307,
806,
2,
64
]
},
{
"name": "strck",
"version": "1.0.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
464
]
},
{
"name": "multimap",
"version": "0.10.1",
"transitive_weight": 8,
"is_workspace": false,
"children": [
964
]
},
{
"name": "prost",
"version": "0.14.3",
"transitive_weight": 13,
"is_workspace": false,
"children": [
9,
826
]
},
{
"name": "rama-dns",
"version": "0.3.0-alpha.4",
"transitive_weight": 228,
"is_workspace": false,
"children": [
82,
280,
1030,
870,
982,
236,
964
]
},
{
"name": "litemap",
"version": "0.8.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "oboe",
"version": "0.6.1",
"transitive_weight": 72,
"is_workspace": false,
"children": [
879,
1011,
261,
1065,
993,
56
]
},
{
"name": "askama_macros",
"version": "0.15.4",
"transitive_weight": 14,
"is_workspace": false,
"children": [
262
]
},
{
"name": "tar",
"version": "0.4.45",
"transitive_weight": 19,
"is_workspace": false,
"children": [
18,
278,
238
]
},
{
"name": "ureq",
"version": "3.1.4",
"transitive_weight": 70,
"is_workspace": false,
"children": [
674,
53,
406,
844,
135,
790,
893,
31,
1058
]
},
{
"name": "async-stream-impl",
"version": "0.3.6",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "rust-embed",
"version": "8.11.0",
"transitive_weight": 24,
"is_workspace": false,
"children": [
550,
923,
171
]
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.108",
"transitive_weight": 8,
"is_workspace": false,
"children": [
528,
632
]
},
{
"name": "home",
"version": "0.5.12",
"transitive_weight": 3,
"is_workspace": false,
"children": [
837
]
},
{
"name": "rama-core",
"version": "0.3.0-alpha.4",
"transitive_weight": 122,
"is_workspace": false,
"children": [
836,
870,
551,
982,
236,
628,
600,
454,
547,
425,
964,
237,
826,
567,
359
]
},
{
"name": "serde_derive",
"version": "1.0.228",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "codex-artifacts",
"version": "0.0.0",
"transitive_weight": 270,
"is_workspace": true,
"children": [
819,
185,
982,
918,
318,
547,
625,
964,
688
]
},
{
"name": "windows",
"version": "0.62.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
74,
453,
140,
492
]
},
{
"name": "colorchoice",
"version": "1.0.4",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "linux-raw-sys",
"version": "0.11.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "anstyle-parse",
"version": "0.2.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
211
]
},
{
"name": "downcast-rs",
"version": "1.2.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zbus",
"version": "4.4.0",
"transitive_weight": 131,
"is_workspace": false,
"children": [
189,
366,
827,
602,
782,
83,
648,
748,
42,
397,
587,
7,
425,
260,
373,
969,
703,
630,
341,
964,
436,
127,
333,
917,
364,
738,
40,
685,
849,
1049
]
},
{
"name": "tokio-test",
"version": "0.4.5",
"transitive_weight": 51,
"is_workspace": false,
"children": [
951,
982,
40
]
},
{
"name": "compact_str",
"version": "0.8.1",
"transitive_weight": 7,
"is_workspace": false,
"children": [
586,
64,
740,
377,
326,
1049
]
},
{
"name": "idna_adapter",
"version": "1.2.1",
"transitive_weight": 30,
"is_workspace": false,
"children": [
348,
976
]
},
{
"name": "byteorder",
"version": "1.5.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "find-msvc-tools",
"version": "0.1.9",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "codex-cloud-tasks-client",
"version": "0.0.0",
"transitive_weight": 900,
"is_workspace": true,
"children": [
100,
582,
279,
547,
964,
688,
127,
181,
978
]
},
{
"name": "findshlibs",
"version": "0.10.2",
"transitive_weight": 32,
"is_workspace": false,
"children": [
344,
476,
229,
238
]
},
{
"name": "winreg",
"version": "0.10.1",
"transitive_weight": 4,
"is_workspace": false,
"children": [
229
]
},
{
"name": "codex-utils-rustls-provider",
"version": "0.0.0",
"transitive_weight": 53,
"is_workspace": true,
"children": [
432
]
},
{
"name": "windows_i686_msvc",
"version": "0.52.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "static_assertions",
"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": [
440,
607
]
},
{
"name": "codex-rollout",
"version": "0.0.0",
"transitive_weight": 663,
"is_workspace": true,
"children": [
231,
779,
542,
689,
582,
105,
4,
279,
982,
543,
547,
617,
425,
964,
127,
166,
978
]
},
{
"name": "num_threads",
"version": "0.1.7",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "ref-cast-impl",
"version": "1.0.25",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "fsevent-sys",
"version": "4.1.0",
"transitive_weight": 2,
"is_workspace": false,
"children": [
238
]
},
{
"name": "cipher",
"version": "0.4.4",
"transitive_weight": 13,
"is_workspace": false,
"children": [
184,
618,
544
]
},
{
"name": "codex-cloud-tasks",
"version": "0.0.0",
"transitive_weight": 1050,
"is_workspace": true,
"children": [
570,
1044,
33,
231,
914,
801,
185,
582,
526,
951,
662,
584,
279,
358,
982,
547,
425,
897,
964,
127,
399,
978,
790,
536
]
},
{
"name": "codex-utils-template",
"version": "0.0.0",
"transitive_weight": 1,
"is_workspace": true,
"children": []
},
{
"name": "utf-8",
"version": "0.7.6",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sse-stream",
"version": "0.2.1",
"transitive_weight": 21,
"is_workspace": false,
"children": [
587,
675,
391,
826,
567
]
},
{
"name": "windows-sys",
"version": "0.48.0",
"transitive_weight": 9,
"is_workspace": false,
"children": [
1076
]
},
{
"name": "debugserver-types",
"version": "0.5.0",
"transitive_weight": 31,
"is_workspace": false,
"children": [
304,
547,
964
]
},
{
"name": "serde_core",
"version": "1.0.228",
"transitive_weight": 6,
"is_workspace": false,
"children": [
1031
]
},
{
"name": "universal-hash",
"version": "0.5.1",
"transitive_weight": 6,
"is_workspace": false,
"children": [
544,
294
]
},
{
"name": "signal-hook-registry",
"version": "1.4.8",
"transitive_weight": 5,
"is_workspace": false,
"children": [
610,
238
]
},
{
"name": "num-derive",
"version": "0.4.2",
"transitive_weight": 5,
"is_workspace": false,
"children": [
90,
632,
138
]
},
{
"name": "timezone_provider",
"version": "0.1.2",
"transitive_weight": 28,
"is_workspace": false,
"children": [
1069,
668,
773,
781
]
},
{
"name": "sqlx-macros",
"version": "0.8.6",
"transitive_weight": 243,
"is_workspace": false,
"children": [
292,
991,
90,
632,
138
]
},
{
"name": "ascii",
"version": "1.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "zoneinfo64",
"version": "0.2.1",
"transitive_weight": 26,
"is_workspace": false,
"children": [
455,
251,
691,
44,
964
]
},
{
"name": "schemars",
"version": "0.9.0",
"transitive_weight": 20,
"is_workspace": false,
"children": [
547,
964,
144,
852
]
},
{
"name": "der-parser",
"version": "10.0.0",
"transitive_weight": 32,
"is_workspace": false,
"children": [
805,
106,
765,
414,
356,
993
]
},
{
"name": "pin-utils",
"version": "0.1.0",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "windows_i686_msvc",
"version": "0.53.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "sqlx",
"version": "0.8.6",
"transitive_weight": 244,
"is_workspace": false,
"children": [
1067,
942,
520,
515,
991
]
},
{
"name": "objc2-cloud-kit",
"version": "0.3.2",
"transitive_weight": 15,
"is_workspace": false,
"children": [
347,
928,
357
]
},
{
"name": "windows-targets",
"version": "0.48.5",
"transitive_weight": 8,
"is_workspace": false,
"children": [
424,
772,
346,
370,
463,
218,
784
]
},
{
"name": "indexmap",
"version": "1.9.3",
"transitive_weight": 10,
"is_workspace": false,
"children": [
964,
498,
634
]
},
{
"name": "eventsource-stream",
"version": "0.2.3",
"transitive_weight": 6,
"is_workspace": false,
"children": [
356,
40,
567
]
},
{
"name": "wayland-client",
"version": "0.31.12",
"transitive_weight": 42,
"is_workspace": false,
"children": [
829,
597,
15,
928
]
},
{
"name": "os_pipe",
"version": "1.2.3",
"transitive_weight": 4,
"is_workspace": false,
"children": [
837,
238
]
},
{
"name": "http-range-header",
"version": "0.4.2",
"transitive_weight": 1,
"is_workspace": false,
"children": []
},
{
"name": "icu_collections",
"version": "2.1.1",
"transitive_weight": 19,
"is_workspace": false,
"children": [
691,
773,
503,
205,
106
]
},
{
"name": "x509-parser",
"version": "0.18.1",
"transitive_weight": 80,
"is_workspace": false,
"children": [
512,
631,
1071,
50,
805,
617,
688,
476,
414,
356,
78
]
},
{
"name": "unic-langid",
"version": "0.9.6",
"transitive_weight": 19,
"is_workspace": false,
"children": [
578
]
},
{
"name": "csv-core",
"version": "0.1.13",
"transitive_weight": 2,
"is_workspace": false,
"children": [
944
]
},
{
"name": "app_test_support",
"version": "0.0.0",
"transitive_weight": 920,
"is_workspace": true,
"children": [
120,
33,
880,
642,
689,
728,
279,
982,
727,
543,
547,
964,
978,
790,
989
]
},
{
"name": "foreign-types-shared",
"version": "0.1.1",
"transitive_weight": 1,
"is_workspace": false,
"children": []
}
],
"root_indices": [
487,
1056,
570,
30,
561,
813,
981,
660,
1086,
120,
122,
747,
793,
80,
1044,
245,
100,
19,
591,
35,
838,
96,
33,
1051,
407,
880,
215,
231,
309,
779,
310,
983,
115,
485,
865,
188,
568,
642,
300,
542,
38,
987,
58,
914,
548,
342,
320,
689,
614,
990,
1032,
228,
819,
624,
1008,
801,
843,
621,
909,
582,
408,
116,
105,
447,
4,
123,
908,
754,
785,
489,
1047,
756,
800,
635,
111,
437,
727,
973,
466,
225,
517,
400,
998,
873,
166,
974,
119,
1057,
960
]
},
"unused_edges": [
[
"codex-windows-sandbox",
"tokio"
],
[
"codex-core",
"openssl-sys"
],
[
"codex-protocol",
"icu_provider"
]
],
"unused_direct_deps": [
{
"from_crate": "codex-windows-sandbox",
"dep_name": "tokio",
"dep_version": "1.49.0",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "codex-core",
"dep_name": "openssl-sys",
"dep_version": "0.9.111",
"real_deps_saved": 0,
"is_test_example": false
},
{
"from_crate": "codex-protocol",
"dep_name": "icu_provider",
"dep_version": "2.1.1",
"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>