# 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 = "compact-map" version = "0.1.0" authors = ["Haruka Akase "] description = "'Small map' optimization: store up to a small number of key-value pairs on the stack." documentation = "https://docs.rs/compact-map" readme = "README.md" keywords = [ "small", "map", "stack", "hashmap", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightsing/compact-map.git" [dependencies.heapless] version = "0.8" [features] entry_insert = [] extract_if = [] many_mut = [] map_entry_replace = [] map_try_insert = []