runner-manager-domain 0.4.21

Policy, capacity, and runner-attempt state machines for runner-manager.
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 = "2024"
rust-version = "1.94.0"
name = "runner-manager-domain"
version = "0.4.21"
authors = ["Ivan Murzak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Policy, capacity, and runner-attempt state machines for runner-manager."
homepage = "https://github.com/IvanMurzak/GitHub-Runner-Scaler-UI"
readme = false
license = "MIT"
repository = "https://github.com/IvanMurzak/GitHub-Runner-Scaler-UI"

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

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

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

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

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

[dependencies.rusqlite]
version = "0.40.2"
features = [
    "bundled",
    "chrono",
    "serde_json",
    "uuid",
]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.insta]
version = "1.48.0"

[dev-dependencies.serial_test]
version = "4.0.1"

[dev-dependencies.tempfile]
version = "3.27.0"

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