[package]
edition = "2021"
name = "sdivi-patterns"
version = "0.2.48"
authors = ["Geoff Godwin <geoff.godwin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pattern fingerprinting and catalog for sdivi-rust"
readme = "README.md"
keywords = [
"sdivi",
"code-divergence",
"patterns",
"fingerprint",
"catalog",
]
categories = [
"development-tools",
"algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/GeoffGodwin/sdivi-rust"
[features]
default = ["pipeline-records"]
pipeline-records = ["dep:sdivi-parsing"]
[lib]
name = "sdivi_patterns"
path = "src/lib.rs"
[[test]]
name = "classify_hint"
path = "tests/classify_hint.rs"
[[test]]
name = "comprehensions_fixture"
path = "tests/comprehensions_fixture.rs"
[[test]]
name = "concurrency_go_fixture"
path = "tests/concurrency_go_fixture.rs"
[[test]]
name = "data_access_fixture"
path = "tests/data_access_fixture.rs"
[[test]]
name = "determinism"
path = "tests/determinism.rs"
[[test]]
name = "dispatch_disjointness"
path = "tests/dispatch_disjointness.rs"
[[test]]
name = "dispatch_disjointness_supplement"
path = "tests/dispatch_disjointness_supplement.rs"
[[test]]
name = "entropy_ordering"
path = "tests/entropy_ordering.rs"
[[test]]
name = "error_handling_fixture"
path = "tests/error_handling_fixture.rs"
[[test]]
name = "framework_hooks"
path = "tests/framework_hooks.rs"
[[test]]
name = "go_concurrency_node_kind"
path = "tests/go_concurrency_node_kind.rs"
[[test]]
name = "http_routing_limitations"
path = "tests/http_routing_limitations.rs"
[[test]]
name = "logging_fixture"
path = "tests/logging_fixture.rs"
[[test]]
name = "m33_sentinels"
path = "tests/m33_sentinels.rs"
[[test]]
name = "prop_classify_hint"
path = "tests/prop_classify_hint.rs"
[[test]]
name = "prop_normalize"
path = "tests/prop_normalize.rs"
[[test]]
name = "resource_management_fixture"
path = "tests/resource_management_fixture.rs"
[[test]]
name = "scope_exclude"
path = "tests/scope_exclude.rs"
[[test]]
name = "simple_go_fixture"
path = "tests/simple_go_fixture.rs"
[[test]]
name = "test_all_categories_doc_classification"
path = "tests/test_all_categories_doc_classification.rs"
[[test]]
name = "test_null_safety_doc_clarity"
path = "tests/test_null_safety_doc_clarity.rs"
[[test]]
name = "test_optional_chain_vs_call_expression"
path = "tests/test_optional_chain_vs_call_expression.rs"
[[test]]
name = "test_select_statement_sql_guard"
path = "tests/test_select_statement_sql_guard.rs"
[[test]]
name = "testing_scope_exclude"
path = "tests/testing_scope_exclude.rs"
[dependencies.blake3]
version = "1"
[dependencies.globset]
version = ">=0.4.0, <0.4.15"
[dependencies.regex]
version = "1"
[dependencies.sdivi-config]
version = "0.2.13"
default-features = false
[dependencies.sdivi-parsing]
version = "0.2.13"
optional = true
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.serde_json]
version = "1"