golem-cloud-client 1.1.12

Client for Golem Cloud's REST API
[package]
name = "golem-cloud-client"
version = "1.1.12"
edition = "2021"
license = "Apache-2.0"
description = "Client for Golem Cloud's REST API"

include = ["src/**/*", "Cargo.toml", "build.rs", "openapi/**/*"]

[lib]
harness = false

[dependencies]
# NOTE: these cannot be workspace (git) deps, as that breaks publishing
golem-client = "=1.1.21"
golem-common = "=1.1.21"
golem-wasm-ast = { version = "=1.1.21", default-features = false, features = ["analysis"] }
golem-wasm-rpc = { version = "=1.1.21", default-features = false }

async-trait = "^0.1"
bytes = "^1.5"
chrono = { version = "^0.4", features = ["serde"] }
futures-core = "^0.3"
http = "^1.0"
reqwest = { version = "^0.12", features = ["gzip", "json", "multipart", "stream"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_yaml = "0.9.34"
tracing = "^0.1"
uuid = { version = "^1.6", features = ["serde"] }

[dev-dependencies]
test-r = { workspace = true }

[build-dependencies]
golem-openapi-client-generator = "0.0.12"
relative-path = "1.9.2"