snapdir-core 1.2.0

snapdir core: manifest format, BLAKE3 merkle hashing, store trait, walk, cache.
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.91.1"
name = "snapdir-core"
version = "1.2.0"
authors = ["Bermi Ferrer <bermi@bermilabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "snapdir core: manifest format, BLAKE3 merkle hashing, store trait, walk, cache."
homepage = "https://github.com/snapdir/snapdir"
readme = false
license = "MIT"
repository = "https://github.com/snapdir/snapdir"

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

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

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

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

[dependencies.blake3]
version = "1.8.5"

[dependencies.md-5]
version = "0.11"

[dependencies.regex]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1