# 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 = "hc_cz_profile" version = "0.4.0-dev.17" authors = ["zo-el "] description = "A Holochain Coordinator-Zome that stores profile information" homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_cz_profile" documentation = "https://docs.rs/hc_cz_profile" readme = "README.md" keywords = [ "holochain", "holo", "hdk", "hdk-helpers", "holochain-dna", ] categories = ["cryptography"] license = "CAL-1.0" [lib] name = "hc_cz_profile" crate-type = [ "cdylib", "rlib", ] [dependencies.hc_iz_profile] version = "0.4.0-dev.17" [dependencies.hc_utils] version = "=0.4.0-dev.17" [dependencies.hdk] version = "=0.4.0-dev.17" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0"