Import 'futures-task' rust crate version 0.3.4

Bug: b/151760391
Test: m crosvm.experimental
Change-Id: Ib6a3cca58deef21f4175ebeb1ff90c88eab36a20
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..0b4b62a
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,28 @@
+[package]
+name = "futures-task"
+edition = "2018"
+version = "0.3.4"
+authors = ["Alex Crichton <alex@alexcrichton.com>"]
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/rust-lang/futures-rs"
+homepage = "https://rust-lang.github.io/futures-rs"
+documentation = "https://rust-lang.github.io/futures-api-docs/0.3.0-alpha.18/futures_core"
+description = """
+Tools for working with tasks.
+"""
+
+[features]
+default = ["std"]
+std = ["alloc"]
+alloc = []
+
+# Unstable features
+# These features are outside of the normal semver guarantees and require the
+# `unstable` feature as an explicit opt-in to unstable API.
+unstable = []
+cfg-target-has-atomic = []
+
+[dependencies]
+
+[package.metadata.docs.rs]
+all-features = true