Cargo.lock 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "bitflags"
  5. version = "1.2.1"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "byteorder"
  9. version = "1.3.2"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "dynasm"
  13. version = "0.5.2"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  18. "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  19. "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  20. "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  22. "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
  23. ]
  24. [[package]]
  25. name = "dynasmrt"
  26. version = "0.5.2"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. dependencies = [
  29. "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  31. ]
  32. [[package]]
  33. name = "lazy_static"
  34. version = "1.4.0"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. [[package]]
  37. name = "libc"
  38. version = "0.2.43"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. [[package]]
  41. name = "memmap"
  42. version = "0.7.0"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. dependencies = [
  45. "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
  46. "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  47. ]
  48. [[package]]
  49. name = "owning_ref"
  50. version = "0.4.0"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. dependencies = [
  53. "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  54. ]
  55. [[package]]
  56. name = "proc-macro2"
  57. version = "1.0.8"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. dependencies = [
  60. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  61. ]
  62. [[package]]
  63. name = "quote"
  64. version = "1.0.2"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. dependencies = [
  67. "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  68. ]
  69. [[package]]
  70. name = "stable_deref_trait"
  71. version = "1.1.1"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. [[package]]
  74. name = "syn"
  75. version = "1.0.14"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. dependencies = [
  78. "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  79. "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  80. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  81. ]
  82. [[package]]
  83. name = "typed-arena"
  84. version = "1.4.1"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. [[package]]
  87. name = "unicode-xid"
  88. version = "0.2.0"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. [[package]]
  91. name = "winapi"
  92. version = "0.3.6"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. dependencies = [
  95. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  96. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  97. ]
  98. [[package]]
  99. name = "winapi-i686-pc-windows-gnu"
  100. version = "0.4.0"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. [[package]]
  103. name = "winapi-x86_64-pc-windows-gnu"
  104. version = "0.4.0"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. [[package]]
  107. name = "zombie"
  108. version = "0.1.0"
  109. dependencies = [
  110. "dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  111. "dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  112. "typed-arena 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  113. "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  114. ]
  115. [metadata]
  116. "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  117. "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
  118. "checksum dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "42a814e1edeb85dd2a3c6fc0d6bf76d02ca5695d438c70ecee3d90774f3259c5"
  119. "checksum dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a393aaeb4441a48bcf47b5b6155971f82cc1eb77e22855403ccc0415ac8328d"
  120. "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  121. "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
  122. "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
  123. "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
  124. "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
  125. "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
  126. "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
  127. "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
  128. "checksum typed-arena 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c6c06a92aef38bb4dc5b0df00d68496fc31307c5344c867bb61678c6e1671ec5"
  129. "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  130. "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
  131. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  132. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"