[package] name = "holochain_wasm_utils" version = "0.0.52-alpha2" description = "holochain wasm utils" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" authors = ["Holochain Core Dev Team "] [dependencies] serde = "=1.0.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } holochain_json_derive = "=0.0.23" holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23"