onetaskgraph-core 0.2.13

The onetaskgraph engine: the plugin registry, global-id qualification, and the plan every response carries.
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.97"
name = "onetaskgraph-core"
version = "0.2.13"
authors = ["Nick DeRobertis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The onetaskgraph engine: the plugin registry, global-id qualification, and the plan every response carries."
readme = "README.md"
license = "MIT"
repository = "https://github.com/nickderobertis/onetaskgraph"

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

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

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

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

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

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

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

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

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

[dependencies.jsonschema]
version = "0.50.1"
default-features = false

[dependencies.onetaskgraph-github-projects]
version = "0.2.13"

[dependencies.onetaskgraph-in-memory]
version = "0.2.13"

[dependencies.onetaskgraph-linear]
version = "0.2.13"

[dependencies.onetaskgraph-local-md]
version = "0.2.13"

[dependencies.onetaskgraph-plugin-api]
version = "0.2.13"

[dependencies.schemars]
version = "1.2.2"
features = ["chrono04"]

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.20"

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

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]