runpod-sdk 0.2.2

Unofficial Rust SDK for RunPod: deploy and scale GPU workloads with serverless endpoints and on-demand pods
Documentation
[dependencies.derive_builder]
features = []
version = "0.20"

[dependencies.pin-project-lite]
optional = true
version = "0.2"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.12"

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

[dependencies.serde_json]
features = []
optional = true
version = "1.0"

[dependencies.strum]
features = ["derive"]
optional = true
version = "0.27"

[dependencies.thiserror]
features = []
version = "2.0"

[dependencies.tracing]
features = []
optional = true
version = "0.1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "manage_endpoint"
path = "examples/manage_endpoint.rs"

[[example]]
name = "run_endpoint"
path = "examples/run_endpoint.rs"
required-features = ["serverless"]

[features]
default = ["rustls-tls", "strum"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
serverless = ["dep:serde_json", "dep:pin-project-lite"]
strum = ["dep:strum"]
tracing = ["dep:tracing"]

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

[package]
authors = ["Oleh Martsokha <o.martsokha@gmail.com>", "Patrick Barker <https://github.com/pbarker> (Original author)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unofficial Rust SDK for RunPod: deploy and scale GPU workloads with serverless endpoints and on-demand pods"
documentation = "https://docs.rs/runpod-sdk"
edition = "2024"
homepage = "https://github.com/martsokha/runpod"
license = "MIT"
name = "runpod-sdk"
publish = true
readme = "README.md"
repository = "https://github.com/martsokha/runpod"
rust-version = "1.89"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]