| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "autocfg" |
| version = "0.1.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.28" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.29" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "failure" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "failure_derive" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.49" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "0.4.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "0.6.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rust-tutorial" |
| version = "0.1.0" |
| dependencies = [ |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "syn" |
| version = "0.15.26" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "synstructure" |
| version = "0.10.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "winapi-i686-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [metadata] |
| "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
| "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" |
| "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
| "checksum cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "4390a3b5f4f6bce9c1d0c00128379df433e53777fdd30e92f16a529332baec4e" |
| "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
| "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
| "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
| "checksum libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)" = "413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e" |
| "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
| "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
| "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
| "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" |
| "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
| "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
| "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
| "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |