[features]
alloc = []
std = ["alloc"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "encoding", "no-std"]
description = "Pure Rust implementation Base64 (RFC 4648) implemented without data-dependent\nbranches/LUTs thereby providing portable \"best effort\" constant-time operation\nand embedded-friendly no_std support\n"
documentation = "https://docs.rs/pkcs8"
edition = "2018"
keywords = ["base64", "phc"]
license = "Apache-2.0 OR MIT"
name = "base64ct"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/base64ct"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]