[package]
edition = "2024"
name = "shigoto"
version = "0.1.10"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shigoto (仕事) — the typed job-system primitive. Umbrella crate; re-exports types/dag/scheduler/budget/retry/gate/emit. Spec: theory/SHIGOTO.md."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/shigoto"
resolver = "2"
[lib]
name = "shigoto"
path = "src/lib.rs"
[dependencies.shigoto-budget]
version = "0.1.0"
[dependencies.shigoto-dag]
version = "0.1.0"
[dependencies.shigoto-emit]
version = "0.1.0"
[dependencies.shigoto-fsm]
version = "0.1.0"
[dependencies.shigoto-gate]
version = "0.1.0"
[dependencies.shigoto-rank]
version = "0.1.0"
[dependencies.shigoto-retry]
version = "0.1.0"
[dependencies.shigoto-scheduler]
version = "0.1.0"
[dependencies.shigoto-types]
version = "0.1.0"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"sync",
"time",
]
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1