kotoba-deploy-git 0.1.15

Git integration for Kotoba deployment system
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

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

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.kotoba-core]
version = "0.1.15"

[dependencies.kotoba-deploy-core]
version = "0.1.15"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
features = ["std"]
version = "0.10"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full", "full"]
version = "1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.18"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "Git integration for Kotoba deployment system"
documentation = "https://docs.rs/kotoba-deploy-git"
edition = "2021"
homepage = "https://github.com/jun784/kotoba"
keywords = ["git", "github", "deployment", "webhook", "ci-cd"]
license = "MIT OR Apache-2.0"
name = "kotoba-deploy-git"
readme = "README.md"
repository = "https://github.com/jun784/kotoba"
version = "0.1.15"