[[bench]]
harness = false
name = "benchmarks"
[[bin]]
name = "rbase64"
required-features = ["cli"]
[[test]]
name = "cli-tests"
required-features = ["cli"]
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0"
[dependencies.mimalloc]
default-features = false
version = "0.1.32"
[dependencies.rayon]
optional = true
version = "1.6.0"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.23"
[dev-dependencies.criterion]
version = "0.4.0"
[dev-dependencies.predicates]
version = "2.1"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"
[features]
cli = ["clap"]
default = ["parallel"]
parallel = ["rayon"]
[package]
authors = ["Marcel Riera <marcel.riera@outlook.com>"]
categories = ["encoding", "command-line-utilities"]
description = "A fast multi-threaded base64 encoding library and CLI tool"
edition = "2021"
homepage = "https://github.com/uhmarcel/rbase64"
keywords = ["base64", "encode", "decode"]
license = "MIT OR Apache-2.0"
name = "rbase64"
readme = "README.md"
repository = "https://github.com/uhmarcel/rbase64"
version = "2.0.3"