[dependencies.k8s-openapi]
features = ["v1_31"]
version = "0.24.0"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.url]
version = "^2.5"
[[example]]
name = "info-api"
path = "examples/info-api.rs"
[[example]]
name = "workflow-api"
path = "examples/workflow-api.rs"
[[example]]
name = "workflow-template-api"
path = "examples/workflow-template-api.rs"
[lib]
name = "argoflows"
path = "src/lib.rs"
[package]
authors = ["Gaurav Gahlot<me@gauravgahlot.in>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Argoflows lets you seamlessly integrate and manage Argo Workflows directly from your Rust applications."
documentation = "https://docs.rs/argoflows"
edition = "2021"
include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*", "examples/**/*"]
keywords = ["argo", "client", "http", "workflows"]
license = "Apache-2.0"
name = "argoflows"
readme = "README.md"
repository = "https://github.com/gauravgahlot/argoflows"
version = "0.1.1"