You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
5.4 KiB

  1. [root]
  2. name = "sparkle_os"
  3. version = "0.1.0"
  4. dependencies = [
  5. "bit_field 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  11. "once 0.1.0",
  12. "raw-cpuid 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  15. "volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  17. ]
  18. [[package]]
  19. name = "bit_field"
  20. version = "0.7.0"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. [[package]]
  23. name = "bit_field"
  24. version = "0.8.0"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. [[package]]
  27. name = "bitflags"
  28. version = "0.4.0"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. [[package]]
  31. name = "bitflags"
  32. version = "0.7.0"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. [[package]]
  35. name = "bitflags"
  36. version = "0.9.1"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "gcc"
  40. version = "0.3.54"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. [[package]]
  43. name = "lazy_static"
  44. version = "0.2.9"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. dependencies = [
  47. "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  48. ]
  49. [[package]]
  50. name = "linked_list_allocator"
  51. version = "0.4.2"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. dependencies = [
  54. "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  55. ]
  56. [[package]]
  57. name = "log"
  58. version = "0.3.8"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. [[package]]
  61. name = "multiboot2"
  62. version = "0.3.2"
  63. source = "registry+https://github.com/rust-lang/crates.io-index"
  64. dependencies = [
  65. "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  66. ]
  67. [[package]]
  68. name = "once"
  69. version = "0.1.0"
  70. [[package]]
  71. name = "raw-cpuid"
  72. version = "3.0.0"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. dependencies = [
  75. "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  76. "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
  77. ]
  78. [[package]]
  79. name = "rlibc"
  80. version = "1.0.0"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. [[package]]
  83. name = "spin"
  84. version = "0.4.6"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. [[package]]
  87. name = "volatile"
  88. version = "0.2.3"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. [[package]]
  91. name = "x86_64"
  92. version = "0.1.2"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. dependencies = [
  95. "bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  96. ]
  97. [metadata]
  98. "checksum bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff91a64014e1bc53bf643920f2c9ab5f0980d92a0948295f3ee550e9266849ad"
  99. "checksum bit_field 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f82981c3dcf3b924f94c53663335140e8c95a781ce72c1c676c9bc98e18e649"
  100. "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
  101. "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
  102. "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
  103. "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
  104. "checksum lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9e5e58fa1a4c3b915a561a78a22ee0cac6ab97dca2504428bc1cb074375f8d5"
  105. "checksum linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d9b8a68289fdacb7242a519f3cf181a3394ebed3bd092ee07ffa2e5c2088afd"
  106. "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
  107. "checksum multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dcea5906310f2607ea39a42b8af0745dc487d7583db9d981142a63b538647f69"
  108. "checksum raw-cpuid 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "779585861d55e586db9d6abe4352cd9466e09a3319342c417baf34b2740af74e"
  109. "checksum rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc874b127765f014d792f16763a81245ab80500e2ad921ed4ee9e82481ee08fe"
  110. "checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
  111. "checksum volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6633c5250f16598f92b48272265ce9f8179447f702f0ba0cb640c5be6537b0c0"
  112. "checksum x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73464a8ba159d4fdbfdbea0911c9d06887a4dbbb0f0521742c545f3e11bc8ea4"