# 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 = "holofuel_types" version = "0.5.14" authors = [ "zo-el ", "Perry Kundert ", ] description = "Fuel types used for holofuel a mutual credit currency" homepage = "https://github.com/Holo-Host/holofuel" keywords = [ "holochain", "holo", "hdk", "hdk-helpers", ] categories = ["cryptography"] license = "Apache-2.0" [lib] name = "holofuel_types" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.hdi] version = "=0.5.0-rc.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.1.2" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0"