triple_buf_64 0.1.1

A cheap lock-free triple buffer data structure that stores 64 bits of data
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 = "triple_buf_64"
version = "0.1.1"
authors = ["Billy Messenger <billydm@noreply.codeberg.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cheap lock-free triple buffer data structure that stores 64 bits of data"
documentation = "https://docs.rs/triple_buf_64"
readme = "README.md"
keywords = [
    "triple",
    "buffer",
    "atomic",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/BillyDM/triple_buf_64"

[features]
default = []
portable-atomic = [
    "dep:portable-atomic",
    "dep:triple_buffer",
]

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

[dependencies.portable-atomic]
version = "1"
optional = true
default-features = false

[dependencies.triple_buffer]
version = "9"
optional = true

[target.'cfg(not(target_has_atomic = "64"))'.dependencies.triple_buffer]
version = "9"