cirun-agent 0.8.0

Cirun on-prem agent: provisions and manages CI/CD runners via Docker, Meda (Linux KVM VMs), and Lume (macOS VMs).
# 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 = "cirun-agent"
version = "0.8.0"
authors = ["Amit Kumar <amit@cirun.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cirun on-prem agent: provisions and manages CI/CD runners via Docker, Meda (Linux KVM VMs), and Lume (macOS VMs)."
homepage = "https://cirun.io"
documentation = "https://docs.cirun.io/on-prem"
readme = "README.md"
keywords = [
    "cirun",
    "ci",
    "github-actions",
    "self-hosted",
    "runner",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cirunlabs/cirun-agent"

[[bin]]
name = "cirun-agent"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.async-trait]
version = "0.1.83"

[dependencies.backon]
version = "1.4.0"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.32"
features = [
    "derive",
    "env",
]

[dependencies.env_logger]
version = "0.11.7"

[dependencies.flate2]
version = "1.1.0"

[dependencies.log]
version = "0.4.26"

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sysinfo]
version = "=0.38.4"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.18.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.url]
version = "2.5.4"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dependencies.walkdir]
version = "2.5.0"

[profile.dist]
lto = "thin"
inherits = "release"