# 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" rust-version = "1.65.0" name = "ordered_hash_map" version = "0.4.0" authors = ["William Correia "] description = "HashMap which preserves insertion order" readme = "README.md" keywords = [ "no_std", "ordered_hash_map", "ordered_hash_set", "linked_hash_map", "data_structures", ] categories = [ "data-structures", "no-std", ] license = "BSD-2-Clause" repository = "https://gitlab.com/kelderon/rs-collections" [dependencies.hashbrown] version = "^0.13" [dependencies.serde] version = "^1.0" optional = true default-features = false