[package] name = "kukoo" version = "0.1.0" authors = ["Mingcong Han "] edition = "2018" description = "A rust implementation of lockfree cuckoo hashmap" license = "MIT" repository = "https://github.com/ra0x3/kukoo" readme = "README.md" keywords = ["lockfree", "non-blocking", "cuckoo", "hashmap", "hashtable"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam-epoch = "0.9.7" clippy-utilities = "0.1.0" [dev-dependencies] rand = "0.8" num_cpus = "1.13.0"