alloc-once 0.1.0-rc.1

Allocate several different-typed values in one bump allocation, returned as a self-owning guard.
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 = "alloc-once"
version = "0.1.0-rc.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allocate several different-typed values in one bump allocation, returned as a self-owning guard."
documentation = "https://docs.rs/alloc-once"
readme = "README.md"
keywords = [
    "bump",
    "arena",
    "allocator",
    "bumpalo",
    "macro",
]
categories = [
    "memory-management",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tinybeachthor/alloc-once"

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

[dependencies.alloc-once-macros]
version = "0.1.0-rc.1"

[dependencies.bumpalo]
version = "3"