lazy-cache 0.1.2

Lazy file cache optimizing read operations for pure-magic crate
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 = "2024"
rust-version = "1.88.0"
name = "lazy-cache"
version = "0.1.2"
authors = ["Quentin JÉRÔME <quentin.jerome@circl.lu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lazy file cache optimizing read operations for pure-magic crate"
readme = false
license = "GPL-3.0"
repository = "https://github.com/qjerome/magic-rs/"

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

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

[dependencies.memmap2]
version = "0.9.8"

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

[dev-dependencies.rand]
version = "0.9.2"

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