wasmcloud-interface-polling 0.1.0

Interface library for the polling-interface polling capability,
Documentation
[package]
name = "wasmcloud-interface-polling"
version = "0.1.0"
description = "Interface library for the polling-interface polling capability, "
authors = [ "dev@example.com" ]
edition = "2021"
license = "Apache-2.0"

# when publishing to crates.io, freeze src by omitting build.rs
exclude = [ "build.rs" ]

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
async-trait = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.5"
wasmbus-rpc = "0.13.0"

[dev-dependencies]
base64 = "0.13"

# build-dependencies needed for build.rs
[build-dependencies]
weld-codegen = "0.7"