regops 0.2.2

GitOps agent for localhost configuration management
# 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 = "regops"
version = "0.2.2"
authors = ["Romain SUZANNE <romzorus591@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitOps agent for localhost configuration management"
readme = "README.md"
keywords = [
    "automation",
    "configuration",
    "management",
    "infrastructure",
    "observability",
]
categories = ["config"]
license = "Apache-2.0"
repository = "https://github.com/regent-project/regops.git"

[package.metadata.deb]
maintainer = "Romain SUZANNE <romzorus591@gmail.com>"
maintainer-scripts = "debian/"
copyright = "2026, Romain SUZANNE <romzorus591@gmail.com>"
license-file = ["LICENSE"]
conf-files = ["/etc/regops/config.toml"]
extended-description = "GitOps agent for localhost configuration management"
depends = "$auto"
section = "utility"
priority = "optional"
assets = [
    [
    "target/release/regops",
    "usr/bin/regops",
    "755",
],
    [
    "systemd/regops.service",
    "lib/systemd/system/regops.service",
    "644",
],
    [
    "default_config/config.toml",
    "etc/regops/config.toml",
    "644",
],
]

[[bin]]
name = "regops"
path = "src/main.rs"

[dependencies.gix]
version = "0.87.1"
features = [
    "blocking-network-client",
    "blocking-http-transport-reqwest",
    "blocking-http-transport-reqwest-rust-tls",
]

[dependencies.hostname]
version = "0.4.2"

[dependencies.regent-sdk]
version = "0.9.5"

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

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.toml]
version = "1.1.4"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "fmt",
    "registry",
    "json",
    "env-filter",
]

[dependencies.yaml_serde]
version = "0.10.7"

[profile.release]
lto = true