precursor 0.1.1

A data analysis tool for text and binary tagging and filtering with similarity comparisons.
[[bin]]
name = "precursor"
path = "src/main.rs"

[build-dependencies.clap_mangen]
version = "0.2.14"

[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]
features = ["preserve_order"]
version = "1.0.107"

[dependencies.sha2]
version = "0.10.8"

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

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

[package]
authors = ["Matt Lehman <obsecurus@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "filesystem"]
description = "A data analysis tool for text and binary tagging and filtering with similarity comparisons."
homepage = "https://github.com/GreyNoise-Intelligence/precursor"
keywords = ["binary", "tool", "analysis", "similarity", "hashing"]
license = "MIT"
name = "precursor"
readme = "README.md"
repository = "https://github.com/GreyNoise-Intelligence/precursor"
version = "0.1.1"

[profile.release]
debug = 0