claude-flow-novice 2.18.5 → 2.18.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/.cfn-initialized +1 -0
- package/.claude/FILE_MANIFEST.md +50 -0
- package/.claude/MANIFEST_INDEX.md +224 -0
- package/.claude/MANIFEST_README.md +308 -0
- package/.claude/TRIGGER_TASKS_MANIFEST.md +11 -0
- package/.claude/WORKING-SETUP.md +67 -0
- package/.claude/adaptive-context/cfn-v3-reflection.json +21 -0
- package/.claude/agent-principles/SPARSE_LANGUAGE_FINDINGS.md +991 -0
- package/.claude/agent-principles/agent-template.md +96 -0
- package/.claude/agent-principles/prompt-engineering.md +501 -0
- package/.claude/agents/AGENT_LIFECYCLE.md +532 -0
- package/.claude/agents/README-AGENT_LIFECYCLE.md +522 -0
- package/.claude/agents/README-VALIDATION.md +243 -0
- package/.claude/agents/SHARED_PROTOCOL.md +64 -0
- package/.claude/agents/cfn-dev-team/CLAUDE.md +1000 -0
- package/.claude/agents/cfn-dev-team/README.md +219 -0
- package/.claude/agents/cfn-dev-team/analysts/analyst.md +120 -0
- package/.claude/agents/cfn-dev-team/analysts/root-cause-analyst.md +264 -0
- package/.claude/agents/cfn-dev-team/architecture/api-designer-persona.md +152 -0
- package/.claude/agents/cfn-dev-team/architecture/base-template-generator.md +157 -0
- package/.claude/agents/cfn-dev-team/architecture/goal-planner.md +180 -0
- package/.claude/agents/cfn-dev-team/architecture/planner.md +139 -0
- package/.claude/agents/cfn-dev-team/architecture/system-architect.md +132 -0
- package/.claude/agents/cfn-dev-team/coordinators/README.md +42 -0
- package/.claude/agents/cfn-dev-team/coordinators/cfn-frontend-coordinator.md +893 -0
- package/.claude/agents/cfn-dev-team/coordinators/consensus-builder.md +480 -0
- package/.claude/agents/cfn-dev-team/coordinators/handoff-coordinator.md +747 -0
- package/.claude/agents/cfn-dev-team/coordinators/multi-sprint-coordinator.md +510 -0
- package/.claude/agents/cfn-dev-team/dev-ops/devops-engineer.md +157 -0
- package/.claude/agents/cfn-dev-team/dev-ops/docker-specialist.md +671 -0
- package/.claude/agents/cfn-dev-team/dev-ops/github-commit-agent.md +123 -0
- package/.claude/agents/cfn-dev-team/dev-ops/kubernetes-specialist.md +624 -0
- package/.claude/agents/cfn-dev-team/developers/README.md +69 -0
- package/.claude/agents/cfn-dev-team/developers/api-gateway-specialist.md +977 -0
- package/.claude/agents/cfn-dev-team/developers/backend-developer-cerebras.md +210 -0
- package/.claude/agents/cfn-dev-team/developers/backend-developer.md +206 -0
- package/.claude/agents/cfn-dev-team/developers/data/data-engineer.md +672 -0
- package/.claude/agents/cfn-dev-team/developers/database/database-architect.md +376 -0
- package/.claude/agents/cfn-dev-team/developers/database/supabase-specialist.md +746 -0
- package/.claude/agents/cfn-dev-team/developers/frontend/mobile-dev.md +247 -0
- package/.claude/agents/cfn-dev-team/developers/frontend/react-frontend-engineer.md +272 -0
- package/.claude/agents/cfn-dev-team/developers/frontend/typescript-specialist.md +396 -0
- package/.claude/agents/cfn-dev-team/developers/frontend/ui-designer.md +221 -0
- package/.claude/agents/cfn-dev-team/developers/graphql-specialist.md +707 -0
- package/.claude/agents/cfn-dev-team/developers/rust-developer.md +228 -0
- package/.claude/agents/cfn-dev-team/documentation/README-VALIDATION.md +245 -0
- package/.claude/agents/cfn-dev-team/documentation/agent-type-guidelines.md +476 -0
- package/.claude/agents/cfn-dev-team/documentation/api-documentation.md +111 -0
- package/.claude/agents/cfn-dev-team/documentation/pseudocode.md +144 -0
- package/.claude/agents/cfn-dev-team/documentation/specification-agent.md +152 -0
- package/.claude/agents/cfn-dev-team/product-owners/accessibility-advocate-persona.md +119 -0
- package/.claude/agents/cfn-dev-team/product-owners/cto-agent.md +138 -0
- package/.claude/agents/cfn-dev-team/product-owners/power-user-persona.md +151 -0
- package/.claude/agents/cfn-dev-team/product-owners/product-owner.md +483 -0
- package/.claude/agents/cfn-dev-team/reviewers/README.md +58 -0
- package/.claude/agents/cfn-dev-team/reviewers/code-reviewer.md +303 -0
- package/.claude/agents/cfn-dev-team/reviewers/quality/code-quality-validator.md +220 -0
- package/.claude/agents/cfn-dev-team/reviewers/quality/cyclomatic-complexity-reducer.md +334 -0
- package/.claude/agents/cfn-dev-team/reviewers/quality/perf-analyzer.md +257 -0
- package/.claude/agents/cfn-dev-team/reviewers/quality/performance-benchmarker.md +160 -0
- package/.claude/agents/cfn-dev-team/reviewers/quality/quality-metrics.md +386 -0
- package/.claude/agents/cfn-dev-team/testers/README.md +94 -0
- package/.claude/agents/cfn-dev-team/testers/api-testing-specialist.md +757 -0
- package/.claude/agents/cfn-dev-team/testers/chaos-engineering-specialist.md +944 -0
- package/.claude/agents/cfn-dev-team/testers/contract-tester.md +687 -0
- package/.claude/agents/cfn-dev-team/testers/e2e/playwright-tester.md +124 -0
- package/.claude/agents/cfn-dev-team/testers/integration-tester.md +785 -0
- package/.claude/agents/cfn-dev-team/testers/interaction-tester.md +188 -0
- package/.claude/agents/cfn-dev-team/testers/load-testing-specialist.md +505 -0
- package/.claude/agents/cfn-dev-team/testers/mutation-testing-specialist.md +643 -0
- package/.claude/agents/cfn-dev-team/testers/playwright-tester.md +253 -0
- package/.claude/agents/cfn-dev-team/testers/tester.md +224 -0
- package/.claude/agents/cfn-dev-team/testers/unit/tdd-london-unit-swarm.md +37 -0
- package/.claude/agents/cfn-dev-team/testers/validation/validation-production-validator.md +27 -0
- package/.claude/agents/cfn-dev-team/testing/test-validation-agent.md +280 -0
- package/.claude/agents/cfn-dev-team/utility/agent-builder.md +487 -0
- package/.claude/agents/cfn-dev-team/utility/context-curator.md +69 -0
- package/.claude/agents/cfn-dev-team/utility/epic-creator-v2.md +2 -0
- package/.claude/agents/cfn-dev-team/utility/epic-creator.md +7 -0
- package/.claude/agents/cfn-dev-team/utility/memory-leak-specialist.md +177 -0
- package/.claude/agents/cfn-dev-team/utility/researcher.md +116 -0
- package/.claude/agents/cfn-dev-team/utility/z-ai-specialist.md +218 -0
- package/.claude/agents/csuite/cto-agent.md +371 -0
- package/.claude/agents/custom/cfn-docker-expert.md +132 -0
- package/.claude/agents/custom/cfn-loops-cli-expert.md +9 -0
- package/.claude/agents/custom/cfn-redis-operations.md +538 -0
- package/.claude/agents/custom/cfn-system-expert.md +489 -0
- package/.claude/agents/custom/claude-code-expert.md +298 -0
- package/.claude/agents/custom/mdap-trigger-specialist.md +82 -0
- package/.claude/agents/custom/trigger-dev-expert.md +386 -0
- package/.claude/agents/docker-coordinators/cfn-docker-v3-coordinator.md +1101 -0
- package/.claude/agents/docker-ts-fixer.md +65 -0
- package/.claude/agents/project-only-agents/npm-package-specialist.md +334 -0
- package/.claude/agents/validate-agent.js +841 -0
- package/.claude/cfn-config/team-providers.json +102 -0
- package/.claude/cfn-extras/.gs-api-quota.json +16 -0
- package/.claude/cfn-extras/.gs-progress-state.json +22 -0
- package/.claude/cfn-extras/agents/cfn-coordinator-enterprise.md +1303 -0
- package/.claude/cfn-extras/agents/cfn-coordinator-mvp.md +942 -0
- package/.claude/cfn-extras/agents/cfn-coordinator-standard.md +1062 -0
- package/.claude/cfn-extras/agents/cfn-loop-coordinator.md +157 -0
- package/.claude/cfn-extras/agents/cfn-v3-coordinator.md +517 -0
- package/.claude/cfn-extras/agents/code-booster.md +67 -0
- package/.claude/cfn-extras/agents/coordinator.md +182 -0
- package/.claude/cfn-extras/agents/cost-savings-cfn-loop-coordinator.md +760 -0
- package/.claude/cfn-extras/agents/cost-savings-coordinator.md +173 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator-enhanced.md +147 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/adaptive-coordinator.md +162 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/blocking-coordinator-example.md +729 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/byzantine-coordinator.md +100 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-enterprise.md +323 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-mvp.md +157 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-standard.md +229 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/cfn-coordinator-unified.md +149 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/coordinator-hybrid.md +231 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/gossip-coordinator.md +165 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/hierarchical-coordinator.md +95 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/mesh-coordinator.md +132 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/task-coordinator.md +109 -0
- package/.claude/cfn-extras/agents/deprecated-coordinators/test-coordinator.md +142 -0
- package/.claude/cfn-extras/agents/docker-team/csuite/c-suite-template.md +529 -0
- package/.claude/cfn-extras/agents/docker-team/infrastructure/team-coordinator-template.md +467 -0
- package/.claude/cfn-extras/agents/docker-team/micro-sprint-planner.md +747 -0
- package/.claude/cfn-extras/agents/google-sheets/README.md +114 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-advanced-analytics-specialist.md +288 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-api-integrator.md +127 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-automation-scripting-specialist.md +195 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-business-validator.md +179 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-collaboration-security-specialist.md +240 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-coordinator.md +214 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-data-transformer.md +127 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-data-validation-quality-specialist.md +177 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-data-validator.md +119 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-data-visualization-specialist.md +135 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-design-layout-specialist.md +109 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-formula-engineer.md +127 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-formula-engineering-specialist.md +138 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-formula-validator.md +128 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-generalist.md +645 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-integration-api-specialist.md +258 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-performance-analyst.md +125 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-performance-optimization-specialist.md +211 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-schema-designer.md +130 -0
- package/.claude/cfn-extras/agents/google-sheets/google-sheets-template-architecture-specialist.md +259 -0
- package/.claude/cfn-extras/agents/google-sheets-specialist.md +614 -0
- package/.claude/cfn-extras/commands/cfn-docker/CFN_DOCKER_CLI.md +527 -0
- package/.claude/cfn-extras/commands/cfn-docker/CFN_DOCKER_LOOP.md +377 -0
- package/.claude/cfn-extras/commands/cfn-docker/CFN_DOCKER_NATIVE.md +295 -0
- package/.claude/cfn-extras/commands/cfn-docker/CFN_DOCKER_TASK.md +490 -0
- package/.claude/cfn-extras/commands/cfn-docker/cfn-docker-core-test-suite.md +326 -0
- package/.claude/cfn-extras/commands/deprecated/CFN_EXPERT_UPDATE.md +142 -0
- package/.claude/cfn-extras/commands/deprecated/README.md +55 -0
- package/.claude/cfn-extras/commands/deprecated/cfn-loop-epic.md +478 -0
- package/.claude/cfn-extras/commands/deprecated/cfn-loop-single.md +256 -0
- package/.claude/cfn-extras/commands/deprecated/cfn-loop-sprints.md +396 -0
- package/.claude/cfn-extras/commands/deprecated/context-curate.md +200 -0
- package/.claude/cfn-extras/commands/deprecated/context-inject.md +251 -0
- package/.claude/cfn-extras/commands/deprecated/context-query.md +210 -0
- package/.claude/cfn-extras/commands/deprecated/context-stats.md +269 -0
- package/.claude/cfn-extras/commands/deprecated/cost-savings-off.md +35 -0
- package/.claude/cfn-extras/commands/deprecated/cost-savings-on.md +35 -0
- package/.claude/cfn-extras/commands/deprecated/custom-routing-activate.md +55 -0
- package/.claude/cfn-extras/commands/deprecated/custom-routing-deactivate.md +46 -0
- package/.claude/cfn-extras/commands/deprecated/github-commit.md +289 -0
- package/.claude/cfn-extras/commands/deprecated/github.md +221 -0
- package/.claude/cfn-extras/commands/deprecated/hello-world-tests.md +381 -0
- package/.claude/cfn-extras/commands/deprecated/parse-epic.md +357 -0
- package/.claude/cfn-extras/commands/deprecated/run-tests.md +119 -0
- package/.claude/cfn-extras/commands/deprecated/suggest-improvements.md +95 -0
- package/.claude/cfn-extras/commands/google-sheets/google-sheets-loop.md +289 -0
- package/.claude/cfn-extras/docs/GOOGLE_SHEETS_CFN_LOOP.md +619 -0
- package/.claude/cfn-extras/skills/GOOGLE_SHEETS_SKILLS_README.md +453 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-agent-swap/SKILL.md +36 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-agent-swap/recommend-swap.sh +60 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-api-validation/test-endpoints.sh +54 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-context-pruner/SKILL.md +75 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-context-pruner/prune-context.sh +73 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/README.md +299 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/SKILL.md +412 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/config.json +111 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/eventbus-wrapper.cjs +69 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/invoke-event-publish.sh +147 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/invoke-event-subscribe.sh +171 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/invoke-lifecycle-track.sh +201 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-event-bus/test-event-bus.sh +280 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/README.md +74 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/SKILL.md +412 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/config.json +60 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/invoke-fleet-allocate.sh +182 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/invoke-fleet-balance.sh +239 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/invoke-fleet-metrics.sh +193 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/invoke-fleet-register.sh +124 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-fleet-manager/test-fleet-manager.sh +345 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-task-mode-safety/cli-coordination.sh +519 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-task-mode-safety/mode-detection.sh +326 -0
- package/.claude/cfn-extras/skills/advanced-features/cfn-task-mode-sanitize/task-mode-env-sanitizer.sh +267 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/SKILL.md +40 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/agents-registry-clean.json +0 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/agents-registry-fixed.json +19 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/agents-registry.json +719 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/discover-agents.py +184 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/discover-agents.sh +87 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/invoke-registry.sh +11 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-discovery/temp_script.py +0 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-selector/SKILL.md +91 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-agent-selector/select-agents.sh +112 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-cli-setup/validate-cli-environment.sh +192 -0
- package/.claude/cfn-extras/skills/deprecated/cfn-simplified-agent-lifecycle/DESIGN.md +98 -0
- package/.claude/cfn-extras/skills/google-sheets-api-coordinator/SKILL.md +272 -0
- package/.claude/cfn-extras/skills/google-sheets-api-coordinator/api-call.sh +254 -0
- package/.claude/cfn-extras/skills/google-sheets-api-coordinator/test.sh +174 -0
- package/.claude/cfn-extras/skills/google-sheets-api-coordinator/validate.sh +98 -0
- package/.claude/cfn-extras/skills/google-sheets-decomposition/SKILL.md +269 -0
- package/.claude/cfn-extras/skills/google-sheets-decomposition/decompose.sh +313 -0
- package/.claude/cfn-extras/skills/google-sheets-formula-builder/SKILL.md +237 -0
- package/.claude/cfn-extras/skills/google-sheets-formula-builder/build-formula.sh +220 -0
- package/.claude/cfn-extras/skills/google-sheets-formula-builder/test.sh +172 -0
- package/.claude/cfn-extras/skills/google-sheets-formula-builder/validate.sh +98 -0
- package/.claude/cfn-extras/skills/google-sheets-progress/SKILL.md +287 -0
- package/.claude/cfn-extras/skills/google-sheets-progress/test.sh +385 -0
- package/.claude/cfn-extras/skills/google-sheets-progress/track-progress.sh +516 -0
- package/.claude/cfn-extras/skills/google-sheets-progress/validate.sh +119 -0
- package/.claude/cfn-extras/skills/google-sheets-sprint-order/SKILL.md +277 -0
- package/.claude/cfn-extras/skills/google-sheets-sprint-order/order-sprints.sh +233 -0
- package/.claude/cfn-extras/skills/google-sheets-validation/SKILL.md +352 -0
- package/.claude/cfn-extras/skills/google-sheets-validation/test.sh +355 -0
- package/.claude/cfn-extras/skills/google-sheets-validation/validate-state.sh +374 -0
- package/.claude/cfn-extras/skills/google-sheets-validation/validate.sh +128 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/SKILL.md +392 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/create-campaign.sh +231 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/get-campaign-performance.sh +190 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/pause-campaign.sh +142 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/set-budget.sh +181 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-ad-campaigns/operations/update-bid-strategy.sh +133 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/SKILL.md +124 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-ad-performance.sh +105 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-conversion-funnel.sh +102 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-email-performance.sh +105 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-social-engagement.sh +105 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data/operations/get-website-traffic.sh +107 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/SKILL.md +340 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/get-conversation-history.sh +121 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/qualify-lead.sh +156 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/schedule-demo.sh +181 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/send-message.sh +137 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-chatbot-conversations/operations/transfer-to-human.sh +179 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/SKILL.md +350 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-backlink-profile.sh +154 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-keyword-rankings.sh +173 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/get-trending-topics.sh +147 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/monitor-competitor.sh +146 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-competitive-intel/operations/search-brand-mentions.sh +167 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/SKILL.md +116 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/add-to-segment.sh +78 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/create-contact.sh +113 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/get-contact.sh +86 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/remove-from-segment.sh +78 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-crm-contacts/operations/update-contact.sh +120 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/SKILL.md +106 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/create-campaign.sh +123 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/get-campaign-stats.sh +66 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/list-templates.sh +68 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/schedule-campaign.sh +85 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-email-campaigns/operations/send-test-email.sh +81 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/SKILL.md +366 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/create-ab-test.sh +231 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/create-landing-page.sh +190 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/get-page-performance.sh +137 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/publish-page.sh +120 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-landing-pages/operations/unpublish-page.sh +108 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/SKILL.md +202 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/create-crisis-alert.sh +104 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/export-report.sh +92 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/get-sentiment-analysis.sh +85 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-monitoring/operations/search-mentions.sh +86 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-outreach/SKILL.md +168 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/search-journalists.sh +74 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/send-pitch.sh +80 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/submit-haro-response.sh +88 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-media-outreach/operations/track-pitch-engagement.sh +66 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-press-distribution/SKILL.md +159 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/distribute-press-release.sh +94 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/get-distribution-status.sh +59 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/get-pickup-metrics.sh +72 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-press-distribution/operations/list-templates.sh +53 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/SKILL.md +429 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/create-campaign.sh +183 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/get-delivery-status.sh +139 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/opt-out.sh +150 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/schedule-campaign.sh +187 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-sms-campaigns/operations/send-sms.sh +181 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/SKILL.md +108 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/create-post.sh +104 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/delete-post.sh +76 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/get-post-stats.sh +66 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/schedule-post.sh +85 -0
- package/.claude/cfn-extras/skills/marketing/cfn-marketing-social-publishing/operations/upload-media.sh +88 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/DESIGN.md +117 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/SKILL.md +679 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-agents.sh +129 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-dashboard.sh +85 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-events.sh +125 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-metrics.sh +112 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-start.sh +135 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/invoke-portal-stop.sh +121 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/test-web-portal-skill.sh +51 -0
- package/.claude/cfn-extras/skills/ui-portal/cfn-web-portal/validate-deployment.sh +85 -0
- package/.claude/cfn-extras/skills/utility/cfn-environment-sanitization/SKILL.md +200 -0
- package/.claude/cfn-extras/skills/utility/cfn-environment-sanitization/sanitize-environment.sh +244 -0
- package/.claude/cfn-extras/skills/utility/cfn-process-instrumentation/SKILL.md +279 -0
- package/.claude/cfn-extras/skills/utility/cfn-process-instrumentation/instrument-process.sh +327 -0
- package/.claude/cfn-extras/workflows/marketing-ad-campaigns.json +125 -0
- package/.claude/cfn-extras/workflows/marketing-analytics-data.json +93 -0
- package/.claude/cfn-extras/workflows/marketing-chatbot-conversations.json +89 -0
- package/.claude/cfn-extras/workflows/marketing-competitive-intel.json +140 -0
- package/.claude/cfn-extras/workflows/marketing-crm-contacts.json +86 -0
- package/.claude/cfn-extras/workflows/marketing-email-campaigns.json +86 -0
- package/.claude/cfn-extras/workflows/marketing-landing-pages.json +137 -0
- package/.claude/cfn-extras/workflows/marketing-media-outreach.json +211 -0
- package/.claude/cfn-extras/workflows/marketing-press-distribution.json +224 -0
- package/.claude/cfn-extras/workflows/marketing-sms-campaigns.json +81 -0
- package/.claude/cfn-extras/workflows/marketing-social-publishing.json +86 -0
- package/.claude/commands/README.md +204 -0
- package/.claude/commands/cfn-loop/CFN_LOOP_FRONTEND.md +741 -0
- package/.claude/commands/cfn-loop/cfn-loop-cli.md +273 -0
- package/.claude/commands/cfn-loop/cfn-loop-document.md +499 -0
- package/.claude/commands/cfn-loop/cfn-loop-task.md +490 -0
- package/.claude/commands/cfn-loop/cfn-loop-trigger.md +56 -0
- package/.claude/commands/cfn-loop/cfn-mode.md +20 -0
- package/.claude/commands/cfn-loop/cfn-optimize-agents.md +103 -0
- package/.claude/commands/cfn-loop/list-agents-rebuild.md +205 -0
- package/.claude/commands/cfn-ruvector/codebase-reindex.md +37 -0
- package/.claude/commands/cfn-ruvector/codebase-search.md +38 -0
- package/.claude/commands/cfn-ruvector/detect-stale-docs.md +41 -0
- package/.claude/commands/cfn-test-framework +5 -0
- package/.claude/commands/check-errors.md +34 -0
- package/.claude/commands/cost-routing/switch-api.md +109 -0
- package/.claude/commands/detect-stale-docs.md +26 -0
- package/.claude/commands/epic-creator-v2.md +10 -0
- package/.claude/commands/ruvector-search.md +46 -0
- package/.claude/commands/sparc.md +46 -0
- package/.claude/commands/update-search-index.md +31 -0
- package/.claude/commands/workflow.md +295 -0
- package/.claude/commands/write-plan.md +275 -0
- package/.claude/coordinator-feedback-pattern.md +326 -0
- package/.claude/coordinator-patterns.md +126 -0
- package/.claude/core/agent-manager.js +80 -0
- package/.claude/core/agent-manager.js.map +1 -0
- package/.claude/core/config.js +1241 -0
- package/.claude/core/config.js.map +1 -0
- package/.claude/core/event-bus.js +136 -0
- package/.claude/core/event-bus.js.map +1 -0
- package/.claude/core/index.js +6 -0
- package/.claude/core/index.js.map +1 -0
- package/.claude/core/json-persistence.js +112 -0
- package/.claude/core/json-persistence.js.map +1 -0
- package/.claude/core/logger.js +245 -0
- package/.claude/core/logger.js.map +1 -0
- package/.claude/core/orchestrator-fixed.js +236 -0
- package/.claude/core/orchestrator-fixed.js.map +1 -0
- package/.claude/core/orchestrator.js +1136 -0
- package/.claude/core/orchestrator.js.map +1 -0
- package/.claude/core/persistence.js +185 -0
- package/.claude/core/persistence.js.map +1 -0
- package/.claude/core/project-manager.js +80 -0
- package/.claude/core/project-manager.js.map +1 -0
- package/.claude/core/slash-command.js +24 -0
- package/.claude/core/version.js +35 -0
- package/.claude/core/version.js.map +1 -0
- package/.claude/helpers/checkpoint-manager.sh +251 -0
- package/.claude/helpers/github-safe.js +106 -0
- package/.claude/helpers/github-setup.sh +28 -0
- package/.claude/helpers/quick-start.sh +19 -0
- package/.claude/helpers/setup-mcp.sh +18 -0
- package/.claude/helpers/standard-checkpoint-hooks.sh +179 -0
- package/.claude/hooks/GIT-HOOKS-USAGE-EXAMPLES.md +116 -0
- package/.claude/hooks/README-GIT-HOOKS.md +443 -0
- package/.claude/hooks/SKILL.md +518 -0
- package/.claude/hooks/SKILL.md.backup +471 -0
- package/.claude/hooks/cfn-BACKUP_USAGE.md +243 -0
- package/.claude/hooks/cfn-invoke-post-edit-ts.sh +100 -0
- package/.claude/hooks/cfn-invoke-post-edit.sh +135 -0
- package/.claude/hooks/cfn-invoke-pre-edit-ts.sh +116 -0
- package/.claude/hooks/cfn-invoke-pre-edit.sh +110 -0
- package/.claude/hooks/cfn-invoke-security-validation.sh +70 -0
- package/.claude/hooks/cfn-lint-sql-injection.sh +61 -0
- package/.claude/hooks/cfn-post-edit-cfn-retrospective.sh +110 -0
- package/.claude/hooks/cfn-post-edit.config.json +51 -0
- package/.claude/hooks/cfn-post-edit.sh +21 -0
- package/.claude/hooks/cfn-post-execution/memory-cleanup.sh +20 -0
- package/.claude/hooks/cfn-pre-edit-backup.sh +71 -0
- package/.claude/hooks/cfn-pre-edit-security-warning.sh +40 -0
- package/.claude/hooks/cfn-pre-execution/SESSION_START_README.md +87 -0
- package/.claude/hooks/cfn-pre-execution/TEST_SESSION_START.md +128 -0
- package/.claude/hooks/cfn-pre-execution/memory-check.sh +20 -0
- package/.claude/hooks/cfn-pre-execution/session-start-context.sh +111 -0
- package/.claude/hooks/cfn-restore-from-backup.sh +37 -0
- package/.claude/hooks/detect-hardcoded-credentials.sh +212 -0
- package/.claude/hooks/install-git-hooks.sh +243 -0
- package/.claude/hooks/post-commit-codebase-index +75 -0
- package/.claude/hooks/subagent-start.sh +98 -0
- package/.claude/hooks/subagent-stop.sh +93 -0
- package/.claude/hooks/validators/credential-scanner.sh +172 -0
- package/.claude/hooks.json +33 -0
- package/.claude/logs/sprint1-hybrid-routing-v2-decision.json +18 -0
- package/.claude/prompts/cfn-loop-context.md +115 -0
- package/.claude/prompts/loop-specific/loop2.md +50 -0
- package/.claude/prompts/loop-specific/loop3.md +43 -0
- package/.claude/prompts/loop-specific/loop4.md +54 -0
- package/.claude/root-claude-distribute/CFN-CLAUDE.md +513 -0
- package/.claude/settings.json +172 -0
- package/.claude/settings.local.json +41 -0
- package/.claude/settings.playwright.json +198 -0
- package/.claude/skills/.cfn/task-configs/task-test-123.json +48 -0
- package/.claude/skills/SKILL_TEMPLATE.md +774 -0
- package/.claude/skills/bulk-add-ruvector-instructions.sh +89 -0
- package/.claude/skills/cfn-agent-lifecycle/SKILL.md +290 -0
- package/.claude/skills/cfn-agent-lifecycle/cli/lifecycle-hook.sh +5 -0
- package/.claude/skills/cfn-agent-lifecycle/cli/select-agents.sh +5 -0
- package/.claude/skills/cfn-agent-lifecycle/cli/spawn-agent.sh +5 -0
- package/.claude/skills/cfn-agent-lifecycle/execute.sh +355 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/audit/execute-lifecycle-hook.sh +544 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/audit/simple-audit.sh +58 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/output/README.md +359 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/SKILL.md +29 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/agent-mappings.json +142 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents-with-fallback.sh +195 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/select-agents.sh +94 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/src/agent-selector.ts +350 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/src/cli.ts +74 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/selection/task-classifier.sh +93 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/SKILL.md +38 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/check-dependencies.sh +52 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/execute-agent.sh +126 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/get-agent-provider-env.sh +149 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/parse-agent-provider.sh +81 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/spawn-agent-wrapper.sh +63 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/spawn-agent.sh +308 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/spawn-templates.sh +635 -0
- package/.claude/skills/cfn-agent-lifecycle/lib/spawning/spawn-worker.sh +198 -0
- package/.claude/skills/cfn-agent-tooling/SKILL.md +52 -0
- package/.claude/skills/cfn-agent-tooling/lib/generator/SKILL.md +440 -0
- package/.claude/skills/cfn-agent-tooling/lib/generator/generate-agent.sh +405 -0
- package/.claude/skills/cfn-agent-tooling/lib/linter/SKILL.md +589 -0
- package/.claude/skills/cfn-agent-tooling/lib/linter/lint-agents.sh +271 -0
- package/.claude/skills/cfn-cerebras-code-generator/SKILL.md +53 -0
- package/.claude/skills/cfn-cerebras-code-generator/context-analyzer.sh +96 -0
- package/.claude/skills/cfn-cerebras-code-generator/generate-code.sh +205 -0
- package/.claude/skills/cfn-cerebras-coordinator/SKILL.md +103 -0
- package/.claude/skills/cfn-cerebras-coordinator/TEST_RESULTS.md +98 -0
- package/.claude/skills/cfn-cerebras-coordinator/coordinate-generation.sh +381 -0
- package/.claude/skills/cfn-cerebras-coordinator/example-fix-scenario.md +254 -0
- package/.claude/skills/cfn-cerebras-coordinator/example-workflow.md +142 -0
- package/.claude/skills/cfn-cerebras-coordinator/feedback-logger.sh +254 -0
- package/.claude/skills/cfn-cerebras-coordinator/fix-existing-code-v2.sh +443 -0
- package/.claude/skills/cfn-cerebras-coordinator/fix-existing-code.sh +519 -0
- package/.claude/skills/cfn-cerebras-coordinator/pattern-examples.md +317 -0
- package/.claude/skills/cfn-cerebras-coordinator/query-patterns.sh +182 -0
- package/.claude/skills/cfn-cerebras-coordinator/tdd-coordinator.sh +638 -0
- package/.claude/skills/cfn-cerebras-coordinator/test-runner.sh +335 -0
- package/.claude/skills/cfn-cerebras-mcp/SKILL.md +64 -0
- package/.claude/skills/cfn-compilation-error-fixer/HANDOFF.md +29 -0
- package/.claude/skills/cfn-compilation-error-fixer/README.md +202 -0
- package/.claude/skills/cfn-compilation-error-fixer/SKILL.md +426 -0
- package/.claude/skills/cfn-compilation-error-fixer/bin/fix-errors.sh +75 -0
- package/.claude/skills/cfn-compilation-error-fixer/index.js +81 -0
- package/.claude/skills/cfn-compilation-error-fixer/install.sh +60 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/README-TypeScript.md +164 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts +1475 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts.bak +1475 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/cerebras-sdk.d.ts +30 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/cerebras-wrapper.ts +93 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/package.json +30 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/package.json.bak +23 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/fixer/typescript-gated-fixer-v2.ts +977 -0
- package/.claude/skills/cfn-compilation-error-fixer/lib/gates/typescript-gates.ts +704 -0
- package/.claude/skills/cfn-compilation-error-fixer/package.json +47 -0
- package/.claude/skills/cfn-compilation-error-fixer/test-fixer-logic.sh +96 -0
- package/.claude/skills/cfn-compilation-error-fixer/test-installation.sh +97 -0
- package/.claude/skills/cfn-compilation-error-fixer/test-rust-fixer-validation.sh +54 -0
- package/.claude/skills/cfn-compilation-error-fixer/test-rust-fixer.sh +380 -0
- package/.claude/skills/cfn-compilation-error-fixer/test-typescript-fixer.sh +278 -0
- package/.claude/skills/cfn-compilation-error-fixer/validate-setup.md +70 -0
- package/.claude/skills/cfn-config/SKILL.md +52 -0
- package/.claude/skills/cfn-config/lib/management/README.md +42 -0
- package/.claude/skills/cfn-config/lib/management/SKILL.md +34 -0
- package/.claude/skills/cfn-config/lib/management/check-dependencies.sh +56 -0
- package/.claude/skills/cfn-config/lib/management/config.json +32 -0
- package/.claude/skills/cfn-config/lib/management/manage-config.sh +115 -0
- package/.claude/skills/cfn-config/lib/sanitization/sanitize-environment.sh +48 -0
- package/.claude/skills/cfn-conversation-sync/README.md +133 -0
- package/.claude/skills/cfn-conversation-sync/SKILL.md +82 -0
- package/.claude/skills/cfn-conversation-sync/sync-conversations.sh +229 -0
- package/.claude/skills/cfn-dependency-management/SKILL.md +118 -0
- package/.claude/skills/cfn-dependency-management/cfn-dependency-management.sh +18 -0
- package/.claude/skills/cfn-dependency-management/execute.sh +306 -0
- package/.claude/skills/cfn-dependency-management/lib/extractor/SKILL.md +35 -0
- package/.claude/skills/cfn-dependency-management/lib/extractor/extract-dependencies.sh +66 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/README.md +101 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/SKILL.md +397 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/build.sh +23 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/ingest-dependencies.sh +295 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/ingest.sh +237 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/manifests/cli-mode-dependencies.txt +219 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/manifests/shared-dependencies.txt +57 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/manifests/trigger-dev-dependencies.txt +82 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/manifests/trigger-mode-dependencies.txt +80 -0
- package/.claude/skills/cfn-dependency-management/lib/ingestion/src/ingest-dependencies.ts +563 -0
- package/.claude/skills/cfn-deployment-lifecycle/SKILL.md +53 -0
- package/.claude/skills/cfn-deployment-lifecycle/lib/deployment/SKILL.md +293 -0
- package/.claude/skills/cfn-deployment-lifecycle/lib/deployment/execute.sh +21 -0
- package/.claude/skills/cfn-deployment-lifecycle/lib/promotion/SKILL.md +305 -0
- package/.claude/skills/cfn-docker-runtime/SKILL.md +84 -0
- package/.claude/skills/cfn-docker-runtime/execute.sh +386 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/README.md +349 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/docker-helpers.sh +433 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/package.json +38 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/agent-container.ts +471 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/docker-client.ts +483 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/health-checker.ts +418 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/index.ts +45 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/network-manager.ts +377 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/types.ts +412 -0
- package/.claude/skills/cfn-docker-runtime/lib/coordination/src/volume-manager.ts +389 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/INTEGRATION.md +268 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/SAMPLE_OUTPUTS.md +237 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/SKILL.md +442 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/capture-container-logs.sh +120 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/enable-logging.sh +430 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/init-hybrid-logging.sh +210 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/analytics-summary.sh +87 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/query-agent-timeline.sh +51 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/query-consensus-history.sh +56 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/query-coordination-timeline.sh +39 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/query-failed-containers.sh +40 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/queries/query-gate-checks.sh +39 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/schema.sql +111 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/sqlite-helpers.sh +240 -0
- package/.claude/skills/cfn-docker-runtime/lib/logging/test-hybrid-logging.sh +331 -0
- package/.claude/skills/cfn-docker-runtime/lib/mcp/SKILL.md +555 -0
- package/.claude/skills/cfn-docker-runtime/lib/mcp/skill-mcp-selector.js +472 -0
- package/.claude/skills/cfn-docker-runtime/lib/orchestration/SKILL.md +449 -0
- package/.claude/skills/cfn-docker-runtime/lib/orchestration/orchestrate.sh +1722 -0
- package/.claude/skills/cfn-docker-runtime/lib/spawning/SKILL.md +418 -0
- package/.claude/skills/cfn-docker-runtime/lib/spawning/spawn-agent.sh +569 -0
- package/.claude/skills/cfn-docker-runtime/lib/waves/SKILL.md +944 -0
- package/.claude/skills/cfn-docker-runtime/lib/waves/cleanup-wave.sh +445 -0
- package/.claude/skills/cfn-docker-runtime/lib/waves/lib/docker-helpers.sh +804 -0
- package/.claude/skills/cfn-docker-runtime/lib/waves/monitor-wave.sh +485 -0
- package/.claude/skills/cfn-docker-runtime/lib/waves/spawn-wave.sh +547 -0
- package/.claude/skills/cfn-edit-safety/README.md +160 -0
- package/.claude/skills/cfn-edit-safety/SKILL.md +62 -0
- package/.claude/skills/cfn-edit-safety/cli/edit-safety-cli.sh +337 -0
- package/.claude/skills/cfn-edit-safety/edit-safety.sh +375 -0
- package/.claude/skills/cfn-edit-safety/lib/backup/SKILL.md +324 -0
- package/.claude/skills/cfn-edit-safety/lib/backup/SKILL.md.backup +277 -0
- package/.claude/skills/cfn-edit-safety/lib/backup/backup.sh +129 -0
- package/.claude/skills/cfn-edit-safety/lib/backup/backup.sh.backup +107 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/README.md +74 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/SKILL.md +148 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/auto-resolve.sh +66 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/check-dependencies.sh +40 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/feedback-resolver.sh +452 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/post-edit-handler.sh +155 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/security-scan.json +60 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/security-scanner.sh +121 -0
- package/.claude/skills/cfn-edit-safety/lib/hooks/test-root-warning-resolution.sh +148 -0
- package/.claude/skills/cfn-epic-parser/SKILL.md +220 -0
- package/.claude/skills/cfn-epic-parser/example-epic.md +49 -0
- package/.claude/skills/cfn-epic-parser/parse.sh +517 -0
- package/.claude/skills/cfn-epic-parser/test-parser.sh +299 -0
- package/.claude/skills/cfn-error-management/SKILL.md +176 -0
- package/.claude/skills/cfn-error-management/cli/batch-errors.sh +4 -0
- package/.claude/skills/cfn-error-management/cli/capture-error.sh +4 -0
- package/.claude/skills/cfn-error-management/cli/log-error.sh +4 -0
- package/.claude/skills/cfn-error-management/lib/batching/README.md +1016 -0
- package/.claude/skills/cfn-error-management/lib/batching/analyze-errors.sh +327 -0
- package/.claude/skills/cfn-error-management/lib/batching/calculate-waves.sh +256 -0
- package/.claude/skills/cfn-error-management/lib/batching/cli.sh +523 -0
- package/.claude/skills/cfn-error-management/lib/batching/cluster-files.sh +196 -0
- package/.claude/skills/cfn-error-management/lib/batching/create-batches.sh +261 -0
- package/.claude/skills/cfn-error-management/lib/capture/README.md +56 -0
- package/.claude/skills/cfn-error-management/lib/capture/capture-agent-error.sh +87 -0
- package/.claude/skills/cfn-error-management/lib/logging/README.md +339 -0
- package/.claude/skills/cfn-error-management/lib/logging/cleanup-error-logs.sh +334 -0
- package/.claude/skills/cfn-error-management/lib/logging/integrate-cli.sh +232 -0
- package/.claude/skills/cfn-error-management/lib/logging/integrate-docker.sh +294 -0
- package/.claude/skills/cfn-error-management/lib/logging/invoke-error-logging.sh +839 -0
- package/.claude/skills/cfn-error-management/lib/logging/src/error-logger.ts +1042 -0
- package/.claude/skills/cfn-error-management/lib/logging/src/index.ts +12 -0
- package/.claude/skills/cfn-error-management/lib/logging/src/types.ts +456 -0
- package/.claude/skills/cfn-error-management/lib/logging/test-error-logging.sh +475 -0
- package/.claude/skills/cfn-expert-update/SKILL.md +149 -0
- package/.claude/skills/cfn-expert-update/test-expert-update.sh +254 -0
- package/.claude/skills/cfn-expert-update/update-expert.sh +484 -0
- package/.claude/skills/cfn-intervention-system/SKILL.md +52 -0
- package/.claude/skills/cfn-intervention-system/lib/detector/SKILL.md +39 -0
- package/.claude/skills/cfn-intervention-system/lib/detector/detect-intervention.sh +106 -0
- package/.claude/skills/cfn-intervention-system/lib/orchestrator/SKILL.md +43 -0
- package/.claude/skills/cfn-intervention-system/lib/orchestrator/execute-intervention.sh +59 -0
- package/.claude/skills/cfn-knowledge-base/SKILL.md +109 -0
- package/.claude/skills/cfn-knowledge-base/cli/knowledge-base.sh +435 -0
- package/.claude/skills/cfn-knowledge-base/execute.sh +163 -0
- package/.claude/skills/cfn-knowledge-base/lib/playbook/SKILL.md +153 -0
- package/.claude/skills/cfn-knowledge-base/lib/playbook/init-playbook.sh +54 -0
- package/.claude/skills/cfn-knowledge-base/lib/playbook/lib/auto-update/auto-update-playbook.sh +86 -0
- package/.claude/skills/cfn-knowledge-base/lib/playbook/query-playbook.sh +89 -0
- package/.claude/skills/cfn-knowledge-base/lib/playbook/update-playbook.sh +67 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/APPROVAL_WORKFLOW.md +806 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/COST_TRACKING.md +637 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/DEPLOY_QUICK_REFERENCE.md +106 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/EDGE_CASE_TRACKING.md +404 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/PROPAGATE_UPDATE_QUICK_REFERENCE.md +366 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/README_PHASE4.md +457 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/SKILL.md +110 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/approval-workflow.sh +514 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/deploy-approved-skill.sh +481 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/deploy-approved-skill.sh.backup-1763392820 +512 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/generate-skill-update.sh +525 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/lib/security-utils.sh +204 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/package.json +30 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/propagate-skill-update.sh +654 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/propagate-skill-update.sh.backup-1763392820 +664 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/review-skill.sh +643 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/src/index.ts +24 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/src/pattern-analyzer.ts +537 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/src/types.ts +180 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/test-integration.sh +296 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/test-metadata-update.sh +350 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/track-cost-savings.sh +486 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/track-cost-savings.sh.backup-1763392821 +445 -0
- package/.claude/skills/cfn-knowledge-base/lib/workflow/track-edge-case.sh +290 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/Cargo.toml +40 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/README.md +563 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/SKILL.md +343 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/cfn-integration.sh +179 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/embeddings_manager.py +289 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/index-code.sh +234 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/init-local-ruvector.sh +112 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/project-structure.md +53 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/query-local.sh +169 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/requirements.txt +2 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/search_engine.py +200 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/search_engine_v2.py +238 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/sqlite_store.py +220 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/cleanup.rs +134 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/export.rs +40 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/index.rs +301 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/init.rs +127 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/migration.rs +74 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/mod.rs +18 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/query.rs +222 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/reset.rs +37 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/cli/stats.rs +133 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/embeddings.rs +121 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/main.rs +359 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/migration.rs +318 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/search_engine.rs +281 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/src/sqlite_store.rs +211 -0
- package/.claude/skills/cfn-local-ruvector-accelerator/test-local-ruvector.sh +250 -0
- package/.claude/skills/cfn-loop-orchestration-v2/SKILL.md +57 -0
- package/.claude/skills/cfn-loop-orchestration-v2/cli/cfn-orchestrator.cjs +49 -0
- package/.claude/skills/cfn-loop-orchestration-v2/cli/orchestrate.sh +21 -0
- package/.claude/skills/cfn-loop-orchestration-v2/cli/resolve-provider-model.cjs +69 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/coordination/agent-completion.sh.backup +36 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/coordination/coordination-patterns.ts +194 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/coordination/coordination-signal.sh.backup +36 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/coordination/coordination-wait.sh.backup +36 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/coordination/index.ts +25 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/decision/SKILL.md +664 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/decision/TYPESCRIPT_IMPLEMENTATION.md +653 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/decision/parse-decision.sh +66 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/decision/test-backlog-integration.sh +148 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/decision/validate-deliverables.sh +82 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/CONFIGURATION_IMPROVEMENTS.md +318 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/CONTEXT_LOOKUP_QUICK_START.md +378 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/NORTH_STAR_INDEX.md +323 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/ORCHESTRATOR_IMPLEMENTATION.md +493 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/ORCHESTRATOR_QUICK_START.md +499 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/README.md +149 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/SKILL.md +418 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/SPAWN_AGENTS_IMPLEMENTATION.md +188 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/VALIDATION_SUMMARY.txt +196 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/VALIDATOR_MODULE_GUIDE.md +526 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/e2e-validation-fixed.js +240 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/e2e-validation.js +213 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/package.json +53 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/run-north-star-e2e.ts +210 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/security_utils.sh +123 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/agent-spawner/agent-spawner.ts +34 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/cli/orchestrator-cli.ts +396 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/gate-checker/gate-checker.ts +36 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/CONFIDENCE_AGGREGATOR.md +564 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/CONFIDENCE_AGGREGATOR_QUICK_REF.md +241 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/CONTEXT_INJECTOR_QUICK_REFERENCE.md +362 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/CONTEXT_INJECTOR_README.md +307 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/CONTEXT_INJECTOR_USAGE_GUIDE.md +508 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/confidence-aggregator.ts +473 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/consensus.ts +87 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/context-injector.ts +349 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/context-lookup.ts +486 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/deliverable-verifier.ts +107 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/gate-check.ts +115 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/iteration-manager.ts +45 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/parse-test-results.ts +372 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/product-owner-decision.ts +316 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/spawn-agents.ts +357 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/timeout-calculator.ts +41 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/helpers/validator.ts +276 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/index.ts +16 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/orchestrate.ts +1389 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/orchestrator/orchestrator.ts +31 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/redis/redis-coordinator.ts +72 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/types.ts +244 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/src/utils/logger.ts +32 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/test-cfn-orchestration.sh +281 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/test-cli.sh +92 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/test-edge-cases.sh +188 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/test-iteration-context-injection.sh +366 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/orchestrator/test-typescript-integration.sh +442 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/DELIVERY_SUMMARY.txt +462 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/EXAMPLES.md +609 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/INDEX.md +531 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/README.md +114 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/SKILL.md +633 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/index.ts +6 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/output-processor.ts +183 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/package.json +50 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/src/cli/process-loop2.ts +195 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/src/cli/process-loop3.ts +157 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/output/src/output-processor.ts +632 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/INDEX.md +531 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/README.md +256 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/README_TYPESCRIPT.md +454 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/SKILL.md +400 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/SKILL.md.backup +353 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/SKILL_TYPESCRIPT.md +782 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/VAPOR_DETECTION_EXAMPLES.md +598 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/check-dependencies.sh +53 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/check-dependencies.sh.backup +31 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/config.json +161 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/consensus-calculator.js +477 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/detect-vapor.sh +59 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/detect-vapor.sh.backup +37 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/evidence-chain.sql +163 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/index.ts +12 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/orchestrate-cfn-loop.sh +274 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/orchestrate-cfn-loop.sh.backup +252 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/package.json +93 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/src/cli/detect-vapor.ts +177 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/src/cli/validate-deliverables.ts +161 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/src/cli/validate-gate.ts +139 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/src/types.ts +215 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/src/validator.ts +503 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-deliverables.sh +59 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-deliverables.sh.backup +37 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-gate.sh +63 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-gate.sh.backup +41 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-iteration.sh +156 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validate-iteration.sh.backup +134 -0
- package/.claude/skills/cfn-loop-orchestration-v2/lib/validation/validation-framework.ts +237 -0
- package/.claude/skills/cfn-mdap-context-injection/SKILL.md +21 -0
- package/.claude/skills/cfn-mdap-context-injection/inject.sh +348 -0
- package/.claude/skills/cfn-mdap-error-fixer/HANDOFF.md +383 -0
- package/.claude/skills/cfn-mdap-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts +1500 -0
- package/.claude/skills/cfn-mdap-error-fixer/lib/fixer/package.json +20 -0
- package/.claude/skills/cfn-mdap-error-fixer/skill.md +205 -0
- package/.claude/skills/cfn-memory-persistence/SKILL.md +59 -0
- package/.claude/skills/cfn-memory-persistence/lib/auto/SKILL.md +73 -0
- package/.claude/skills/cfn-memory-persistence/lib/auto/persist-agent-output.sh +49 -0
- package/.claude/skills/cfn-memory-persistence/lib/auto/query-agent-history.sh +35 -0
- package/.claude/skills/cfn-memory-persistence/lib/auto/test-memory-persistence.sh +230 -0
- package/.claude/skills/cfn-memory-persistence/lib/management/SKILL.md +271 -0
- package/.claude/skills/cfn-memory-persistence/lib/management/check-memory.sh +160 -0
- package/.claude/skills/cfn-memory-persistence/lib/management/cleanup-memory.sh +197 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/SKILL.md +42 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/agent-log.sh.backup +128 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/agent-recovery.sh.backup +75 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/analyze-task-complexity.sh.backup +277 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/bash-wrappers/store-context.sh.backup +23 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/cancel-swarm.sh.backup +221 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/cfn-loop-exec.sh.backup +468 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/cfn-loop-relaunch.sh.backup +29 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/collect-confidence-scores.sh.backup +209 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/collect-results.sh.backup +75 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/complete-swarm.sh.backup +75 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/get-context.sh.backup +146 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/get-success-criteria.sh.backup +54 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/invoke-waiting-mode.sh.backup +225 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/redis-cli-wrapper.sh.backup +43 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/redis-functions.sh.backup +34 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/report-completion.sh.backup +134 -0
- package/.claude/skills/cfn-memory-persistence/lib/redis/store-context.sh.backup +123 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/QUICK_REFERENCE.md +204 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/README.md +65 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/SKILL.md +415 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/acl-queries.sql +452 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/check-dependencies.sh +36 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/config.json +45 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/memory-cli.sh +74 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/test-state-persistence.js +187 -0
- package/.claude/skills/cfn-memory-persistence/lib/sqlite/ttl-cleanup.sh +266 -0
- package/.claude/skills/cfn-node-heap-sizer/SKILL.md +313 -0
- package/.claude/skills/cfn-node-heap-sizer/task-mode-heap-limiter.sh +326 -0
- package/.claude/skills/cfn-operations/SKILL.md +52 -0
- package/.claude/skills/cfn-operations/execute.sh +175 -0
- package/.claude/skills/cfn-operations/lib/file/SKILL.md +290 -0
- package/.claude/skills/cfn-operations/lib/file/execute.sh +129 -0
- package/.claude/skills/cfn-operations/lib/file/lib/atomic-write.sh +294 -0
- package/.claude/skills/cfn-operations/lib/file/lib/lock.sh +361 -0
- package/.claude/skills/cfn-operations/lib/file/test.sh +373 -0
- package/.claude/skills/cfn-operations/lib/log/SKILL.md +308 -0
- package/.claude/skills/cfn-operations/lib/log/execute.sh +420 -0
- package/.claude/skills/cfn-operations/lib/log/lib/rotate.sh +406 -0
- package/.claude/skills/cfn-operations/lib/log/lib/search.sh +448 -0
- package/.claude/skills/cfn-operations/lib/log/test.sh +400 -0
- package/.claude/skills/cfn-parameterized-queries/SKILL.md +368 -0
- package/.claude/skills/cfn-parameterized-queries/parameterized-queries.sh +249 -0
- package/.claude/skills/cfn-parameterized-queries/test-implementation.sh +237 -0
- package/.claude/skills/cfn-planning/SKILL.md +55 -0
- package/.claude/skills/cfn-planning/execute.sh +159 -0
- package/.claude/skills/cfn-planning/lib/coordinator/README.md +256 -0
- package/.claude/skills/cfn-planning/lib/coordinator/SKILL.md +62 -0
- package/.claude/skills/cfn-planning/lib/coordinator/map-dependencies-conflicts.sh +376 -0
- package/.claude/skills/cfn-planning/lib/coordinator/plan-coordinator-resources.sh +258 -0
- package/.claude/skills/cfn-planning/lib/coordinator/plan-multi-coordinator-work.sh +267 -0
- package/.claude/skills/cfn-planning/lib/coordinator/plan-risk-rollout.sh +350 -0
- package/.claude/skills/cfn-planning/lib/coordinator/test-multi-coordinator-planning.sh +338 -0
- package/.claude/skills/cfn-planning/lib/coordinator/validate-task-planning.sh +189 -0
- package/.claude/skills/cfn-planning/lib/epic/SKILL.md +44 -0
- package/.claude/skills/cfn-planning/lib/epic/decompose-epic.sh +104 -0
- package/.claude/skills/cfn-planning/lib/scope/SKILL.md +37 -0
- package/.claude/skills/cfn-planning/lib/scope/simplify-scope.sh +68 -0
- package/.claude/skills/cfn-process-management/SKILL.md +52 -0
- package/.claude/skills/cfn-process-management/cfn-process +16 -0
- package/.claude/skills/cfn-process-management/cli/process-manager +186 -0
- package/.claude/skills/cfn-process-management/lib/instrumentation/instrument-process.sh +44 -0
- package/.claude/skills/cfn-process-management/lib/lifecycle/README.md +43 -0
- package/.claude/skills/cfn-process-management/lib/lifecycle/SKILL.md +39 -0
- package/.claude/skills/cfn-process-management/lib/lifecycle/check-dependencies.sh +58 -0
- package/.claude/skills/cfn-process-management/lib/lifecycle/config.json +39 -0
- package/.claude/skills/cfn-process-management/lib/lifecycle/process-manager.sh +334 -0
- package/.claude/skills/cfn-project-management/SKILL.md +60 -0
- package/.claude/skills/cfn-project-management/lib/backlog/SKILL.md +199 -0
- package/.claude/skills/cfn-project-management/lib/backlog/add-backlog-item.sh +208 -0
- package/.claude/skills/cfn-project-management/lib/changelog/SKILL.md +349 -0
- package/.claude/skills/cfn-project-management/lib/changelog/add-changelog-entry.sh +202 -0
- package/.claude/skills/cfn-project-management/lib/changelog/bulk-import.sh +268 -0
- package/.claude/skills/cfn-project-management/lib/changelog/lib/README.md +212 -0
- package/.claude/skills/cfn-project-management/lib/changelog/lib/validation.sh +72 -0
- package/.claude/skills/cfn-routing-config/SKILL.md +52 -0
- package/.claude/skills/cfn-routing-config/lib/hybrid/README.md +50 -0
- package/.claude/skills/cfn-routing-config/lib/hybrid/SKILL.md +54 -0
- package/.claude/skills/cfn-routing-config/lib/hybrid/check-dependencies.sh +52 -0
- package/.claude/skills/cfn-routing-config/lib/hybrid/config.json +26 -0
- package/.claude/skills/cfn-routing-config/lib/hybrid/spawn-worker.sh +44 -0
- package/.claude/skills/cfn-routing-config/lib/provider/README.md +129 -0
- package/.claude/skills/cfn-routing-config/lib/provider/SKILL.md +215 -0
- package/.claude/skills/cfn-routing-config/lib/provider/resolve-provider-model.ts +252 -0
- package/.claude/skills/cfn-session-handoff/SKILL.md +53 -0
- package/.claude/skills/cfn-skill-management/FIXES_APPLIED.md +80 -0
- package/.claude/skills/cfn-skill-management/SKILL.md +55 -0
- package/.claude/skills/cfn-skill-management/lib/builder/SKILL.md +910 -0
- package/.claude/skills/cfn-skill-management/lib/loader/SKILL.md +466 -0
- package/.claude/skills/cfn-skill-management/lib/loader/execute.sh +344 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/README.md +233 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/package.json +56 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/propagate-skill-update.sh +32 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/cli.ts +75 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/database-adapter.ts +239 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/file-system-adapter.ts +113 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/index.ts +72 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/logger.ts +43 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/metadata-parser.ts +154 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/skill-propagator.ts +274 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/skill-validator.ts +179 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/types.ts +143 -0
- package/.claude/skills/cfn-skill-management/lib/propagation/src/version-manager.ts +118 -0
- package/.claude/skills/cfn-skill-management/src/cli/skill-loader.ts +364 -0
- package/.claude/skills/cfn-skill-management/src/lib/database-service.ts +313 -0
- package/.claude/skills/cfn-sprint-execution/SKILL.md +55 -0
- package/.claude/skills/cfn-sprint-execution/execute.sh +257 -0
- package/.claude/skills/cfn-sprint-execution/lib/checkpoint/SKILL.md +333 -0
- package/.claude/skills/cfn-sprint-execution/lib/checkpoint/cleanup-orphans.sh +374 -0
- package/.claude/skills/cfn-sprint-execution/lib/checkpoint/resume-wave.sh +325 -0
- package/.claude/skills/cfn-sprint-execution/lib/checkpoint/save-checkpoint.sh +284 -0
- package/.claude/skills/cfn-sprint-execution/lib/execution/SKILL.md +27 -0
- package/.claude/skills/cfn-sprint-execution/lib/execution/execute-sprint-task.sh +68 -0
- package/.claude/skills/cfn-sprint-execution/lib/execution/execute-sprint.sh +65 -0
- package/.claude/skills/cfn-task-decomposition/explore-123-subtasks.json +27 -0
- package/.claude/skills/cfn-task-decomposition/prompts/explore-123-analyze-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/prompts/explore-123-scan-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/prompts/test-final-fix-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/prompts/test-final-pattern-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/prompts/test-final-recon-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/prompts/test-final-validate-prompt.md +36 -0
- package/.claude/skills/cfn-task-decomposition/test-456-subtasks.json +60 -0
- package/.claude/skills/cfn-task-decomposition/test-789-subtasks.json +60 -0
- package/.claude/skills/cfn-task-decomposition/test-999-subtasks.json +27 -0
- package/.claude/skills/cfn-task-decomposition/test-debug-subtasks.json +60 -0
- package/.claude/skills/cfn-task-decomposition/test-debug2-subtasks.json +60 -0
- package/.claude/skills/cfn-task-decomposition/test-final-subtasks.json +60 -0
- package/.claude/skills/cfn-task-decomposition/test-simple-subtasks.json +60 -0
- package/.claude/skills/cfn-task-intelligence/SKILL.md +18 -0
- package/.claude/skills/cfn-task-intelligence/cfn-task-intelligence.sh +158 -0
- package/.claude/skills/cfn-task-intelligence/lib/classifier/SKILL.md +81 -0
- package/.claude/skills/cfn-task-intelligence/lib/classifier/classify-task.sh +297 -0
- package/.claude/skills/cfn-task-intelligence/lib/complexity/SKILL.md +96 -0
- package/.claude/skills/cfn-task-intelligence/lib/complexity/estimate-complexity.sh +144 -0
- package/.claude/skills/cfn-task-intelligence/lib/integration/SKILL.md +339 -0
- package/.claude/skills/cfn-task-intelligence/lib/integration/learning-loop.sh +127 -0
- package/.claude/skills/cfn-task-intelligence/lib/integration/post-feedback-hook.sh +124 -0
- package/.claude/skills/cfn-task-intelligence/lib/integration/pre-execution-hook.sh +59 -0
- package/.claude/skills/cfn-task-intelligence/lib/specialist/SKILL.md +41 -0
- package/.claude/skills/cfn-task-intelligence/lib/specialist/recommend-specialist.sh +57 -0
- package/.claude/skills/cfn-task-planning/SKILL.md +15 -0
- package/.claude/skills/cfn-task-planning/cli/classify-task.sh +4 -0
- package/.claude/skills/cfn-task-planning/cli/decompose-task.sh +4 -0
- package/.claude/skills/cfn-task-planning/cli/init-config.sh +4 -0
- package/.claude/skills/cfn-task-planning/lib/audit/get-audit-data.sh +397 -0
- package/.claude/skills/cfn-task-planning/lib/audit/store-task-audit.sh +191 -0
- package/.claude/skills/cfn-task-planning/lib/classifier/README.md +81 -0
- package/.claude/skills/cfn-task-planning/lib/classifier/classify-task.sh +297 -0
- package/.claude/skills/cfn-task-planning/lib/decomposition/task-decomposer.sh +415 -0
- package/.claude/skills/cfn-test-framework/CLI.md +191 -0
- package/.claude/skills/cfn-test-framework/SKILL.md +55 -0
- package/.claude/skills/cfn-test-framework/execute.sh +386 -0
- package/.claude/skills/cfn-test-framework/lib/execution/README.md +129 -0
- package/.claude/skills/cfn-test-framework/lib/execution/SKILL.md +128 -0
- package/.claude/skills/cfn-test-framework/lib/execution/check-dependencies.sh +36 -0
- package/.claude/skills/cfn-test-framework/lib/execution/test-cache-reader.sh +134 -0
- package/.claude/skills/cfn-test-framework/lib/execution/test-concurrent-conflicts.sh +115 -0
- package/.claude/skills/cfn-test-framework/lib/execution/test-coordinator-pattern.sh +109 -0
- package/.claude/skills/cfn-test-framework/lib/runner/SKILL.md +288 -0
- package/.claude/skills/cfn-test-framework/lib/runner/detect-regressions.sh +58 -0
- package/.claude/skills/cfn-test-framework/lib/runner/detect-regressions.sh.backup-1763392821 +55 -0
- package/.claude/skills/cfn-test-framework/lib/runner/init-benchmark-db.sh +48 -0
- package/.claude/skills/cfn-test-framework/lib/runner/run-all-tests.sh +222 -0
- package/.claude/skills/cfn-test-framework/lib/runner/store-benchmarks.sh +53 -0
- package/.claude/skills/cfn-test-framework/lib/runner/validate-redis-keys.sh +143 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/README.md +142 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/SCREENSHOT_NAMING_CONVENTION.md +547 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/SKILL.md +877 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/capture-screenshot.sh +238 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/cfn-loop-integration.sh +265 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/compare-screenshots.sh +199 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/init-storage.sh +150 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/set-baseline.sh +196 -0
- package/.claude/skills/cfn-test-framework/lib/webapp/test-webapp-testing.sh +233 -0
- package/.claude/skills/cfn-transparency-middleware/CACHE_MANAGER.md +98 -0
- package/.claude/skills/cfn-transparency-middleware/Cargo.lock +2358 -0
- package/.claude/skills/cfn-transparency-middleware/Cargo.toml +20 -0
- package/.claude/skills/cfn-transparency-middleware/README.md +327 -0
- package/.claude/skills/cfn-transparency-middleware/SECURITY.md +41 -0
- package/.claude/skills/cfn-transparency-middleware/SKILL.md +327 -0
- package/.claude/skills/cfn-transparency-middleware/TEST_RESULTS.md +174 -0
- package/.claude/skills/cfn-transparency-middleware/config.json +23 -0
- package/.claude/skills/cfn-transparency-middleware/fix_redact.sh +12 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-filter.sh +98 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-init.sh +224 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-level.sh +333 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-metrics.sh +345 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-observe.sh +140 -0
- package/.claude/skills/cfn-transparency-middleware/invoke-transparency-stop.sh +235 -0
- package/.claude/skills/cfn-transparency-middleware/middleware-config.sh +29 -0
- package/.claude/skills/cfn-transparency-middleware/performance-benchmark.sh +79 -0
- package/.claude/skills/cfn-transparency-middleware/src/agent_metrics.rs +480 -0
- package/.claude/skills/cfn-transparency-middleware/src/api_handler.rs +318 -0
- package/.claude/skills/cfn-transparency-middleware/src/cache_manager.rs +219 -0
- package/.claude/skills/cfn-transparency-middleware/src/fix_regex.rs +9 -0
- package/.claude/skills/cfn-transparency-middleware/src/lib.rs +391 -0
- package/.claude/skills/cfn-transparency-middleware/src/lib.rs.backup +388 -0
- package/.claude/skills/cfn-transparency-middleware/src/main.rs +205 -0
- package/.claude/skills/cfn-transparency-middleware/src/memory_query.rs +93 -0
- package/.claude/skills/cfn-transparency-middleware/src/memory_repository.rs +169 -0
- package/.claude/skills/cfn-transparency-middleware/src/memory_schema.rs +154 -0
- package/.claude/skills/cfn-transparency-middleware/src/test_fix.txt +2 -0
- package/.claude/skills/cfn-transparency-middleware/test-e2e.sh +421 -0
- package/.claude/skills/cfn-transparency-middleware/test-integration.sh +162 -0
- package/.claude/skills/cfn-transparency-middleware/test-transparency-skill.sh +368 -0
- package/.claude/skills/cfn-transparency-middleware/test-transparency-skill.sh.unix +126 -0
- package/.claude/skills/cfn-transparency-middleware/wrap-agent.sh +132 -0
- package/.claude/skills/cfn-utilities/SKILL.md +239 -0
- package/.claude/skills/cfn-utilities/execute.sh +32 -0
- package/.claude/skills/cfn-utilities/lib/errors.sh +56 -0
- package/.claude/skills/cfn-utilities/lib/file-ops.sh +164 -0
- package/.claude/skills/cfn-utilities/lib/logging.sh +77 -0
- package/.claude/skills/cfn-utilities/lib/retry.sh +127 -0
- package/.claude/skills/cfn-utilities/test.sh +317 -0
- package/.claude/skills/cfn-validation-framework/SKILL.md +60 -0
- package/.claude/skills/cfn-validation-framework/execute.sh +223 -0
- package/.claude/skills/cfn-validation-framework/lib/deliverables/confidence-calculator.sh +262 -0
- package/.claude/skills/cfn-validation-framework/lib/instrumentation/wrapped-executor.sh +291 -0
- package/.claude/skills/cfn-validation-framework/lib/json/SKILL.md +431 -0
- package/.claude/skills/cfn-validation-framework/lib/json/test-validate-success-criteria.sh +421 -0
- package/.claude/skills/cfn-validation-framework/lib/json/validate-success-criteria.sh +197 -0
- package/.claude/skills/cfn-validation-framework/lib/layers/SKILL.md +133 -0
- package/.claude/skills/cfn-vision-analysis/SKILL.md +20 -0
- package/.claude/skills/deprecated/analyze-patterns.sh +899 -0
- package/.claude/skills/equation-solver/README.md +327 -0
- package/.claude/skills/equation-solver/SECURITY.md +306 -0
- package/.claude/skills/equation-solver/SKILL.md +335 -0
- package/.claude/skills/equation-solver/package.json +32 -0
- package/.claude/skills/equation-solver/solve.sh +352 -0
- package/.claude/skills/equation-solver/test-equation-solver-minimal.sh +103 -0
- package/.claude/skills/equation-solver/test-equation-solver.sh +510 -0
- package/.claude/skills/equation-solver/test.cjs +25 -0
- package/.claude/skills/shared/bootstrap/sqlite-params.sh +156 -0
- package/.claude/skills/shared/lib/path-utils.sh +139 -0
- package/.claude/skills-database/APPROVAL_CRITERIA.md +925 -0
- package/.claude/skills-database/APPROVAL_WORKFLOW.md +1482 -0
- package/.claude/skills-database/ARCHITECTURE_DECISIONS.md +456 -0
- package/.claude/skills-database/IMPLEMENTATION_GUIDE.md +763 -0
- package/.claude/skills-database/README.md +564 -0
- package/.claude/skills-database/TDD_SKILLS_DB_INTEGRATION.md +2286 -0
- package/.claude/skills-database/schema-v2.sql +587 -0
- package/.claude/slash-commands.json +92 -0
- package/.claude/spawn-pattern-examples.md +500 -0
- package/.claude/sprint-configs/cfn-naming-standardization.json +729 -0
- package/.claude/state/cfn-expert-last-commit +2 -0
- package/.claude/tooling/jq +0 -0
- package/fix-node_modules.md +68 -0
- package/package.json +2 -2
|
@@ -0,0 +1,2358 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "ahash"
|
|
7
|
+
version = "0.8.12"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"cfg-if",
|
|
12
|
+
"getrandom 0.3.4",
|
|
13
|
+
"once_cell",
|
|
14
|
+
"version_check",
|
|
15
|
+
"zerocopy",
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
[[package]]
|
|
19
|
+
name = "aho-corasick"
|
|
20
|
+
version = "1.1.4"
|
|
21
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
22
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
23
|
+
dependencies = [
|
|
24
|
+
"memchr",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
[[package]]
|
|
28
|
+
name = "allocator-api2"
|
|
29
|
+
version = "0.2.21"
|
|
30
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
31
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
32
|
+
|
|
33
|
+
[[package]]
|
|
34
|
+
name = "android_system_properties"
|
|
35
|
+
version = "0.1.5"
|
|
36
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
37
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
38
|
+
dependencies = [
|
|
39
|
+
"libc",
|
|
40
|
+
]
|
|
41
|
+
|
|
42
|
+
[[package]]
|
|
43
|
+
name = "anstream"
|
|
44
|
+
version = "0.6.21"
|
|
45
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
46
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
47
|
+
dependencies = [
|
|
48
|
+
"anstyle",
|
|
49
|
+
"anstyle-parse",
|
|
50
|
+
"anstyle-query",
|
|
51
|
+
"anstyle-wincon",
|
|
52
|
+
"colorchoice",
|
|
53
|
+
"is_terminal_polyfill",
|
|
54
|
+
"utf8parse",
|
|
55
|
+
]
|
|
56
|
+
|
|
57
|
+
[[package]]
|
|
58
|
+
name = "anstyle"
|
|
59
|
+
version = "1.0.13"
|
|
60
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
61
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
62
|
+
|
|
63
|
+
[[package]]
|
|
64
|
+
name = "anstyle-parse"
|
|
65
|
+
version = "0.2.7"
|
|
66
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
67
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
68
|
+
dependencies = [
|
|
69
|
+
"utf8parse",
|
|
70
|
+
]
|
|
71
|
+
|
|
72
|
+
[[package]]
|
|
73
|
+
name = "anstyle-query"
|
|
74
|
+
version = "1.1.5"
|
|
75
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
76
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
77
|
+
dependencies = [
|
|
78
|
+
"windows-sys 0.61.2",
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
[[package]]
|
|
82
|
+
name = "anstyle-wincon"
|
|
83
|
+
version = "3.0.11"
|
|
84
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
86
|
+
dependencies = [
|
|
87
|
+
"anstyle",
|
|
88
|
+
"once_cell_polyfill",
|
|
89
|
+
"windows-sys 0.61.2",
|
|
90
|
+
]
|
|
91
|
+
|
|
92
|
+
[[package]]
|
|
93
|
+
name = "anyhow"
|
|
94
|
+
version = "1.0.100"
|
|
95
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
97
|
+
|
|
98
|
+
[[package]]
|
|
99
|
+
name = "atoi"
|
|
100
|
+
version = "2.0.0"
|
|
101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
+
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
|
103
|
+
dependencies = [
|
|
104
|
+
"num-traits",
|
|
105
|
+
]
|
|
106
|
+
|
|
107
|
+
[[package]]
|
|
108
|
+
name = "autocfg"
|
|
109
|
+
version = "1.5.0"
|
|
110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
112
|
+
|
|
113
|
+
[[package]]
|
|
114
|
+
name = "base64"
|
|
115
|
+
version = "0.21.7"
|
|
116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
118
|
+
|
|
119
|
+
[[package]]
|
|
120
|
+
name = "base64ct"
|
|
121
|
+
version = "1.8.1"
|
|
122
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
123
|
+
checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
|
|
124
|
+
|
|
125
|
+
[[package]]
|
|
126
|
+
name = "bitflags"
|
|
127
|
+
version = "2.10.0"
|
|
128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
129
|
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
|
130
|
+
dependencies = [
|
|
131
|
+
"serde_core",
|
|
132
|
+
]
|
|
133
|
+
|
|
134
|
+
[[package]]
|
|
135
|
+
name = "block-buffer"
|
|
136
|
+
version = "0.10.4"
|
|
137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
138
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
139
|
+
dependencies = [
|
|
140
|
+
"generic-array",
|
|
141
|
+
]
|
|
142
|
+
|
|
143
|
+
[[package]]
|
|
144
|
+
name = "bumpalo"
|
|
145
|
+
version = "3.19.0"
|
|
146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
147
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
148
|
+
|
|
149
|
+
[[package]]
|
|
150
|
+
name = "byteorder"
|
|
151
|
+
version = "1.5.0"
|
|
152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
153
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
154
|
+
|
|
155
|
+
[[package]]
|
|
156
|
+
name = "bytes"
|
|
157
|
+
version = "1.11.0"
|
|
158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
|
160
|
+
|
|
161
|
+
[[package]]
|
|
162
|
+
name = "cc"
|
|
163
|
+
version = "1.2.49"
|
|
164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
+
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
|
|
166
|
+
dependencies = [
|
|
167
|
+
"find-msvc-tools",
|
|
168
|
+
"shlex",
|
|
169
|
+
]
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "cfg-if"
|
|
173
|
+
version = "1.0.4"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
176
|
+
|
|
177
|
+
[[package]]
|
|
178
|
+
name = "chrono"
|
|
179
|
+
version = "0.4.42"
|
|
180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
182
|
+
dependencies = [
|
|
183
|
+
"iana-time-zone",
|
|
184
|
+
"js-sys",
|
|
185
|
+
"num-traits",
|
|
186
|
+
"serde",
|
|
187
|
+
"wasm-bindgen",
|
|
188
|
+
"windows-link",
|
|
189
|
+
]
|
|
190
|
+
|
|
191
|
+
[[package]]
|
|
192
|
+
name = "clap"
|
|
193
|
+
version = "4.5.53"
|
|
194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
195
|
+
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
|
|
196
|
+
dependencies = [
|
|
197
|
+
"clap_builder",
|
|
198
|
+
"clap_derive",
|
|
199
|
+
]
|
|
200
|
+
|
|
201
|
+
[[package]]
|
|
202
|
+
name = "clap_builder"
|
|
203
|
+
version = "4.5.53"
|
|
204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
205
|
+
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
|
|
206
|
+
dependencies = [
|
|
207
|
+
"anstream",
|
|
208
|
+
"anstyle",
|
|
209
|
+
"clap_lex",
|
|
210
|
+
"strsim",
|
|
211
|
+
]
|
|
212
|
+
|
|
213
|
+
[[package]]
|
|
214
|
+
name = "clap_derive"
|
|
215
|
+
version = "4.5.49"
|
|
216
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
217
|
+
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
|
218
|
+
dependencies = [
|
|
219
|
+
"heck 0.5.0",
|
|
220
|
+
"proc-macro2",
|
|
221
|
+
"quote",
|
|
222
|
+
"syn 2.0.111",
|
|
223
|
+
]
|
|
224
|
+
|
|
225
|
+
[[package]]
|
|
226
|
+
name = "clap_lex"
|
|
227
|
+
version = "0.7.6"
|
|
228
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
229
|
+
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
|
230
|
+
|
|
231
|
+
[[package]]
|
|
232
|
+
name = "colorchoice"
|
|
233
|
+
version = "1.0.4"
|
|
234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
235
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
236
|
+
|
|
237
|
+
[[package]]
|
|
238
|
+
name = "const-oid"
|
|
239
|
+
version = "0.9.6"
|
|
240
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
241
|
+
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
242
|
+
|
|
243
|
+
[[package]]
|
|
244
|
+
name = "core-foundation-sys"
|
|
245
|
+
version = "0.8.7"
|
|
246
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
247
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
248
|
+
|
|
249
|
+
[[package]]
|
|
250
|
+
name = "cpufeatures"
|
|
251
|
+
version = "0.2.17"
|
|
252
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
253
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
254
|
+
dependencies = [
|
|
255
|
+
"libc",
|
|
256
|
+
]
|
|
257
|
+
|
|
258
|
+
[[package]]
|
|
259
|
+
name = "crc"
|
|
260
|
+
version = "3.4.0"
|
|
261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
262
|
+
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
|
|
263
|
+
dependencies = [
|
|
264
|
+
"crc-catalog",
|
|
265
|
+
]
|
|
266
|
+
|
|
267
|
+
[[package]]
|
|
268
|
+
name = "crc-catalog"
|
|
269
|
+
version = "2.4.0"
|
|
270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271
|
+
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
272
|
+
|
|
273
|
+
[[package]]
|
|
274
|
+
name = "crossbeam-queue"
|
|
275
|
+
version = "0.3.12"
|
|
276
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
277
|
+
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
|
278
|
+
dependencies = [
|
|
279
|
+
"crossbeam-utils",
|
|
280
|
+
]
|
|
281
|
+
|
|
282
|
+
[[package]]
|
|
283
|
+
name = "crossbeam-utils"
|
|
284
|
+
version = "0.8.21"
|
|
285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
286
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
287
|
+
|
|
288
|
+
[[package]]
|
|
289
|
+
name = "crypto-common"
|
|
290
|
+
version = "0.1.7"
|
|
291
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
292
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
293
|
+
dependencies = [
|
|
294
|
+
"generic-array",
|
|
295
|
+
"typenum",
|
|
296
|
+
]
|
|
297
|
+
|
|
298
|
+
[[package]]
|
|
299
|
+
name = "der"
|
|
300
|
+
version = "0.7.10"
|
|
301
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
302
|
+
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
303
|
+
dependencies = [
|
|
304
|
+
"const-oid",
|
|
305
|
+
"pem-rfc7468",
|
|
306
|
+
"zeroize",
|
|
307
|
+
]
|
|
308
|
+
|
|
309
|
+
[[package]]
|
|
310
|
+
name = "difflib"
|
|
311
|
+
version = "0.4.0"
|
|
312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
313
|
+
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
314
|
+
|
|
315
|
+
[[package]]
|
|
316
|
+
name = "digest"
|
|
317
|
+
version = "0.10.7"
|
|
318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
320
|
+
dependencies = [
|
|
321
|
+
"block-buffer",
|
|
322
|
+
"const-oid",
|
|
323
|
+
"crypto-common",
|
|
324
|
+
"subtle",
|
|
325
|
+
]
|
|
326
|
+
|
|
327
|
+
[[package]]
|
|
328
|
+
name = "displaydoc"
|
|
329
|
+
version = "0.2.5"
|
|
330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
332
|
+
dependencies = [
|
|
333
|
+
"proc-macro2",
|
|
334
|
+
"quote",
|
|
335
|
+
"syn 2.0.111",
|
|
336
|
+
]
|
|
337
|
+
|
|
338
|
+
[[package]]
|
|
339
|
+
name = "dotenvy"
|
|
340
|
+
version = "0.15.7"
|
|
341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
+
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "downcast"
|
|
346
|
+
version = "0.11.0"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
|
|
349
|
+
|
|
350
|
+
[[package]]
|
|
351
|
+
name = "either"
|
|
352
|
+
version = "1.15.0"
|
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
355
|
+
dependencies = [
|
|
356
|
+
"serde",
|
|
357
|
+
]
|
|
358
|
+
|
|
359
|
+
[[package]]
|
|
360
|
+
name = "equivalent"
|
|
361
|
+
version = "1.0.2"
|
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
364
|
+
|
|
365
|
+
[[package]]
|
|
366
|
+
name = "errno"
|
|
367
|
+
version = "0.3.14"
|
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
370
|
+
dependencies = [
|
|
371
|
+
"libc",
|
|
372
|
+
"windows-sys 0.61.2",
|
|
373
|
+
]
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "etcetera"
|
|
377
|
+
version = "0.8.0"
|
|
378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
+
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
380
|
+
dependencies = [
|
|
381
|
+
"cfg-if",
|
|
382
|
+
"home",
|
|
383
|
+
"windows-sys 0.48.0",
|
|
384
|
+
]
|
|
385
|
+
|
|
386
|
+
[[package]]
|
|
387
|
+
name = "event-listener"
|
|
388
|
+
version = "2.5.3"
|
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
+
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "fastrand"
|
|
394
|
+
version = "2.3.0"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
397
|
+
|
|
398
|
+
[[package]]
|
|
399
|
+
name = "find-msvc-tools"
|
|
400
|
+
version = "0.1.5"
|
|
401
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
+
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
|
403
|
+
|
|
404
|
+
[[package]]
|
|
405
|
+
name = "float-cmp"
|
|
406
|
+
version = "0.9.0"
|
|
407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
+
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
409
|
+
dependencies = [
|
|
410
|
+
"num-traits",
|
|
411
|
+
]
|
|
412
|
+
|
|
413
|
+
[[package]]
|
|
414
|
+
name = "flume"
|
|
415
|
+
version = "0.11.1"
|
|
416
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
417
|
+
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
418
|
+
dependencies = [
|
|
419
|
+
"futures-core",
|
|
420
|
+
"futures-sink",
|
|
421
|
+
"spin",
|
|
422
|
+
]
|
|
423
|
+
|
|
424
|
+
[[package]]
|
|
425
|
+
name = "form_urlencoded"
|
|
426
|
+
version = "1.2.2"
|
|
427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
429
|
+
dependencies = [
|
|
430
|
+
"percent-encoding",
|
|
431
|
+
]
|
|
432
|
+
|
|
433
|
+
[[package]]
|
|
434
|
+
name = "fragile"
|
|
435
|
+
version = "2.0.1"
|
|
436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
+
checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619"
|
|
438
|
+
|
|
439
|
+
[[package]]
|
|
440
|
+
name = "futures-channel"
|
|
441
|
+
version = "0.3.31"
|
|
442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
444
|
+
dependencies = [
|
|
445
|
+
"futures-core",
|
|
446
|
+
"futures-sink",
|
|
447
|
+
]
|
|
448
|
+
|
|
449
|
+
[[package]]
|
|
450
|
+
name = "futures-core"
|
|
451
|
+
version = "0.3.31"
|
|
452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
454
|
+
|
|
455
|
+
[[package]]
|
|
456
|
+
name = "futures-executor"
|
|
457
|
+
version = "0.3.31"
|
|
458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
459
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
460
|
+
dependencies = [
|
|
461
|
+
"futures-core",
|
|
462
|
+
"futures-task",
|
|
463
|
+
"futures-util",
|
|
464
|
+
]
|
|
465
|
+
|
|
466
|
+
[[package]]
|
|
467
|
+
name = "futures-intrusive"
|
|
468
|
+
version = "0.5.0"
|
|
469
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
470
|
+
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
471
|
+
dependencies = [
|
|
472
|
+
"futures-core",
|
|
473
|
+
"lock_api",
|
|
474
|
+
"parking_lot",
|
|
475
|
+
]
|
|
476
|
+
|
|
477
|
+
[[package]]
|
|
478
|
+
name = "futures-io"
|
|
479
|
+
version = "0.3.31"
|
|
480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
481
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
482
|
+
|
|
483
|
+
[[package]]
|
|
484
|
+
name = "futures-sink"
|
|
485
|
+
version = "0.3.31"
|
|
486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
487
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
488
|
+
|
|
489
|
+
[[package]]
|
|
490
|
+
name = "futures-task"
|
|
491
|
+
version = "0.3.31"
|
|
492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
493
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
494
|
+
|
|
495
|
+
[[package]]
|
|
496
|
+
name = "futures-util"
|
|
497
|
+
version = "0.3.31"
|
|
498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
499
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
500
|
+
dependencies = [
|
|
501
|
+
"futures-core",
|
|
502
|
+
"futures-io",
|
|
503
|
+
"futures-sink",
|
|
504
|
+
"futures-task",
|
|
505
|
+
"memchr",
|
|
506
|
+
"pin-project-lite",
|
|
507
|
+
"pin-utils",
|
|
508
|
+
"slab",
|
|
509
|
+
]
|
|
510
|
+
|
|
511
|
+
[[package]]
|
|
512
|
+
name = "generic-array"
|
|
513
|
+
version = "0.14.7"
|
|
514
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
515
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
516
|
+
dependencies = [
|
|
517
|
+
"typenum",
|
|
518
|
+
"version_check",
|
|
519
|
+
]
|
|
520
|
+
|
|
521
|
+
[[package]]
|
|
522
|
+
name = "getrandom"
|
|
523
|
+
version = "0.2.16"
|
|
524
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
525
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
526
|
+
dependencies = [
|
|
527
|
+
"cfg-if",
|
|
528
|
+
"libc",
|
|
529
|
+
"wasi",
|
|
530
|
+
]
|
|
531
|
+
|
|
532
|
+
[[package]]
|
|
533
|
+
name = "getrandom"
|
|
534
|
+
version = "0.3.4"
|
|
535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
537
|
+
dependencies = [
|
|
538
|
+
"cfg-if",
|
|
539
|
+
"libc",
|
|
540
|
+
"r-efi",
|
|
541
|
+
"wasip2",
|
|
542
|
+
]
|
|
543
|
+
|
|
544
|
+
[[package]]
|
|
545
|
+
name = "hashbrown"
|
|
546
|
+
version = "0.14.5"
|
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
549
|
+
dependencies = [
|
|
550
|
+
"ahash",
|
|
551
|
+
"allocator-api2",
|
|
552
|
+
]
|
|
553
|
+
|
|
554
|
+
[[package]]
|
|
555
|
+
name = "hashbrown"
|
|
556
|
+
version = "0.16.1"
|
|
557
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
558
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "hashlink"
|
|
562
|
+
version = "0.8.4"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"hashbrown 0.14.5",
|
|
567
|
+
]
|
|
568
|
+
|
|
569
|
+
[[package]]
|
|
570
|
+
name = "heck"
|
|
571
|
+
version = "0.4.1"
|
|
572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
574
|
+
dependencies = [
|
|
575
|
+
"unicode-segmentation",
|
|
576
|
+
]
|
|
577
|
+
|
|
578
|
+
[[package]]
|
|
579
|
+
name = "heck"
|
|
580
|
+
version = "0.5.0"
|
|
581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
583
|
+
|
|
584
|
+
[[package]]
|
|
585
|
+
name = "hex"
|
|
586
|
+
version = "0.4.3"
|
|
587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
588
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
589
|
+
|
|
590
|
+
[[package]]
|
|
591
|
+
name = "hkdf"
|
|
592
|
+
version = "0.12.4"
|
|
593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
594
|
+
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
595
|
+
dependencies = [
|
|
596
|
+
"hmac",
|
|
597
|
+
]
|
|
598
|
+
|
|
599
|
+
[[package]]
|
|
600
|
+
name = "hmac"
|
|
601
|
+
version = "0.12.1"
|
|
602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
604
|
+
dependencies = [
|
|
605
|
+
"digest",
|
|
606
|
+
]
|
|
607
|
+
|
|
608
|
+
[[package]]
|
|
609
|
+
name = "home"
|
|
610
|
+
version = "0.5.12"
|
|
611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
612
|
+
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
|
613
|
+
dependencies = [
|
|
614
|
+
"windows-sys 0.61.2",
|
|
615
|
+
]
|
|
616
|
+
|
|
617
|
+
[[package]]
|
|
618
|
+
name = "iana-time-zone"
|
|
619
|
+
version = "0.1.64"
|
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
+
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
|
622
|
+
dependencies = [
|
|
623
|
+
"android_system_properties",
|
|
624
|
+
"core-foundation-sys",
|
|
625
|
+
"iana-time-zone-haiku",
|
|
626
|
+
"js-sys",
|
|
627
|
+
"log",
|
|
628
|
+
"wasm-bindgen",
|
|
629
|
+
"windows-core",
|
|
630
|
+
]
|
|
631
|
+
|
|
632
|
+
[[package]]
|
|
633
|
+
name = "iana-time-zone-haiku"
|
|
634
|
+
version = "0.1.2"
|
|
635
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
636
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
637
|
+
dependencies = [
|
|
638
|
+
"cc",
|
|
639
|
+
]
|
|
640
|
+
|
|
641
|
+
[[package]]
|
|
642
|
+
name = "icu_collections"
|
|
643
|
+
version = "2.1.1"
|
|
644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
646
|
+
dependencies = [
|
|
647
|
+
"displaydoc",
|
|
648
|
+
"potential_utf",
|
|
649
|
+
"yoke",
|
|
650
|
+
"zerofrom",
|
|
651
|
+
"zerovec",
|
|
652
|
+
]
|
|
653
|
+
|
|
654
|
+
[[package]]
|
|
655
|
+
name = "icu_locale_core"
|
|
656
|
+
version = "2.1.1"
|
|
657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
659
|
+
dependencies = [
|
|
660
|
+
"displaydoc",
|
|
661
|
+
"litemap",
|
|
662
|
+
"tinystr",
|
|
663
|
+
"writeable",
|
|
664
|
+
"zerovec",
|
|
665
|
+
]
|
|
666
|
+
|
|
667
|
+
[[package]]
|
|
668
|
+
name = "icu_normalizer"
|
|
669
|
+
version = "2.1.1"
|
|
670
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
672
|
+
dependencies = [
|
|
673
|
+
"icu_collections",
|
|
674
|
+
"icu_normalizer_data",
|
|
675
|
+
"icu_properties",
|
|
676
|
+
"icu_provider",
|
|
677
|
+
"smallvec",
|
|
678
|
+
"zerovec",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "icu_normalizer_data"
|
|
683
|
+
version = "2.1.1"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
686
|
+
|
|
687
|
+
[[package]]
|
|
688
|
+
name = "icu_properties"
|
|
689
|
+
version = "2.1.1"
|
|
690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
691
|
+
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
|
|
692
|
+
dependencies = [
|
|
693
|
+
"icu_collections",
|
|
694
|
+
"icu_locale_core",
|
|
695
|
+
"icu_properties_data",
|
|
696
|
+
"icu_provider",
|
|
697
|
+
"zerotrie",
|
|
698
|
+
"zerovec",
|
|
699
|
+
]
|
|
700
|
+
|
|
701
|
+
[[package]]
|
|
702
|
+
name = "icu_properties_data"
|
|
703
|
+
version = "2.1.1"
|
|
704
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
705
|
+
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
|
|
706
|
+
|
|
707
|
+
[[package]]
|
|
708
|
+
name = "icu_provider"
|
|
709
|
+
version = "2.1.1"
|
|
710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
711
|
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
712
|
+
dependencies = [
|
|
713
|
+
"displaydoc",
|
|
714
|
+
"icu_locale_core",
|
|
715
|
+
"writeable",
|
|
716
|
+
"yoke",
|
|
717
|
+
"zerofrom",
|
|
718
|
+
"zerotrie",
|
|
719
|
+
"zerovec",
|
|
720
|
+
]
|
|
721
|
+
|
|
722
|
+
[[package]]
|
|
723
|
+
name = "idna"
|
|
724
|
+
version = "1.1.0"
|
|
725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
726
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
727
|
+
dependencies = [
|
|
728
|
+
"idna_adapter",
|
|
729
|
+
"smallvec",
|
|
730
|
+
"utf8_iter",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "idna_adapter"
|
|
735
|
+
version = "1.2.1"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"icu_normalizer",
|
|
740
|
+
"icu_properties",
|
|
741
|
+
]
|
|
742
|
+
|
|
743
|
+
[[package]]
|
|
744
|
+
name = "indexmap"
|
|
745
|
+
version = "2.12.1"
|
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
+
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
|
748
|
+
dependencies = [
|
|
749
|
+
"equivalent",
|
|
750
|
+
"hashbrown 0.16.1",
|
|
751
|
+
]
|
|
752
|
+
|
|
753
|
+
[[package]]
|
|
754
|
+
name = "is_terminal_polyfill"
|
|
755
|
+
version = "1.70.2"
|
|
756
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
757
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
758
|
+
|
|
759
|
+
[[package]]
|
|
760
|
+
name = "itertools"
|
|
761
|
+
version = "0.10.5"
|
|
762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
763
|
+
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
764
|
+
dependencies = [
|
|
765
|
+
"either",
|
|
766
|
+
]
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "itoa"
|
|
770
|
+
version = "1.0.15"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "js-sys"
|
|
776
|
+
version = "0.3.83"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
|
779
|
+
dependencies = [
|
|
780
|
+
"once_cell",
|
|
781
|
+
"wasm-bindgen",
|
|
782
|
+
]
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "lazy_static"
|
|
786
|
+
version = "1.5.0"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
789
|
+
dependencies = [
|
|
790
|
+
"spin",
|
|
791
|
+
]
|
|
792
|
+
|
|
793
|
+
[[package]]
|
|
794
|
+
name = "libc"
|
|
795
|
+
version = "0.2.178"
|
|
796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
|
798
|
+
|
|
799
|
+
[[package]]
|
|
800
|
+
name = "libm"
|
|
801
|
+
version = "0.2.15"
|
|
802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
|
804
|
+
|
|
805
|
+
[[package]]
|
|
806
|
+
name = "libredox"
|
|
807
|
+
version = "0.1.10"
|
|
808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
|
810
|
+
dependencies = [
|
|
811
|
+
"bitflags",
|
|
812
|
+
"libc",
|
|
813
|
+
"redox_syscall",
|
|
814
|
+
]
|
|
815
|
+
|
|
816
|
+
[[package]]
|
|
817
|
+
name = "libsqlite3-sys"
|
|
818
|
+
version = "0.27.0"
|
|
819
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
820
|
+
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
|
|
821
|
+
dependencies = [
|
|
822
|
+
"cc",
|
|
823
|
+
"pkg-config",
|
|
824
|
+
"vcpkg",
|
|
825
|
+
]
|
|
826
|
+
|
|
827
|
+
[[package]]
|
|
828
|
+
name = "linux-raw-sys"
|
|
829
|
+
version = "0.11.0"
|
|
830
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
831
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
832
|
+
|
|
833
|
+
[[package]]
|
|
834
|
+
name = "litemap"
|
|
835
|
+
version = "0.8.1"
|
|
836
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
837
|
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
838
|
+
|
|
839
|
+
[[package]]
|
|
840
|
+
name = "lock_api"
|
|
841
|
+
version = "0.4.14"
|
|
842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
844
|
+
dependencies = [
|
|
845
|
+
"scopeguard",
|
|
846
|
+
]
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "log"
|
|
850
|
+
version = "0.4.29"
|
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
853
|
+
|
|
854
|
+
[[package]]
|
|
855
|
+
name = "md-5"
|
|
856
|
+
version = "0.10.6"
|
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
858
|
+
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
859
|
+
dependencies = [
|
|
860
|
+
"cfg-if",
|
|
861
|
+
"digest",
|
|
862
|
+
]
|
|
863
|
+
|
|
864
|
+
[[package]]
|
|
865
|
+
name = "memchr"
|
|
866
|
+
version = "2.7.6"
|
|
867
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
869
|
+
|
|
870
|
+
[[package]]
|
|
871
|
+
name = "minimal-lexical"
|
|
872
|
+
version = "0.2.1"
|
|
873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
874
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
875
|
+
|
|
876
|
+
[[package]]
|
|
877
|
+
name = "mio"
|
|
878
|
+
version = "1.1.1"
|
|
879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
880
|
+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
|
881
|
+
dependencies = [
|
|
882
|
+
"libc",
|
|
883
|
+
"wasi",
|
|
884
|
+
"windows-sys 0.61.2",
|
|
885
|
+
]
|
|
886
|
+
|
|
887
|
+
[[package]]
|
|
888
|
+
name = "mockall"
|
|
889
|
+
version = "0.11.4"
|
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
+
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
|
|
892
|
+
dependencies = [
|
|
893
|
+
"cfg-if",
|
|
894
|
+
"downcast",
|
|
895
|
+
"fragile",
|
|
896
|
+
"lazy_static",
|
|
897
|
+
"mockall_derive",
|
|
898
|
+
"predicates",
|
|
899
|
+
"predicates-tree",
|
|
900
|
+
]
|
|
901
|
+
|
|
902
|
+
[[package]]
|
|
903
|
+
name = "mockall_derive"
|
|
904
|
+
version = "0.11.4"
|
|
905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
+
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
|
|
907
|
+
dependencies = [
|
|
908
|
+
"cfg-if",
|
|
909
|
+
"proc-macro2",
|
|
910
|
+
"quote",
|
|
911
|
+
"syn 1.0.109",
|
|
912
|
+
]
|
|
913
|
+
|
|
914
|
+
[[package]]
|
|
915
|
+
name = "nom"
|
|
916
|
+
version = "7.1.3"
|
|
917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
918
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
919
|
+
dependencies = [
|
|
920
|
+
"memchr",
|
|
921
|
+
"minimal-lexical",
|
|
922
|
+
]
|
|
923
|
+
|
|
924
|
+
[[package]]
|
|
925
|
+
name = "normalize-line-endings"
|
|
926
|
+
version = "0.3.0"
|
|
927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
+
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
929
|
+
|
|
930
|
+
[[package]]
|
|
931
|
+
name = "nu-ansi-term"
|
|
932
|
+
version = "0.50.3"
|
|
933
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
934
|
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
|
935
|
+
dependencies = [
|
|
936
|
+
"windows-sys 0.61.2",
|
|
937
|
+
]
|
|
938
|
+
|
|
939
|
+
[[package]]
|
|
940
|
+
name = "num-bigint-dig"
|
|
941
|
+
version = "0.8.6"
|
|
942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
+
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
|
|
944
|
+
dependencies = [
|
|
945
|
+
"lazy_static",
|
|
946
|
+
"libm",
|
|
947
|
+
"num-integer",
|
|
948
|
+
"num-iter",
|
|
949
|
+
"num-traits",
|
|
950
|
+
"rand",
|
|
951
|
+
"smallvec",
|
|
952
|
+
"zeroize",
|
|
953
|
+
]
|
|
954
|
+
|
|
955
|
+
[[package]]
|
|
956
|
+
name = "num-integer"
|
|
957
|
+
version = "0.1.46"
|
|
958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
959
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
960
|
+
dependencies = [
|
|
961
|
+
"num-traits",
|
|
962
|
+
]
|
|
963
|
+
|
|
964
|
+
[[package]]
|
|
965
|
+
name = "num-iter"
|
|
966
|
+
version = "0.1.45"
|
|
967
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
968
|
+
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
969
|
+
dependencies = [
|
|
970
|
+
"autocfg",
|
|
971
|
+
"num-integer",
|
|
972
|
+
"num-traits",
|
|
973
|
+
]
|
|
974
|
+
|
|
975
|
+
[[package]]
|
|
976
|
+
name = "num-traits"
|
|
977
|
+
version = "0.2.19"
|
|
978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
980
|
+
dependencies = [
|
|
981
|
+
"autocfg",
|
|
982
|
+
"libm",
|
|
983
|
+
]
|
|
984
|
+
|
|
985
|
+
[[package]]
|
|
986
|
+
name = "once_cell"
|
|
987
|
+
version = "1.21.3"
|
|
988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
990
|
+
|
|
991
|
+
[[package]]
|
|
992
|
+
name = "once_cell_polyfill"
|
|
993
|
+
version = "1.70.2"
|
|
994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
996
|
+
|
|
997
|
+
[[package]]
|
|
998
|
+
name = "parking_lot"
|
|
999
|
+
version = "0.12.5"
|
|
1000
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1001
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1002
|
+
dependencies = [
|
|
1003
|
+
"lock_api",
|
|
1004
|
+
"parking_lot_core",
|
|
1005
|
+
]
|
|
1006
|
+
|
|
1007
|
+
[[package]]
|
|
1008
|
+
name = "parking_lot_core"
|
|
1009
|
+
version = "0.9.12"
|
|
1010
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1011
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1012
|
+
dependencies = [
|
|
1013
|
+
"cfg-if",
|
|
1014
|
+
"libc",
|
|
1015
|
+
"redox_syscall",
|
|
1016
|
+
"smallvec",
|
|
1017
|
+
"windows-link",
|
|
1018
|
+
]
|
|
1019
|
+
|
|
1020
|
+
[[package]]
|
|
1021
|
+
name = "paste"
|
|
1022
|
+
version = "1.0.15"
|
|
1023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
1025
|
+
|
|
1026
|
+
[[package]]
|
|
1027
|
+
name = "pem-rfc7468"
|
|
1028
|
+
version = "0.7.0"
|
|
1029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1030
|
+
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
1031
|
+
dependencies = [
|
|
1032
|
+
"base64ct",
|
|
1033
|
+
]
|
|
1034
|
+
|
|
1035
|
+
[[package]]
|
|
1036
|
+
name = "percent-encoding"
|
|
1037
|
+
version = "2.3.2"
|
|
1038
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1039
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1040
|
+
|
|
1041
|
+
[[package]]
|
|
1042
|
+
name = "pin-project-lite"
|
|
1043
|
+
version = "0.2.16"
|
|
1044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
1046
|
+
|
|
1047
|
+
[[package]]
|
|
1048
|
+
name = "pin-utils"
|
|
1049
|
+
version = "0.1.0"
|
|
1050
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1051
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
1052
|
+
|
|
1053
|
+
[[package]]
|
|
1054
|
+
name = "pkcs1"
|
|
1055
|
+
version = "0.7.5"
|
|
1056
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1057
|
+
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
1058
|
+
dependencies = [
|
|
1059
|
+
"der",
|
|
1060
|
+
"pkcs8",
|
|
1061
|
+
"spki",
|
|
1062
|
+
]
|
|
1063
|
+
|
|
1064
|
+
[[package]]
|
|
1065
|
+
name = "pkcs8"
|
|
1066
|
+
version = "0.10.2"
|
|
1067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1068
|
+
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
1069
|
+
dependencies = [
|
|
1070
|
+
"der",
|
|
1071
|
+
"spki",
|
|
1072
|
+
]
|
|
1073
|
+
|
|
1074
|
+
[[package]]
|
|
1075
|
+
name = "pkg-config"
|
|
1076
|
+
version = "0.3.32"
|
|
1077
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1078
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1079
|
+
|
|
1080
|
+
[[package]]
|
|
1081
|
+
name = "potential_utf"
|
|
1082
|
+
version = "0.1.4"
|
|
1083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1084
|
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
1085
|
+
dependencies = [
|
|
1086
|
+
"zerovec",
|
|
1087
|
+
]
|
|
1088
|
+
|
|
1089
|
+
[[package]]
|
|
1090
|
+
name = "ppv-lite86"
|
|
1091
|
+
version = "0.2.21"
|
|
1092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1093
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
1094
|
+
dependencies = [
|
|
1095
|
+
"zerocopy",
|
|
1096
|
+
]
|
|
1097
|
+
|
|
1098
|
+
[[package]]
|
|
1099
|
+
name = "predicates"
|
|
1100
|
+
version = "2.1.5"
|
|
1101
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1102
|
+
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
|
|
1103
|
+
dependencies = [
|
|
1104
|
+
"difflib",
|
|
1105
|
+
"float-cmp",
|
|
1106
|
+
"itertools",
|
|
1107
|
+
"normalize-line-endings",
|
|
1108
|
+
"predicates-core",
|
|
1109
|
+
"regex",
|
|
1110
|
+
]
|
|
1111
|
+
|
|
1112
|
+
[[package]]
|
|
1113
|
+
name = "predicates-core"
|
|
1114
|
+
version = "1.0.9"
|
|
1115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
+
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
|
|
1117
|
+
|
|
1118
|
+
[[package]]
|
|
1119
|
+
name = "predicates-tree"
|
|
1120
|
+
version = "1.0.12"
|
|
1121
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1122
|
+
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
|
|
1123
|
+
dependencies = [
|
|
1124
|
+
"predicates-core",
|
|
1125
|
+
"termtree",
|
|
1126
|
+
]
|
|
1127
|
+
|
|
1128
|
+
[[package]]
|
|
1129
|
+
name = "proc-macro2"
|
|
1130
|
+
version = "1.0.103"
|
|
1131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
|
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
|
1133
|
+
dependencies = [
|
|
1134
|
+
"unicode-ident",
|
|
1135
|
+
]
|
|
1136
|
+
|
|
1137
|
+
[[package]]
|
|
1138
|
+
name = "quote"
|
|
1139
|
+
version = "1.0.42"
|
|
1140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1141
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
1142
|
+
dependencies = [
|
|
1143
|
+
"proc-macro2",
|
|
1144
|
+
]
|
|
1145
|
+
|
|
1146
|
+
[[package]]
|
|
1147
|
+
name = "r-efi"
|
|
1148
|
+
version = "5.3.0"
|
|
1149
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1150
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1151
|
+
|
|
1152
|
+
[[package]]
|
|
1153
|
+
name = "rand"
|
|
1154
|
+
version = "0.8.5"
|
|
1155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1156
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1157
|
+
dependencies = [
|
|
1158
|
+
"libc",
|
|
1159
|
+
"rand_chacha",
|
|
1160
|
+
"rand_core",
|
|
1161
|
+
]
|
|
1162
|
+
|
|
1163
|
+
[[package]]
|
|
1164
|
+
name = "rand_chacha"
|
|
1165
|
+
version = "0.3.1"
|
|
1166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1167
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1168
|
+
dependencies = [
|
|
1169
|
+
"ppv-lite86",
|
|
1170
|
+
"rand_core",
|
|
1171
|
+
]
|
|
1172
|
+
|
|
1173
|
+
[[package]]
|
|
1174
|
+
name = "rand_core"
|
|
1175
|
+
version = "0.6.4"
|
|
1176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1177
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1178
|
+
dependencies = [
|
|
1179
|
+
"getrandom 0.2.16",
|
|
1180
|
+
]
|
|
1181
|
+
|
|
1182
|
+
[[package]]
|
|
1183
|
+
name = "redox_syscall"
|
|
1184
|
+
version = "0.5.18"
|
|
1185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1186
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1187
|
+
dependencies = [
|
|
1188
|
+
"bitflags",
|
|
1189
|
+
]
|
|
1190
|
+
|
|
1191
|
+
[[package]]
|
|
1192
|
+
name = "regex"
|
|
1193
|
+
version = "1.12.2"
|
|
1194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1195
|
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
|
1196
|
+
dependencies = [
|
|
1197
|
+
"aho-corasick",
|
|
1198
|
+
"memchr",
|
|
1199
|
+
"regex-automata",
|
|
1200
|
+
"regex-syntax",
|
|
1201
|
+
]
|
|
1202
|
+
|
|
1203
|
+
[[package]]
|
|
1204
|
+
name = "regex-automata"
|
|
1205
|
+
version = "0.4.13"
|
|
1206
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1207
|
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
|
1208
|
+
dependencies = [
|
|
1209
|
+
"aho-corasick",
|
|
1210
|
+
"memchr",
|
|
1211
|
+
"regex-syntax",
|
|
1212
|
+
]
|
|
1213
|
+
|
|
1214
|
+
[[package]]
|
|
1215
|
+
name = "regex-syntax"
|
|
1216
|
+
version = "0.8.8"
|
|
1217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1218
|
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
|
1219
|
+
|
|
1220
|
+
[[package]]
|
|
1221
|
+
name = "rsa"
|
|
1222
|
+
version = "0.9.9"
|
|
1223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1224
|
+
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
|
|
1225
|
+
dependencies = [
|
|
1226
|
+
"const-oid",
|
|
1227
|
+
"digest",
|
|
1228
|
+
"num-bigint-dig",
|
|
1229
|
+
"num-integer",
|
|
1230
|
+
"num-traits",
|
|
1231
|
+
"pkcs1",
|
|
1232
|
+
"pkcs8",
|
|
1233
|
+
"rand_core",
|
|
1234
|
+
"signature",
|
|
1235
|
+
"spki",
|
|
1236
|
+
"subtle",
|
|
1237
|
+
"zeroize",
|
|
1238
|
+
]
|
|
1239
|
+
|
|
1240
|
+
[[package]]
|
|
1241
|
+
name = "rustix"
|
|
1242
|
+
version = "1.1.2"
|
|
1243
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1244
|
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
1245
|
+
dependencies = [
|
|
1246
|
+
"bitflags",
|
|
1247
|
+
"errno",
|
|
1248
|
+
"libc",
|
|
1249
|
+
"linux-raw-sys",
|
|
1250
|
+
"windows-sys 0.61.2",
|
|
1251
|
+
]
|
|
1252
|
+
|
|
1253
|
+
[[package]]
|
|
1254
|
+
name = "rustversion"
|
|
1255
|
+
version = "1.0.22"
|
|
1256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1257
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1258
|
+
|
|
1259
|
+
[[package]]
|
|
1260
|
+
name = "ryu"
|
|
1261
|
+
version = "1.0.20"
|
|
1262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1263
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
1264
|
+
|
|
1265
|
+
[[package]]
|
|
1266
|
+
name = "scopeguard"
|
|
1267
|
+
version = "1.2.0"
|
|
1268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1269
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1270
|
+
|
|
1271
|
+
[[package]]
|
|
1272
|
+
name = "serde"
|
|
1273
|
+
version = "1.0.228"
|
|
1274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1275
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1276
|
+
dependencies = [
|
|
1277
|
+
"serde_core",
|
|
1278
|
+
"serde_derive",
|
|
1279
|
+
]
|
|
1280
|
+
|
|
1281
|
+
[[package]]
|
|
1282
|
+
name = "serde_core"
|
|
1283
|
+
version = "1.0.228"
|
|
1284
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1285
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1286
|
+
dependencies = [
|
|
1287
|
+
"serde_derive",
|
|
1288
|
+
]
|
|
1289
|
+
|
|
1290
|
+
[[package]]
|
|
1291
|
+
name = "serde_derive"
|
|
1292
|
+
version = "1.0.228"
|
|
1293
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1294
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1295
|
+
dependencies = [
|
|
1296
|
+
"proc-macro2",
|
|
1297
|
+
"quote",
|
|
1298
|
+
"syn 2.0.111",
|
|
1299
|
+
]
|
|
1300
|
+
|
|
1301
|
+
[[package]]
|
|
1302
|
+
name = "serde_json"
|
|
1303
|
+
version = "1.0.145"
|
|
1304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1305
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1306
|
+
dependencies = [
|
|
1307
|
+
"itoa",
|
|
1308
|
+
"memchr",
|
|
1309
|
+
"ryu",
|
|
1310
|
+
"serde",
|
|
1311
|
+
"serde_core",
|
|
1312
|
+
]
|
|
1313
|
+
|
|
1314
|
+
[[package]]
|
|
1315
|
+
name = "sha1"
|
|
1316
|
+
version = "0.10.6"
|
|
1317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
1319
|
+
dependencies = [
|
|
1320
|
+
"cfg-if",
|
|
1321
|
+
"cpufeatures",
|
|
1322
|
+
"digest",
|
|
1323
|
+
]
|
|
1324
|
+
|
|
1325
|
+
[[package]]
|
|
1326
|
+
name = "sha2"
|
|
1327
|
+
version = "0.10.9"
|
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
1330
|
+
dependencies = [
|
|
1331
|
+
"cfg-if",
|
|
1332
|
+
"cpufeatures",
|
|
1333
|
+
"digest",
|
|
1334
|
+
]
|
|
1335
|
+
|
|
1336
|
+
[[package]]
|
|
1337
|
+
name = "sharded-slab"
|
|
1338
|
+
version = "0.1.7"
|
|
1339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1340
|
+
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
1341
|
+
dependencies = [
|
|
1342
|
+
"lazy_static",
|
|
1343
|
+
]
|
|
1344
|
+
|
|
1345
|
+
[[package]]
|
|
1346
|
+
name = "shlex"
|
|
1347
|
+
version = "1.3.0"
|
|
1348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1349
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1350
|
+
|
|
1351
|
+
[[package]]
|
|
1352
|
+
name = "signal-hook-registry"
|
|
1353
|
+
version = "1.4.7"
|
|
1354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
|
+
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
|
1356
|
+
dependencies = [
|
|
1357
|
+
"libc",
|
|
1358
|
+
]
|
|
1359
|
+
|
|
1360
|
+
[[package]]
|
|
1361
|
+
name = "signature"
|
|
1362
|
+
version = "2.2.0"
|
|
1363
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1364
|
+
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
1365
|
+
dependencies = [
|
|
1366
|
+
"digest",
|
|
1367
|
+
"rand_core",
|
|
1368
|
+
]
|
|
1369
|
+
|
|
1370
|
+
[[package]]
|
|
1371
|
+
name = "slab"
|
|
1372
|
+
version = "0.4.11"
|
|
1373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
|
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
1375
|
+
|
|
1376
|
+
[[package]]
|
|
1377
|
+
name = "smallvec"
|
|
1378
|
+
version = "1.15.1"
|
|
1379
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1381
|
+
|
|
1382
|
+
[[package]]
|
|
1383
|
+
name = "socket2"
|
|
1384
|
+
version = "0.6.1"
|
|
1385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
+
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
|
1387
|
+
dependencies = [
|
|
1388
|
+
"libc",
|
|
1389
|
+
"windows-sys 0.60.2",
|
|
1390
|
+
]
|
|
1391
|
+
|
|
1392
|
+
[[package]]
|
|
1393
|
+
name = "spin"
|
|
1394
|
+
version = "0.9.8"
|
|
1395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1396
|
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
1397
|
+
dependencies = [
|
|
1398
|
+
"lock_api",
|
|
1399
|
+
]
|
|
1400
|
+
|
|
1401
|
+
[[package]]
|
|
1402
|
+
name = "spki"
|
|
1403
|
+
version = "0.7.3"
|
|
1404
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1405
|
+
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
1406
|
+
dependencies = [
|
|
1407
|
+
"base64ct",
|
|
1408
|
+
"der",
|
|
1409
|
+
]
|
|
1410
|
+
|
|
1411
|
+
[[package]]
|
|
1412
|
+
name = "sqlformat"
|
|
1413
|
+
version = "0.2.6"
|
|
1414
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1415
|
+
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
|
1416
|
+
dependencies = [
|
|
1417
|
+
"nom",
|
|
1418
|
+
"unicode_categories",
|
|
1419
|
+
]
|
|
1420
|
+
|
|
1421
|
+
[[package]]
|
|
1422
|
+
name = "sqlx"
|
|
1423
|
+
version = "0.7.4"
|
|
1424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1425
|
+
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
|
|
1426
|
+
dependencies = [
|
|
1427
|
+
"sqlx-core",
|
|
1428
|
+
"sqlx-macros",
|
|
1429
|
+
"sqlx-mysql",
|
|
1430
|
+
"sqlx-postgres",
|
|
1431
|
+
"sqlx-sqlite",
|
|
1432
|
+
]
|
|
1433
|
+
|
|
1434
|
+
[[package]]
|
|
1435
|
+
name = "sqlx-core"
|
|
1436
|
+
version = "0.7.4"
|
|
1437
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1438
|
+
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
|
|
1439
|
+
dependencies = [
|
|
1440
|
+
"ahash",
|
|
1441
|
+
"atoi",
|
|
1442
|
+
"byteorder",
|
|
1443
|
+
"bytes",
|
|
1444
|
+
"chrono",
|
|
1445
|
+
"crc",
|
|
1446
|
+
"crossbeam-queue",
|
|
1447
|
+
"either",
|
|
1448
|
+
"event-listener",
|
|
1449
|
+
"futures-channel",
|
|
1450
|
+
"futures-core",
|
|
1451
|
+
"futures-intrusive",
|
|
1452
|
+
"futures-io",
|
|
1453
|
+
"futures-util",
|
|
1454
|
+
"hashlink",
|
|
1455
|
+
"hex",
|
|
1456
|
+
"indexmap",
|
|
1457
|
+
"log",
|
|
1458
|
+
"memchr",
|
|
1459
|
+
"once_cell",
|
|
1460
|
+
"paste",
|
|
1461
|
+
"percent-encoding",
|
|
1462
|
+
"serde",
|
|
1463
|
+
"serde_json",
|
|
1464
|
+
"sha2",
|
|
1465
|
+
"smallvec",
|
|
1466
|
+
"sqlformat",
|
|
1467
|
+
"thiserror",
|
|
1468
|
+
"tokio",
|
|
1469
|
+
"tokio-stream",
|
|
1470
|
+
"tracing",
|
|
1471
|
+
"url",
|
|
1472
|
+
]
|
|
1473
|
+
|
|
1474
|
+
[[package]]
|
|
1475
|
+
name = "sqlx-macros"
|
|
1476
|
+
version = "0.7.4"
|
|
1477
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1478
|
+
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
|
|
1479
|
+
dependencies = [
|
|
1480
|
+
"proc-macro2",
|
|
1481
|
+
"quote",
|
|
1482
|
+
"sqlx-core",
|
|
1483
|
+
"sqlx-macros-core",
|
|
1484
|
+
"syn 1.0.109",
|
|
1485
|
+
]
|
|
1486
|
+
|
|
1487
|
+
[[package]]
|
|
1488
|
+
name = "sqlx-macros-core"
|
|
1489
|
+
version = "0.7.4"
|
|
1490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1491
|
+
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
|
|
1492
|
+
dependencies = [
|
|
1493
|
+
"dotenvy",
|
|
1494
|
+
"either",
|
|
1495
|
+
"heck 0.4.1",
|
|
1496
|
+
"hex",
|
|
1497
|
+
"once_cell",
|
|
1498
|
+
"proc-macro2",
|
|
1499
|
+
"quote",
|
|
1500
|
+
"serde",
|
|
1501
|
+
"serde_json",
|
|
1502
|
+
"sha2",
|
|
1503
|
+
"sqlx-core",
|
|
1504
|
+
"sqlx-mysql",
|
|
1505
|
+
"sqlx-postgres",
|
|
1506
|
+
"sqlx-sqlite",
|
|
1507
|
+
"syn 1.0.109",
|
|
1508
|
+
"tempfile",
|
|
1509
|
+
"tokio",
|
|
1510
|
+
"url",
|
|
1511
|
+
]
|
|
1512
|
+
|
|
1513
|
+
[[package]]
|
|
1514
|
+
name = "sqlx-mysql"
|
|
1515
|
+
version = "0.7.4"
|
|
1516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1517
|
+
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
|
|
1518
|
+
dependencies = [
|
|
1519
|
+
"atoi",
|
|
1520
|
+
"base64",
|
|
1521
|
+
"bitflags",
|
|
1522
|
+
"byteorder",
|
|
1523
|
+
"bytes",
|
|
1524
|
+
"chrono",
|
|
1525
|
+
"crc",
|
|
1526
|
+
"digest",
|
|
1527
|
+
"dotenvy",
|
|
1528
|
+
"either",
|
|
1529
|
+
"futures-channel",
|
|
1530
|
+
"futures-core",
|
|
1531
|
+
"futures-io",
|
|
1532
|
+
"futures-util",
|
|
1533
|
+
"generic-array",
|
|
1534
|
+
"hex",
|
|
1535
|
+
"hkdf",
|
|
1536
|
+
"hmac",
|
|
1537
|
+
"itoa",
|
|
1538
|
+
"log",
|
|
1539
|
+
"md-5",
|
|
1540
|
+
"memchr",
|
|
1541
|
+
"once_cell",
|
|
1542
|
+
"percent-encoding",
|
|
1543
|
+
"rand",
|
|
1544
|
+
"rsa",
|
|
1545
|
+
"serde",
|
|
1546
|
+
"sha1",
|
|
1547
|
+
"sha2",
|
|
1548
|
+
"smallvec",
|
|
1549
|
+
"sqlx-core",
|
|
1550
|
+
"stringprep",
|
|
1551
|
+
"thiserror",
|
|
1552
|
+
"tracing",
|
|
1553
|
+
"whoami",
|
|
1554
|
+
]
|
|
1555
|
+
|
|
1556
|
+
[[package]]
|
|
1557
|
+
name = "sqlx-postgres"
|
|
1558
|
+
version = "0.7.4"
|
|
1559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1560
|
+
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
|
|
1561
|
+
dependencies = [
|
|
1562
|
+
"atoi",
|
|
1563
|
+
"base64",
|
|
1564
|
+
"bitflags",
|
|
1565
|
+
"byteorder",
|
|
1566
|
+
"chrono",
|
|
1567
|
+
"crc",
|
|
1568
|
+
"dotenvy",
|
|
1569
|
+
"etcetera",
|
|
1570
|
+
"futures-channel",
|
|
1571
|
+
"futures-core",
|
|
1572
|
+
"futures-io",
|
|
1573
|
+
"futures-util",
|
|
1574
|
+
"hex",
|
|
1575
|
+
"hkdf",
|
|
1576
|
+
"hmac",
|
|
1577
|
+
"home",
|
|
1578
|
+
"itoa",
|
|
1579
|
+
"log",
|
|
1580
|
+
"md-5",
|
|
1581
|
+
"memchr",
|
|
1582
|
+
"once_cell",
|
|
1583
|
+
"rand",
|
|
1584
|
+
"serde",
|
|
1585
|
+
"serde_json",
|
|
1586
|
+
"sha2",
|
|
1587
|
+
"smallvec",
|
|
1588
|
+
"sqlx-core",
|
|
1589
|
+
"stringprep",
|
|
1590
|
+
"thiserror",
|
|
1591
|
+
"tracing",
|
|
1592
|
+
"whoami",
|
|
1593
|
+
]
|
|
1594
|
+
|
|
1595
|
+
[[package]]
|
|
1596
|
+
name = "sqlx-sqlite"
|
|
1597
|
+
version = "0.7.4"
|
|
1598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1599
|
+
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
|
|
1600
|
+
dependencies = [
|
|
1601
|
+
"atoi",
|
|
1602
|
+
"chrono",
|
|
1603
|
+
"flume",
|
|
1604
|
+
"futures-channel",
|
|
1605
|
+
"futures-core",
|
|
1606
|
+
"futures-executor",
|
|
1607
|
+
"futures-intrusive",
|
|
1608
|
+
"futures-util",
|
|
1609
|
+
"libsqlite3-sys",
|
|
1610
|
+
"log",
|
|
1611
|
+
"percent-encoding",
|
|
1612
|
+
"serde",
|
|
1613
|
+
"sqlx-core",
|
|
1614
|
+
"tracing",
|
|
1615
|
+
"url",
|
|
1616
|
+
"urlencoding",
|
|
1617
|
+
]
|
|
1618
|
+
|
|
1619
|
+
[[package]]
|
|
1620
|
+
name = "stable_deref_trait"
|
|
1621
|
+
version = "1.2.1"
|
|
1622
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1624
|
+
|
|
1625
|
+
[[package]]
|
|
1626
|
+
name = "stringprep"
|
|
1627
|
+
version = "0.1.5"
|
|
1628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1629
|
+
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
|
1630
|
+
dependencies = [
|
|
1631
|
+
"unicode-bidi",
|
|
1632
|
+
"unicode-normalization",
|
|
1633
|
+
"unicode-properties",
|
|
1634
|
+
]
|
|
1635
|
+
|
|
1636
|
+
[[package]]
|
|
1637
|
+
name = "strsim"
|
|
1638
|
+
version = "0.11.1"
|
|
1639
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1640
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
1641
|
+
|
|
1642
|
+
[[package]]
|
|
1643
|
+
name = "subtle"
|
|
1644
|
+
version = "2.6.1"
|
|
1645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1646
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
1647
|
+
|
|
1648
|
+
[[package]]
|
|
1649
|
+
name = "syn"
|
|
1650
|
+
version = "1.0.109"
|
|
1651
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1652
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
1653
|
+
dependencies = [
|
|
1654
|
+
"proc-macro2",
|
|
1655
|
+
"quote",
|
|
1656
|
+
"unicode-ident",
|
|
1657
|
+
]
|
|
1658
|
+
|
|
1659
|
+
[[package]]
|
|
1660
|
+
name = "syn"
|
|
1661
|
+
version = "2.0.111"
|
|
1662
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1663
|
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
|
1664
|
+
dependencies = [
|
|
1665
|
+
"proc-macro2",
|
|
1666
|
+
"quote",
|
|
1667
|
+
"unicode-ident",
|
|
1668
|
+
]
|
|
1669
|
+
|
|
1670
|
+
[[package]]
|
|
1671
|
+
name = "synstructure"
|
|
1672
|
+
version = "0.13.2"
|
|
1673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
1675
|
+
dependencies = [
|
|
1676
|
+
"proc-macro2",
|
|
1677
|
+
"quote",
|
|
1678
|
+
"syn 2.0.111",
|
|
1679
|
+
]
|
|
1680
|
+
|
|
1681
|
+
[[package]]
|
|
1682
|
+
name = "tempfile"
|
|
1683
|
+
version = "3.23.0"
|
|
1684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1685
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1686
|
+
dependencies = [
|
|
1687
|
+
"fastrand",
|
|
1688
|
+
"getrandom 0.3.4",
|
|
1689
|
+
"once_cell",
|
|
1690
|
+
"rustix",
|
|
1691
|
+
"windows-sys 0.61.2",
|
|
1692
|
+
]
|
|
1693
|
+
|
|
1694
|
+
[[package]]
|
|
1695
|
+
name = "termtree"
|
|
1696
|
+
version = "0.5.1"
|
|
1697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1698
|
+
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
1699
|
+
|
|
1700
|
+
[[package]]
|
|
1701
|
+
name = "thiserror"
|
|
1702
|
+
version = "1.0.69"
|
|
1703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1704
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
1705
|
+
dependencies = [
|
|
1706
|
+
"thiserror-impl",
|
|
1707
|
+
]
|
|
1708
|
+
|
|
1709
|
+
[[package]]
|
|
1710
|
+
name = "thiserror-impl"
|
|
1711
|
+
version = "1.0.69"
|
|
1712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
1714
|
+
dependencies = [
|
|
1715
|
+
"proc-macro2",
|
|
1716
|
+
"quote",
|
|
1717
|
+
"syn 2.0.111",
|
|
1718
|
+
]
|
|
1719
|
+
|
|
1720
|
+
[[package]]
|
|
1721
|
+
name = "thread_local"
|
|
1722
|
+
version = "1.1.9"
|
|
1723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
1725
|
+
dependencies = [
|
|
1726
|
+
"cfg-if",
|
|
1727
|
+
]
|
|
1728
|
+
|
|
1729
|
+
[[package]]
|
|
1730
|
+
name = "tinystr"
|
|
1731
|
+
version = "0.8.2"
|
|
1732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1733
|
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
1734
|
+
dependencies = [
|
|
1735
|
+
"displaydoc",
|
|
1736
|
+
"zerovec",
|
|
1737
|
+
]
|
|
1738
|
+
|
|
1739
|
+
[[package]]
|
|
1740
|
+
name = "tinyvec"
|
|
1741
|
+
version = "1.10.0"
|
|
1742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1743
|
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
1744
|
+
dependencies = [
|
|
1745
|
+
"tinyvec_macros",
|
|
1746
|
+
]
|
|
1747
|
+
|
|
1748
|
+
[[package]]
|
|
1749
|
+
name = "tinyvec_macros"
|
|
1750
|
+
version = "0.1.1"
|
|
1751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1752
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1753
|
+
|
|
1754
|
+
[[package]]
|
|
1755
|
+
name = "tokio"
|
|
1756
|
+
version = "1.48.0"
|
|
1757
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1758
|
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
|
1759
|
+
dependencies = [
|
|
1760
|
+
"bytes",
|
|
1761
|
+
"libc",
|
|
1762
|
+
"mio",
|
|
1763
|
+
"parking_lot",
|
|
1764
|
+
"pin-project-lite",
|
|
1765
|
+
"signal-hook-registry",
|
|
1766
|
+
"socket2",
|
|
1767
|
+
"tokio-macros",
|
|
1768
|
+
"windows-sys 0.61.2",
|
|
1769
|
+
]
|
|
1770
|
+
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "tokio-macros"
|
|
1773
|
+
version = "2.6.0"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
|
1776
|
+
dependencies = [
|
|
1777
|
+
"proc-macro2",
|
|
1778
|
+
"quote",
|
|
1779
|
+
"syn 2.0.111",
|
|
1780
|
+
]
|
|
1781
|
+
|
|
1782
|
+
[[package]]
|
|
1783
|
+
name = "tokio-stream"
|
|
1784
|
+
version = "0.1.17"
|
|
1785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1786
|
+
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
1787
|
+
dependencies = [
|
|
1788
|
+
"futures-core",
|
|
1789
|
+
"pin-project-lite",
|
|
1790
|
+
"tokio",
|
|
1791
|
+
]
|
|
1792
|
+
|
|
1793
|
+
[[package]]
|
|
1794
|
+
name = "tracing"
|
|
1795
|
+
version = "0.1.43"
|
|
1796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1797
|
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
|
|
1798
|
+
dependencies = [
|
|
1799
|
+
"log",
|
|
1800
|
+
"pin-project-lite",
|
|
1801
|
+
"tracing-attributes",
|
|
1802
|
+
"tracing-core",
|
|
1803
|
+
]
|
|
1804
|
+
|
|
1805
|
+
[[package]]
|
|
1806
|
+
name = "tracing-attributes"
|
|
1807
|
+
version = "0.1.31"
|
|
1808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
1810
|
+
dependencies = [
|
|
1811
|
+
"proc-macro2",
|
|
1812
|
+
"quote",
|
|
1813
|
+
"syn 2.0.111",
|
|
1814
|
+
]
|
|
1815
|
+
|
|
1816
|
+
[[package]]
|
|
1817
|
+
name = "tracing-core"
|
|
1818
|
+
version = "0.1.35"
|
|
1819
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1820
|
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
|
|
1821
|
+
dependencies = [
|
|
1822
|
+
"once_cell",
|
|
1823
|
+
"valuable",
|
|
1824
|
+
]
|
|
1825
|
+
|
|
1826
|
+
[[package]]
|
|
1827
|
+
name = "tracing-log"
|
|
1828
|
+
version = "0.2.0"
|
|
1829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1830
|
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
1831
|
+
dependencies = [
|
|
1832
|
+
"log",
|
|
1833
|
+
"once_cell",
|
|
1834
|
+
"tracing-core",
|
|
1835
|
+
]
|
|
1836
|
+
|
|
1837
|
+
[[package]]
|
|
1838
|
+
name = "tracing-subscriber"
|
|
1839
|
+
version = "0.3.22"
|
|
1840
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1841
|
+
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
|
1842
|
+
dependencies = [
|
|
1843
|
+
"nu-ansi-term",
|
|
1844
|
+
"sharded-slab",
|
|
1845
|
+
"smallvec",
|
|
1846
|
+
"thread_local",
|
|
1847
|
+
"tracing-core",
|
|
1848
|
+
"tracing-log",
|
|
1849
|
+
]
|
|
1850
|
+
|
|
1851
|
+
[[package]]
|
|
1852
|
+
name = "transparency-middleware"
|
|
1853
|
+
version = "0.1.0"
|
|
1854
|
+
dependencies = [
|
|
1855
|
+
"anyhow",
|
|
1856
|
+
"chrono",
|
|
1857
|
+
"clap",
|
|
1858
|
+
"mockall",
|
|
1859
|
+
"regex",
|
|
1860
|
+
"serde",
|
|
1861
|
+
"serde_json",
|
|
1862
|
+
"sqlx",
|
|
1863
|
+
"tempfile",
|
|
1864
|
+
"tokio",
|
|
1865
|
+
"tracing",
|
|
1866
|
+
"tracing-subscriber",
|
|
1867
|
+
]
|
|
1868
|
+
|
|
1869
|
+
[[package]]
|
|
1870
|
+
name = "typenum"
|
|
1871
|
+
version = "1.19.0"
|
|
1872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1873
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
1874
|
+
|
|
1875
|
+
[[package]]
|
|
1876
|
+
name = "unicode-bidi"
|
|
1877
|
+
version = "0.3.18"
|
|
1878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1879
|
+
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
|
|
1880
|
+
|
|
1881
|
+
[[package]]
|
|
1882
|
+
name = "unicode-ident"
|
|
1883
|
+
version = "1.0.22"
|
|
1884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
1886
|
+
|
|
1887
|
+
[[package]]
|
|
1888
|
+
name = "unicode-normalization"
|
|
1889
|
+
version = "0.1.25"
|
|
1890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1891
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
1892
|
+
dependencies = [
|
|
1893
|
+
"tinyvec",
|
|
1894
|
+
]
|
|
1895
|
+
|
|
1896
|
+
[[package]]
|
|
1897
|
+
name = "unicode-properties"
|
|
1898
|
+
version = "0.1.4"
|
|
1899
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1900
|
+
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
|
|
1901
|
+
|
|
1902
|
+
[[package]]
|
|
1903
|
+
name = "unicode-segmentation"
|
|
1904
|
+
version = "1.12.0"
|
|
1905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1906
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
1907
|
+
|
|
1908
|
+
[[package]]
|
|
1909
|
+
name = "unicode_categories"
|
|
1910
|
+
version = "0.1.1"
|
|
1911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1912
|
+
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
1913
|
+
|
|
1914
|
+
[[package]]
|
|
1915
|
+
name = "url"
|
|
1916
|
+
version = "2.5.7"
|
|
1917
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1918
|
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
1919
|
+
dependencies = [
|
|
1920
|
+
"form_urlencoded",
|
|
1921
|
+
"idna",
|
|
1922
|
+
"percent-encoding",
|
|
1923
|
+
]
|
|
1924
|
+
|
|
1925
|
+
[[package]]
|
|
1926
|
+
name = "urlencoding"
|
|
1927
|
+
version = "2.1.3"
|
|
1928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1929
|
+
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
1930
|
+
|
|
1931
|
+
[[package]]
|
|
1932
|
+
name = "utf8_iter"
|
|
1933
|
+
version = "1.0.4"
|
|
1934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1935
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
1936
|
+
|
|
1937
|
+
[[package]]
|
|
1938
|
+
name = "utf8parse"
|
|
1939
|
+
version = "0.2.2"
|
|
1940
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1941
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
1942
|
+
|
|
1943
|
+
[[package]]
|
|
1944
|
+
name = "valuable"
|
|
1945
|
+
version = "0.1.1"
|
|
1946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
+
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
1948
|
+
|
|
1949
|
+
[[package]]
|
|
1950
|
+
name = "vcpkg"
|
|
1951
|
+
version = "0.2.15"
|
|
1952
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1953
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
1954
|
+
|
|
1955
|
+
[[package]]
|
|
1956
|
+
name = "version_check"
|
|
1957
|
+
version = "0.9.5"
|
|
1958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1959
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
1960
|
+
|
|
1961
|
+
[[package]]
|
|
1962
|
+
name = "wasi"
|
|
1963
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
1964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1965
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1966
|
+
|
|
1967
|
+
[[package]]
|
|
1968
|
+
name = "wasip2"
|
|
1969
|
+
version = "1.0.1+wasi-0.2.4"
|
|
1970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1971
|
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
1972
|
+
dependencies = [
|
|
1973
|
+
"wit-bindgen",
|
|
1974
|
+
]
|
|
1975
|
+
|
|
1976
|
+
[[package]]
|
|
1977
|
+
name = "wasite"
|
|
1978
|
+
version = "0.1.0"
|
|
1979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
+
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
1981
|
+
|
|
1982
|
+
[[package]]
|
|
1983
|
+
name = "wasm-bindgen"
|
|
1984
|
+
version = "0.2.106"
|
|
1985
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1986
|
+
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
|
1987
|
+
dependencies = [
|
|
1988
|
+
"cfg-if",
|
|
1989
|
+
"once_cell",
|
|
1990
|
+
"rustversion",
|
|
1991
|
+
"wasm-bindgen-macro",
|
|
1992
|
+
"wasm-bindgen-shared",
|
|
1993
|
+
]
|
|
1994
|
+
|
|
1995
|
+
[[package]]
|
|
1996
|
+
name = "wasm-bindgen-macro"
|
|
1997
|
+
version = "0.2.106"
|
|
1998
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1999
|
+
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
|
2000
|
+
dependencies = [
|
|
2001
|
+
"quote",
|
|
2002
|
+
"wasm-bindgen-macro-support",
|
|
2003
|
+
]
|
|
2004
|
+
|
|
2005
|
+
[[package]]
|
|
2006
|
+
name = "wasm-bindgen-macro-support"
|
|
2007
|
+
version = "0.2.106"
|
|
2008
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
+
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
|
2010
|
+
dependencies = [
|
|
2011
|
+
"bumpalo",
|
|
2012
|
+
"proc-macro2",
|
|
2013
|
+
"quote",
|
|
2014
|
+
"syn 2.0.111",
|
|
2015
|
+
"wasm-bindgen-shared",
|
|
2016
|
+
]
|
|
2017
|
+
|
|
2018
|
+
[[package]]
|
|
2019
|
+
name = "wasm-bindgen-shared"
|
|
2020
|
+
version = "0.2.106"
|
|
2021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2022
|
+
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
|
2023
|
+
dependencies = [
|
|
2024
|
+
"unicode-ident",
|
|
2025
|
+
]
|
|
2026
|
+
|
|
2027
|
+
[[package]]
|
|
2028
|
+
name = "whoami"
|
|
2029
|
+
version = "1.6.1"
|
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
+
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
|
|
2032
|
+
dependencies = [
|
|
2033
|
+
"libredox",
|
|
2034
|
+
"wasite",
|
|
2035
|
+
]
|
|
2036
|
+
|
|
2037
|
+
[[package]]
|
|
2038
|
+
name = "windows-core"
|
|
2039
|
+
version = "0.62.2"
|
|
2040
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2041
|
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
2042
|
+
dependencies = [
|
|
2043
|
+
"windows-implement",
|
|
2044
|
+
"windows-interface",
|
|
2045
|
+
"windows-link",
|
|
2046
|
+
"windows-result",
|
|
2047
|
+
"windows-strings",
|
|
2048
|
+
]
|
|
2049
|
+
|
|
2050
|
+
[[package]]
|
|
2051
|
+
name = "windows-implement"
|
|
2052
|
+
version = "0.60.2"
|
|
2053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2054
|
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
2055
|
+
dependencies = [
|
|
2056
|
+
"proc-macro2",
|
|
2057
|
+
"quote",
|
|
2058
|
+
"syn 2.0.111",
|
|
2059
|
+
]
|
|
2060
|
+
|
|
2061
|
+
[[package]]
|
|
2062
|
+
name = "windows-interface"
|
|
2063
|
+
version = "0.59.3"
|
|
2064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2065
|
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
2066
|
+
dependencies = [
|
|
2067
|
+
"proc-macro2",
|
|
2068
|
+
"quote",
|
|
2069
|
+
"syn 2.0.111",
|
|
2070
|
+
]
|
|
2071
|
+
|
|
2072
|
+
[[package]]
|
|
2073
|
+
name = "windows-link"
|
|
2074
|
+
version = "0.2.1"
|
|
2075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2076
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2077
|
+
|
|
2078
|
+
[[package]]
|
|
2079
|
+
name = "windows-result"
|
|
2080
|
+
version = "0.4.1"
|
|
2081
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2082
|
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
2083
|
+
dependencies = [
|
|
2084
|
+
"windows-link",
|
|
2085
|
+
]
|
|
2086
|
+
|
|
2087
|
+
[[package]]
|
|
2088
|
+
name = "windows-strings"
|
|
2089
|
+
version = "0.5.1"
|
|
2090
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2091
|
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
2092
|
+
dependencies = [
|
|
2093
|
+
"windows-link",
|
|
2094
|
+
]
|
|
2095
|
+
|
|
2096
|
+
[[package]]
|
|
2097
|
+
name = "windows-sys"
|
|
2098
|
+
version = "0.48.0"
|
|
2099
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2100
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
2101
|
+
dependencies = [
|
|
2102
|
+
"windows-targets 0.48.5",
|
|
2103
|
+
]
|
|
2104
|
+
|
|
2105
|
+
[[package]]
|
|
2106
|
+
name = "windows-sys"
|
|
2107
|
+
version = "0.60.2"
|
|
2108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2109
|
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
2110
|
+
dependencies = [
|
|
2111
|
+
"windows-targets 0.53.5",
|
|
2112
|
+
]
|
|
2113
|
+
|
|
2114
|
+
[[package]]
|
|
2115
|
+
name = "windows-sys"
|
|
2116
|
+
version = "0.61.2"
|
|
2117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2118
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2119
|
+
dependencies = [
|
|
2120
|
+
"windows-link",
|
|
2121
|
+
]
|
|
2122
|
+
|
|
2123
|
+
[[package]]
|
|
2124
|
+
name = "windows-targets"
|
|
2125
|
+
version = "0.48.5"
|
|
2126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2127
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
2128
|
+
dependencies = [
|
|
2129
|
+
"windows_aarch64_gnullvm 0.48.5",
|
|
2130
|
+
"windows_aarch64_msvc 0.48.5",
|
|
2131
|
+
"windows_i686_gnu 0.48.5",
|
|
2132
|
+
"windows_i686_msvc 0.48.5",
|
|
2133
|
+
"windows_x86_64_gnu 0.48.5",
|
|
2134
|
+
"windows_x86_64_gnullvm 0.48.5",
|
|
2135
|
+
"windows_x86_64_msvc 0.48.5",
|
|
2136
|
+
]
|
|
2137
|
+
|
|
2138
|
+
[[package]]
|
|
2139
|
+
name = "windows-targets"
|
|
2140
|
+
version = "0.53.5"
|
|
2141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
|
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
2143
|
+
dependencies = [
|
|
2144
|
+
"windows-link",
|
|
2145
|
+
"windows_aarch64_gnullvm 0.53.1",
|
|
2146
|
+
"windows_aarch64_msvc 0.53.1",
|
|
2147
|
+
"windows_i686_gnu 0.53.1",
|
|
2148
|
+
"windows_i686_gnullvm",
|
|
2149
|
+
"windows_i686_msvc 0.53.1",
|
|
2150
|
+
"windows_x86_64_gnu 0.53.1",
|
|
2151
|
+
"windows_x86_64_gnullvm 0.53.1",
|
|
2152
|
+
"windows_x86_64_msvc 0.53.1",
|
|
2153
|
+
]
|
|
2154
|
+
|
|
2155
|
+
[[package]]
|
|
2156
|
+
name = "windows_aarch64_gnullvm"
|
|
2157
|
+
version = "0.48.5"
|
|
2158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2159
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
2160
|
+
|
|
2161
|
+
[[package]]
|
|
2162
|
+
name = "windows_aarch64_gnullvm"
|
|
2163
|
+
version = "0.53.1"
|
|
2164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2165
|
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
2166
|
+
|
|
2167
|
+
[[package]]
|
|
2168
|
+
name = "windows_aarch64_msvc"
|
|
2169
|
+
version = "0.48.5"
|
|
2170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2171
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
2172
|
+
|
|
2173
|
+
[[package]]
|
|
2174
|
+
name = "windows_aarch64_msvc"
|
|
2175
|
+
version = "0.53.1"
|
|
2176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2177
|
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
2178
|
+
|
|
2179
|
+
[[package]]
|
|
2180
|
+
name = "windows_i686_gnu"
|
|
2181
|
+
version = "0.48.5"
|
|
2182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2183
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
2184
|
+
|
|
2185
|
+
[[package]]
|
|
2186
|
+
name = "windows_i686_gnu"
|
|
2187
|
+
version = "0.53.1"
|
|
2188
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2189
|
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
2190
|
+
|
|
2191
|
+
[[package]]
|
|
2192
|
+
name = "windows_i686_gnullvm"
|
|
2193
|
+
version = "0.53.1"
|
|
2194
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2195
|
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
2196
|
+
|
|
2197
|
+
[[package]]
|
|
2198
|
+
name = "windows_i686_msvc"
|
|
2199
|
+
version = "0.48.5"
|
|
2200
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2201
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
2202
|
+
|
|
2203
|
+
[[package]]
|
|
2204
|
+
name = "windows_i686_msvc"
|
|
2205
|
+
version = "0.53.1"
|
|
2206
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2207
|
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
2208
|
+
|
|
2209
|
+
[[package]]
|
|
2210
|
+
name = "windows_x86_64_gnu"
|
|
2211
|
+
version = "0.48.5"
|
|
2212
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2213
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
2214
|
+
|
|
2215
|
+
[[package]]
|
|
2216
|
+
name = "windows_x86_64_gnu"
|
|
2217
|
+
version = "0.53.1"
|
|
2218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2219
|
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
2220
|
+
|
|
2221
|
+
[[package]]
|
|
2222
|
+
name = "windows_x86_64_gnullvm"
|
|
2223
|
+
version = "0.48.5"
|
|
2224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2225
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
2226
|
+
|
|
2227
|
+
[[package]]
|
|
2228
|
+
name = "windows_x86_64_gnullvm"
|
|
2229
|
+
version = "0.53.1"
|
|
2230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2231
|
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
2232
|
+
|
|
2233
|
+
[[package]]
|
|
2234
|
+
name = "windows_x86_64_msvc"
|
|
2235
|
+
version = "0.48.5"
|
|
2236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2237
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
2238
|
+
|
|
2239
|
+
[[package]]
|
|
2240
|
+
name = "windows_x86_64_msvc"
|
|
2241
|
+
version = "0.53.1"
|
|
2242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2243
|
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
2244
|
+
|
|
2245
|
+
[[package]]
|
|
2246
|
+
name = "wit-bindgen"
|
|
2247
|
+
version = "0.46.0"
|
|
2248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2249
|
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
2250
|
+
|
|
2251
|
+
[[package]]
|
|
2252
|
+
name = "writeable"
|
|
2253
|
+
version = "0.6.2"
|
|
2254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2255
|
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
2256
|
+
|
|
2257
|
+
[[package]]
|
|
2258
|
+
name = "yoke"
|
|
2259
|
+
version = "0.8.1"
|
|
2260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2261
|
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
2262
|
+
dependencies = [
|
|
2263
|
+
"stable_deref_trait",
|
|
2264
|
+
"yoke-derive",
|
|
2265
|
+
"zerofrom",
|
|
2266
|
+
]
|
|
2267
|
+
|
|
2268
|
+
[[package]]
|
|
2269
|
+
name = "yoke-derive"
|
|
2270
|
+
version = "0.8.1"
|
|
2271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2272
|
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
2273
|
+
dependencies = [
|
|
2274
|
+
"proc-macro2",
|
|
2275
|
+
"quote",
|
|
2276
|
+
"syn 2.0.111",
|
|
2277
|
+
"synstructure",
|
|
2278
|
+
]
|
|
2279
|
+
|
|
2280
|
+
[[package]]
|
|
2281
|
+
name = "zerocopy"
|
|
2282
|
+
version = "0.8.31"
|
|
2283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2284
|
+
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
|
|
2285
|
+
dependencies = [
|
|
2286
|
+
"zerocopy-derive",
|
|
2287
|
+
]
|
|
2288
|
+
|
|
2289
|
+
[[package]]
|
|
2290
|
+
name = "zerocopy-derive"
|
|
2291
|
+
version = "0.8.31"
|
|
2292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2293
|
+
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
|
|
2294
|
+
dependencies = [
|
|
2295
|
+
"proc-macro2",
|
|
2296
|
+
"quote",
|
|
2297
|
+
"syn 2.0.111",
|
|
2298
|
+
]
|
|
2299
|
+
|
|
2300
|
+
[[package]]
|
|
2301
|
+
name = "zerofrom"
|
|
2302
|
+
version = "0.1.6"
|
|
2303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2304
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
2305
|
+
dependencies = [
|
|
2306
|
+
"zerofrom-derive",
|
|
2307
|
+
]
|
|
2308
|
+
|
|
2309
|
+
[[package]]
|
|
2310
|
+
name = "zerofrom-derive"
|
|
2311
|
+
version = "0.1.6"
|
|
2312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2313
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
2314
|
+
dependencies = [
|
|
2315
|
+
"proc-macro2",
|
|
2316
|
+
"quote",
|
|
2317
|
+
"syn 2.0.111",
|
|
2318
|
+
"synstructure",
|
|
2319
|
+
]
|
|
2320
|
+
|
|
2321
|
+
[[package]]
|
|
2322
|
+
name = "zeroize"
|
|
2323
|
+
version = "1.8.2"
|
|
2324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2325
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
2326
|
+
|
|
2327
|
+
[[package]]
|
|
2328
|
+
name = "zerotrie"
|
|
2329
|
+
version = "0.2.3"
|
|
2330
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2331
|
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
2332
|
+
dependencies = [
|
|
2333
|
+
"displaydoc",
|
|
2334
|
+
"yoke",
|
|
2335
|
+
"zerofrom",
|
|
2336
|
+
]
|
|
2337
|
+
|
|
2338
|
+
[[package]]
|
|
2339
|
+
name = "zerovec"
|
|
2340
|
+
version = "0.11.5"
|
|
2341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2342
|
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
2343
|
+
dependencies = [
|
|
2344
|
+
"yoke",
|
|
2345
|
+
"zerofrom",
|
|
2346
|
+
"zerovec-derive",
|
|
2347
|
+
]
|
|
2348
|
+
|
|
2349
|
+
[[package]]
|
|
2350
|
+
name = "zerovec-derive"
|
|
2351
|
+
version = "0.11.2"
|
|
2352
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2353
|
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
2354
|
+
dependencies = [
|
|
2355
|
+
"proc-macro2",
|
|
2356
|
+
"quote",
|
|
2357
|
+
"syn 2.0.111",
|
|
2358
|
+
]
|