[package] name = "essence_payloads" version = "0.1.0" authors = ["Matthew Brisebois "] edition = "2018" license = "CAL-1.0" repository = "https://github.com/holochain/devhub-dnas/" description = "Rust implementations for the Essence Payloads protocol" readme = "README.md" [lib] name = "essence" crate-type = ["cdylib", "rlib"] [dependencies] serde = { version = "1.0", features = ["derive"] } thiserror = "1.0" [dev-dependencies] serde_json = "1.0" thiserror = "1.0"