runpod-client 0.1.0

A Rust client for the RunPod API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust client for the RunPod API"
documentation = "https://docs.rs/runpod-client"
edition = "2021"
keywords = ["runpod", "api-client", "gpu", "cloud"]
license = "MIT"
name = "runpod-client"
readme = "README.md"
repository = "https://github.com/agentsea/runpod.rs"
version = "0.1.0"