# 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 = "task-compat" version = "0.1.0" authors = ["Lucio Franco "] description = "Utility crate to compat futures 0.1 and futures 0.3 tasks." documentation = "https://docs.rs/task-compat/0.1.0/task_compat" readme = "README.md" keywords = ["task", "futures", "compat"] license = "MIT" repository = "https://github.com/LucioFranco/task-compat" [dependencies.futures01] version = "0.1" package = "futures" [dependencies.futures03] version = "0.3" default-features = false package = "futures" [dev-dependencies.futures03] version = "0.3" features = ["compat"] package = "futures" [dev-dependencies.tokio] version = "0.2" features = ["rt-core", "macros", "sync"]