# 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 = "2018" name = "hc_crud_ceps" version = "0.80.0" authors = ["Matthew Brisebois "] description = "A CRUD library for Holochain zomes that implement the CEPS pattern (Chained, Entry, Permalink, State-based)" readme = "README.md" license = "CAL-1.0" repository = "https://github.com/mjbrisebois/rust-hc-crud-ceps" [lib] name = "hc_crud" crate-type = [ "cdylib", "rlib", ] [dependencies.hdk] version = "0.2.1-beta-rc.0" [dependencies.holo_hash] version = "0.2.1-beta-rc.0" features = [ "hashing", "encoding", ] [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8.3"