vigy-runtime 0.1.4

Tokio-driven tick scheduler + registry for vigies. One task per registered vigy; per-vigy hot-swap on update; persistence delegated to vigy-store.
Documentation
# 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 = "vigy-runtime"
version = "0.1.4"
authors = ["Pleme Team <team@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio-driven tick scheduler + registry for vigies. One task per registered vigy; per-vigy hot-swap on update; persistence delegated to vigy-store."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/vigy"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3"
features = [
    "serde",
    "macros",
    "formatting",
    "parsing",
]

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.vigy-eval]
version = "0.1.1"

[dependencies.vigy-store]
version = "0.1.1"

[dependencies.vigy-types]
version = "0.1.1"