weakauras-codec-base64 0.1.1

Provides heavily optimized routines for decoding and encoding base64 used for WeakAuras-compatible strings.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.87"
name = "weakauras-codec-base64"
version = "0.1.1"
authors = [
    "Velithris",
    "Wojciech Muła",
    "Alfred Klomp",
    "Daniel Lemire",
    "Nick Galbreath",
    "Matthieu Darbois",
]
build = false
exclude = [
    "/benches/",
    "/fuzz/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Provides heavily optimized routines for decoding and encoding
base64 used for WeakAuras-compatible strings.
"""
documentation = "https://docs.rs/weakauras-codec-base64"
readme = "README.md"
keywords = [
    "world-of-warcraft",
    "weakauras",
]
categories = ["encoding"]
license = "MIT AND BSD-2-Clause"
repository = "https://codeberg.org/Velithris/weakauras-codec-rs"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "weakauras_codec_base64"
path = "src/lib.rs"

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]