# 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 = "valord-map" version = "0.10.0" authors = ["tedious"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dictionary sorted by values." documentation = "https://docs.rs/valord-map/latest/valord_map" readme = "README.md" keywords = [ "map", "sort-map", "sort-by-value", ] license = "MIT" repository = "https://github.com/tediou5/valord-map" [lib] name = "valord_map" path = "src/lib.rs" [[example]] name = "people_ord_by_age" path = "examples/people_ord_by_age.rs" [dependencies.indexmap] version = "2.2.6"