# 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 = "fb_futures_ext" version = "0.2.0" authors = ["Facebook "] description = "future crate extensions" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/facebookexperimental/rust-shed" [lib] name = "futures_ext" [dependencies.anyhow] version = "1.0.75" [dependencies.futures] version = "0.3.28" features = [ "async-await", "compat", ] [dependencies.pin-project] version = "0.4.30" [dependencies.shared_error] version = "0.1.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.29.1" features = [ "full", "test-util", "tracing", ] [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.async-stream] version = "0.3"