# 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 = "hdi" version = "0.5.0-dev.9" authors = ["Holochain Core Dev Team "] description = "The HDI" homepage = "https://github.com/holochain/holochain/tree/develop/crates/hdi" documentation = "https://docs.rs/hdi" readme = "README.md" keywords = [ "holochain", "holo", "integrity", ] categories = ["cryptography"] license = "CAL-1.0" [dependencies.hdk_derive] version = "^0.4.0-dev.9" [dependencies.holo_hash] version = "^0.4.0-dev.8" [dependencies.holochain_integrity_types] version = "^0.4.0-dev.9" default-features = false [dependencies.holochain_wasmer_guest] version = "=0.0.95" [dependencies.mockall] version = "0.11.3" optional = true [dependencies.paste] version = "1.0" [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.arbitrary] version = "1.0" features = ["derive"] [dev-dependencies.subtle-encoding] version = "0.5" [dev-dependencies.test-case] version = "3.3" [features] default = [] mock = [ "hdk_derive/mock", "mockall", ] test_utils = [ "holochain_integrity_types/fuzzing", "holochain_integrity_types/test_utils", ] trace = [ "tracing", "tracing-core", "holochain_integrity_types/tracing", ] [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.getrandom] version = "0.2" features = ["custom"] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"