radix64 0.6.2

A base64 library by another name
Documentation
[[bench]]
harness = false
name = "benches"

[dependencies.arrayref]
version = "0.3.5"

[dependencies.cfg-if]
version = "0.1.9"

[dev-dependencies.base64]
version = "0.10.1"

[dev-dependencies.criterion]
version = "0.2.11"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.proptest]
version = "0.9.4"

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

[features]
default = ["simd"]
simd = []

[package]
authors = ["Glenn Griffin <ggriffiniii@gmail.com>"]
categories = ["encoding"]
description = "A base64 library by another name"
documentation = "https://docs.rs/radix64"
edition = "2018"
exclude = ["/ci/*", "/.travis.yml", "bench_results/*"]
homepage = "https://github.com/ggriffiniii/radix64"
keywords = ["base64", "encoding", "encode", "decoding", "decode"]
license = "MIT OR Apache-2.0"
name = "radix64"
readme = "README.md"
repository = "https://github.com/ggriffiniii/radix64"
version = "0.6.2"

[package.metadata.release]
no-dev-version = true

[profile.bench]
debug = true
opt-level = 3