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.

347 lines
8.7KB

  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ansi_term"
  6. version = "0.11.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  9. dependencies = [
  10. "winapi",
  11. ]
  12. [[package]]
  13. name = "atty"
  14. version = "0.2.14"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  17. dependencies = [
  18. "hermit-abi",
  19. "libc",
  20. "winapi",
  21. ]
  22. [[package]]
  23. name = "autocfg"
  24. version = "1.0.0"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  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 = "cfg-if"
  34. version = "1.0.0"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  37. [[package]]
  38. name = "chrono"
  39. version = "0.4.11"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
  42. dependencies = [
  43. "num-integer",
  44. "num-traits",
  45. "time",
  46. ]
  47. [[package]]
  48. name = "chrono-tz"
  49. version = "0.6.1"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "58549f1842da3080ce63002102d5bc954c7bc843d4f47818e642abdc36253552"
  52. dependencies = [
  53. "chrono",
  54. "chrono-tz-build",
  55. "phf",
  56. ]
  57. [[package]]
  58. name = "chrono-tz-build"
  59. version = "0.0.2"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "db058d493fb2f65f41861bfed7e3fe6335264a9f0f92710cab5bdf01fef09069"
  62. dependencies = [
  63. "parse-zoneinfo",
  64. "phf",
  65. "phf_codegen",
  66. ]
  67. [[package]]
  68. name = "clap"
  69. version = "2.33.0"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
  72. dependencies = [
  73. "ansi_term",
  74. "atty",
  75. "bitflags",
  76. "strsim",
  77. "textwrap",
  78. "unicode-width",
  79. "vec_map",
  80. ]
  81. [[package]]
  82. name = "getrandom"
  83. version = "0.2.4"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
  86. dependencies = [
  87. "cfg-if",
  88. "libc",
  89. "wasi",
  90. ]
  91. [[package]]
  92. name = "hermit-abi"
  93. version = "0.1.8"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
  96. dependencies = [
  97. "libc",
  98. ]
  99. [[package]]
  100. name = "libc"
  101. version = "0.2.68"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
  104. [[package]]
  105. name = "num-integer"
  106. version = "0.1.42"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
  109. dependencies = [
  110. "autocfg",
  111. "num-traits",
  112. ]
  113. [[package]]
  114. name = "num-traits"
  115. version = "0.2.11"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
  118. dependencies = [
  119. "autocfg",
  120. ]
  121. [[package]]
  122. name = "parse-zoneinfo"
  123. version = "0.3.0"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
  126. dependencies = [
  127. "regex",
  128. ]
  129. [[package]]
  130. name = "phf"
  131. version = "0.10.1"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
  134. dependencies = [
  135. "phf_shared",
  136. ]
  137. [[package]]
  138. name = "phf_codegen"
  139. version = "0.10.0"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
  142. dependencies = [
  143. "phf_generator",
  144. "phf_shared",
  145. ]
  146. [[package]]
  147. name = "phf_generator"
  148. version = "0.10.0"
  149. source = "registry+https://github.com/rust-lang/crates.io-index"
  150. checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
  151. dependencies = [
  152. "phf_shared",
  153. "rand",
  154. ]
  155. [[package]]
  156. name = "phf_shared"
  157. version = "0.10.0"
  158. source = "registry+https://github.com/rust-lang/crates.io-index"
  159. checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
  160. dependencies = [
  161. "siphasher",
  162. "uncased",
  163. ]
  164. [[package]]
  165. name = "ppv-lite86"
  166. version = "0.2.16"
  167. source = "registry+https://github.com/rust-lang/crates.io-index"
  168. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  169. [[package]]
  170. name = "rand"
  171. version = "0.8.4"
  172. source = "registry+https://github.com/rust-lang/crates.io-index"
  173. checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
  174. dependencies = [
  175. "libc",
  176. "rand_chacha",
  177. "rand_core",
  178. "rand_hc",
  179. ]
  180. [[package]]
  181. name = "rand_chacha"
  182. version = "0.3.1"
  183. source = "registry+https://github.com/rust-lang/crates.io-index"
  184. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  185. dependencies = [
  186. "ppv-lite86",
  187. "rand_core",
  188. ]
  189. [[package]]
  190. name = "rand_core"
  191. version = "0.6.3"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  194. dependencies = [
  195. "getrandom",
  196. ]
  197. [[package]]
  198. name = "rand_hc"
  199. version = "0.3.1"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
  202. dependencies = [
  203. "rand_core",
  204. ]
  205. [[package]]
  206. name = "redox_syscall"
  207. version = "0.1.56"
  208. source = "registry+https://github.com/rust-lang/crates.io-index"
  209. checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
  210. [[package]]
  211. name = "regex"
  212. version = "1.5.4"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
  215. dependencies = [
  216. "regex-syntax",
  217. ]
  218. [[package]]
  219. name = "regex-syntax"
  220. version = "0.6.25"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  223. [[package]]
  224. name = "siphasher"
  225. version = "0.3.9"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e"
  228. [[package]]
  229. name = "strsim"
  230. version = "0.8.0"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  233. [[package]]
  234. name = "textwrap"
  235. version = "0.11.0"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  238. dependencies = [
  239. "unicode-width",
  240. ]
  241. [[package]]
  242. name = "time"
  243. version = "0.1.42"
  244. source = "registry+https://github.com/rust-lang/crates.io-index"
  245. checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
  246. dependencies = [
  247. "libc",
  248. "redox_syscall",
  249. "winapi",
  250. ]
  251. [[package]]
  252. name = "uncased"
  253. version = "0.9.6"
  254. source = "registry+https://github.com/rust-lang/crates.io-index"
  255. checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0"
  256. dependencies = [
  257. "version_check",
  258. ]
  259. [[package]]
  260. name = "unicode-width"
  261. version = "0.1.7"
  262. source = "registry+https://github.com/rust-lang/crates.io-index"
  263. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  264. [[package]]
  265. name = "utcnow"
  266. version = "1.3.0"
  267. dependencies = [
  268. "chrono",
  269. "chrono-tz",
  270. "clap",
  271. "libc",
  272. ]
  273. [[package]]
  274. name = "vec_map"
  275. version = "0.8.1"
  276. source = "registry+https://github.com/rust-lang/crates.io-index"
  277. checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  278. [[package]]
  279. name = "version_check"
  280. version = "0.9.4"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  283. [[package]]
  284. name = "wasi"
  285. version = "0.10.2+wasi-snapshot-preview1"
  286. source = "registry+https://github.com/rust-lang/crates.io-index"
  287. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  288. [[package]]
  289. name = "winapi"
  290. version = "0.3.8"
  291. source = "registry+https://github.com/rust-lang/crates.io-index"
  292. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  293. dependencies = [
  294. "winapi-i686-pc-windows-gnu",
  295. "winapi-x86_64-pc-windows-gnu",
  296. ]
  297. [[package]]
  298. name = "winapi-i686-pc-windows-gnu"
  299. version = "0.4.0"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  302. [[package]]
  303. name = "winapi-x86_64-pc-windows-gnu"
  304. version = "0.4.0"
  305. source = "registry+https://github.com/rust-lang/crates.io-index"
  306. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"