[package] name = "wasmcloud-interface-blobstore" version = "0.9.0" description = "Interface for accessing an object store over the wasmcloud:blobstore contract" repository = "https://github.com/wasmcloud/interfaces" homepage = "https://github.com/wasmcloud/wasmcloud" keywords = ["wasmcloud","wasm","actor","webassembly","capability"] categories = [ "api-bindings","network-programming","wasm" ] authors = [ "wasmcloud Team" ] edition = "2021" license = "Apache-2.0" readme = "../README.md" [lib] crate-type = ["cdylib", "rlib"] [features] default = [] [dependencies] async-trait = "0.1" futures = "0.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_bytes = "0.11" wasmbus-rpc = "0.15" [dev-dependencies] base64 = "0.13"