Cargo.lock 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. [[package]]
  2. name = "external"
  3. version = "0.0.1"
  4. dependencies = [
  5. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  6. ]
  7. [[package]]
  8. name = "libc"
  9. version = "0.2.39"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "protover"
  13. version = "0.0.1"
  14. dependencies = [
  15. "external 0.0.1",
  16. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "smartlist 0.0.1",
  18. "tor_allocate 0.0.1",
  19. "tor_log 0.1.0",
  20. "tor_util 0.0.1",
  21. ]
  22. [[package]]
  23. name = "rand"
  24. version = "0.0.1"
  25. dependencies = [
  26. "external 0.0.1",
  27. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  28. "rand 0.5.0-pre.0",
  29. "rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "tor_allocate 0.0.1",
  31. "tor_log 0.1.0",
  32. "tor_util 0.0.1",
  33. ]
  34. [[package]]
  35. name = "rand"
  36. version = "0.5.0-pre.0"
  37. dependencies = [
  38. "rand_core 0.1.0",
  39. ]
  40. [[package]]
  41. name = "rand_core"
  42. version = "0.1.0"
  43. [[package]]
  44. name = "rand_core"
  45. version = "0.1.0"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. [[package]]
  48. name = "smartlist"
  49. version = "0.0.1"
  50. dependencies = [
  51. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  52. ]
  53. [[package]]
  54. name = "tor_allocate"
  55. version = "0.0.1"
  56. dependencies = [
  57. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  58. ]
  59. [[package]]
  60. name = "tor_log"
  61. version = "0.1.0"
  62. dependencies = [
  63. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  64. "tor_allocate 0.0.1",
  65. ]
  66. [[package]]
  67. name = "tor_rust"
  68. version = "0.1.0"
  69. dependencies = [
  70. "protover 0.0.1",
  71. "tor_util 0.0.1",
  72. ]
  73. [[package]]
  74. name = "tor_util"
  75. version = "0.0.1"
  76. dependencies = [
  77. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  78. "tor_allocate 0.0.1",
  79. "tor_log 0.1.0",
  80. ]
  81. [metadata]
  82. "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
  83. "checksum rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0224284424a4b818387b58d59336c288f99b48f69681aa60cc681fe038bbca5d"