# 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 = "persia-futures" version = "0.1.0" authors = ["Xiangru Lian "] description = "commonly used future related things" license = "AGPL-3.0-only" [dependencies.async-channel] version = "1.1" [dependencies.async-compat] version = "0.1.4" [dependencies.async-executor] version = "1.0" [dependencies.async-lock] version = "2.1" [dependencies.async-oneshot] version = "0.4" [dependencies.easy-parallel] version = "3.1" [dependencies.flume] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.smol] version = "1.0" [dependencies.smol-timeout] version = "0.6" [dependencies.tokio] version = "0.2" features = ["full"]