hdk_crud 0.4.4

A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options
Documentation
[dependencies.assert_matches]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.19"

[dependencies.fixt]
optional = true
version = "0.0.6"

[dependencies.hdk]
version = "0.0.109"

[dependencies.holo_hash]
features = ["encoding"]
version = "0.0.8"

[dependencies.holochain_types]
optional = true
version = "0.0.9"

[dependencies.mockall]
version = "0.9"

[dependencies.mockall_double]
optional = true
version = "0.2.0"

[dependencies.paste]
version = "1.0.5"

[dependencies.serde]
version = "1.0.123"

[dependencies.thiserror]
version = "1"
[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.strum]
version = "0.18.0"

[dev-dependencies.strum_macros]
version = "0.18.0"

[features]
mock = ["hdk/mock", "hdk/test_utils", "fixt", "mockall_double", "holochain_types"]
test_utils = ["fixt"]

[package]
authors = ["Connor Turland <connor@sprillow.com>"]
description = "A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options"
edition = "2018"
license = "CAL-1.0"
name = "hdk_crud"
repository = "https://github.com/lightningrodlabs/hdk_crud"
version = "0.4.4"