# 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 = "2021" name = "folklore" version = "0.8.0" description = "A lock-free concurrent hash map" readme = "README.md" keywords = [ "hashmap", "map", "lock-free", "concurrent", ] categories = [ "concurrency", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/callumbirks/folklore/" [[bench]] name = "hashmap" harness = false [[bench]] name = "parallel" harness = false [dependencies.atomic] version = "0.6.0" default-features = false [dependencies.bytemuck] version = "1.14.3" [dependencies.hash32] version = "0.3.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fixedstr] version = "0.5.5" [dev-dependencies.leapfrog] version = "0.3.0" features = ["stable_alloc"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.10.0" [lints.clippy] module_name_repetitions = "allow" [lints.clippy.pedantic] level = "deny" priority = -1