# 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 = "vec-with-gaps" version = "0.7.0" description = "A data structure that behaves like a vec of vecs, but where the subvecs are kept in one contiguous section of memory, which improves cache performance for some workloads" license = "MIT" repository = "https://github.com/makoConstruct/vec-with-gaps" [dependencies] [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.itertools] version = "0.8.2" [dev-dependencies.pcg] version = "4.1.0" [dev-dependencies.rand] version = "0.8.4" features = ["small_rng"]