causeway-sapling 0.1.0-alpha.4

Causeway off-chain helpers for Zcash Sapling shielded — bech32 payment-address parse/encode + raw 43-byte payload helpers
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.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"