A very simple Stopwatch for the command line
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.

89 lines
3.6 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "arc-swap"
  5. version = "0.3.7"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "cfg-if"
  9. version = "0.1.6"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "crossbeam-channel"
  13. version = "0.3.8"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
  18. ]
  19. [[package]]
  20. name = "crossbeam-utils"
  21. version = "0.6.5"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. dependencies = [
  24. "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  25. "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  26. ]
  27. [[package]]
  28. name = "lazy_static"
  29. version = "1.2.0"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. [[package]]
  32. name = "libc"
  33. version = "0.2.48"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. [[package]]
  36. name = "signal-hook"
  37. version = "0.1.7"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. dependencies = [
  40. "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  41. "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)",
  42. ]
  43. [[package]]
  44. name = "smallvec"
  45. version = "0.6.8"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. dependencies = [
  48. "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  49. ]
  50. [[package]]
  51. name = "stopwatch"
  52. version = "0.1.0"
  53. dependencies = [
  54. "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  55. "signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  56. ]
  57. [[package]]
  58. name = "unreachable"
  59. version = "1.0.0"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. dependencies = [
  62. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  63. ]
  64. [[package]]
  65. name = "void"
  66. version = "1.0.2"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. [metadata]
  69. "checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6"
  70. "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
  71. "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
  72. "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
  73. "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
  74. "checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047"
  75. "checksum signal-hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f272d1b7586bec132ed427f532dd418d8beca1ca7f2caf7df35569b1415a4b4"
  76. "checksum smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "88aea073965ab29f6edb5493faf96ad662fb18aa9eeb186a3b7057951605ed15"
  77. "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
  78. "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"