projections 1.0.1

Macro-free pin projections because why not?
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"
rust-version = "1.91"
name = "projections"
version = "1.0.1"
build = false
include = [
    "/LICENSE_APACHE",
    "/LICENSE_BOOST",
    "/LICENSE_MIT",
    "/README.md",
    "/examples/*",
    "/src/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro-free pin projections because why not?"
homepage = "https://github.com/ardaku/projections/releases"
documentation = "https://docs.rs/projections"
readme = "README.md"
keywords = [
    "pin",
    "lite",
    "projection",
    "safe",
    "structural",
]
categories = [
    "asynchronous",
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
    "data-structures",
]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
repository = "https://github.com/ardaku/projections/"

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

[dev-dependencies.as_repr]
version = "1.11.0"

[dev-dependencies.pasts]
version = "0.14.3"