githops-core 0.5.1

Core library for githops — config parsing, hook syncing, caching
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 = "githops-core"
version = "0.5.1"
authors = ["Vitali Haradkou <vitalics@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for githops — config parsing, hook syncing, caching"
homepage = "https://github.com/vitalics/githops"
readme = false
keywords = [
    "git",
    "hooks",
    "yaml",
    "config",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/vitalics/githops"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.colored]
version = "2"

[dependencies.glob]
version = "0.3"

[dependencies.schemars]
version = "0.8"
features = ["derive"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"