|
|
- [root]
- name = "sparkle_os"
- version = "0.1.0"
- dependencies = [
- "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "once 0.1.0",
- "rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3)",
- "volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "bit_field"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "bitflags"
- version = "0.4.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "bitflags"
- version = "0.9.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "linked_list_allocator"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "log"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "multiboot2"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [[package]]
- name = "once"
- version = "0.1.0"
-
- [[package]]
- name = "rlibc"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "spin"
- version = "0.4.5"
- source = "git+https://github.com/messense/spin-rs?rev=020f1b3#020f1b3f160a1facf54355278af14cbf6a1613fd"
-
- [[package]]
- name = "spin"
- version = "0.4.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "volatile"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
-
- [[package]]
- name = "x86_64"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
-
- [metadata]
- "checksum bit_field 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff91a64014e1bc53bf643920f2c9ab5f0980d92a0948295f3ee550e9266849ad"
- "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
- "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
- "checksum linked_list_allocator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1d9b8a68289fdacb7242a519f3cf181a3394ebed3bd092ee07ffa2e5c2088afd"
- "checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
- "checksum multiboot2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dcea5906310f2607ea39a42b8af0745dc487d7583db9d981142a63b538647f69"
- "checksum rlibc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc874b127765f014d792f16763a81245ab80500e2ad921ed4ee9e82481ee08fe"
- "checksum spin 0.4.5 (git+https://github.com/messense/spin-rs?rev=020f1b3)" = "<none>"
- "checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
- "checksum volatile 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6633c5250f16598f92b48272265ce9f8179447f702f0ba0cb640c5be6537b0c0"
- "checksum x86_64 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73464a8ba159d4fdbfdbea0911c9d06887a4dbbb0f0521742c545f3e11bc8ea4"
|