# 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 = "delay_map" version = "0.4.0" authors = ["Age Manning "] description = "HashMap collections whose entries expire after a given time" readme = "./README.md" keywords = [ "collections", "hashmap", "hashset", "delay", "delayqueue", ] categories = [ "algorithms", "caching", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/agemanning/delay_map" [dependencies.futures] version = "0.3.30" [dependencies.tokio] version = "1.38" features = ["time"] [dependencies.tokio-util] version = "0.7.11" features = ["time"] [dev-dependencies.tokio] version = "1.38.0" features = [ "time", "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4"