[package] name = "holofuel_types" version = "0.5.14" description = "Fuel types used for holofuel a mutual credit currency" homepage = "https://github.com/Holo-Host/holofuel" license = "Apache-2.0" authors = ["zo-el ", "Perry Kundert "] keywords = [ "holochain", "holo", "hdk", "hdk-helpers"] categories = [ "cryptography" ] edition = "2021" [dependencies] lazy_static = "1.4.0" regex = "1.1.2" serde = "1.0" hdi = "=0.5.0-rc.0" thiserror = "1.0" nom = "7.1.3" [lib] name = "holofuel_types" path = "src/lib.rs" # "cargo test --doc" doctests are not performed with the "cdylib" crate-type crate-type = ["cdylib", "rlib"]