You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.lock 2.4 kB

4 years ago
4 years ago
4 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "autocfg"
  5. version = "1.0.1"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  8. [[package]]
  9. name = "chrono"
  10. version = "0.4.19"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
  13. dependencies = [
  14. "libc",
  15. "num-integer",
  16. "num-traits",
  17. "time",
  18. "winapi",
  19. ]
  20. [[package]]
  21. name = "idgen"
  22. version = "1.0.0"
  23. dependencies = [
  24. "chrono",
  25. "libc",
  26. ]
  27. [[package]]
  28. name = "libc"
  29. version = "0.2.90"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
  32. [[package]]
  33. name = "num-integer"
  34. version = "0.1.44"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  37. dependencies = [
  38. "autocfg",
  39. "num-traits",
  40. ]
  41. [[package]]
  42. name = "num-traits"
  43. version = "0.2.14"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  46. dependencies = [
  47. "autocfg",
  48. ]
  49. [[package]]
  50. name = "time"
  51. version = "0.1.44"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  54. dependencies = [
  55. "libc",
  56. "wasi",
  57. "winapi",
  58. ]
  59. [[package]]
  60. name = "wasi"
  61. version = "0.10.0+wasi-snapshot-preview1"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  64. [[package]]
  65. name = "winapi"
  66. version = "0.3.9"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  69. dependencies = [
  70. "winapi-i686-pc-windows-gnu",
  71. "winapi-x86_64-pc-windows-gnu",
  72. ]
  73. [[package]]
  74. name = "winapi-i686-pc-windows-gnu"
  75. version = "0.4.0"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  78. [[package]]
  79. name = "winapi-x86_64-pc-windows-gnu"
  80. version = "0.4.0"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"