[package] name = "horde" version = "0.1.1" edition = "2018" authors = ["Zoxc "] description = "a horde of threads" license = "MIT OR Apache-2.0" repository = "https://github.com/Zoxc/horde" keywords = ["atomic", "concurrent", "hashmap", "lock-free"] categories = ["concurrency", "data-structures"] publish = true [lib] crate-type = ["rlib"] #crate-type = ["dylib"] [dependencies] parking_lot = "0.11.1" [profile.bench] debug = 0 codegen-units = 1