precursor 0.2.3

Pre-protocol payload tagging, similarity clustering, and packet/firmware triage CLI.
# 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"
rust-version = "1.86"
name = "precursor"
version = "0.2.3"
authors = ["Matt Lehman <obsecurus@users.noreply.github.com>"]
build = "build.rs"
exclude = [
    ".env",
    ".env.*",
    ".DS_Store",
    "samples/.DS_Store",
    "README_files/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-protocol payload tagging, similarity clustering, and packet/firmware triage CLI."
homepage = "https://precursor.hashdb.io"
documentation = "https://github.com/Obsecurus/precursor#readme"
readme = "README.md"
keywords = [
    "ids",
    "forensics",
    "similarity",
    "packet",
    "firmware",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "science",
]
license = "MIT OR Unlicense"
repository = "https://github.com/Obsecurus/precursor"

[features]
default = []
similarity-mrshv2 = []

[[bin]]
name = "precursor"
path = "src/main.rs"

[[test]]
name = "cli_contract"
path = "tests/cli_contract.rs"

[[test]]
name = "scenario_corpus_contract"
path = "tests/scenario_corpus_contract.rs"

[dependencies.atomic-counter]
version = "1.0.1"

[dependencies.base64]
version = "0.21.4"

[dependencies.clap]
version = "4.4.6"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.17.7"

[dependencies.jaq-core]
version = "0.10.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pcre2]
version = "0.2.5"

[dependencies.rayon]
version = "1.8.0"

[dependencies.serde_json]
version = "1.0.107"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10.8"

[dependencies.tlsh2]
version = "0.3.0"
features = ["diff"]

[dependencies.xxhash-rust]
version = "0.8.0"
features = [
    "xxh3",
    "const_xxh3",
]

[profile.release]
debug = 0