Cargo.lock 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "external"
  5. version = "0.0.1"
  6. dependencies = [
  7. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  8. ]
  9. [[package]]
  10. name = "libc"
  11. version = "0.2.39"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. [[package]]
  14. name = "protover"
  15. version = "0.0.1"
  16. dependencies = [
  17. "external 0.0.1",
  18. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  19. "smartlist 0.0.1",
  20. "tor_allocate 0.0.1",
  21. "tor_util 0.0.1",
  22. ]
  23. [[package]]
  24. name = "smartlist"
  25. version = "0.0.1"
  26. dependencies = [
  27. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  28. ]
  29. [[package]]
  30. name = "tor_allocate"
  31. version = "0.0.1"
  32. dependencies = [
  33. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  34. ]
  35. [[package]]
  36. name = "tor_rust"
  37. version = "0.1.0"
  38. dependencies = [
  39. "protover 0.0.1",
  40. "tor_util 0.0.1",
  41. ]
  42. [[package]]
  43. name = "tor_util"
  44. version = "0.0.1"
  45. dependencies = [
  46. "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
  47. "tor_allocate 0.0.1",
  48. ]
  49. [metadata]
  50. "checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"