# 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 = "memory_storage" version = "0.9.30" description = "A memory storage comparable to a Vec where removing items doesn't shift all the items after the removed item to the left and doesn't invalidate their IDs. It allows you to remove items with high speed and access items via an ID that was returned after adding them." documentation = "https://docs.rs/memory_storage/latest/memory_storage/" readme = "README.md" keywords = [ "no-std", "storage", "memory", "map", ] license-file = "LICENSE" repository = "https://github.com/c9d5e1/memory_storage" [dependencies] [dev-dependencies] [features] alloc = [] default = ["alloc"]