[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"