# 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 = "cache_loader_async" version = "0.2.1" authors = [ "Alexander Becker ", "Spencer Sharkey ", ] description = "A thread safe loading cache with async loader functions based on tokio" keywords = [ "cache", "async", ] categories = [ "asynchronous", "caching", ] license = "Apache-2.0" repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs" [dependencies.futures] version = "0.3.14" [dependencies.lru] version = "0.7.8" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "~1" features = [ "macros", "rt-multi-thread", "sync", "time", ] [dev-dependencies] [features] default = [] lru-cache = ["lru"] ttl-cache = []