Cargo.lock 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. [root]
  2. name = "librespot"
  3. version = "0.1.0"
  4. dependencies = [
  5. "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "librespot-protocol 0.1.0",
  8. "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "protobuf 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
  11. "protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
  12. "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
  14. "rust-crypto 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
  15. "rust-gmp 0.2.0 (git+https://github.com/plietar/rust-gmp.git)",
  16. "shannon 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
  17. "vergen 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
  18. ]
  19. [[package]]
  20. name = "bitflags"
  21. version = "0.1.1"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "byteorder"
  25. version = "0.3.9"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. [[package]]
  28. name = "gcc"
  29. version = "0.3.5"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. [[package]]
  32. name = "lazy_static"
  33. version = "0.1.10"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. [[package]]
  36. name = "libc"
  37. version = "0.1.7"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. [[package]]
  40. name = "librespot-protocol"
  41. version = "0.1.0"
  42. dependencies = [
  43. "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  44. "protobuf 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
  45. ]
  46. [[package]]
  47. name = "mod_path"
  48. version = "0.1.5"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. [[package]]
  51. name = "num"
  52. version = "0.1.24"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. dependencies = [
  55. "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  56. "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  57. ]
  58. [[package]]
  59. name = "protobuf"
  60. version = "0.0.10"
  61. source = "git+https://github.com/stepancheg/rust-protobuf.git#41fde39aed305e0fb71ef6a8d92b35ee50550bde"
  62. [[package]]
  63. name = "protobuf_macros"
  64. version = "0.1.0"
  65. source = "git+https://github.com/plietar/rust-protobuf-macros.git#e95dbc5bdf6c13787e2385d66d9d003afcaf9f17"
  66. [[package]]
  67. name = "rand"
  68. version = "0.3.8"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  72. ]
  73. [[package]]
  74. name = "readall"
  75. version = "0.1.0"
  76. source = "git+https://github.com/plietar/rust-readall.git#d2bcc1de325705230e79ba444cde2f39b469f891"
  77. [[package]]
  78. name = "rust-crypto"
  79. version = "0.2.31"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  84. "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  85. "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  86. "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
  87. ]
  88. [[package]]
  89. name = "rust-gmp"
  90. version = "0.2.0"
  91. source = "git+https://github.com/plietar/rust-gmp.git#eaf298870d63712d18f8fab6bbbf0cb1e14dbb7f"
  92. [[package]]
  93. name = "rustc-serialize"
  94. version = "0.3.14"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. [[package]]
  97. name = "shannon"
  98. version = "0.1.0"
  99. source = "git+https://github.com/plietar/rust-shannon.git#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
  100. dependencies = [
  101. "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
  102. ]
  103. [[package]]
  104. name = "shannon-sys"
  105. version = "0.1.0"
  106. source = "git+https://github.com/plietar/rust-shannon.git#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
  107. dependencies = [
  108. "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  109. ]
  110. [[package]]
  111. name = "time"
  112. version = "0.1.25"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. dependencies = [
  115. "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  116. "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  117. ]
  118. [[package]]
  119. name = "vergen"
  120. version = "0.0.13"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. dependencies = [
  123. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  124. "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
  125. ]