Cargo.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. [root]
  2. name = "rusttray"
  3. version = "0.1.0"
  4. dependencies = [
  5. "chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "chan-signal 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "css-color-parser 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "xcb 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
  10. ]
  11. [[package]]
  12. name = "bit-set"
  13. version = "0.2.0"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  17. ]
  18. [[package]]
  19. name = "bit-vec"
  20. version = "0.4.3"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. [[package]]
  23. name = "chan"
  24. version = "0.1.18"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. dependencies = [
  27. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  28. ]
  29. [[package]]
  30. name = "chan-signal"
  31. version = "0.1.6"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. dependencies = [
  34. "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "chan 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  36. "lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
  37. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  38. ]
  39. [[package]]
  40. name = "css-color-parser"
  41. version = "0.1.1"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. [[package]]
  44. name = "getopts"
  45. version = "0.2.14"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. [[package]]
  48. name = "lazy_static"
  49. version = "0.1.16"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. [[package]]
  52. name = "libc"
  53. version = "0.2.15"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. [[package]]
  56. name = "log"
  57. version = "0.3.6"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. [[package]]
  60. name = "rand"
  61. version = "0.3.14"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. dependencies = [
  64. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  65. ]
  66. [[package]]
  67. name = "xcb"
  68. version = "0.7.5"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
  72. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  73. ]