Cargo.lock 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [root]
  2. name = "tor_util"
  3. version = "0.0.1"
  4. dependencies = [
  5. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  6. ]
  7. [[package]]
  8. name = "external"
  9. version = "0.0.1"
  10. dependencies = [
  11. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  12. ]
  13. [[package]]
  14. name = "libc"
  15. version = "0.2.22"
  16. source = "registry+https://github.com/rust-lang/crates.io-index"
  17. [[package]]
  18. name = "protover"
  19. version = "0.0.1"
  20. dependencies = [
  21. "external 0.0.1",
  22. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  23. "smartlist 0.0.1",
  24. "tor_allocate 0.0.1",
  25. "tor_util 0.0.1",
  26. ]
  27. [[package]]
  28. name = "smartlist"
  29. version = "0.0.1"
  30. dependencies = [
  31. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  32. ]
  33. [[package]]
  34. name = "tor_allocate"
  35. version = "0.0.1"
  36. dependencies = [
  37. "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
  38. ]
  39. [[package]]
  40. name = "tor_rust"
  41. version = "0.1.0"
  42. dependencies = [
  43. "protover 0.0.1",
  44. "tor_util 0.0.1",
  45. ]
  46. [metadata]
  47. "checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"