[package]
edition = "2024"
name = "noxid-cli"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Noxid compiler command line: check, build, test, adapt, and the agent surface"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/noxidlabs/Noxid"
resolver = "2"
[[bin]]
name = "noxid"
path = "src/main.rs"
[[test]]
name = "adapt_static_assets"
path = "tests/adapt_static_assets.rs"
[[test]]
name = "benchmarks"
path = "tests/benchmarks.rs"
[[test]]
name = "examples"
path = "tests/examples.rs"
[[test]]
name = "lane_a_deploy_qa2"
path = "tests/lane_a_deploy_qa2.rs"
[[test]]
name = "lane_a_deploy_qa3"
path = "tests/lane_a_deploy_qa3.rs"
[[test]]
name = "lane_a_deploy_qa4"
path = "tests/lane_a_deploy_qa4.rs"
[[test]]
name = "lane_a_deploy_qa5"
path = "tests/lane_a_deploy_qa5.rs"
[[test]]
name = "lane_a_deploy_qa6"
path = "tests/lane_a_deploy_qa6.rs"
[[test]]
name = "lane_a_endpoint_forwarding"
path = "tests/lane_a_endpoint_forwarding.rs"
[[test]]
name = "lane_a_followups_qa"
path = "tests/lane_a_followups_qa.rs"
[[test]]
name = "lane_a_followups_qa2"
path = "tests/lane_a_followups_qa2.rs"
[[test]]
name = "lane_a_followups_qa3"
path = "tests/lane_a_followups_qa3.rs"
[[test]]
name = "lane_a_followups_r3"
path = "tests/lane_a_followups_r3.rs"
[[test]]
name = "lane_a_hygiene_qa"
path = "tests/lane_a_hygiene_qa.rs"
[[test]]
name = "lane_a_server_hygiene"
path = "tests/lane_a_server_hygiene.rs"
[[test]]
name = "qa_wo14_round1"
path = "tests/qa_wo14_round1.rs"
[[test]]
name = "runtime_pruner_closure"
path = "tests/runtime_pruner_closure.rs"
[[test]]
name = "scenario_runner"
path = "tests/scenario_runner.rs"
[[test]]
name = "stage0_security_patch"
path = "tests/stage0_security_patch.rs"
[[test]]
name = "t3_3b_qa_round1"
path = "tests/t3_3b_qa_round1.rs"
[[test]]
name = "t3_exit_transitions_qa_round1"
path = "tests/t3_exit_transitions_qa_round1.rs"
[[test]]
name = "t3_js_framework_benchmark_qa_round1"
path = "tests/t3_js_framework_benchmark_qa_round1.rs"
[[test]]
name = "t3_js_framework_benchmark_qa_round2"
path = "tests/t3_js_framework_benchmark_qa_round2.rs"
[[test]]
name = "wo01_derived_collections_qa_round3"
path = "tests/wo01_derived_collections_qa_round3.rs"
[[test]]
name = "wo03_tracker_qa_round1"
path = "tests/wo03_tracker_qa_round1.rs"
[[test]]
name = "wo03_tracker_qa_round2"
path = "tests/wo03_tracker_qa_round2.rs"
[[test]]
name = "wo03_tracker_qa_round3"
path = "tests/wo03_tracker_qa_round3.rs"
[[test]]
name = "wo03_tracker_qa_round4"
path = "tests/wo03_tracker_qa_round4.rs"
[[test]]
name = "wo04_optional_match_qa_round1"
path = "tests/wo04_optional_match_qa_round1.rs"
[[test]]
name = "wo04_optional_match_qa_round2"
path = "tests/wo04_optional_match_qa_round2.rs"
[[test]]
name = "wo05_cross_file_imports_qa_round1"
path = "tests/wo05_cross_file_imports_qa_round1.rs"
[[test]]
name = "wo05_cross_file_imports_qa_round2"
path = "tests/wo05_cross_file_imports_qa_round2.rs"
[[test]]
name = "wo06_scalar_builtins_qa_round1"
path = "tests/wo06_scalar_builtins_qa_round1.rs"
[[test]]
name = "wo07_ssr_default_slots_qa_round1"
path = "tests/wo07_ssr_default_slots_qa_round1.rs"
[[test]]
name = "wo07_ssr_default_slots_qa_round2"
path = "tests/wo07_ssr_default_slots_qa_round2.rs"
[[test]]
name = "wo07_ssr_default_slots_qa_round3"
path = "tests/wo07_ssr_default_slots_qa_round3.rs"
[[test]]
name = "wo07_ssr_default_slots_qa_round4"
path = "tests/wo07_ssr_default_slots_qa_round4.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round1"
path = "tests/wo09_executable_scenarios_qa_round1.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round2"
path = "tests/wo09_executable_scenarios_qa_round2.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round3"
path = "tests/wo09_executable_scenarios_qa_round3.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round4"
path = "tests/wo09_executable_scenarios_qa_round4.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round5"
path = "tests/wo09_executable_scenarios_qa_round5.rs"
[[test]]
name = "wo09_executable_scenarios_qa_round6"
path = "tests/wo09_executable_scenarios_qa_round6.rs"
[[test]]
name = "wo09_phase3_agent_scenarios"
path = "tests/wo09_phase3_agent_scenarios.rs"
[[test]]
name = "wo10_typed_remote_invocation_qa_round1"
path = "tests/wo10_typed_remote_invocation_qa_round1.rs"
[[test]]
name = "wo10_typed_remote_invocation_qa_round2"
path = "tests/wo10_typed_remote_invocation_qa_round2.rs"
[[test]]
name = "wo12_maps_and_grouping"
path = "tests/wo12_maps_and_grouping.rs"
[[test]]
name = "wo12_maps_and_grouping_qa_round1"
path = "tests/wo12_maps_and_grouping_qa_round1.rs"
[[test]]
name = "wo12_maps_and_grouping_qa_round2"
path = "tests/wo12_maps_and_grouping_qa_round2.rs"
[[test]]
name = "wo13_14_rebase_qa"
path = "tests/wo13_14_rebase_qa.rs"
[[test]]
name = "wo13_auto_animate_qa_round1"
path = "tests/wo13_auto_animate_qa_round1.rs"
[[test]]
name = "wo13_auto_animate_qa_round2"
path = "tests/wo13_auto_animate_qa_round2.rs"
[[test]]
name = "wo17_server_directory_qa_round1"
path = "tests/wo17_server_directory_qa_round1.rs"
[[test]]
name = "wo17_server_directory_qa_round2"
path = "tests/wo17_server_directory_qa_round2.rs"
[[test]]
name = "wo17_server_directory_qa_round3"
path = "tests/wo17_server_directory_qa_round3.rs"
[[test]]
name = "wo17_server_directory_qa_round4"
path = "tests/wo17_server_directory_qa_round4.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round1"
path = "tests/wo18_typed_endpoints_qa_round1.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round2"
path = "tests/wo18_typed_endpoints_qa_round2.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round3"
path = "tests/wo18_typed_endpoints_qa_round3.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round4"
path = "tests/wo18_typed_endpoints_qa_round4.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round5"
path = "tests/wo18_typed_endpoints_qa_round5.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round6"
path = "tests/wo18_typed_endpoints_qa_round6.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round7"
path = "tests/wo18_typed_endpoints_qa_round7.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round8"
path = "tests/wo18_typed_endpoints_qa_round8.rs"
[[test]]
name = "wo18_typed_endpoints_qa_round9"
path = "tests/wo18_typed_endpoints_qa_round9.rs"
[[test]]
name = "wo19_db_migrations"
path = "tests/wo19_db_migrations.rs"
[[test]]
name = "wo19_endpoint_cache"
path = "tests/wo19_endpoint_cache.rs"
[[test]]
name = "wo19_qa_round1"
path = "tests/wo19_qa_round1.rs"
[[test]]
name = "wo19_qa_round10"
path = "tests/wo19_qa_round10.rs"
[[test]]
name = "wo19_qa_round11"
path = "tests/wo19_qa_round11.rs"
[[test]]
name = "wo19_qa_round12"
path = "tests/wo19_qa_round12.rs"
[[test]]
name = "wo19_qa_round2"
path = "tests/wo19_qa_round2.rs"
[[test]]
name = "wo19_qa_round3"
path = "tests/wo19_qa_round3.rs"
[[test]]
name = "wo19_qa_round4"
path = "tests/wo19_qa_round4.rs"
[[test]]
name = "wo19_qa_round5"
path = "tests/wo19_qa_round5.rs"
[[test]]
name = "wo19_qa_round6"
path = "tests/wo19_qa_round6.rs"
[[test]]
name = "wo19_qa_round7"
path = "tests/wo19_qa_round7.rs"
[[test]]
name = "wo19_qa_round8"
path = "tests/wo19_qa_round8.rs"
[[test]]
name = "wo19_qa_round9"
path = "tests/wo19_qa_round9.rs"
[[test]]
name = "wo19_storage"
path = "tests/wo19_storage.rs"
[[test]]
name = "wo19_validated_rows"
path = "tests/wo19_validated_rows.rs"
[[test]]
name = "wo20_plugins"
path = "tests/wo20_plugins.rs"
[[test]]
name = "wo20_qa_round1"
path = "tests/wo20_qa_round1.rs"
[[test]]
name = "wo20_qa_round2"
path = "tests/wo20_qa_round2.rs"
[[test]]
name = "wo20_task_runtime"
path = "tests/wo20_task_runtime.rs"
[[test]]
name = "wo20_task_scenarios"
path = "tests/wo20_task_scenarios.rs"
[[test]]
name = "wo21_realtime_acceptance"
path = "tests/wo21_realtime_acceptance.rs"
[[test]]
name = "wo21_realtime_qa_round1"
path = "tests/wo21_realtime_qa_round1.rs"
[[test]]
name = "wo21_realtime_qa_round2"
path = "tests/wo21_realtime_qa_round2.rs"
[[test]]
name = "wo21_stream_endpoint_layout"
path = "tests/wo21_stream_endpoint_layout.rs"
[[test]]
name = "wo22_agent_surface_docs"
path = "tests/wo22_agent_surface_docs.rs"
[[test]]
name = "wo22_agent_surface_qa_round1"
path = "tests/wo22_agent_surface_qa_round1.rs"
[[test]]
name = "wo22_base_path"
path = "tests/wo22_base_path.rs"
[[test]]
name = "wo22_openapi"
path = "tests/wo22_openapi.rs"
[[test]]
name = "wo23_contract_gate"
path = "tests/wo23_contract_gate.rs"
[[test]]
name = "wo23_contract_gate_qa_round1"
path = "tests/wo23_contract_gate_qa_round1.rs"
[[test]]
name = "wo23_contract_gate_qa_round2"
path = "tests/wo23_contract_gate_qa_round2.rs"
[[test]]
name = "wo24_queue_postgres"
path = "tests/wo24_queue_postgres.rs"
[[test]]
name = "wo24_queue_postgres_qa_round1"
path = "tests/wo24_queue_postgres_qa_round1.rs"
[[test]]
name = "wo24_queue_qa_round1"
path = "tests/wo24_queue_qa_round1.rs"
[[test]]
name = "wo24_queue_qa_round2"
path = "tests/wo24_queue_qa_round2.rs"
[[test]]
name = "wo24_queue_qa_round3"
path = "tests/wo24_queue_qa_round3.rs"
[[test]]
name = "wo24_queue_qa_round4"
path = "tests/wo24_queue_qa_round4.rs"
[[test]]
name = "wo24_queue_qa_round5"
path = "tests/wo24_queue_qa_round5.rs"
[[test]]
name = "wo24_queue_qa_round6"
path = "tests/wo24_queue_qa_round6.rs"
[[test]]
name = "wo24_queue_qa_round7"
path = "tests/wo24_queue_qa_round7.rs"
[[test]]
name = "wo24_queue_qa_round8"
path = "tests/wo24_queue_qa_round8.rs"
[[test]]
name = "wo24_queue_qa_round8_independent"
path = "tests/wo24_queue_qa_round8_independent.rs"
[[test]]
name = "wo24_queue_runtime"
path = "tests/wo24_queue_runtime.rs"
[[test]]
name = "wo24_queue_scenarios"
path = "tests/wo24_queue_scenarios.rs"
[[test]]
name = "wo25_qa_round1"
path = "tests/wo25_qa_round1.rs"
[[test]]
name = "wo25_qa_round1_nested"
path = "tests/wo25_qa_round1_nested.rs"
[[test]]
name = "wo25_qa_round2"
path = "tests/wo25_qa_round2.rs"
[[test]]
name = "wo25_semantic_tracing"
path = "tests/wo25_semantic_tracing.rs"
[[test]]
name = "wo26_deployment"
path = "tests/wo26_deployment.rs"
[[test]]
name = "wo26_qa_round1"
path = "tests/wo26_qa_round1.rs"
[[test]]
name = "wo26_queue_drain_postgres"
path = "tests/wo26_queue_drain_postgres.rs"
[[test]]
name = "wo26_wo27_qa_round1"
path = "tests/wo26_wo27_qa_round1.rs"
[[test]]
name = "wo27_pool"
path = "tests/wo27_pool.rs"
[[test]]
name = "wo27_qa_round1"
path = "tests/wo27_qa_round1.rs"
[[test]]
name = "wo27_qa_round2"
path = "tests/wo27_qa_round2.rs"
[[test]]
name = "wo27_qa_round3"
path = "tests/wo27_qa_round3.rs"
[[test]]
name = "wo27_shutdown"
path = "tests/wo27_shutdown.rs"
[[test]]
name = "wo27_storage_postgres"
path = "tests/wo27_storage_postgres.rs"
[[test]]
name = "wo28_qa_round1"
path = "tests/wo28_qa_round1.rs"
[[test]]
name = "wo28_qa_round2"
path = "tests/wo28_qa_round2.rs"
[[test]]
name = "wo28_qa_round3"
path = "tests/wo28_qa_round3.rs"
[[test]]
name = "wo28_qa_round4"
path = "tests/wo28_qa_round4.rs"
[[test]]
name = "wo28_qa_round5"
path = "tests/wo28_qa_round5.rs"
[[test]]
name = "wo28_qa_round6"
path = "tests/wo28_qa_round6.rs"
[[test]]
name = "wo28_qa_round7"
path = "tests/wo28_qa_round7.rs"
[[test]]
name = "wo28_qa_round8"
path = "tests/wo28_qa_round8.rs"
[[test]]
name = "wo28_router_resource_prefetch"
path = "tests/wo28_router_resource_prefetch.rs"
[[test]]
name = "wo29_devtools_privacy"
path = "tests/wo29_devtools_privacy.rs"
[[test]]
name = "wo29_p1_qa_round1"
path = "tests/wo29_p1_qa_round1.rs"
[[test]]
name = "wo29_qa_round2"
path = "tests/wo29_qa_round2.rs"
[[test]]
name = "wo30_model_boundary"
path = "tests/wo30_model_boundary.rs"
[[test]]
name = "wo30_qa_round1"
path = "tests/wo30_qa_round1.rs"
[[test]]
name = "wo30_qa_round2"
path = "tests/wo30_qa_round2.rs"
[[test]]
name = "wo31_engine"
path = "tests/wo31_engine.rs"
[[test]]
name = "wo31_manifest"
path = "tests/wo31_manifest.rs"
[[test]]
name = "wo31_qa_round2"
path = "tests/wo31_qa_round2.rs"
[[test]]
name = "wo31_qa_round3"
path = "tests/wo31_qa_round3.rs"
[[test]]
name = "wo31_scenarios"
path = "tests/wo31_scenarios.rs"
[[test]]
name = "wo31a_qa_round1"
path = "tests/wo31a_qa_round1.rs"
[[test]]
name = "wo37_mysql"
path = "tests/wo37_mysql.rs"
[[test]]
name = "wo37_mysql_qa_round1"
path = "tests/wo37_mysql_qa_round1.rs"
[[test]]
name = "wo37_mysql_qa_round2"
path = "tests/wo37_mysql_qa_round2.rs"
[[test]]
name = "wo38_queue_sqlite_followup"
path = "tests/wo38_queue_sqlite_followup.rs"
[[test]]
name = "wo38_sqlite"
path = "tests/wo38_sqlite.rs"
[[test]]
name = "wo38_sqlite_qa_round1"
path = "tests/wo38_sqlite_qa_round1.rs"
[[test]]
name = "wo38_sqlite_qa_round2"
path = "tests/wo38_sqlite_qa_round2.rs"
[[test]]
name = "wo39_qa_round1"
path = "tests/wo39_qa_round1.rs"
[[test]]
name = "wo39_redis"
path = "tests/wo39_redis.rs"
[[test]]
name = "wo40_data_security"
path = "tests/wo40_data_security.rs"
[[test]]
name = "wo40_qa_round1"
path = "tests/wo40_qa_round1.rs"
[[test]]
name = "wo40_qa_round2"
path = "tests/wo40_qa_round2.rs"
[[test]]
name = "wo40_qa_round3"
path = "tests/wo40_qa_round3.rs"
[[test]]
name = "wo40_qa_round4"
path = "tests/wo40_qa_round4.rs"
[[test]]
name = "wo40_qa_round5"
path = "tests/wo40_qa_round5.rs"
[[test]]
name = "wo40_qa_round6"
path = "tests/wo40_qa_round6.rs"
[[test]]
name = "wo40_qa_round8"
path = "tests/wo40_qa_round8.rs"
[[test]]
name = "wo40_qa_round9"
path = "tests/wo40_qa_round9.rs"
[[test]]
name = "wo40_resolution_qa"
path = "tests/wo40_resolution_qa.rs"
[[test]]
name = "wo42_live_invalidation"
path = "tests/wo42_live_invalidation.rs"
[[test]]
name = "wo42_live_scenarios"
path = "tests/wo42_live_scenarios.rs"
[[test]]
name = "wo42_live_transport"
path = "tests/wo42_live_transport.rs"
[[test]]
name = "wo42_presence"
path = "tests/wo42_presence.rs"
[[test]]
name = "wo42_qa_round1"
path = "tests/wo42_qa_round1.rs"
[[test]]
name = "wo42_website_live"
path = "tests/wo42_website_live.rs"
[[test]]
name = "wo43_otlp"
path = "tests/wo43_otlp.rs"
[[test]]
name = "wo43_qa_round1"
path = "tests/wo43_qa_round1.rs"
[[test]]
name = "wo43_qa_round2"
path = "tests/wo43_qa_round2.rs"
[[test]]
name = "wo43_qa_round3"
path = "tests/wo43_qa_round3.rs"
[[test]]
name = "wo43_qa_round4"
path = "tests/wo43_qa_round4.rs"
[[test]]
name = "wo43_trace_flush_followups"
path = "tests/wo43_trace_flush_followups.rs"
[[test]]
name = "wo44_qa_round1"
path = "tests/wo44_qa_round1.rs"
[[test]]
name = "wo44_qa_round2"
path = "tests/wo44_qa_round2.rs"
[[test]]
name = "wo44_qa_round3"
path = "tests/wo44_qa_round3.rs"
[[test]]
name = "wo44_uploads"
path = "tests/wo44_uploads.rs"
[[test]]
name = "wo45_p3_qa_round1"
path = "tests/wo45_p3_qa_round1.rs"
[[test]]
name = "wo45_p3_qa_round2"
path = "tests/wo45_p3_qa_round2.rs"
[[test]]
name = "wo45_phase2"
path = "tests/wo45_phase2.rs"
[[test]]
name = "wo45_phase3"
path = "tests/wo45_phase3.rs"
[[test]]
name = "wo45_qa_round2"
path = "tests/wo45_qa_round2.rs"
[[test]]
name = "wo45_qa_round3"
path = "tests/wo45_qa_round3.rs"
[[test]]
name = "wo46_followups"
path = "tests/wo46_followups.rs"
[[test]]
name = "wo46_qa_round1"
path = "tests/wo46_qa_round1.rs"
[[test]]
name = "wo46_qa_round2_independent"
path = "tests/wo46_qa_round2_independent.rs"
[[test]]
name = "wo46_qa_round3_independent"
path = "tests/wo46_qa_round3_independent.rs"
[[test]]
name = "wo46_round2"
path = "tests/wo46_round2.rs"
[[test]]
name = "wo50_qa_round1"
path = "tests/wo50_qa_round1.rs"
[[test]]
name = "wo50_qa_round2"
path = "tests/wo50_qa_round2.rs"
[[test]]
name = "wo50_qa_round3"
path = "tests/wo50_qa_round3.rs"
[[test]]
name = "wo50_qa_round4"
path = "tests/wo50_qa_round4.rs"
[[test]]
name = "wo50_scaffold"
path = "tests/wo50_scaffold.rs"
[[test]]
name = "wo51_qa_round1"
path = "tests/wo51_qa_round1.rs"
[[test]]
name = "wo51_qa_round2"
path = "tests/wo51_qa_round2.rs"
[[test]]
name = "wo51_qa_round3"
path = "tests/wo51_qa_round3.rs"
[[test]]
name = "wo51_qa_round4"
path = "tests/wo51_qa_round4.rs"
[[test]]
name = "wo51_qa_round5"
path = "tests/wo51_qa_round5.rs"
[[test]]
name = "wo51_repair_cli"
path = "tests/wo51_repair_cli.rs"
[[test]]
name = "wo53_context_budget"
path = "tests/wo53_context_budget.rs"
[[test]]
name = "wo53_describe_guide"
path = "tests/wo53_describe_guide.rs"
[[test]]
name = "wo53_qa_round1"
path = "tests/wo53_qa_round1.rs"
[[test]]
name = "wo53_qa_round2"
path = "tests/wo53_qa_round2.rs"
[[test]]
name = "wo54_plugin_distribution"
path = "tests/wo54_plugin_distribution.rs"
[[test]]
name = "wo55_css_accuracy"
path = "tests/wo55_css_accuracy.rs"
[dependencies.noxid-agent-ir]
version = "0.2.0"
[dependencies.noxid-agent-planning]
version = "0.2.0"
[dependencies.noxid-ai-eval]
version = "0.2.0"
[dependencies.noxid-ast]
version = "0.2.0"
[dependencies.noxid-codegen-js]
version = "0.2.0"
[dependencies.noxid-codegen-server-js]
version = "0.2.0"
[dependencies.noxid-codegen-ssr-js]
version = "0.2.0"
[dependencies.noxid-codegen-validation-js]
version = "0.2.0"
[dependencies.noxid-compiler-core]
version = "0.2.0"
[dependencies.noxid-deployment-ir]
version = "0.2.0"
[dependencies.noxid-devtools-protocol]
version = "0.2.0"
[dependencies.noxid-execution-ir]
version = "0.2.0"
[dependencies.noxid-formatter]
version = "0.2.0"
[dependencies.noxid-graph]
version = "0.2.0"
[dependencies.noxid-headless-components]
version = "0.2.0"
[dependencies.noxid-hmr-ir]
version = "0.2.0"
[dependencies.noxid-ir]
version = "0.2.0"
[dependencies.noxid-lsp]
version = "0.2.0"
[dependencies.noxid-mcp]
version = "0.2.0"
[dependencies.noxid-model-ir]
version = "0.2.0"
[dependencies.noxid-openapi]
version = "0.2.0"
[dependencies.noxid-parser]
version = "0.2.0"
[dependencies.noxid-port-vue]
version = "0.2.0"
[dependencies.noxid-property-gen]
version = "0.2.0"
[dependencies.noxid-render-ir]
version = "0.2.0"
[dependencies.noxid-router-ir]
version = "0.2.0"
[dependencies.noxid-runtime]
version = "0.2.0"
[dependencies.noxid-semantic-ops]
version = "0.2.0"
[dependencies.noxid-semantic-transactions]
version = "0.2.0"
[dependencies.noxid-source]
version = "0.2.0"
[dependencies.noxid-types]
version = "0.2.0"
[dependencies.noxid-validation-ir]
version = "0.2.0"
[dependencies.noxid-vue-island]
version = "0.2.0"
[dependencies.noxid-workspace]
version = "0.2.0"
[lints.rust]
unsafe_code = "forbid"