[package]
edition = "2021"
rust-version = "1.75"
name = "causeway-sapling"
version = "0.1.0-alpha.4"
authors = ["Causeway contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Causeway off-chain helpers for Zcash Sapling shielded — bech32 payment-address parse/encode + raw 43-byte payload helpers"
homepage = "https://causeway.sh"
readme = "README.md"
keywords = [
"causeway",
"zcash",
"sapling",
"bech32",
"shielded",
]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/causeway-protocol/sdk-rs"
[lib]
name = "causeway_sapling"
path = "src/lib.rs"
[dependencies.bech32]
version = "0.11"
[dependencies.causeway-types]
version = "0.1.0-alpha.4"
[dependencies.hex]
version = "0.4"
[dependencies.thiserror]
version = "1"