[package] name = "lock-free-freelist" version = "0.1.0" authors = ["Mihir Luthra "] edition = "2018" description = "A fast lock free limited length free list for multiple producer and consumer." license = "MIT OR Apache-2.0" repository = "https://github.com/MihirLuthra/lock-free-freelist" [dependencies] bit_fiddler = "2.1.1" reusable_derive = { version = "0.1.0", path = "reusable_derive" } [dev-dependencies] rand = "0.7.3" lazy_static = "1.4.0"