scanner-engine 0.2.3

Core scanning engine powering scanner-core.
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 = "scanner-engine"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core scanning engine powering scanner-core."
readme = false
license = "MIT"
repository = "https://github.com/organizyio/scanner"

[lib]
name = "engine"
path = "src/lib.rs"

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

[[bench]]
name = "hash_bench"
path = "benches/hash_bench.rs"
harness = false

[[bench]]
name = "walk_bench"
path = "benches/walk_bench.rs"
harness = false

[dependencies.format]
version = "0.2.1"
package = "scanner-format"

[dependencies.hash]
version = "0.2.1"
package = "scanner-hash"

[dependencies.metadata]
version = "0.2.1"
package = "scanner-metadata"

[dependencies.output]
version = "0.2.1"
package = "scanner-output"

[dependencies.phash]
version = "0.2.1"
package = "scanner-phash"

[dependencies.thiserror]
version = "2"

[dependencies.walker]
version = "0.2.1"
package = "scanner-walker"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"