hydroflow_deploy_integration 0.12.0

`hydro_deploy` integration for Hydroflow
Documentation
[package]
name = "hydroflow_deploy_integration"
publish = true
version = "0.12.0"
documentation = "https://docs.rs/hydroflow_deploy_integration/"
description = "`hydro_deploy` integration for Hydroflow"
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[lints]
workspace = true

[dependencies]
async-recursion = "1.0.0"
async-trait = "0.1.54"
bytes = "1.1.0"
futures = "0.3.0"
pin-project = "1.0.0"
serde = { version = "1.0.197", features = [ "derive" ] }
tempfile = "3.0.0"

# [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.29.0", features = [ "full" ] }
tokio-util = { version = "0.7.5", features = [ "net", "codec" ] }
tokio-stream = { version = "0.1.3", default-features = false, features = [ "net" ] }

# [target.'cfg(target_arch = "wasm32")'.dependencies]
# tokio = { version = "1.29.0", features = [ "rt" , "sync", "macros", "io-util", "time" ] }
# tokio-util = { version = "0.7.5", features = [ "codec" ] }