Initial import.

Previously submitted as I870386d55368207c594cbe4f0799bf33f4c194ee

Bug: 215313373
Bug: 210727578
Bug: 209794844
Test: m crosvm
Change-Id: I604b691a7d75ff8eae51863a25c3f41d3a50fce4
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..b74329d
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,19 @@
+[package]
+name = "argh_derive"
+version = "0.1.7"
+authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
+edition = "2018"
+license = "BSD-3-Clause"
+description = "Derive-based argument parsing optimized for code size"
+repository = "https://github.com/google/argh"
+readme = "README.md"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+heck = "0.3.1"
+proc-macro2 = "1.0"
+quote = "1.0"
+syn = "1.0"
+argh_shared = { version = "0.1.7", path = "../argh_shared" }