[package] name = "swap_channel" description = "A safe lock-free parallel communication channel based on mem::swap" authors = ["Sebastian Schmidt "] version = "0.3.0" edition = "2021" license = "BSD-2-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]