caja 0.3.0

Adds the Caja struct which is basically Box<[T;n]>, but n can be not known at compile-time
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 = "caja"
version = "0.3.0"
authors = ["Emanuel De Avila"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Adds the Caja struct which is basically Box<[T;n]>, but n can be not known at compile-time"
readme = "README.md"
keywords = [
    "Arrays",
    "Heap",
]
categories = ["memory-management"]
license = "GPL-3.0-or-later"
repository = "https://github.com/EmanuelGCC/Caja/tree/main"

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

[[example]]
name = "exam"
path = "examples/exam.rs"

[[test]]
name = "alloc_tests"
path = "tests/alloc_tests.rs"

[dependencies]