pbech32 0.1.0

Bech32 encoding and decoding library.
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 = "pbech32"
version = "0.1.0"
authors = ["Paul Duncan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bech32 encoding and decoding library."
homepage = "https://github.com/pablotron/pbech32"
documentation = "https://docs.rs/pbech32"
readme = "README.md"
keywords = [
    "bech32",
    "bech32m",
    "parse",
    "encode",
    "decode",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT-0"
repository = "https://github.com/pablotron/pbech32"

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

[[bin]]
name = "bech32"
path = "src/bin/bech32.rs"

[[example]]
name = "decode"
path = "examples/decode.rs"

[[example]]
name = "encode"
path = "examples/encode.rs"

[[example]]
name = "hello-world"
path = "examples/hello-world.rs"

[[example]]
name = "stream"
path = "examples/stream.rs"

[dependencies]