[package]
edition = "2021"
name = "sdivi-patterns"
version = "0.2.18"
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 = "determinism"
path = "tests/determinism.rs"
[[test]]
name = "entropy_ordering"
path = "tests/entropy_ordering.rs"
[[test]]
name = "prop_normalize"
path = "tests/prop_normalize.rs"
[[test]]
name = "scope_exclude"
path = "tests/scope_exclude.rs"
[dependencies.blake3]
version = "1"
[dependencies.globset]
version = ">=0.4.0, <0.4.15"
[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"