Cargo.lock 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 = "smartlist"
  24. version = "0.0.1"
  25. dependencies = [
  26. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  27. ]
  28. [[package]]
  29. name = "tor_allocate"
  30. version = "0.0.1"
  31. dependencies = [
  32. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "tor_log"
  36. version = "0.1.0"
  37. dependencies = [
  38. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  39. "tor_allocate 0.0.1",
  40. ]
  41. [[package]]
  42. name = "tor_rust"
  43. version = "0.1.0"
  44. dependencies = [
  45. "protover 0.0.1",
  46. "tor_util 0.0.1",
  47. ]
  48. [[package]]
  49. name = "tor_util"
  50. version = "0.0.1"
  51. dependencies = [
  52. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  53. "tor_allocate 0.0.1",
  54. ]
  55. [metadata]
  56. "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"