[dependencies]
[dev-dependencies.base64]
default_features = false
version = "0.13.0"
[dev-dependencies.itertools]
default_features = false
version = "0.10"
[dev-dependencies.rand]
default_features = false
features = ["small_rng"]
version = "0.8"
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std", "encoding"]
description = "Compile-time encoding/decoding in a selection of bases (includes base 64)"
documentation = "https://docs.rs/const_base/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "encoding", "base64", "const-fn"]
license = "Zlib"
name = "const_base"
readme = "./README.md"
repository = "https://github.com/rodrimati1992/const_base/"
version = "0.1.0"