[dependencies.sha2]
optional = true
package = "sha2-const-stable"
version = "0.1.0"
[features]
alloc = []
check = ["sha2"]
default = ["alloc", "check"]
[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"
keywords = ["base32", "crockford", "encoding", "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.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]