[[bench]]
name = "claude_integration_bench"
path = "benches/claude_integration_bench.rs"
[[bench]]
harness = false
name = "critical_path"
path = "benches/critical_path.rs"
[[bench]]
harness = false
name = "performance"
path = "benches/performance.rs"
[[bench]]
name = "storage_backend_bench"
path = "benches/storage_backend_bench.rs"
[[bin]]
name = "pmat"
path = "src/bin/pmat.rs"
[[bin]]
name = "pmat-agent"
path = "src/bin/pmat-agent.rs"
[build-dependencies.capnpc]
version = "0.20"
[build-dependencies.flate2]
version = "1.1"
[build-dependencies.hex]
version = "0.4"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[build-dependencies.ureq]
version = "3.0"
[dependencies.actix]
version = "0.13"
[dependencies.actix-rt]
version = "2.10"
[dependencies.ahash]
version = "0.8"
[dependencies.anyhow]
version = "1.0"
[dependencies.arc-swap]
version = "1.7"
[dependencies.async-raft]
version = "0.6"
[dependencies.async-trait]
version = "0.1"
[dependencies.atty]
version = "0.2"
[dependencies.axum]
default-features = false
features = ["json", "tokio", "http1", "query"]
version = "0.8"
[dependencies.bincode]
version = "1.3"
[dependencies.blake3]
features = ["serde"]
version = "1.8"
[dependencies.bolero]
optional = true
version = "0.12"
[dependencies.bytes]
version = "1.10"
[dependencies.capnp]
version = "0.20"
[dependencies.capnpc]
version = "0.20"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
default-features = false
features = ["std", "derive", "help", "env"]
version = "4.5"
[dependencies.console]
version = "0.15"
[dependencies.cpp_demangle]
optional = true
version = "0.4"
[dependencies.crc32fast]
version = "1.5.0"
[dependencies.crossbeam]
version = "0.8"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.crossterm]
optional = true
version = "0.29"
[dependencies.csv]
version = "1.3"
[dependencies.dashmap]
version = "6.1"
[dependencies.dialoguer]
version = "0.11"
[dependencies.dirs]
version = "6.0"
[dependencies.fixedbitset]
optional = true
version = "0.5"
[dependencies.flate2]
version = "1.1"
[dependencies.futures]
version = "0.3"
[dependencies.gimli]
optional = true
version = "0.32"
[dependencies.git2]
default-features = false
features = ["https"]
version = "0.20"
[dependencies.glob]
version = "0.3"
[dependencies.globset]
version = "0.4"
[dependencies.goblin]
optional = true
version = "0.10"
[dependencies.handlebars]
default-features = false
features = ["string_helpers"]
version = "6.3"
[dependencies.hex]
version = "0.4"
[dependencies.http]
version = "1.3"
[dependencies.http-body-util]
version = "0.1"
[dependencies.httparse]
version = "1.10"
[dependencies.hyper]
default-features = false
features = ["http1", "server", "client"]
version = "1.6"
[dependencies.hyper-util]
default-features = false
features = ["tokio", "server", "client"]
version = "0.1"
[dependencies.ignore]
version = "0.4"
[dependencies.indicatif]
version = "0.17"
[dependencies.kani-verifier]
optional = true
version = "0.56"
[dependencies.lazy_static]
version = "1.5"
[dependencies.levenshtein]
version = "1.0"
[dependencies.libc]
version = "0.2"
[dependencies.linfa]
version = "0.8"
[dependencies.linfa-ensemble]
features = ["serde"]
version = "0.8"
[dependencies.linfa-trees]
version = "0.8"
[dependencies.logos]
optional = true
version = "0.14"
[dependencies.lru]
features = ["hashbrown"]
version = "0.14"
[dependencies.lz4_flex]
version = "0.11"
[dependencies.memmap2]
version = "0.9"
[dependencies.nalgebra-sparse]
version = "0.9"
[dependencies.ndarray]
version = "0.16"
[dependencies.notify]
version = "8.0"
[dependencies.num-traits]
version = "0.2"
[dependencies.num_cpus]
version = "1.17"
[dependencies.object]
version = "0.37"
[dependencies.once_cell]
version = "1.21"
[dependencies.parking_lot]
version = "0.12"
[dependencies.pest]
version = "2.8.2"
[dependencies.pest_derive]
features = ["default"]
version = "2.8.2"
[dependencies.petgraph]
version = "0.8"
[dependencies.pmcp]
features = ["full", "validation"]
version = "1.4.2"
[dependencies.prettyplease]
version = "0.2.37"
[dependencies.prettytable-rs]
version = "0.10"
[dependencies.proc-macro2]
optional = true
version = "1.0"
[dependencies.prometheus]
version = "0.14"
[dependencies.proptest]
version = "1.6"
[dependencies.pulldown-cmark]
version = "0.13"
[dependencies.quote]
optional = true
version = "1.0"
[dependencies.rand]
version = "0.9"
[dependencies.ratatui]
optional = true
version = "0.29"
[dependencies.rayon]
version = "1.10"
[dependencies.regex]
features = ["perf"]
version = "1.11"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.rkyv]
features = ["validation", "alloc"]
version = "0.7"
[dependencies.roaring]
version = "0.10"
[dependencies.rocksdb]
default-features = false
features = ["lz4", "snappy"]
optional = true
version = "0.24"
[dependencies.ruchy]
optional = true
version = "3.31"
[dependencies.rustc-hash]
version = "2.1"
[dependencies.rustpython-parser]
optional = true
version = "0.4.0"
[dependencies.semver]
features = ["serde"]
version = "1.0"
[dependencies.serde]
default-features = false
features = ["derive", "std"]
version = "=1.0.219"
[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.shell-words]
version = "1.1.0"
[dependencies.sled]
version = "0.34"
[dependencies.smallvec]
version = "1.15.0"
[dependencies.sourcemap]
version = "9.0"
[dependencies.swc_common]
optional = true
version = "14.0"
[dependencies.swc_ecma_ast]
optional = true
version = "15.0"
[dependencies.swc_ecma_parser]
optional = true
version = "24.0"
[dependencies.swc_ecma_visit]
optional = true
version = "15.0"
[dependencies.syn]
features = ["full", "parsing", "visit", "extra-traits"]
version = "2.0"
[dependencies.sys-info]
version = "0.9.1"
[dependencies.sysinfo]
version = "0.32"
[dependencies.tempfile]
version = "3.8"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "io-util", "io-std", "fs", "sync", "signal", "process", "time"]
version = "1.47"
[dependencies.tokio-util]
version = "0.7"
[dependencies.toml]
version = "0.8.23"
[dependencies.tower]
default-features = false
features = ["util", "timeout"]
version = "0.5"
[dependencies.tower-http]
default-features = false
features = ["fs", "trace", "compression-gzip", "timeout", "cors"]
version = "0.6"
[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"
[dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt", "std"]
version = "0.3"
[dependencies.tree-sitter]
optional = true
version = "0.22"
[dependencies.tree-sitter-c]
optional = true
version = "0.21"
[dependencies.tree-sitter-c-sharp]
optional = true
version = "0.21"
[dependencies.tree-sitter-cpp]
optional = true
version = "0.22"
[dependencies.tree-sitter-elixir]
optional = true
version = "0.3"
[dependencies.tree-sitter-erlang]
optional = true
version = "0.7"
[dependencies.tree-sitter-go]
optional = true
version = "0.21"
[dependencies.tree-sitter-haskell]
optional = true
version = "0.23"
[dependencies.tree-sitter-java]
optional = true
version = "0.21"
[dependencies.tree-sitter-kotlin]
optional = true
version = "0.3"
[dependencies.tree-sitter-ocaml]
optional = true
version = "0.23"
[dependencies.tree-sitter-ruby]
optional = true
version = "0.23"
[dependencies.tree-sitter-swift]
optional = true
version = "0.7"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.17"
[dependencies.walkdir]
version = "2.5"
[dependencies.walrus]
version = "0.22"
[dependencies.warp]
version = "0.3"
[dependencies.wasm-encoder]
version = "0.239.0"
[dependencies.wasmparser]
version = "0.239.0"
[dependencies.webbrowser]
version = "1.0"
[dependencies.xxhash-rust]
features = ["xxh64"]
version = "0.8"
[dependencies.zstd]
version = "0.13"
[dev-dependencies.actix-test]
version = "0.1"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.6"
[dev-dependencies.env_logger]
version = "0.11.8"
[dev-dependencies.futures-test]
version = "0.3"
[dev-dependencies.mockall]
version = "0.13"
[dev-dependencies.predicates]
version = "3.1"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.proptest]
version = "1.6"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.quickcheck_macros]
version = "1.0"
[dev-dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dev-dependencies.scraper]
version = "0.24"
[dev-dependencies.serial_test]
version = "3.2"
[dev-dependencies.tempfile]
version = "3.20"
[dev-dependencies.tokio-test]
version = "0.4"
[[example]]
name = "analyze_complexity"
path = "examples/analyze_complexity.rs"
[[example]]
name = "analyze_dead_code"
path = "examples/analyze_dead_code.rs"
[[example]]
name = "analyze_github_repo"
path = "examples/analyze_github_repo.rs"
[[example]]
name = "analyze_satd"
path = "examples/analyze_satd.rs"
[[example]]
name = "check_code_quality"
path = "examples/check_code_quality.rs"
[[example]]
name = "check_github_repo"
path = "examples/check_github_repo.rs"
[[example]]
name = "ci_integration"
path = "examples/ci_integration.rs"
[[example]]
name = "claude_integration_example"
path = "examples/claude_integration_example.rs"
[[example]]
name = "compare_repos"
path = "examples/compare_repos.rs"
[[example]]
name = "complexity_demo"
path = "examples/complexity_demo.rs"
[[example]]
name = "complexity_isolation"
path = "examples/complexity_isolation.rs"
[[example]]
name = "complexity_validation"
path = "examples/complexity_validation.rs"
[[example]]
name = "context_analysis_demo"
path = "examples/context_analysis_demo.rs"
[[example]]
name = "debug_complexity"
path = "examples/debug_complexity.rs"
[[example]]
name = "deep_context_complexity"
path = "examples/deep_context_complexity.rs"
[[example]]
name = "exit_codes"
path = "examples/exit_codes.rs"
[[example]]
name = "lint_hotspot_demo"
path = "examples/lint_hotspot_demo.rs"
[[example]]
name = "lint_hotspot_enforce_flag"
path = "examples/lint_hotspot_enforce_flag.rs"
[[example]]
name = "mcp_server_pmcp"
path = "examples/mcp_server_pmcp.rs"
[[example]]
name = "one_function_only"
path = "examples/one_function_only.rs"
[[example]]
name = "pmcp_analyze_workflow"
path = "examples/pmcp_analyze_workflow.rs"
[[example]]
name = "pmcp_refactor_session"
path = "examples/pmcp_refactor_session.rs"
[[example]]
name = "quality_gate"
path = "examples/quality_gate.rs"
[[example]]
name = "quality_gate_custom"
path = "examples/quality_gate_custom.rs"
[[example]]
name = "quality_gate_github"
path = "examples/quality_gate_github.rs"
[[example]]
name = "quality_gate_perf"
path = "examples/quality_gate_perf.rs"
[[example]]
name = "quality_gate_shows_checks"
path = "examples/quality_gate_shows_checks.rs"
[[example]]
name = "quality_gate_thresholds"
path = "examples/quality_gate_thresholds.rs"
[[example]]
name = "quality_proxy_demo"
path = "examples/quality_proxy_demo.rs"
[[example]]
name = "satd_lint_analysis"
path = "examples/satd_lint_analysis.rs"
[[example]]
name = "scaffold_agent_basics"
path = "examples/scaffold_agent_basics.rs"
[[example]]
name = "scaffold_agent_course_project"
path = "examples/scaffold_agent_course_project.rs"
[[example]]
name = "scaffold_agent_hybrid"
path = "examples/scaffold_agent_hybrid.rs"
[[example]]
name = "scaffold_agent_interactive"
path = "examples/scaffold_agent_interactive.rs"
[[example]]
name = "similarity_demo"
path = "examples/similarity_demo.rs"
[[example]]
name = "single_function_test"
path = "examples/single_function_test.rs"
[[example]]
name = "single_if_test"
path = "examples/single_if_test.rs"
[[example]]
name = "tdg_system_demo"
path = "examples/tdg_system_demo.rs"
[[example]]
name = "test_pmcp_server"
path = "examples/test_pmcp_server.rs"
[[example]]
name = "unified_mcp_demo"
path = "examples/unified_mcp_demo.rs"
[features]
all-languages = ["rust-ast", "typescript-ast", "python-ast", "c-ast", "cpp-ast", "ruchy-ast", "go-ast", "wasm-ast", "deep-wasm", "shell-ast", "java-ast", "csharp-ast", "kotlin-ast", "swift-ast", "ruby-ast", "erlang-ast", "elixir-ast", "haskell-ast", "ocaml-ast"]
c-ast = ["tree-sitter", "tree-sitter-c", "fixedbitset"]
cpp-ast = ["c-ast", "tree-sitter-cpp", "cpp_demangle", "gimli", "goblin"]
csharp-ast = ["tree-sitter", "tree-sitter-c-sharp"]
deep-wasm = ["gimli", "wasm-ast"]
default = ["all-languages", "demo"]
demo = []
e2e-tests = []
elixir-ast = ["tree-sitter", "tree-sitter-elixir"]
erlang-ast = ["tree-sitter", "tree-sitter-erlang"]
go-ast = ["tree-sitter", "tree-sitter-go"]
haskell-ast = ["tree-sitter", "tree-sitter-haskell"]
integration-tests = []
internal_tests = []
java-ast = ["tree-sitter", "tree-sitter-java"]
kotlin-ast = ["tree-sitter", "tree-sitter-kotlin"]
most-languages = ["rust-ast", "typescript-ast", "python-ast", "c-ast", "cpp-ast", "java-ast", "csharp-ast", "kotlin-ast", "swift-ast", "ruby-ast"]
ocaml-ast = ["tree-sitter", "tree-sitter-ocaml"]
perf-tests = []
python-ast = ["rust-ast", "rustpython-parser"]
rocksdb-backend = ["rocksdb"]
ruby-ast = ["tree-sitter", "tree-sitter-ruby"]
ruchy-ast = ["ruchy", "logos"]
rust-ast = ["quote", "proc-macro2"]
rust-only = ["rust-ast"]
shell-ast = []
skip-slow-tests = []
swift-ast = ["tree-sitter", "tree-sitter-swift"]
tui = ["ratatui", "crossterm"]
typescript-ast = ["rust-ast", "swc_ecma_parser", "swc_common", "swc_ecma_ast", "swc_ecma_visit"]
wasm-ast = []
[lib]
name = "pmat"
path = "src/lib.rs"
[package]
authors = ["Pragmatic AI Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools", "development-tools::testing"]
description = "PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)"
edition = "2021"
exclude = ["*.log", "temp_*", "*.profraw", ".pmat-cache", "proptest-regressions"]
homepage = "https://paiml.com"
keywords = ["mcp", "code-analysis", "refactoring", "quality", "ai"]
license = "MIT OR Apache-2.0"
name = "pmat"
readme = "README.md"
repository = "https://github.com/paiml/paiml-mcp-agent-toolkit"
rust-version = "1.80.0"
version = "2.140.0"
[package.metadata.docs.rs]
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "agent_integration_tests"
path = "tests/agent_integration_tests.rs"
[[test]]
name = "analysis_timeout_test"
path = "tests/analysis_timeout_test.rs"
[[test]]
name = "analyze_exit_status"
path = "tests/analyze_exit_status.rs"
[[test]]
name = "architecture_tests"
path = "tests/architecture_tests.rs"
[[test]]
name = "ast_dag_mermaid_pipeline"
path = "tests/ast_dag_mermaid_pipeline.rs"
[[test]]
name = "bin_integration"
path = "tests/bin_integration.rs"
[[test]]
name = "claude_code_agent_mcp_server_test"
path = "tests/claude_code_agent_mcp_server_test.rs"
[[test]]
name = "cli_comprehensive_integration"
path = "tests/cli_comprehensive_integration.rs"
[[test]]
name = "cli_context_tests"
path = "tests/cli_context_tests.rs"
[[test]]
name = "cli_documentation_sync"
path = "tests/cli_documentation_sync.rs"
[[test]]
name = "cli_functional_harness"
path = "tests/cli_functional_harness.rs"
[[test]]
name = "cli_similarity_tests"
path = "tests/cli_similarity_tests.rs"
[[test]]
name = "cli_smoke_test"
path = "tests/cli_smoke_test.rs"
[[test]]
name = "clippy_fix_engine_test"
path = "tests/clippy_fix_engine_test.rs"
[[test]]
name = "command_discoverability_test"
path = "tests/command_discoverability_test.rs"
[[test]]
name = "complexity_analyzer_accuracy_test"
path = "tests/complexity_analyzer_accuracy_test.rs"
[[test]]
name = "complexity_analyzer_tests"
path = "tests/complexity_analyzer_tests.rs"
[[test]]
name = "complexity_analyzer_validation_test"
path = "tests/complexity_analyzer_validation_test.rs"
[[test]]
name = "complexity_bug_test"
path = "tests/complexity_bug_test.rs"
[[test]]
name = "complexity_metrics"
path = "tests/complexity_metrics.rs"
[[test]]
name = "complexity_threshold_filtering"
path = "tests/complexity_threshold_filtering.rs"
[[test]]
name = "config_command_test"
path = "tests/config_command_test.rs"
[[test]]
name = "config_integration"
path = "tests/config_integration.rs"
[[test]]
name = "dead_code_timeout_test"
path = "tests/dead_code_timeout_test.rs"
[[test]]
name = "deep_context_cli_integration"
path = "tests/deep_context_cli_integration.rs"
[[test]]
name = "deep_wasm_cli_tests"
path = "tests/deep_wasm_cli_tests.rs"
[[test]]
name = "demo_core_extraction"
path = "tests/demo_core_extraction.rs"
[[test]]
name = "demo_e2e_integration"
path = "tests/demo_e2e_integration.rs"
[[test]]
name = "demo_integration"
path = "tests/demo_integration.rs"
[[test]]
name = "demo_web_integration"
path = "tests/demo_web_integration.rs"
[[test]]
name = "determinism_tests"
path = "tests/determinism_tests.rs"
[[test]]
name = "documentation_examples"
path = "tests/documentation_examples.rs"
[[test]]
name = "e2e_system"
path = "tests/e2e/system.rs"
required-features = ["e2e-tests"]
[[test]]
name = "enhanced_dag_integration"
path = "tests/enhanced_dag_integration.rs"
[[test]]
name = "enhanced_reporting_refactor_test"
path = "tests/enhanced_reporting_refactor_test.rs"
[[test]]
name = "entropy_duplicate_test"
path = "tests/entropy_duplicate_test.rs"
[[test]]
name = "execution_mode"
path = "tests/execution_mode.rs"
[[test]]
name = "export_integration"
path = "tests/export_integration.rs"
[[test]]
name = "format_defect_markdown_test"
path = "tests/format_defect_markdown_test.rs"
[[test]]
name = "format_detailed_report_refactor_test"
path = "tests/format_detailed_report_refactor_test.rs"
[[test]]
name = "format_output_symbol_table_test"
path = "tests/format_output_symbol_table_test.rs"
[[test]]
name = "generate_mermaid_example"
path = "tests/generate_mermaid_example.rs"
[[test]]
name = "generate_mermaid_test"
path = "tests/generate_mermaid_test.rs"
[[test]]
name = "git_clone_validation"
path = "tests/git_clone_validation.rs"
[[test]]
name = "hooks_command_test"
path = "tests/hooks_command_test.rs"
[[test]]
name = "include_pattern_integration"
path = "tests/include_pattern_integration.rs"
[[test]]
name = "is_excluded_filename_refactor_test"
path = "tests/is_excluded_filename_refactor_test.rs"
[[test]]
name = "kotlin_ast_test"
path = "tests/kotlin_ast_test.rs"
[[test]]
name = "kotlin_support_test"
path = "tests/kotlin_support_test.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "mcp_documentation_sync"
path = "tests/mcp_documentation_sync.rs"
[[test]]
name = "mcp_server_integration"
path = "tests/mcp_server_integration.rs"
[[test]]
name = "mcp_tool_composition"
path = "tests/mcp_tool_composition.rs"
[[test]]
name = "mermaid_artifact_tests"
path = "tests/mermaid_artifact_tests.rs"
[[test]]
name = "mermaid_empty_bug_fix_test"
path = "tests/mermaid_empty_bug_fix_test.rs"
[[test]]
name = "mutation_cleanup_tests"
path = "tests/mutation_cleanup_tests.rs"
[[test]]
name = "mutation_compilation_test"
path = "tests/mutation_compilation_test.rs"
[[test]]
name = "mutation_generation_integration"
path = "tests/mutation_generation_integration.rs"
[[test]]
name = "name_similarity_refactor_test"
path = "tests/name_similarity_refactor_test.rs"
[[test]]
name = "parallel_mutation_execution"
path = "tests/parallel_mutation_execution.rs"
[[test]]
name = "parse_sprint_section_refactor_test"
path = "tests/parse_sprint_section_refactor_test.rs"
[[test]]
name = "pdmt_integration_test"
path = "tests/pdmt_integration_test.rs"
[[test]]
name = "performance_regression"
path = "tests/performance/regression.rs"
required-features = ["perf-tests"]
[[test]]
name = "polyglot_integration"
path = "tests/polyglot_integration.rs"
[[test]]
name = "protocol_adapters"
path = "tests/integration/protocols.rs"
required-features = ["integration-tests"]
[[test]]
name = "provability_handler_refactor_test"
path = "tests/provability_handler_refactor_test.rs"
[[test]]
name = "quality_gate_complexity_test"
path = "tests/quality_gate_complexity_test.rs"
[[test]]
name = "quality_gate_integration"
path = "tests/quality_gate_integration.rs"
[[test]]
name = "quality_gate_integration_test"
path = "tests/quality_gate_integration_test.rs"
[[test]]
name = "quality_gate_tests"
path = "tests/quality_gate_tests.rs"
[[test]]
name = "quality_proxy_integration"
path = "tests/quality_proxy_integration.rs"
[[test]]
name = "refactor_auto_property_integration"
path = "tests/refactor_auto_property_integration.rs"
[[test]]
name = "route_analyze_command_refactor_test"
path = "tests/route_analyze_command_refactor_test.rs"
[[test]]
name = "ruchy_entropy_integration_test"
path = "tests/ruchy_entropy_integration_test.rs"
[[test]]
name = "ruchy_integration_standalone"
path = "tests/ruchy_integration_standalone.rs"
[[test]]
name = "ruchy_integration_test"
path = "tests/ruchy_integration_test.rs"
[[test]]
name = "ruchy_tdg_integration_test"
path = "tests/ruchy_tdg_integration_test.rs"
[[test]]
name = "run_clippy_analysis_refactor_test"
path = "tests/run_clippy_analysis_refactor_test.rs"
[[test]]
name = "run_mcp_server_refactor_test"
path = "tests/run_mcp_server_refactor_test.rs"
[[test]]
name = "services_integration"
path = "tests/integration/services.rs"
required-features = ["integration-tests"]
[[test]]
name = "slow_integration"
path = "tests/slow_integration.rs"
[[test]]
name = "smart_test_filtering"
path = "tests/smart_test_filtering.rs"
[[test]]
name = "sprint85_entropy_reduction_test"
path = "tests/sprint85_entropy_reduction_test.rs"
[[test]]
name = "stateless_server_test"
path = "tests/stateless_server_test.rs"
[[test]]
name = "storage_backend_tests"
path = "tests/storage_backend_tests.rs"
[[test]]
name = "tdg_handlers_refactor_test"
path = "tests/tdg_handlers_refactor_test.rs"
[[test]]
name = "tdg_score_storage_test"
path = "tests/tdg_score_storage_test.rs"
[[test]]
name = "tdg_storage_simple_test"
path = "tests/tdg_storage_simple_test.rs"
[[test]]
name = "test_kotlin_direct"
path = "tests/test_kotlin_direct.rs"
[[test]]
name = "test_kotlin_minimal"
path = "tests/test_kotlin_minimal.rs"
[[test]]
name = "unit_core"
path = "tests/unit/core.rs"
required-features = []
[[test]]
name = "universal_demo_integration"
path = "tests/universal_demo_integration.rs"
[[test]]
name = "universal_demo_performance"
path = "tests/universal_demo_performance.rs"
[[test]]
name = "universal_demo_simple"
path = "tests/universal_demo_simple.rs"
[[test]]
name = "universal_demo_unit"
path = "tests/universal_demo_unit.rs"
[[test]]
name = "wasm_cli_tests"
path = "tests/wasm_cli_tests.rs"
[[test]]
name = "wasm_handlers_refactor_test"
path = "tests/wasm_handlers_refactor_test.rs"
[[test]]
name = "webassembly_handler_refactor_test"
path = "tests/webassembly_handler_refactor_test.rs"