zebra-node-services 3.0.0

The interfaces of some Zebra node services
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-node-services"
version = "3.0.0"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The interfaces of some Zebra node services"
homepage = "https://zfnd.org/zebra/"
readme = "README.md"
keywords = [
    "zebra",
    "zcash",
]
categories = [
    "asynchronous",
    "cryptography::cryptocurrencies",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/zebra"

[features]
default = []
rpc-client = [
    "color-eyre",
    "jsonrpsee-types",
    "reqwest",
    "serde",
    "serde_json",
]

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

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

[dependencies.jsonrpsee-types]
version = "0.24.9"
optional = true

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

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

[dependencies.serde_json]
version = "1.0.140"
optional = true

[dependencies.tokio]
version = "1.44"
features = [
    "time",
    "sync",
]

[dependencies.tower]
version = "0.4.13"

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

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

[dev-dependencies.jsonrpsee-types]
version = "0.24.9"

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

[dev-dependencies.serde]
version = "1.0.219"

[dev-dependencies.serde_json]
version = "1.0.140"

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