shigoto 0.1.10

shigoto (仕事) — the typed job-system primitive. Umbrella crate; re-exports types/dag/scheduler/budget/retry/gate/emit. Spec: theory/SHIGOTO.md.
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"
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