zc2 0.0.13

P2P compute broker with credit-based billing, WAL, and broker mesh support
# 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 = "zc2"
version = "0.0.13"
build = "build.rs"
exclude = [
    "docs/BENCHMARK_REPORT.md",
    ".cursorrules",
    "scripts/__pycache__/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P2P compute broker with credit-based billing, WAL, and broker mesh support"
readme = "README.md"
keywords = [
    "compute",
    "broker",
    "p2p",
    "distributed",
    "billing",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/zakuro-ai/zc"

[[bin]]
name = "zc"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.broadcast]
version = "0.1.0"

[dependencies.built]
version = "0.5"
features = [
    "chrono",
    "semver",
]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clone]
version = "0.1.2"

[dependencies.colored]
version = "2.0.0"

[dependencies.command-macros]
version = "0.2.9"

[dependencies.crossterm]
version = "0.27"

[dependencies.dashmap]
version = "5"

[dependencies.hostname]
version = "0.3"

[dependencies.html5ever]
version = "0.22.5"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[dependencies.quinn]
version = "0.10"

[dependencies.ratatui]
version = "0.26"

[dependencies.rcgen]
version = "0.12"

[dependencies.rustls]
version = "0.21"
features = [
    "dangerous_configuration",
    "quic",
]

[dependencies.serde]
version = "1.0.159"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "=0.9.25"

[dependencies.soup]
version = "0.5.1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.tokio]
version = "1.36"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "macros",
]

[dependencies.toml]
version = "0.7.8"

[dependencies.ureq]
version = "=2.6.2"
features = ["json"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.built]
version = "0.5"
features = [
    "chrono",
    "semver",
]

[target."cfg(unix)".dependencies.ifaces]
version = "0.1.0"