# 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 = "marlowe_rust_sdk" version = "0.0.5" authors = ["nicolas.luduena@txpipe.io"] include = ["src/*.rs"] description = "SDK for the Marlowe Runtime REST API" homepage = "https://github.com/marlowe-contrib/marlowe-rust-sdk/tree/main/marlowe_rust" documentation = "https://github.com/marlowe-contrib/marlowe-rust-sdk/tree/main/marlowe_sdk" readme = "./README.md" keywords = [ "marlowe", "cardano", "sdk", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/marlowe-contrib/marlowe-rust-sdk" [dependencies.marlowe_client] version = "0.0.5" [dev-dependencies.tokio] version = "1.0.1" features = [ "rt", "macros", ]