[package]
edition = "2024"
name = "zingo-status"
version = "0.2.1"
authors = ["<zingo@zingolabs.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for representing and working with transaction confirmation status in ZCash."
homepage = "https://github.com/zingolabs/zingolib"
readme = false
license = "MIT"
repository = "https://github.com/zingolabs/zingolib"
resolver = "2"
[badges.maintenance]
status = "actively-developed"
[lib]
name = "zingo_status"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1"
[dependencies.zcash_primitives]
version = "0.28"
[dependencies.zcash_protocol]
version = "0.9"