timelord 3.0.0

A Rust library to preserve file timestamps (mtime) between builds, even with fresh git checkouts
Documentation
[dependencies.bincode]
features = ["serde"]
version = "2.0.1"

[dependencies.camino]
features = ["serde1"]
version = "1.1.9"

[dependencies.hostname]
version = "0.4.0"

[dependencies.human_bytes]
version = "0.4.3"

[dependencies.humantime]
version = "2.2.0"

[dependencies.ignore]
version = "0.4.23"

[dependencies.jiff]
version = "0.2.4"

[dependencies.log]
version = "0.4.26"

[dependencies.owo-colors]
version = "4.2.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.seahash]
version = "4.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dev-dependencies.env_logger]
version = "0.11.7"

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

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

[package]
authors = ["Amos Wenger <amos@bearcove.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils", "filesystem"]
description = "A Rust library to preserve file timestamps (mtime) between builds, even with fresh git checkouts"
edition = "2024"
keywords = ["timestamp", "mtime", "build", "ci"]
license = "MIT OR Apache-2.0"
name = "timelord"
readme = "README.md"
repository = "https://github.com/fasterthanlime/timelord"
version = "3.0.0"