gitops-agent 0.1.0-rc.1

GitOps Agent - continuously monitors a remote git repository against local/any change, and performs actions (e.g. executes a provided command) - given a periodicity that is defined as a time intervals.
[[bin]]
name = "goa"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.clokwerk]
version = "0.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.git2]
version = "0.20"

[dependencies.log]
version = "0.4"

[dependencies.openssl-sys]
features = ["vendored"]
version = "0.9"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12"

[dependencies.run_script]
version = "0.11"

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

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2"

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

[dependencies.wait-timeout]
version = "0.2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[package]
authors = ["kitplummer@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "GitOps Agent - continuously monitors a remote git repository against local/any change, and performs actions (e.g. executes a provided command) - given a periodicity that is defined as a time intervals."
edition = "2021"
homepage = "https://kitplummer.github.io/goa"
keywords = ["gitops", "git", "ci", "automation", "devops"]
license = "MIT"
name = "gitops-agent"
readme = "README.md"
repository = "https://github.com/kitplummer/goa"
version = "0.1.0-rc.1"

[[test]]
name = "cli"
path = "tests/cli.rs"