[dependencies]
[dev-dependencies.cargo-husky]
version = "1"
[lib]
name = "boxarray"
path = "src/lib.rs"
[package]
authors = ["Nathan Touroux"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "rust-patterns"]
description = "Safe way to allocate and initialize nested arrays directly on the heap in Rust."
edition = "2021"
homepage = "https://github.com/xayon40-12/boxarray.git"
keywords = ["Box", "arrays"]
license = "MIT"
name = "boxarray"
readme = "README.md"
repository = "https://github.com/xayon40-12/boxarray.git"
version = "1.3.2"