# 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 = "2018" name = "openwhisk-rust" version = "0.1.5" authors = ["HugoByte "] exclude = ["tests/*"] description = "OpenWhisk Client written in Rust" documentation = "https://docs.rs/openwhisk-rust/latest/openwhisk_rust/" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/hugobyte/openwhisk-client-rust" [dependencies.base64] version = "0.13.0" [dependencies.bytes] version = "1" [dependencies.derive-new] version = "0.5.9" [dependencies.http] version = "0.2.8" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", "native-tls", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.79" [dependencies.wasi-experimental-http] version = "0.9.0"