[build-dependencies.version_check]
version = "0.9"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.static_assertions]
version = "1.1.0"
[dev-dependencies.glob]
version = "0.3.1"
[dev-dependencies.itertools]
version = "0.13.0"
[features]
alloc = []
default = ["std", "easy-functions"]
easy-functions = []
maint-code = []
maint-lints = []
nightly = []
opt-reduce-fnv-table = []
std = ["alloc"]
strict-parser = []
tests-slow = []
tests-very-slow = ["tests-slow"]
unchecked = []
unsafe = ["unchecked", "unsafe-guarantee"]
unsafe-guarantee = []
unstable = ["nightly"]
[lib]
name = "ssdeep"
path = "src/lib.rs"
[package]
authors = ["Tsukasa OI", "Helmut Grohne", "Jesse Kornblum"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["algorithms", "encoding", "parser-implementations", "no-std::no-alloc"]
description = "Library to generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)"
documentation = "https://docs.rs/ffuzzy"
edition = "2021"
exclude = []
homepage = "https://github.com/a4lg/ffuzzy"
keywords = ["ssdeep", "fuzzy", "hash", "security", "clustering"]
license = "GPL-2.0-or-later"
name = "ffuzzy"
readme = "README.md"
repository = "https://github.com/a4lg/ffuzzy"
rust-version = "1.56"
version = "0.3.12"
[package.metadata.docs.rs]
features = ["unstable", "unsafe", "unchecked"]
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2.161"
[target."cfg(unix)".dev-dependencies.tempfile]
version = "=3.6.0"