Cargo.lock 1.2 KB

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