zebra-utils 4.0.0

Developer tools for Zebra maintenance and testing
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"
rust-version = "1.85.0"
name = "zebra-utils"
version = "4.0.0"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer tools for Zebra maintenance and testing"
homepage = "https://zfnd.org/zebra/"
readme = "README.md"
keywords = [
    "zebra",
    "zcash",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/zebra"

[features]
default = []
openapi-generator = [
    "syn",
    "quote",
    "serde_yml",
    "serde",
]
search-issue-refs = [
    "regex",
    "reqwest",
    "tokio",
]
zebra-checkpoints = [
    "itertools",
    "tokio",
    "zebra-chain/json-conversion",
    "zebra-node-services/rpc-client",
]

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

[[bin]]
name = "block-template-to-proposal"
path = "src/bin/block-template-to-proposal/main.rs"

[[bin]]
name = "openapi-generator"
path = "src/bin/openapi-generator/main.rs"
required-features = ["openapi-generator"]

[[bin]]
name = "search-issue-refs"
path = "src/bin/search-issue-refs/main.rs"
required-features = ["search-issue-refs"]

[[bin]]
name = "zebra-checkpoints"
path = "src/bin/zebra-checkpoints/main.rs"
required-features = ["zebra-checkpoints"]

[[test]]
name = "build_utils_for_zebrad_tests"
path = "tests/build_utils_for_zebrad_tests.rs"

[dependencies.color-eyre]
version = "0.6.3"
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "2.8"

[dependencies.itertools]
version = "0.14"
optional = true

[dependencies.quote]
version = "1.0.40"
optional = true

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11"
optional = true

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["serde_derive"]
optional = true

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_yml]
version = "0.0"
optional = true

[dependencies.structopt]
version = "0.3"

[dependencies.syn]
version = "2.0.100"
features = ["full"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.44"
features = ["full"]
optional = true

[dependencies.tracing-error]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.zcash_primitives]
version = "0.26"
optional = true

[dependencies.zcash_protocol]
version = "0.7"

[dependencies.zebra-chain]
version = "5.0.0"

[dependencies.zebra-node-services]
version = "3.0.0"

[dependencies.zebra-rpc]
version = "5.0.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tokio_unstable)",
    'cfg(zcash_unstable, values("zfuture", "nu6.1", "nu7"))',
]