pipedash-plugin-api 0.1.0

Plugin API for Pipedash - CI/CD pipeline dashboard
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["form", "json", "rustls-no-provider", "json"]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full", "time"]
version = "1"

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

[package]
authors = ["Pipedash Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Plugin API for Pipedash - CI/CD pipeline dashboard"
edition = "2021"
license = "GPL-3.0"
name = "pipedash-plugin-api"
readme = false
repository = "https://github.com/hcavarsan/pipedash"
version = "0.1.0"