pencil-box 0.1.11

A performance-focused, memory-efficient utility library for Rust — built for engineers who care about speed, safety, and maintainability.
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 = "2021"
name = "pencil-box"
version = "0.1.11"
authors = ["rocketnozzle.io"]
build = false
exclude = [
    "tests/*",
    "examples/*",
    "benches/*",
    "test_data/*",
    ".github/*",
    "*.rs.bak",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A performance-focused, memory-efficient utility library for Rust — built for engineers who care about speed, safety, and maintainability."
homepage = "https://github.com/rocketnozzle/pencil-box"
readme = "README.md"
keywords = [
    "utility",
    "lodash",
    "array",
    "strings",
    "collections",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/rocketnozzle/pencil-box"

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

[dependencies.ahash]
version = "0.8.12"

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