aligned_box 0.3.1

Allocate heap memory with user-specified alignment
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 = "2024"
name = "aligned_box"
version = "0.3.1"
authors = ["Michael Lass <bevan@bi-co.net>"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Allocate heap memory with user-specified alignment"
homepage = "https://github.com/michaellass/aligned_box/"
documentation = "https://docs.rs/aligned_box/"
readme = "README.md"
keywords = [
    "aligned",
    "alignment",
    "box",
    "heap",
    "memory",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/michaellass/aligned_box.git"

[badges.travis-ci]
branch = "master"
repository = "michaellass/aligned_box"

[features]
default = ["std"]
std = []

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

[dev-dependencies.lazy_static]
version = "^1.4"