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.

554 lines
14KB

  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "android_system_properties"
  6. version = "0.1.5"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  9. dependencies = [
  10. "libc",
  11. ]
  12. [[package]]
  13. name = "ansi_term"
  14. version = "0.12.1"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  17. dependencies = [
  18. "winapi",
  19. ]
  20. [[package]]
  21. name = "atty"
  22. version = "0.2.14"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  25. dependencies = [
  26. "hermit-abi",
  27. "libc",
  28. "winapi",
  29. ]
  30. [[package]]
  31. name = "autocfg"
  32. version = "1.1.0"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  35. [[package]]
  36. name = "bitflags"
  37. version = "1.3.2"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  40. [[package]]
  41. name = "bumpalo"
  42. version = "3.11.0"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
  45. [[package]]
  46. name = "cc"
  47. version = "1.0.73"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
  50. [[package]]
  51. name = "cfg-if"
  52. version = "1.0.0"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  55. [[package]]
  56. name = "chrono"
  57. version = "0.4.22"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
  60. dependencies = [
  61. "iana-time-zone",
  62. "js-sys",
  63. "num-integer",
  64. "num-traits",
  65. "time",
  66. "wasm-bindgen",
  67. "winapi",
  68. ]
  69. [[package]]
  70. name = "chrono-tz"
  71. version = "0.6.3"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
  74. dependencies = [
  75. "chrono",
  76. "chrono-tz-build",
  77. "phf",
  78. ]
  79. [[package]]
  80. name = "chrono-tz-build"
  81. version = "0.0.3"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
  84. dependencies = [
  85. "parse-zoneinfo",
  86. "phf",
  87. "phf_codegen",
  88. ]
  89. [[package]]
  90. name = "clap"
  91. version = "2.34.0"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
  94. dependencies = [
  95. "ansi_term",
  96. "atty",
  97. "bitflags",
  98. "strsim",
  99. "textwrap",
  100. "unicode-width",
  101. "vec_map",
  102. ]
  103. [[package]]
  104. name = "codespan-reporting"
  105. version = "0.11.1"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  108. dependencies = [
  109. "termcolor",
  110. "unicode-width",
  111. ]
  112. [[package]]
  113. name = "core-foundation-sys"
  114. version = "0.8.3"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  117. [[package]]
  118. name = "cxx"
  119. version = "1.0.78"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "19f39818dcfc97d45b03953c1292efc4e80954e1583c4aa770bac1383e2310a4"
  122. dependencies = [
  123. "cc",
  124. "cxxbridge-flags",
  125. "cxxbridge-macro",
  126. "link-cplusplus",
  127. ]
  128. [[package]]
  129. name = "cxx-build"
  130. version = "1.0.78"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "3e580d70777c116df50c390d1211993f62d40302881e54d4b79727acb83d0199"
  133. dependencies = [
  134. "cc",
  135. "codespan-reporting",
  136. "once_cell",
  137. "proc-macro2",
  138. "quote",
  139. "scratch",
  140. "syn",
  141. ]
  142. [[package]]
  143. name = "cxxbridge-flags"
  144. version = "1.0.78"
  145. source = "registry+https://github.com/rust-lang/crates.io-index"
  146. checksum = "56a46460b88d1cec95112c8c363f0e2c39afdb237f60583b0b36343bf627ea9c"
  147. [[package]]
  148. name = "cxxbridge-macro"
  149. version = "1.0.78"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "747b608fecf06b0d72d440f27acc99288207324b793be2c17991839f3d4995ea"
  152. dependencies = [
  153. "proc-macro2",
  154. "quote",
  155. "syn",
  156. ]
  157. [[package]]
  158. name = "hermit-abi"
  159. version = "0.1.19"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  162. dependencies = [
  163. "libc",
  164. ]
  165. [[package]]
  166. name = "iana-time-zone"
  167. version = "0.1.51"
  168. source = "registry+https://github.com/rust-lang/crates.io-index"
  169. checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
  170. dependencies = [
  171. "android_system_properties",
  172. "core-foundation-sys",
  173. "iana-time-zone-haiku",
  174. "js-sys",
  175. "wasm-bindgen",
  176. "winapi",
  177. ]
  178. [[package]]
  179. name = "iana-time-zone-haiku"
  180. version = "0.1.0"
  181. source = "registry+https://github.com/rust-lang/crates.io-index"
  182. checksum = "fde6edd6cef363e9359ed3c98ba64590ba9eecba2293eb5a723ab32aee8926aa"
  183. dependencies = [
  184. "cxx",
  185. "cxx-build",
  186. ]
  187. [[package]]
  188. name = "js-sys"
  189. version = "0.3.60"
  190. source = "registry+https://github.com/rust-lang/crates.io-index"
  191. checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
  192. dependencies = [
  193. "wasm-bindgen",
  194. ]
  195. [[package]]
  196. name = "libc"
  197. version = "0.2.135"
  198. source = "registry+https://github.com/rust-lang/crates.io-index"
  199. checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
  200. [[package]]
  201. name = "link-cplusplus"
  202. version = "1.0.7"
  203. source = "registry+https://github.com/rust-lang/crates.io-index"
  204. checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
  205. dependencies = [
  206. "cc",
  207. ]
  208. [[package]]
  209. name = "log"
  210. version = "0.4.17"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  213. dependencies = [
  214. "cfg-if",
  215. ]
  216. [[package]]
  217. name = "num-integer"
  218. version = "0.1.45"
  219. source = "registry+https://github.com/rust-lang/crates.io-index"
  220. checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
  221. dependencies = [
  222. "autocfg",
  223. "num-traits",
  224. ]
  225. [[package]]
  226. name = "num-traits"
  227. version = "0.2.15"
  228. source = "registry+https://github.com/rust-lang/crates.io-index"
  229. checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
  230. dependencies = [
  231. "autocfg",
  232. ]
  233. [[package]]
  234. name = "once_cell"
  235. version = "1.15.0"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
  238. [[package]]
  239. name = "parse-zoneinfo"
  240. version = "0.3.0"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
  243. dependencies = [
  244. "regex",
  245. ]
  246. [[package]]
  247. name = "phf"
  248. version = "0.11.1"
  249. source = "registry+https://github.com/rust-lang/crates.io-index"
  250. checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
  251. dependencies = [
  252. "phf_shared",
  253. ]
  254. [[package]]
  255. name = "phf_codegen"
  256. version = "0.11.1"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
  259. dependencies = [
  260. "phf_generator",
  261. "phf_shared",
  262. ]
  263. [[package]]
  264. name = "phf_generator"
  265. version = "0.11.1"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
  268. dependencies = [
  269. "phf_shared",
  270. "rand",
  271. ]
  272. [[package]]
  273. name = "phf_shared"
  274. version = "0.11.1"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
  277. dependencies = [
  278. "siphasher",
  279. "uncased",
  280. ]
  281. [[package]]
  282. name = "proc-macro2"
  283. version = "1.0.46"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"
  285. checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
  286. dependencies = [
  287. "unicode-ident",
  288. ]
  289. [[package]]
  290. name = "quote"
  291. version = "1.0.21"
  292. source = "registry+https://github.com/rust-lang/crates.io-index"
  293. checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
  294. dependencies = [
  295. "proc-macro2",
  296. ]
  297. [[package]]
  298. name = "rand"
  299. version = "0.8.5"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  302. dependencies = [
  303. "rand_core",
  304. ]
  305. [[package]]
  306. name = "rand_core"
  307. version = "0.6.4"
  308. source = "registry+https://github.com/rust-lang/crates.io-index"
  309. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  310. [[package]]
  311. name = "regex"
  312. version = "1.6.0"
  313. source = "registry+https://github.com/rust-lang/crates.io-index"
  314. checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
  315. dependencies = [
  316. "regex-syntax",
  317. ]
  318. [[package]]
  319. name = "regex-syntax"
  320. version = "0.6.27"
  321. source = "registry+https://github.com/rust-lang/crates.io-index"
  322. checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
  323. [[package]]
  324. name = "scratch"
  325. version = "1.0.2"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
  328. [[package]]
  329. name = "siphasher"
  330. version = "0.3.10"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
  333. [[package]]
  334. name = "strsim"
  335. version = "0.8.0"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  338. [[package]]
  339. name = "syn"
  340. version = "1.0.102"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
  343. dependencies = [
  344. "proc-macro2",
  345. "quote",
  346. "unicode-ident",
  347. ]
  348. [[package]]
  349. name = "termcolor"
  350. version = "1.1.3"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
  353. dependencies = [
  354. "winapi-util",
  355. ]
  356. [[package]]
  357. name = "textwrap"
  358. version = "0.11.0"
  359. source = "registry+https://github.com/rust-lang/crates.io-index"
  360. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  361. dependencies = [
  362. "unicode-width",
  363. ]
  364. [[package]]
  365. name = "time"
  366. version = "0.1.44"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  369. dependencies = [
  370. "libc",
  371. "wasi",
  372. "winapi",
  373. ]
  374. [[package]]
  375. name = "uncased"
  376. version = "0.9.7"
  377. source = "registry+https://github.com/rust-lang/crates.io-index"
  378. checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
  379. dependencies = [
  380. "version_check",
  381. ]
  382. [[package]]
  383. name = "unicode-ident"
  384. version = "1.0.5"
  385. source = "registry+https://github.com/rust-lang/crates.io-index"
  386. checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
  387. [[package]]
  388. name = "unicode-width"
  389. version = "0.1.10"
  390. source = "registry+https://github.com/rust-lang/crates.io-index"
  391. checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
  392. [[package]]
  393. name = "utcnow"
  394. version = "1.5.1"
  395. dependencies = [
  396. "chrono",
  397. "chrono-tz",
  398. "clap",
  399. "libc",
  400. ]
  401. [[package]]
  402. name = "vec_map"
  403. version = "0.8.2"
  404. source = "registry+https://github.com/rust-lang/crates.io-index"
  405. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  406. [[package]]
  407. name = "version_check"
  408. version = "0.9.4"
  409. source = "registry+https://github.com/rust-lang/crates.io-index"
  410. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  411. [[package]]
  412. name = "wasi"
  413. version = "0.10.0+wasi-snapshot-preview1"
  414. source = "registry+https://github.com/rust-lang/crates.io-index"
  415. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  416. [[package]]
  417. name = "wasm-bindgen"
  418. version = "0.2.83"
  419. source = "registry+https://github.com/rust-lang/crates.io-index"
  420. checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
  421. dependencies = [
  422. "cfg-if",
  423. "wasm-bindgen-macro",
  424. ]
  425. [[package]]
  426. name = "wasm-bindgen-backend"
  427. version = "0.2.83"
  428. source = "registry+https://github.com/rust-lang/crates.io-index"
  429. checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
  430. dependencies = [
  431. "bumpalo",
  432. "log",
  433. "once_cell",
  434. "proc-macro2",
  435. "quote",
  436. "syn",
  437. "wasm-bindgen-shared",
  438. ]
  439. [[package]]
  440. name = "wasm-bindgen-macro"
  441. version = "0.2.83"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
  444. dependencies = [
  445. "quote",
  446. "wasm-bindgen-macro-support",
  447. ]
  448. [[package]]
  449. name = "wasm-bindgen-macro-support"
  450. version = "0.2.83"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
  453. dependencies = [
  454. "proc-macro2",
  455. "quote",
  456. "syn",
  457. "wasm-bindgen-backend",
  458. "wasm-bindgen-shared",
  459. ]
  460. [[package]]
  461. name = "wasm-bindgen-shared"
  462. version = "0.2.83"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
  465. [[package]]
  466. name = "winapi"
  467. version = "0.3.9"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  470. dependencies = [
  471. "winapi-i686-pc-windows-gnu",
  472. "winapi-x86_64-pc-windows-gnu",
  473. ]
  474. [[package]]
  475. name = "winapi-i686-pc-windows-gnu"
  476. version = "0.4.0"
  477. source = "registry+https://github.com/rust-lang/crates.io-index"
  478. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  479. [[package]]
  480. name = "winapi-util"
  481. version = "0.1.5"
  482. source = "registry+https://github.com/rust-lang/crates.io-index"
  483. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  484. dependencies = [
  485. "winapi",
  486. ]
  487. [[package]]
  488. name = "winapi-x86_64-pc-windows-gnu"
  489. version = "0.4.0"
  490. source = "registry+https://github.com/rust-lang/crates.io-index"
  491. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"