# 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 = "flashmap" version = "0.1.0" authors = ["Cassy343"] description = "A lock-free eventually consistent concurrent hash map." readme = "README.md" keywords = [ "map", "concurrent", "hashamp", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/Cassy343/flashmap" resolver = "2" [profile.loomtest] lto = "fat" codegen-units = 1 debug = 2 debug-assertions = true inherits = "release" [profile.loomtest-fast] debug = 0 debug-assertions = false panic = "abort" inherits = "loomtest" strip = "symbols" [dependencies.hashbrown] version = "0.12.3" features = ["inline-more"] default-features = false [dependencies.num_cpus] version = "1" [dependencies.slab] version = "0.4.7" [features] default = [] nightly = [] [target."cfg(loom)".dependencies.loom] version = "0.5.6" features = ["checkpoint"]