pepper-sync 0.2.0

Pepper-sync is a crate providing a sync engine for the zcash network.
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 = "2024"
name = "pepper-sync"
version = "0.2.0"
authors = ["<zingo@zingolabs.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pepper-sync is a crate providing a sync engine for the zcash network."
homepage = "https://github.com/zingolabs/zingolib"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zingolabs/zingolib"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[features]
darkside_test = []
default = ["wallet_essentials"]
test-features = []
wallet_essentials = [
    "dep:byteorder",
    "dep:zcash_encoding",
]

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

[dependencies.bip32]
version = "0.6.0-pre.1"
default-features = false

[dependencies.byteorder]
version = "1"
optional = true

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.futures]
version = "0.3"

[dependencies.incrementalmerkletree]
version = "0.8.2"

[dependencies.json]
version = "0.12"

[dependencies.jubjub]
version = "0.10"

[dependencies.memuse]
version = "0.2"

[dependencies.orchard]
version = "0.11.0"

[dependencies.rayon]
version = "1"

[dependencies.sapling-crypto]
version = "0.5.0"

[dependencies.shardtree]
version = "0.6.1"

[dependencies.simple-mermaid]
version = "0.2.0"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"

[dependencies.tonic]
version = "0.14"
features = ["tls-webpki-roots"]

[dependencies.tracing]
version = "0.1"

[dependencies.zcash_address]
version = "0.10"

[dependencies.zcash_client_backend]
version = "0.21"
features = [
    "lightwalletd-tonic",
    "orchard",
    "transparent-inputs",
    "tor",
    "unstable-serialization",
]

[dependencies.zcash_encoding]
version = "0.3"
optional = true

[dependencies.zcash_keys]
version = "0.12"
features = [
    "transparent-inputs",
    "sapling",
    "orchard",
]

[dependencies.zcash_note_encryption]
version = "0.4"

[dependencies.zcash_primitives]
version = "0.26"

[dependencies.zcash_protocol]
version = "0.7"

[dependencies.zcash_transparent]
version = "0.6"

[dependencies.zingo-memo]
version = "0.1.0"

[dependencies.zingo-netutils]
version = "1.1.0"

[dependencies.zingo-status]
version = "0.2.0"

[dependencies.zip32]
version = "0.2.0"

[dev-dependencies.zcash_protocol]
version = "0.7"
features = ["local-consensus"]