[package] name = "git-time-cheater" version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" categories = ["command-line-utilities"] description = "Utility to modify commit timestamps of a git repository" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html, [dependencies] chrono = "0.4.33" chrono-tz = "0.8.5" clap = { version = "4.4.18", features = ["derive"] } git2 = "0.18.2" iana-time-zone = "0.1.60" itertools = "0.12.1" nom = "7.1.3" once_cell = "1.19.0" proptest = "1.4.0" rand = {version="0.8.5", features=["small_rng"]} thiserror = "1.0.56" tracing = "0.1.40"