[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.11"
[dependencies.serde]
version = "^1.0"
[dependencies.serde_derive]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.url]
version = "^2.2"
[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.0"
[package]
authors = ["OpenAPI Generator team and contributors", "nicolas.luduena@txpipe.io"]
categories = ["web-programming", "web-programming::http-client"]
description = "HTTP client for the Marlowe Runtime REST API"
documentation = "https://github.com/marlowe-contrib/marlowe-rust-sdk/tree/main/marlowe_client"
edition = "2018"
homepage = "https://github.com/marlowe-contrib/marlowe-rust-sdk/tree/main/marlowe_client"
include = ["src/**/**.rs"]
keywords = ["marlowe", "cardano", "sdk"]
license = "Apache-2.0"
name = "marlowe_client"
readme = "./README.md"
repository = "https://github.com/marlowe-contrib/marlowe-rust-sdk"
version = "0.0.5"