tuwunel/.gear/predownloaded-development/vendor/aligned/Cargo.toml

44 lines
1.1 KiB
TOML

# 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"
version = "0.4.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A newtype with alignment of at least `A` bytes"
documentation = "https://docs.rs/aligned"
readme = "README.md"
keywords = [
"alignment",
"aligned",
"array",
"static",
]
categories = [
"embedded",
"memory-management",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded-community/aligned"
[lib]
name = "aligned"
path = "src/lib.rs"
[dependencies.as-slice]
version = "0.2.1"