base58ck 0.2.0

Bitcoin base58 encoding with checksum.
Documentation
[dependencies.hashes]
default-features = false
package = "bitcoin_hashes"
version = "0.15.0"

[dependencies.internals]
package = "bitcoin-internals"
version = "0.4.0"

[dev-dependencies.hex]
default-features = false
features = ["alloc"]
package = "hex-conservative"
version = "0.3.0"

[features]
alloc = ["hashes/alloc", "internals/alloc"]
default = ["std"]
std = ["alloc", "hashes/std", "internals/std"]

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0

[package]
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
categories = ["cryptography::cryptocurrencies", "encoding"]
description = "Bitcoin base58 encoding with checksum."
edition = "2021"
exclude = ["tests", "contrib"]
keywords = ["bitcoin", "base58", "encode", "decode", "checksum"]
license = "CC0-1.0"
name = "base58ck"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
rust-version = "1.63.0"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]