# 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" rust-version = "1.74.1" name = "async-pipes" version = "0.3.1" authors = ["Jake Biewer "] description = "A library for building concurrent data processing pipelines" homepage = "https://github.com/biewers2/async-pipes" readme = "./README.md" keywords = [ "pipeline", "async", "tokio", "data", "processing", ] categories = [ "asynchronous", "concurrency", ] license = "GPL-2.0-or-later" repository = "https://github.com/biewers2/async-pipes" [dependencies.itertools] version = "0.12" [dependencies.tokio] version = "1" features = [ "rt", "macros", "sync", ] [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", ] [dev-dependencies.ulid] version = "1.1"