git2-time-chrono-ext 0.1.4

Rust extension library to convert `git2::Time` to `chrono`
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"
name = "git2-time-chrono-ext"
version = "0.1.4"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    ".vscode",
    "Taskfile.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust extension library to convert `git2::Time` to `chrono`"
readme = "README.md"
keywords = [
    "git",
    "git2",
    "time",
    "chrono",
    "extension",
]
license = "Apache-2.0"
repository = "https://github.com/kojiishi/git2-time-chrono-ext"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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