crate-seq-git 0.1.0

Git tag discovery, checkout, and ref resolution via gix.
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 = "crate-seq-git"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git tag discovery, checkout, and ref resolution via gix."
readme = false
keywords = [
    "git",
    "cargo",
    "publish",
    "tags",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"

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

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.crate-seq-ledger]
version = "0.1.0"

[dependencies.gix]
version = "0.79.0"
features = ["worktree-mutation"]

[dependencies.semver]
version = "1.0.27"
features = ["serde"]

[dependencies.tempfile]
version = "3.25.0"

[dependencies.thiserror]
version = "2.0.18"

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