base64-stream 5.0.0

To encode/decode large data with the standard Base64 encoding.
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.85"
name = "base64-stream"
version = "5.0.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "To encode/decode large data with the standard Base64 encoding."
homepage = "https://magiclen.org/base64-stream"
readme = "README.md"
keywords = [
    "base64",
    "stream",
    "file",
    "reader",
    "writer",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/magiclen/base64-stream"

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

[dependencies.base64]
version = "0.22"