# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "golem-cloud-worker-client" version = "0.0.62" include = [ "src/**/*", "Cargo.toml", "build.rs", "openapi/**/*", ] description = "Client for Golem Cloud's REST API" license = "Apache-2.0" [lib] [dependencies.async-trait] version = "^0.1" [dependencies.bytes] version = "^1.5" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.futures-core] version = "^0.3" [dependencies.http] version = "^1.0" [dependencies.reqwest] version = "^0.11" features = [ "gzip", "json", "multipart", "stream", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.tracing] version = "^0.1" [dependencies.uuid] version = "^1.6" features = ["serde"] [build-dependencies.golem-openapi-client-generator] version = "0.0.7" [build-dependencies.relative-path] version = "1.9.2"