# 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" rust-version = "1.56" name = "async-fuse" version = "0.11.4" authors = ["John-John Tedro "] description = "Helpers for fusing asynchronous computations." homepage = "https://github.com/udoprog/async-fuse" documentation = "https://docs.rs/async-fuse" readme = "README.md" keywords = [ "async", "future", "futures", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/udoprog/async-fuse" [package.metadata.docs.rs] all-features = true [dependencies.futures-core] version = "0.3.27" optional = true [dev-dependencies.async-stream] version = "0.3.4" [dev-dependencies.tokio] version = "1.26.0" features = ["full"] [features] stream = ["futures-core"]