holochain_deterministic_integrity 0.0.13

The HDI
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "holochain_deterministic_integrity"
version = "0.0.13"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
description = "The HDI"
homepage = "https://github.com/holochain/holochain/tree/develop/crates/holochain_deterministic_integrity"
documentation = "https://docs.rs/holochain_deterministic_integrity"
keywords = [
    "holochain",
    "holo",
    "integrity",
]
categories = ["cryptography"]
license = "Apache-2.0"

[lib]
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.hdk_derive]
version = "0.0.40"

[dependencies.holo_hash]
version = "0.0.30"

[dependencies.holochain_integrity_types]
version = "0.0.12"
default-features = false

[dependencies.holochain_wasmer_guest]
version = "=0.0.80"

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

[dependencies.paste]
version = "=1.0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-core]
version = "0.1"
optional = true

[dev-dependencies]

[features]
default = []
mock = [
    "hdk_derive/mock",
    "mockall",
]
test_utils = []
trace = [
    "tracing",
    "tracing-core",
    "holochain_integrity_types/tracing",
]