# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "futures-mockstream" version = "0.1.2" authors = ["Alessandro Cresto Miseroglio "] description = "Minimal mockstream which implements futures async traits" homepage = "https://github.com/alex179ohm/futures-mockstream" readme = "README.md" keywords = ["async", "mock", "stream", "futures"] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/alex179ohm/futures-mockstream" [dependencies.futures-core] version = "0.3.4" [dependencies.futures-io] version = "0.3.4" [dependencies.futures-task] version = "0.3.4" [dev-dependencies.futures-util] version = "0.3.4" [dev-dependencies.smol] version = "0.1.4"