# 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 = "zfuel"
version = "0.2.2"
authors = ["zo-el <joelulahanna@gmail.com>"]
description = "ZFuel types used for a mutual credit accounting system"
homepage = "https://github.com/zo-el/zfuel"
readme = "README.md"
keywords = [
    "crypto-integers",
    "math",
    "mutual-credit",
    "zfuel",
]
categories = ["cryptography"]
license = "Apache-2.0"

[profile.dev]
opt-level = "z"

[profile.release]
opt-level = "z"

[lib]
name = "zfuel"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.holochain_wasmer_common]
version = "0.0.99"

[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 = "2.0.6"