A tool to read animebox backup files and export the data in alternate formats.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

193 lines
4.9 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "animebox-sync"
  5. version = "0.1.0"
  6. dependencies = [
  7. "clap",
  8. "serde",
  9. "serde_json",
  10. ]
  11. [[package]]
  12. name = "ansi_term"
  13. version = "0.11.0"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  16. dependencies = [
  17. "winapi",
  18. ]
  19. [[package]]
  20. name = "atty"
  21. version = "0.2.14"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  24. dependencies = [
  25. "hermit-abi",
  26. "libc",
  27. "winapi",
  28. ]
  29. [[package]]
  30. name = "bitflags"
  31. version = "1.2.1"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  34. [[package]]
  35. name = "clap"
  36. version = "2.33.1"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
  39. dependencies = [
  40. "ansi_term",
  41. "atty",
  42. "bitflags",
  43. "strsim",
  44. "textwrap",
  45. "unicode-width",
  46. "vec_map",
  47. ]
  48. [[package]]
  49. name = "hermit-abi"
  50. version = "0.1.13"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
  53. dependencies = [
  54. "libc",
  55. ]
  56. [[package]]
  57. name = "itoa"
  58. version = "0.4.5"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
  61. [[package]]
  62. name = "libc"
  63. version = "0.2.70"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f"
  66. [[package]]
  67. name = "proc-macro2"
  68. version = "1.0.17"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "1502d12e458c49a4c9cbff560d0fe0060c252bc29799ed94ca2ed4bb665a0101"
  71. dependencies = [
  72. "unicode-xid",
  73. ]
  74. [[package]]
  75. name = "quote"
  76. version = "1.0.6"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
  79. dependencies = [
  80. "proc-macro2",
  81. ]
  82. [[package]]
  83. name = "ryu"
  84. version = "1.0.4"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
  87. [[package]]
  88. name = "serde"
  89. version = "1.0.110"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. checksum = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
  92. dependencies = [
  93. "serde_derive",
  94. ]
  95. [[package]]
  96. name = "serde_derive"
  97. version = "1.0.110"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
  100. dependencies = [
  101. "proc-macro2",
  102. "quote",
  103. "syn",
  104. ]
  105. [[package]]
  106. name = "serde_json"
  107. version = "1.0.53"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
  110. dependencies = [
  111. "itoa",
  112. "ryu",
  113. "serde",
  114. ]
  115. [[package]]
  116. name = "strsim"
  117. version = "0.8.0"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  120. [[package]]
  121. name = "syn"
  122. version = "1.0.23"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269"
  125. dependencies = [
  126. "proc-macro2",
  127. "quote",
  128. "unicode-xid",
  129. ]
  130. [[package]]
  131. name = "textwrap"
  132. version = "0.11.0"
  133. source = "registry+https://github.com/rust-lang/crates.io-index"
  134. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  135. dependencies = [
  136. "unicode-width",
  137. ]
  138. [[package]]
  139. name = "unicode-width"
  140. version = "0.1.7"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  143. [[package]]
  144. name = "unicode-xid"
  145. version = "0.2.0"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  148. [[package]]
  149. name = "vec_map"
  150. version = "0.8.2"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  153. [[package]]
  154. name = "winapi"
  155. version = "0.3.8"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  158. dependencies = [
  159. "winapi-i686-pc-windows-gnu",
  160. "winapi-x86_64-pc-windows-gnu",
  161. ]
  162. [[package]]
  163. name = "winapi-i686-pc-windows-gnu"
  164. version = "0.4.0"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  167. [[package]]
  168. name = "winapi-x86_64-pc-windows-gnu"
  169. version = "0.4.0"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"