rs-singleflight 0.1.1

Async single-flight request coalescing for Rust.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "rs-singleflight"
version = "0.1.1"
build = false
exclude = [
    "singleflight.go",
    "singleflight_test.go",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async single-flight request coalescing for Rust."
documentation = "https://docs.rs/rs-singleflight"
readme = "README.md"
keywords = [
    "singleflight",
    "coalescing",
    "deduplication",
    "async",
    "tokio",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "BSD-3-Clause"
repository = "https://github.com/wilbyang/rs-singleflight"

[lib]
name = "rs_singleflight"
path = "src/lib.rs"

[dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]