[package] name = "blink-channel" version = "0.1.0" edition = "2021" authors = ["Amjad Alsharafi "] license = "MIT" readme = "README.md" description = "Fast, lock-free, bounded, multiple-producer, multiple-consumer, lossy, broadcast channel" repository = "https://github.com/Amjad50/blink-channel.git" keywords = ["channel", "broadcast", "mpmc", "lock-free", "no_std"] categories = ["concurrency", "no-std"] rust-version = "1.60.0" [features] unstable = [] [target.'cfg(loom)'.dependencies] loom = "0.7"