# 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 = "deduplicate" version = "0.4.0" authors = ["garypen "] description = "caching, asynchronous, request deduplication" homepage = "https://github.com/garypen/deduplicate" documentation = "https://github.com/garypen/deduplicate#readme" readme = "README.md" keywords = [ "deduplicate", "coalesce", "delegate", "caching", "request", ] categories = [ "asynchronous", "caching", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/garypen/deduplicate" [[bench]] name = "deduplicate" harness = false [dependencies.async-trait] version = "0.1.74" [dependencies.lru] version = "0.12.1" [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = [ "macros", "rt-multi-thread", "sync", ] [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.futures] version = "0.3.29" [dev-dependencies.moka] version = "0.12.1" features = ["future"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio-test] version = "0.4.3"