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.

95 lines
3.8 KiB

  1. [root]
  2. name = "sparkle_os"
  3. version = "0.1.0"
  4. dependencies = [
  5. "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "once 0.1.0",
  10. "rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  11. "spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3)",
  12. "volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  14. ]
  15. [[package]]
  16. name = "bit_field"
  17. version = "0.7.0"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. [[package]]
  20. name = "bitflags"
  21. version = "0.4.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "bitflags"
  25. version = "0.9.1"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. [[package]]
  28. name = "linked_list_allocator"
  29. version = "0.4.2"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. dependencies = [
  32. "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "log"
  36. version = "0.3.8"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "multiboot2"
  40. version = "0.3.2"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. dependencies = [
  43. "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "once"
  47. version = "0.1.0"
  48. [[package]]
  49. name = "rlibc"
  50. version = "1.0.0"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. [[package]]
  53. name = "spin"
  54. version = "0.4.5"
  55. source = "git+https://github.com/messense/spin-rs?rev=020f1b3#020f1b3f160a1facf54355278af14cbf6a1613fd"
  56. [[package]]
  57. name = "spin"
  58. version = "0.4.6"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. [[package]]
  61. name = "volatile"
  62. version = "0.2.3"
  63. source = "registry+https://github.com/rust-lang/crates.io-index"
  64. [[package]]
  65. name = "x86_64"
  66. version = "0.1.2"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. dependencies = [
  69. "bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  70. ]
  71. [metadata]
  72. "checksum bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff91a64014e1bc53bf643920f2c9ab5f0980d92a0948295f3ee550e9266849ad"
  73. "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
  74. "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
  75. "checksum linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d9b8a68289fdacb7242a519f3cf181a3394ebed3bd092ee07ffa2e5c2088afd"
  76. "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
  77. "checksum multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dcea5906310f2607ea39a42b8af0745dc487d7583db9d981142a63b538647f69"
  78. "checksum rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc874b127765f014d792f16763a81245ab80500e2ad921ed4ee9e82481ee08fe"
  79. "checksum spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3)" = "<none>"
  80. "checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
  81. "checksum volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6633c5250f16598f92b48272265ce9f8179447f702f0ba0cb640c5be6537b0c0"
  82. "checksum x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73464a8ba159d4fdbfdbea0911c9d06887a4dbbb0f0521742c545f3e11bc8ea4"