Cargo.lock 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. [[package]]
  2. name = "chrono"
  3. version = "0.4.4"
  4. source = "registry+https://github.com/rust-lang/crates.io-index"
  5. dependencies = [
  6. "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  9. ]
  10. [[package]]
  11. name = "libc"
  12. version = "0.2.42"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. [[package]]
  15. name = "num-integer"
  16. version = "0.1.39"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. dependencies = [
  19. "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  20. ]
  21. [[package]]
  22. name = "num-traits"
  23. version = "0.2.5"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. [[package]]
  26. name = "pothole"
  27. version = "0.1.0"
  28. dependencies = [
  29. "chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  31. ]
  32. [[package]]
  33. name = "redox_syscall"
  34. version = "0.1.40"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. [[package]]
  37. name = "time"
  38. version = "0.1.40"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. dependencies = [
  41. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  42. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  43. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "winapi"
  47. version = "0.3.5"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. dependencies = [
  50. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  52. ]
  53. [[package]]
  54. name = "winapi-i686-pc-windows-gnu"
  55. version = "0.4.0"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. [[package]]
  58. name = "winapi-x86_64-pc-windows-gnu"
  59. version = "0.4.0"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. [[package]]
  62. name = "xml-rs"
  63. version = "0.8.0"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. [metadata]
  66. "checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
  67. "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
  68. "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
  69. "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
  70. "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
  71. "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
  72. "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
  73. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  74. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  75. "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"