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.

113 lines
3.0 KiB

4 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. ]
  9. [[package]]
  10. name = "ansi_term"
  11. version = "0.11.0"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  14. dependencies = [
  15. "winapi",
  16. ]
  17. [[package]]
  18. name = "atty"
  19. version = "0.2.14"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  22. dependencies = [
  23. "hermit-abi",
  24. "libc",
  25. "winapi",
  26. ]
  27. [[package]]
  28. name = "bitflags"
  29. version = "1.2.1"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  32. [[package]]
  33. name = "clap"
  34. version = "2.33.1"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
  37. dependencies = [
  38. "ansi_term",
  39. "atty",
  40. "bitflags",
  41. "strsim",
  42. "textwrap",
  43. "unicode-width",
  44. "vec_map",
  45. ]
  46. [[package]]
  47. name = "hermit-abi"
  48. version = "0.1.13"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
  51. dependencies = [
  52. "libc",
  53. ]
  54. [[package]]
  55. name = "libc"
  56. version = "0.2.70"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f"
  59. [[package]]
  60. name = "strsim"
  61. version = "0.8.0"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  64. [[package]]
  65. name = "textwrap"
  66. version = "0.11.0"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  69. dependencies = [
  70. "unicode-width",
  71. ]
  72. [[package]]
  73. name = "unicode-width"
  74. version = "0.1.7"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  77. [[package]]
  78. name = "vec_map"
  79. version = "0.8.2"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  82. [[package]]
  83. name = "winapi"
  84. version = "0.3.8"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  87. dependencies = [
  88. "winapi-i686-pc-windows-gnu",
  89. "winapi-x86_64-pc-windows-gnu",
  90. ]
  91. [[package]]
  92. name = "winapi-i686-pc-windows-gnu"
  93. version = "0.4.0"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  96. [[package]]
  97. name = "winapi-x86_64-pc-windows-gnu"
  98. version = "0.4.0"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"