Documentation
[dependencies.hdi]
features = ["trace"]
version = "=0.4.1"

[dependencies.hdk_derive]
version = "^0.3.1"

[dependencies.holo_hash]
version = "^0.3.1"

[dependencies.holochain_wasmer_guest]
version = "=0.0.94"

[dependencies.holochain_zome_types]
default-features = false
version = "^0.3.1"

[dependencies.mockall]
optional = true
version = "0.11.3"

[dependencies.paste]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "1.0.22"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-core]
version = "0.1"
[dev-dependencies.trybuild]
version = "1.0"

[features]
default = []
encoding = ["holo_hash/encoding"]
fixturators = ["holochain_zome_types/fixturators", "holo_hash/fixturators"]
mock = ["hdk_derive/mock", "mockall"]
properties = ["holochain_zome_types/properties"]
test_utils = ["fixturators", "hdi/test_utils", "holo_hash/test_utils"]
[lints.clippy]
cargo = "allow"
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
nursery = "allow"
pedantic = "allow"
perf = "deny"
restriction = "allow"
style = "deny"

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["cryptography"]
description = "The Holochain HDK"
documentation = "https://docs.rs/hdk"
edition = "2021"
homepage = "https://github.com/holochain/holochain/tree/develop/crates/hdk"
keywords = ["holochain", "holo", "hdk"]
license = "CAL-1.0"
name = "hdk"
readme = "README.md"
version = "0.3.1"
[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.getrandom]
features = ["custom"]
version = "0.2"