[package]
edition = "2024"
rust-version = "1.89"
name = "xchecker"
version = "1.2.0"
build = "build.rs"
include = [
"/build.rs",
"/Cargo.lock",
"/Cargo.toml",
"/CHANGELOG.md",
"/LICENSE-APACHE",
"/LICENSE-MIT",
"/README.md",
"/docs/**",
"/examples/**",
"/schemas/**",
"/src/**",
"/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec pipeline with receipts and gateable JSON contracts"
homepage = "https://github.com/EffortlessMetrics/xchecker"
readme = "README.md"
keywords = [
"cli",
"spec",
"requirements",
"workflow",
"automation",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/xchecker"
[features]
dev-tools = [
"xchecker-utils/dev-tools",
"xchecker-redaction/dev-tools",
"test-utils",
]
legacy_claude = ["xchecker-engine/legacy_claude"]
test-utils = [
"xchecker-utils/test-utils",
"xchecker-engine/test-utils",
]
[lib]
name = "xchecker"
path = "src/lib.rs"
[[bin]]
name = "claude-stub"
path = "src/bin/claude-stub.rs"
required-features = ["dev-tools"]
[[bin]]
name = "regenerate_examples"
path = "src/bin/regenerate_examples.rs"
required-features = ["dev-tools"]
[[bin]]
name = "regenerate_secret_patterns_docs"
path = "src/bin/regenerate_secret_patterns_docs.rs"
required-features = ["dev-tools"]
[[bin]]
name = "xchecker"
path = "src/main.rs"
[[example]]
name = "embed_requirements"
path = "examples/embed_requirements.rs"
[[example]]
name = "error_messages_demo"
path = "examples/error_messages_demo.rs"
[[test]]
name = "claude_stub_cli"
path = "tests/dev_tools/claude_stub_cli.rs"
required-features = ["dev-tools"]
[[test]]
name = "command_injection_tests"
path = "tests/command_injection_tests.rs"
[[test]]
name = "comprehensive_test_suite"
path = "tests/comprehensive_test_suite.rs"
[[test]]
name = "debug_canonicalization"
path = "tests/debug_canonicalization.rs"
[[test]]
name = "doc_validation"
path = "tests/test_doc_validation.rs"
required-features = ["dev-tools"]
[[test]]
name = "golden_pipeline_tests"
path = "tests/golden_pipeline_tests.rs"
[[test]]
name = "integration_full_workflows"
path = "tests/integration_full_workflows.rs"
[[test]]
name = "integration_m1_gate"
path = "tests/integration_m1_gate.rs"
[[test]]
name = "m1_gate_final_validation"
path = "tests/m1_gate_final_validation.rs"
[[test]]
name = "m1_gate_simple"
path = "tests/m1_gate_simple.rs"
[[test]]
name = "m1_gate_simple_validation"
path = "tests/m1_gate_simple_validation.rs"
[[test]]
name = "m1_gate_unit_tests"
path = "tests/m1_gate_unit_tests.rs"
[[test]]
name = "m1_gate_validation"
path = "tests/m1_gate_validation.rs"
[[test]]
name = "m2_gate_canonicalization"
path = "tests/m2_gate_canonicalization.rs"
[[test]]
name = "m3_gate_contracts_validation"
path = "tests/m3_gate_contracts_validation.rs"
[[test]]
name = "m3_gate_simple"
path = "tests/m3_gate_simple.rs"
[[test]]
name = "m3_gate_validation"
path = "tests/m3_gate_validation.rs"
[[test]]
name = "m4_gate_simple"
path = "tests/m4_gate_simple.rs"
[[test]]
name = "m4_gate_validation"
path = "tests/m4_gate_validation.rs"
[[test]]
name = "m5_gate_validation"
path = "tests/m5_gate_validation.rs"
[[test]]
name = "m6_gate_validation"
path = "tests/m6_gate_validation.rs"
[[test]]
name = "path_traversal_tests"
path = "tests/path_traversal_tests.rs"
[[test]]
name = "property_based_tests"
path = "tests/property_based_tests.rs"
[[test]]
name = "runner_property_tests"
path = "tests/runner_property_tests.rs"
[[test]]
name = "security_integration_tests"
path = "tests/security_integration_tests.rs"
[[test]]
name = "security_path_traversal"
path = "tests/security_path_traversal.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[[test]]
name = "test_apply_fixups_flag"
path = "tests/test_apply_fixups_flag.rs"
[[test]]
name = "test_cache_integration"
path = "tests/test_cache_integration.rs"
[[test]]
name = "test_cli_flags"
path = "tests/test_cli_flags.rs"
[[test]]
name = "test_config_system"
path = "tests/test_config_system.rs"
[[test]]
name = "test_cross_platform_line_endings"
path = "tests/test_cross_platform_line_endings.rs"
[[test]]
name = "test_debug_packet_integration"
path = "tests/test_debug_packet_integration.rs"
[[test]]
name = "test_doc_validation_presence"
path = "tests/test_doc_validation_presence.rs"
[[test]]
name = "test_doctor_http_provider_checks"
path = "tests/test_doctor_http_provider_checks.rs"
[[test]]
name = "test_doctor_llm_checks"
path = "tests/test_doctor_llm_checks.rs"
[[test]]
name = "test_doctor_wsl_checks"
path = "tests/test_doctor_wsl_checks.rs"
[[test]]
name = "test_end_to_end_workflows"
path = "tests/test_end_to_end_workflows.rs"
[[test]]
name = "test_engine_invariants"
path = "tests/test_engine_invariants.rs"
[[test]]
name = "test_error_handling_comprehensive"
path = "tests/test_error_handling_comprehensive.rs"
[[test]]
name = "test_error_messages_improvement"
path = "tests/test_error_messages_improvement.rs"
[[test]]
name = "test_error_receipt_generation"
path = "tests/test_error_receipt_generation.rs"
[[test]]
name = "test_error_receipt_metadata"
path = "tests/test_error_receipt_metadata.rs"
[[test]]
name = "test_exit_alignment"
path = "tests/test_exit_alignment.rs"
[[test]]
name = "test_fixup_apply_mode"
path = "tests/test_fixup_apply_mode.rs"
[[test]]
name = "test_fixup_cli_integration"
path = "tests/test_fixup_cli_integration.rs"
[[test]]
name = "test_fixup_command_integration"
path = "tests/test_fixup_command_integration.rs"
[[test]]
name = "test_fixup_cross_filesystem"
path = "tests/test_fixup_cross_filesystem.rs"
[[test]]
name = "test_fixup_fuzzy_edge_cases"
path = "tests/test_fixup_fuzzy_edge_cases.rs"
[[test]]
name = "test_fixup_preview_mode"
path = "tests/test_fixup_preview_mode.rs"
[[test]]
name = "test_generated_schema_validation"
path = "tests/test_generated_schema_validation.rs"
[[test]]
name = "test_hooks_integration"
path = "tests/test_hooks_integration.rs"
[[test]]
name = "test_jcs_performance"
path = "tests/test_jcs_performance.rs"
[[test]]
name = "test_json_schema_validation"
path = "tests/test_json_schema_validation.rs"
[[test]]
name = "test_large_file_handling"
path = "tests/test_large_file_handling.rs"
[[test]]
name = "test_line_ending_normalization"
path = "tests/test_line_ending_normalization.rs"
[[test]]
name = "test_llm_budget_exhaustion_receipt"
path = "tests/test_llm_budget_exhaustion_receipt.rs"
[[test]]
name = "test_llm_provider_selection"
path = "tests/test_llm_provider_selection.rs"
[[test]]
name = "test_llm_receipt_metadata"
path = "tests/test_llm_receipt_metadata.rs"
[[test]]
name = "test_lockfile_concurrent_execution"
path = "tests/test_lockfile_concurrent_execution.rs"
[[test]]
name = "test_lockfile_integration"
path = "tests/test_lockfile_integration.rs"
[[test]]
name = "test_m4_gate_validation"
path = "tests/test_m4_gate_validation.rs"
[[test]]
name = "test_orchestrator_handle_smoke"
path = "tests/test_orchestrator_handle_smoke.rs"
[[test]]
name = "test_packet_builder"
path = "tests/test_packet_builder.rs"
[[test]]
name = "test_packet_overflow_scenarios"
path = "tests/test_packet_overflow_scenarios.rs"
[[test]]
name = "test_packet_performance"
path = "tests/test_packet_performance.rs"
[[test]]
name = "test_packet_phase_integration"
path = "tests/test_packet_phase_integration.rs"
[[test]]
name = "test_phase_orchestration_integration"
path = "tests/test_phase_orchestration_integration.rs"
[[test]]
name = "test_phase_timeout"
path = "tests/test_phase_timeout.rs"
[[test]]
name = "test_phase_timeout_scenarios"
path = "tests/test_phase_timeout_scenarios.rs"
[[test]]
name = "test_phase_trait_system"
path = "tests/test_phase_trait_system.rs"
[[test]]
name = "test_phase_transition_validation"
path = "tests/test_phase_transition_validation.rs"
[[test]]
name = "test_problem_statement_packet"
path = "tests/test_problem_statement_packet.rs"
[[test]]
name = "test_public_api"
path = "tests/test_public_api.rs"
[[test]]
name = "test_receipt_schema_v1"
path = "tests/test_receipt_schema_v1.rs"
[[test]]
name = "test_redaction_coverage"
path = "tests/test_redaction_coverage.rs"
[[test]]
name = "test_redaction_security"
path = "tests/test_redaction_security.rs"
[[test]]
name = "test_resume_functionality"
path = "tests/test_resume_functionality.rs"
[[test]]
name = "test_runner_buffering"
path = "tests/test_runner_buffering.rs"
[[test]]
name = "test_runner_execution"
path = "tests/test_runner_execution.rs"
[[test]]
name = "test_schema_compliance"
path = "tests/test_schema_compliance.rs"
[[test]]
name = "test_secret_redaction_comprehensive"
path = "tests/test_secret_redaction_comprehensive.rs"
[[test]]
name = "test_secret_redaction_error_paths"
path = "tests/test_secret_redaction_error_paths.rs"
[[test]]
name = "test_secret_scanning_ci"
path = "tests/test_secret_scanning_ci.rs"
[[test]]
name = "test_showcase_examples"
path = "tests/test_showcase_examples.rs"
[[test]]
name = "test_source_resolver"
path = "tests/test_source_resolver.rs"
[[test]]
name = "test_status_reporting"
path = "tests/test_status_reporting.rs"
[[test]]
name = "test_structured_logging"
path = "tests/test_structured_logging.rs"
[[test]]
name = "test_unix_process_termination"
path = "tests/test_unix_process_termination.rs"
[[test]]
name = "test_v1_1_jcs_emission"
path = "tests/test_v1_1_jcs_emission.rs"
[[test]]
name = "test_v1_2_blake3_hashing"
path = "tests/test_v1_2_blake3_hashing.rs"
[[test]]
name = "test_windows_job_objects"
path = "tests/test_windows_job_objects.rs"
[[test]]
name = "test_workflow_receipt_regression"
path = "tests/test_workflow_receipt_regression.rs"
[[test]]
name = "test_wsl_probe"
path = "tests/test_wsl_probe.rs"
[[test]]
name = "test_wsl_runner"
path = "tests/test_wsl_runner.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.blake3]
version = "=1.8.3"
features = ["rayon"]
[dependencies.camino]
version = "1.2.2"
[dependencies.chrono]
version = "0.4.43"
features = ["serde"]
[dependencies.clap]
version = "4.5.55"
features = ["derive"]
[dependencies.crossterm]
version = "0.29.0"
[dependencies.fd-lock]
version = "4.0.4"
[dependencies.globset]
version = "0.4.18"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.ratatui]
version = "0.30.0"
[dependencies.regex]
version = "1.12.2"
[dependencies.reqwest]
version = "=0.13.1"
features = [
"json",
"rustls",
]
default-features = false
[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "=1.0.149"
[dependencies.serde_json_canonicalizer]
version = "0.3.1"
[dependencies.serde_yaml]
version = "0.10.0"
package = "serde_yaml_ng"
[dependencies.strum]
version = "0.27.2"
features = ["derive"]
optional = true
[dependencies.sysinfo]
version = "0.38.0"
[dependencies.tempfile]
version = "3.24.0"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "=1.49.0"
features = ["full"]
[dependencies.toml]
version = "0.9.8"
[dependencies.tracing]
version = "0.1.44"
[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
"env-filter",
"fmt",
"json",
]
[dependencies.unicode-normalization]
version = "0.1.25"
[dependencies.which]
version = "8.0.0"
[dependencies.xchecker-config]
version = "1.2.0"
[dependencies.xchecker-doctor]
version = "1.2.0"
[dependencies.xchecker-engine]
version = "1.2.0"
[dependencies.xchecker-error-reporter]
version = "1.2.0"
[dependencies.xchecker-gate]
version = "1.2.0"
[dependencies.xchecker-llm]
version = "1.2.0"
[dependencies.xchecker-redaction]
version = "1.2.0"
[dependencies.xchecker-status]
version = "1.2.0"
[dependencies.xchecker-templates]
version = "1.2.0"
[dependencies.xchecker-tui]
version = "1.2.0"
[dependencies.xchecker-utils]
version = "1.2.0"
[dev-dependencies.assert_cmd]
version = "2.1.2"
[dev-dependencies.jsonschema]
version = "0.40.0"
[dev-dependencies.predicates]
version = "3.1.3"
[dev-dependencies.proptest]
version = "1.9.0"
[dev-dependencies.pulldown-cmark]
version = "0.13.0"
[dev-dependencies.serial_test]
version = "3.3.1"
[dev-dependencies.shell-words]
version = "1.1.1"
[dev-dependencies.strum]
version = "0.27.2"
features = ["derive"]
[dev-dependencies.xchecker-utils]
version = "1.2.0"
features = ["test-utils"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.180"
[target."cfg(unix)".dependencies.nix]
version = "0.31.1"
features = [
"signal",
"process",
]
[target."cfg(windows)".dependencies.dunce]
version = "1.0.5"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
"processthreadsapi",
"winnt",
"handleapi",
"psapi",
"jobapi2",
]
[target."cfg(windows)".dependencies.windows]
version = "0.62.2"
features = [
"Win32_Foundation",
"Win32_System_JobObjects",
"Win32_System_Threading",
"Win32_Security",
"Win32_Storage_FileSystem",
]