# 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 = "evicting_cache_map" version = "0.4.0" authors = ["William Correia "] description = "An Evicting LRU cache supporting prune hooks" readme = "README.md" keywords = [ "no_std", "evicting_cache_map", "data_structures", ] categories = [ "data-structures", "no-std", ] license = "BSD-2-Clause" repository = "https://gitlab.com/kelderon/rs-collections" [dependencies.ordered_hash_map] version = "0.4.0"