scanner-core 0.2.3

Public facade for the Archivist filesystem scanner (scan API and FileRecord types).
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"
rust-version = "1.88"
name = "scanner-core"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public facade for the Archivist filesystem scanner (scan API and FileRecord types)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/organizyio/scanner"

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

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

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

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

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