raw-buffer 0.1.2

Generic low-level raw slice types
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.85.1"
name = "raw-buffer"
version = "0.1.2"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic low-level raw slice types"
homepage = "https://egit.irs.uni-stuttgart.de/rust/raw-buffer"
readme = "README.md"
keywords = [
    "no-std",
    "slice",
    "embedded",
    "dma",
    "pointer",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "hardware-support",
    "embedded",
    "data-structures",
]
license = "Apache-2.0 OR MIT"
repository = "https://egit.irs.uni-stuttgart.de/rust/raw-buffer"

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

[dependencies.embedded-dma]
version = "0.2"