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.6 kB

5 years ago
5 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 = "lazy_static"
  22. version = "1.4.0"
  23. source = "registry+https://github.com/rust-lang/crates.io-index"
  24. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  25. [[package]]
  26. name = "libc"
  27. version = "0.2.90"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
  30. [[package]]
  31. name = "num-integer"
  32. version = "0.1.44"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  35. dependencies = [
  36. "autocfg",
  37. "num-traits",
  38. ]
  39. [[package]]
  40. name = "num-traits"
  41. version = "0.2.14"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  44. dependencies = [
  45. "autocfg",
  46. ]
  47. [[package]]
  48. name = "time"
  49. version = "0.1.44"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  52. dependencies = [
  53. "libc",
  54. "wasi",
  55. "winapi",
  56. ]
  57. [[package]]
  58. name = "wasi"
  59. version = "0.10.0+wasi-snapshot-preview1"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  62. [[package]]
  63. name = "winapi"
  64. version = "0.3.9"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  67. dependencies = [
  68. "winapi-i686-pc-windows-gnu",
  69. "winapi-x86_64-pc-windows-gnu",
  70. ]
  71. [[package]]
  72. name = "winapi-i686-pc-windows-gnu"
  73. version = "0.4.0"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  76. [[package]]
  77. name = "winapi-x86_64-pc-windows-gnu"
  78. version = "0.4.0"
  79. source = "registry+https://github.com/rust-lang/crates.io-index"
  80. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  81. [[package]]
  82. name = "yitidgen"
  83. version = "1.0.0"
  84. dependencies = [
  85. "chrono",
  86. "lazy_static",
  87. ]

雪花算法中非常好用的数字ID生成器