doublebuf 0.1.0

Concurrent auto-swapping double buffer
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 = "doublebuf"
version = "0.1.0"
authors = ["Alexander Rogovskyy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrent auto-swapping double buffer"
readme = "README.md"
keywords = ["double-buffer"]
categories = [
    "embedded",
    "no-std",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/ARogovskyy/doublebuf"

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

[dependencies.critical-section]
version = "1.2.0"

[dev-dependencies.critical-section]
version = "1.2.0"
features = ["std"]

[dev-dependencies.static_assertions]
version = "1.1.0"