# 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 = "relabuf" version = "0.16.0" authors = ["Sergey F. "] description = "Release valve buffer release items either after time or number thresholds are reached" readme = "README.md" keywords = ["async", "buffer", "threshold", "rust"] license = "MIT" repository = "https://github.com/let4be/relabuf" [dependencies.anyhow] version = "^1.0.40" [dependencies.async-io] version = "1.6.0" [dependencies.backoff] version = "~0.3.0" features = ["tokio", "futures"] [dependencies.flume] version = "~0.10.7" [dependencies.futures-lite] version = "^1.11.3" [dependencies.smol-timeout] version = "~0.6.0"