# 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 = "stream-fusion" version = "0.1.0" description = "fuse stream-like async IO and computation" license-file = "LICENSE" repository = "https://github.com/ethe/stream-fusion" [profile.bench] opt-level = 3 lto = "thin" codegen-units = 16 debug = 2 [[bench]] name = "vs_tokio_rayon" harness = false [dependencies.futures-lite] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "async_tokio", "async", ] [dev-dependencies.futures-lite] version = "1" [dev-dependencies.rayon] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]