lightwallet-protocol 0.3.0

Rust bindings for Zcash lightwallet protocol buffers
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 = "lightwallet-protocol"
version = "0.3.0"
authors = [
    "Za Wil <zancas@zingolabs.com>",
    "Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Zcash lightwallet protocol buffers"
readme = "README.md"
license = "MIT"
repository = "https://github.com/zingolabs/lightwallet_protocols"

[features]
rebuild-proto = [
    "dep:tonic-build",
    "dep:tonic-prost-build",
]

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

[dependencies.prost]
version = "0.14"

[dependencies.tonic]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

[build-dependencies.tonic-build]
version = "0.14"
optional = true

[build-dependencies.tonic-prost-build]
version = "0.14"
optional = true