holochain_wasm_utils 0.0.34-alpha1

holochain wasm utils
Documentation
[package]
name = "holochain_wasm_utils"
version = "0.0.34-alpha1"
description = "holochain wasm utils"
license = "Apache-2.0"
homepage = "https://github.com/holochain/holochain-rust"
documentation = "https://github.com/holochain/holochain-rust"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]

[dependencies]
serde = "=1.0.89"
serde_derive = "=1.0.89"
serde_json = { version = "=1.0.39", features = ["preserve_order"] }
holochain_core_types = { version = "=0.0.34-alpha1", path = "../core_types" }
holochain_json_derive = "=0.0.17"
holochain_persistence_api = "=0.0.10"
holochain_json_api = "=0.0.17"

[dev-dependencies]
# test_utils = { version = "=0.0.33-alpha5", path = "../../test_utils" }
# holochain_core = { version = "=0.0.33-alpha5", path = "../core" }
# holochain_conductor_lib = { version = "=0.0.33-alpha5", path = "../conductor_lib" }
tempfile = "=3.0.7"