# 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 = "2018" name = "retainer" version = "0.3.0" 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/whitfin/retainer" [dependencies.async-lock] version = "2.4" [dependencies.async-timer] version = "0.7" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dev-dependencies.async-std] version = "1.10" features = ["attributes"] [dev-dependencies.simple_logger] version = "2.1" [dev-dependencies.smol] version = "1.2" [dev-dependencies.tokio] version = "1.12" features = ["full"]