# 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 = "one_way_slot_map" version = "0.4.2" authors = ["Kevin Guthrie "] description = "An implementation of SlotMap with minimal restrictions on Keys and Values" readme = "README.md" keywords = ["slotmap", "storage"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/RookAndPawn/one_way_slot_map" resolver = "2" [[bench]] name = "slotmap_comparison" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.slotmap] version = "1.0.6" [dev-dependencies.static_assertions] version = "1.1.0"