# 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_01_ext" version = "0.1.0" authors = ["Facebook "] description = "Extensions for future 0.1 crate" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/facebookexperimental/rust-shed" [lib] name = "futures_01_ext" [dependencies.bytes-old] version = "0.4" features = ["serde"] package = "bytes" [dependencies.futures] version = "0.1.31" [dependencies.tokio-io] version = "0.1" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.fb_cloned] version = "0.1.0" [dev-dependencies.futures03] version = "0.3.28" features = [ "async-await", "compat", ] package = "futures" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.tokio] version = "1.29.1" features = [ "full", "test-util", "tracing", ]