cache-padded/Cargo.toml

12 lines
442 B
TOML
Raw Normal View History

2020-05-25 22:47:42 +00:00
[package]
name = "cache-padded"
2020-07-07 21:28:34 +00:00
version = "1.1.1"
2020-05-25 22:47:42 +00:00
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Prevent false sharing by padding and aligning to the length of a cache line"
license = "Apache-2.0 OR MIT"
2020-12-26 14:47:13 +00:00
repository = "https://github.com/smol-rs/cache-padded"
homepage = "https://github.com/smol-rs/cache-padded"
2020-05-25 22:47:42 +00:00
keywords = ["cache", "padding", "lock-free", "atomic"]
categories = ["concurrency", "no-std"]