docgen-diff 0.4.0

Git-based change tracking for docgen, the Cargo-only static documentation-site generator
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"
name = "docgen-diff"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-based change tracking for docgen, the Cargo-only static documentation-site generator"
readme = false
license = "MIT"
repository = "https://github.com/IamMaxim/docgen-rs"

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

[dependencies.chrono]
version = "0.4.41"
features = ["clock"]
default-features = false

[dependencies.docgen-core]
version = "0.4.0"

[dependencies.git2]
version = "0.20.2"
default-features = false

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.similar]
version = "2.7.0"

[dependencies.thiserror]
version = "2.0.18"