zainod 0.6.0

Crate containing the Zaino Indexer binary.
Documentation
# 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 = "zainod"
version = "0.6.0"
authors = ["Zingo Lab Cyan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate containing the Zaino Indexer binary."
homepage = "https://www.zingolabs.org/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/zingolabs"

[features]
allow_unencrypted_public_json_rpc_bind = []
default = []
experimental_features = ["transparent_address_history_experimental"]
no_tls_use_unencrypted_traffic = ["zaino-serve/no_tls_use_unencrypted_traffic"]
no_tls_with_prometheus = [
    "no_tls_use_unencrypted_traffic",
    "prometheus",
]
prometheus = [
    "metrics",
    "metrics-exporter-prometheus",
    "zaino-state/prometheus",
    "zaino-serve/prometheus",
    "zaino-fetch/prometheus",
]
test_dependencies = ["zaino-serve/test_dependencies"]
transparent_address_history_experimental = [
    "zaino-state/transparent_address_history_experimental",
    "zaino-serve/transparent_address_history_experimental",
]
zcashd_support = [
    "zaino-fetch/zcashd_support",
    "zaino-state/zcashd_support",
    "zaino-serve/zcashd_support",
]

[lib]
name = "zainodlib"
path = "src/lib.rs"

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

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.config]
version = "0.15"
features = ["toml"]
default-features = false

[dependencies.http]
version = "1.1"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.metrics-exporter-prometheus]
version = "0.18"
features = ["http-listener"]
optional = true
default-features = false

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.38"
features = [
    "full",
    "full",
]

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.zaino-common]
version = "0.4.0"

[dependencies.zaino-fetch]
version = "0.4.0"
default-features = false

[dependencies.zaino-serve]
version = "0.5.0"
default-features = false

[dependencies.zaino-state]
version = "0.5.0"
default-features = false

[dependencies.zebra-state]
version = "10.1"

[dev-dependencies.tempfile]
version = "3.2"

[dev-dependencies.zcash_address]
version = "0.13"

[dev-dependencies.zcash_protocol]
version = "0.10"