[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.hdi]
version = "^0.6.0-dev.0"
[dependencies.holo_hash]
features = ["hashing", "encoding"]
version = "^0.5.0-dev.0"
[dependencies.holochain_integrity_types]
version = "^0.5.0-dev.0"
[dependencies.rmpv]
features = ["with-serde"]
version = "1"
[dependencies.serde]
version = "1"
[features]
fuzzing = ["arbitrary", "hdi/fuzzing", "holochain_integrity_types/fuzzing", "holo_hash/fuzzing"]
[package]
authors = ["Matthew Brisebois <matthew.brisebois@holo.host>"]
description = "Definitions used by the Deepkey DNA Zomes"
documentation = "https://docs.rs/hc_deepkey_types"
edition = "2021"
license = "Apache-2.0"
name = "hc_deepkey_types"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.9.0-dev.0"