[features]
alloc = []
std = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "encoding", "no-std", "parser-implementations"]
description = "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of\ndata-dependent branches/LUTs and thereby provides portable \"best effort\"\nconstant-time operation and embedded-friendly no_std support\n"
documentation = "https://docs.rs/base64ct"
edition = "2018"
keywords = ["crypto", "base64", "pem", "phc"]
license = "Apache-2.0 OR MIT"
name = "base64ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/formats/tree/master/base64ct"
resolver = "2"
version = "1.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]