# 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 = "leapfrog" version = "0.3.0" authors = ["Rob Clucas "] description = "A fast, lock-free concurrent hash map" readme = "README.md" keywords = [ "hashmap", "concurrent", "map", ] categories = [ "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/robclu/leapfrog" [package.metadata.docs.rs] features = [ "serde", "stable_alloc", ] [profile.release] lto = true debug = 0 [[bench]] name = "hashmap" harness = false [dependencies.allocator-api2] version = "0.2.15" optional = true [dependencies.atomic] version = "0.5.1" [dependencies.serde_crate] version = "1.0.136" features = ["derive"] optional = true package = "serde" [dev-dependencies.core_affinity] version = "0.5.10" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0.50" [features] default = [] serde = ["dep:serde_crate"] stable_alloc = ["dep:allocator-api2"]