# 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" rust-version = "1.66.1" name = "mbarc-map" version = "0.10.0" exclude = [".idea/*"] description = "Implementation of a Minimally-blocking, Atomic Reference Counted Map" readme = "README.md" keywords = [ "map", "hashmap", "thread-safe", "mutex", ] categories = [ "algorithms", "concurrency", "data-structures", "game-development", ] license = "MIT" repository = "https://github.com/gentlecolts/mbarc-map" [profile.bench] opt-level = 3 debug = 2 [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [profile.test] opt-level = 3 debug = 2 [dependencies] [dev-dependencies.rand] version = "0.9.0-alpha.0" [dev-dependencies.rand_chacha] version = "0.9.0-alpha.0" [dev-dependencies.rayon] version = "1.8" features = []