Cargo.lock 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  29. "tor_allocate 0.0.1",
  30. "tor_log 0.1.0",
  31. "tor_util 0.0.1",
  32. ]
  33. [[package]]
  34. name = "rand_core"
  35. version = "0.1.0"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. [[package]]
  38. name = "smartlist"
  39. version = "0.0.1"
  40. dependencies = [
  41. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  42. ]
  43. [[package]]
  44. name = "tor_allocate"
  45. version = "0.0.1"
  46. dependencies = [
  47. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  48. ]
  49. [[package]]
  50. name = "tor_log"
  51. version = "0.1.0"
  52. dependencies = [
  53. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  54. "tor_allocate 0.0.1",
  55. ]
  56. [[package]]
  57. name = "tor_rust"
  58. version = "0.1.0"
  59. dependencies = [
  60. "protover 0.0.1",
  61. "tor_util 0.0.1",
  62. ]
  63. [[package]]
  64. name = "tor_util"
  65. version = "0.0.1"
  66. dependencies = [
  67. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "tor_allocate 0.0.1",
  69. "tor_log 0.1.0",
  70. ]
  71. [metadata]
  72. "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
  73. "checksum rand_core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0224284424a4b818387b58d59336c288f99b48f69681aa60cc681fe038bbca5d"