[package] name = "whi_hdi_extensions" version = "0.13.0" authors = ["Matthew Brisebois "] edition = "2021" license = "CAL-1.0" repository = "https://github.com/mjbrisebois/rust-hdi-extensions" description = "Code that works in tandem or is complimentary to the Holochain `hdi` crate" readme = "README.md" [lib] name = "hdi_extensions" [dependencies] hdi = "=0.5.0-dev.17" holo_hash = { version = "=0.4.0-dev.13", features = ["encoding"] } serde = "1"