sdivi-patterns 0.2.12

Pattern fingerprinting and catalog for sdivi-rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sdivi-patterns"
version = "0.2.12"
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.12"
default-features = false

[dependencies.sdivi-parsing]
version = "0.2.12"
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"