# 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 = "sparse_set_container" version = "1.1.1" authors = ["Pavel Grebnev"] include = [ "src/**", "README.md", "LICENSE", ] description = "A container based on sparse set. Stable keys, O(1) lookup, cache-friendly iterations, and no hashing." readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/gameraccoon/sparse_set" [dependencies] [dev-dependencies.bencher] version = "0.1.5"