# 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 = "2018" name = "xsparseset" version = "0.2.5" description = "A rust sparse set" documentation = "https://docs.rs/xsparseset/" readme = "README.md" keywords = [ "sparse-set", "data-structure", "ecs", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/xstater/xsparseset/" resolver = "1" [[bench]] name = "sparse_storage" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8"