# 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 = "deluge" version = "0.2.1" authors = ["MichaƂ Kawalec "] exclude = [ ".github/*", ".gitignore", "Makefile", "images/*", ] description = """ A highly concurrent stream library driving the underlying futures either concurrently or in parallel to process streaming operations as quickly as possible. """ homepage = "https://github.com/mkawalec/deluge" documentation = "https://docs.rs/deluge/latest/deluge/" readme = "README.md" keywords = [ "futures", "async", "deluge", ] categories = ["asynchronous"] license = "MPL-2.0" repository = "https://github.com/mkawalec/deluge" [dependencies.async-std] version = "1.12" features = ["attributes"] optional = true [dependencies.futures] version = "0.3" [dependencies.num_cpus] version = "1.13" [dependencies.pin-project] version = "1.0" [dependencies.tokio] version = "1.20" features = ["sync"] optional = true [dev-dependencies.more-asserts] version = "0.3" [dev-dependencies.tokio] version = "1.20" features = ["full"] [features] async-runtime = [] async-std = [ "dep:async-std", "async-runtime", ] default = ["tokio"] tokio = [ "dep:tokio", "async-runtime", ]