onetaskgraph 0.2.0

One interface over the ticketing systems your work lives in.
# 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"
version = "0.2.0"
authors = ["Nick DeRobertis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One interface over the ticketing systems your work lives in."
readme = false
license = "MIT"
repository = "https://github.com/nickderobertis/onetaskgraph"

[[bin]]
name = "onetaskgraph"
path = "src/main.rs"

[[bin]]
name = "onetaskgraph-source"
path = "src/bin/onetaskgraph-source.rs"

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

[[test]]
name = "e2e"
path = "tests/e2e/main.rs"

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

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.onetaskgraph-core]
version = "0.2.0"

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

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

[dependencies.serde_json]
version = "1.0.151"

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

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.graphql-parser]
version = "0.4.1"

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

[dev-dependencies.onetaskgraph-linear]
version = "0.2.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.serde_json]
version = "1.0.151"

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