# 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 = "rmw_ttlmap" version = "0.2.2" authors = ["Isaac Whitfield "] description = "Minimal async cache in Rust with support for key expirations " readme = "README.md" keywords = ["async", "futures", "caching", "expiration", "ttl"] categories = ["algorithms", "asynchronous", "caching", "data-structures"] license = "MIT" repository = "https://github.com/gcxfd/retainer" resolver = "2" [dependencies.async-lock] version = "2.4.0" [dependencies.async-timer] version = "0.7.4" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.simple_logger] version = "1.13.0" [dev-dependencies.smol] version = "1.2.5" [dev-dependencies.tokio] version = "1.14.0" features = ["full"]