# 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" name = "zola_chrono" version = "0.3.2" authors = ["One "] description = "Tool to set dates for zola pages based on git history" documentation = "https://docs.rs/zola_chrono" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/c-git/zola_chrono" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = [ "derive", "cargo", "wrap_help", ] [dependencies.log] version = "0.4.20" [dependencies.log4rs] version = "1.2.0" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.10.2" [dependencies.toml_edit] version = "0.22.6" [dependencies.version-control-clean-check] version = "0.1.0" [dev-dependencies.cargo-util] version = "0.2.8" [dev-dependencies.git2] version = "0.18.1" [dev-dependencies.rstest] version = "0.19.0" [dev-dependencies.strum] version = "0.26.1" features = [ "derive", "strum_macros", ]