c32 0.3.0

Rust implementation of Crockford's Base32 encoding
Documentation
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.rand]
version = "0.9.0"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[package]
authors = ["Max Karou <maxkarou@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "cryptography::cryptocurrencies", "no-std"]
description = "Rust implementation of Crockford's Base32 encoding"
documentation = "https://docs.rs/c32"
edition = "2021"
include = ["src/*", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["base32", "crockford", "encode", "decode", "stacks-blockchain"]
license = "MIT OR Apache-2.0"
name = "c32"
readme = "README.md"
repository = "https://github.com/52/c32"
rust-version = "1.56"
version = "0.3.0"

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