# 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 = "indexedlinkedhashmap" version = "3.0.0" authors = ["Brandon Long"] exclude = [".*"] description = "An indexable LinkedHashMap. The user defines the data structure that controls order." documentation = "https://docs.rs/indexedlinkedhashmap" readme = "README.md" keywords = [ "hashmap", "linkedhashMap", "indexedlinkedhashmap", "data-structures", "user-defined", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/brandongraylong/rust-indexedlinkedhashmap" [features] collections_ordering_binary_heap = [] collections_ordering_vec = []