[package]
edition = "2024"
rust-version = "1.97"
name = "onetaskgraph-github-projects"
version = "0.2.23"
authors = ["Nick DeRobertis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A onetaskgraph source over GitHub Projects."
readme = false
license = "MIT"
repository = "https://github.com/nickderobertis/onetaskgraph"
[lib]
name = "onetaskgraph_github_projects"
path = "src/lib.rs"
[[test]]
name = "budget_gate"
path = "tests/budget_gate.rs"
[[test]]
name = "lane_shape"
path = "tests/lane_shape.rs"
[[test]]
name = "live"
path = "tests/live.rs"
[[test]]
name = "node_count"
path = "tests/node_count.rs"
[[test]]
name = "plugin"
path = "tests/plugin.rs"
[[test]]
name = "schema"
path = "tests/schema.rs"
[dependencies.async-trait]
version = "0.1.92"
[dependencies.chrono]
version = "0.4.45"
features = [
"std",
"serde",
"clock",
]
default-features = false
[dependencies.github-graphql-node-count]
version = "0.0.0"
[dependencies.onetaskgraph-plugin-api]
version = "0.2.23"
[dependencies.reqwest]
version = "0.12.23"
features = [
"json",
"native-tls-vendored",
]
default-features = false
[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.tokio]
version = "1.53.1"
features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"time",
]
[dev-dependencies.graphql-parser]
version = "0.4.1"
[dev-dependencies.serde_json]
version = "1.0.151"
[dev-dependencies.tokio]
version = "1.53.1"
features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"time",
]