padder 2.1.0

A highly efficient Rust crate for padding data during runtime.
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"
name = "padder"
version = "2.1.0"
authors = ["Wilhelm Ă…gren <wilhelm@firelink.sh>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A highly efficient Rust crate for padding data during runtime."
homepage = "https://github.com/firelink-sh/padder"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/firelink-sh/padder"

[features]
default = []
enable_unsafe = []

[lib]
name = "padder"
crate-type = ["lib"]
path = "src/lib.rs"
test = true
bench = true

[[bench]]
name = "default"
path = "benches/bench_main.rs"
harness = false

[[bench]]
name = "enable_unsafe"
path = "benches/bench_main_enable_unsafe.rs"
bench = false
harness = false
required-features = ["enable_unsafe"]

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