# 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 = "mere_memory_types" version = "0.98.0" authors = ["Matthew Brisebois "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Holochain Zome for storing large or small byte values" readme = "README.md" license = "CAL-1.0" repository = "https://github.com/spartan-holochain-counsel/hc-zome-mere-memory" [lib] name = "mere_memory_types" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.hdi] version = "0.5.0-dev.17" [dependencies.serde] version = "1" [dev-dependencies.holo_hash] version = "0.4.0-dev.13" features = ["encoding"]