Cargo.lock 1.3 KB

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