looop 0.10.0

A tiny, portable, Kubernetes-shaped control loop for your work
# 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 = "looop"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny, portable, Kubernetes-shaped control loop for your work"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yusukeshib/looop"

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

[dependencies.anyhow]
version = "1"

[dependencies.babysit]
version = "0.11"
default-features = false

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "time",
    "io-util",
    "signal",
]

[profile.release]
lto = true
strip = true