halldyll_starter_runpod 0.2.0

Rust library for managing RunPod GPU pods - Provisioning, orchestration & state management
Documentation
[[bin]]
name = "halldyll_starter_runpod"
path = "src/main.rs"

[dependencies.dotenvy]
version = "0.15"

[dependencies.reqwest]
features = ["json"]
version = "0.13"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"

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

[package]
authors = ["Mr-soloDev <geryan.roy@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Rust library for managing RunPod GPU pods - Provisioning, orchestration & state management"
documentation = "https://docs.rs/halldyll_starter_runpod"
edition = "2024"
homepage = "https://github.com/Mr-soloDev/halldyll-starter"
keywords = ["runpod", "gpu", "cloud", "orchestration", "machine-learning"]
license = "MIT"
name = "halldyll_starter_runpod"
readme = "README.md"
repository = "https://github.com/Mr-soloDev/halldyll-starter"
version = "0.2.0"