# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "kukoo" version = "0.1.0" authors = ["Mingcong Han "] description = "A rust implementation of lockfree cuckoo hashmap" readme = "README.md" keywords = [ "lockfree", "non-blocking", "cuckoo", "hashmap", "hashtable", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/ra0x3/kukoo" [dependencies.clippy-utilities] version = "0.1.0" [dependencies.crossbeam-epoch] version = "0.9.7" [dev-dependencies.num_cpus] version = "1.13.0" [dev-dependencies.rand] version = "0.8"