Cargo.lock 1.2 KB

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