2019-02-15 10:54:42 +04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-12-01 20:51:52 +04:00
|
|
|
[[package]]
|
|
|
|
name = "aarch64"
|
2019-10-04 19:25:42 +04:00
|
|
|
version = "3.0.0"
|
|
|
|
source = "git+https://github.com/rcore-os/aarch64#fe633820b6866f5442be0ae6de7fd9182333a27a"
|
2018-12-01 20:51:52 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 17:51:50 +04:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-18 07:55:06 +04:00
|
|
|
"register 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"usize_conversions 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-29 23:41:50 +04:00
|
|
|
[[package]]
|
|
|
|
name = "acpi"
|
2019-08-23 06:44:24 +04:00
|
|
|
version = "0.4.0"
|
2019-08-02 13:34:55 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-17 05:43:49 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-17 05:43:49 +04:00
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-23 06:44:24 +04:00
|
|
|
name = "aml"
|
|
|
|
version = "0.4.0"
|
2019-08-02 13:34:55 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-29 23:41:50 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-29 23:41:50 +04:00
|
|
|
]
|
|
|
|
|
2019-03-17 21:09:12 +04:00
|
|
|
[[package]]
|
|
|
|
name = "apic"
|
|
|
|
version = "0.1.0"
|
2019-05-24 12:20:25 +04:00
|
|
|
source = "git+https://github.com/rcore-os/apic-rs#3bc93873eaa4d21f09fc4134853d0a1ff917951b"
|
2019-03-17 21:09:12 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 12:20:25 +04:00
|
|
|
"x86 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 21:09:12 +04:00
|
|
|
]
|
|
|
|
|
2018-11-16 11:17:25 +04:00
|
|
|
[[package]]
|
|
|
|
name = "array-init"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
2018-11-02 06:54:08 +04:00
|
|
|
version = "0.2.4"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-11-02 06:54:08 +04:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-07-15 12:43:43 +04:00
|
|
|
|
2018-10-26 22:45:47 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bcm2837"
|
2019-10-04 20:11:50 +04:00
|
|
|
version = "2.5.1"
|
|
|
|
source = "git+https://github.com/rcore-os/bcm2837#bf145b216a0aacdbf745f1b6f9252f31433b749a"
|
2018-10-26 22:45:47 +04:00
|
|
|
dependencies = [
|
2019-10-04 19:25:42 +04:00
|
|
|
"aarch64 3.0.0 (git+https://github.com/rcore-os/aarch64)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 10:24:56 +04:00
|
|
|
"volatile 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-26 22:45:47 +04:00
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-02 13:34:55 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "1.2.1"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-04 08:45:55 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitmap-allocator"
|
|
|
|
version = "0.1.0"
|
2019-05-04 23:21:07 +04:00
|
|
|
source = "git+https://github.com/rcore-os/bitmap-allocator#5077c47649c1bfe12606ab222e79c70b54940906"
|
2019-04-04 08:45:55 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-22 13:10:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-03 13:41:54 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.15.2"
|
2019-05-23 12:46:00 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-03 13:41:54 +04:00
|
|
|
|
2019-03-18 05:00:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "buddy_system_allocator"
|
2019-05-06 08:15:21 +04:00
|
|
|
version = "0.3.5"
|
2019-03-18 05:00:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-08-11 22:06:57 +04:00
|
|
|
version = "1.3.2"
|
2019-01-23 18:11:41 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-04 23:21:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-05-27 12:34:29 +04:00
|
|
|
version = "1.0.37"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-05-27 12:34:29 +04:00
|
|
|
version = "0.1.9"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "compression"
|
2019-08-02 13:34:55 +04:00
|
|
|
version = "0.1.4"
|
2019-06-07 16:59:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 19:00:00 +04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-07 16:59:51 +04:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-25 21:44:13 +04:00
|
|
|
[[package]]
|
|
|
|
name = "deque"
|
|
|
|
version = "0.3.2"
|
2019-04-02 04:52:13 +04:00
|
|
|
source = "git+https://github.com/rcore-os/deque.git?branch=no_std#b13a836dd69ae82cc0b8d711c2990b9baf5170d1"
|
2019-02-25 21:44:13 +04:00
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "device_tree"
|
|
|
|
version = "1.0.3"
|
2019-05-04 23:21:07 +04:00
|
|
|
source = "git+https://github.com/rcore-os/device_tree-rs#2fa8411c421c6b4761992fd3d1a9b2427bf0cfc4"
|
2019-01-23 18:11:41 +04:00
|
|
|
|
2019-08-11 22:06:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-graphics"
|
2019-09-13 19:00:00 +04:00
|
|
|
version = "0.6.0-alpha.2"
|
2019-08-11 22:06:57 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-20 12:29:42 +04:00
|
|
|
[[package]]
|
|
|
|
name = "isomorphic_drivers"
|
|
|
|
version = "0.1.0"
|
2019-06-28 13:01:31 +04:00
|
|
|
source = "git+https://github.com/rcore-os/isomorphic_drivers#93503c0d9378524a0cd137cae4661e6f28a97343"
|
2019-03-20 12:29:42 +04:00
|
|
|
dependencies = [
|
2019-04-05 16:24:45 +04:00
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-20 12:29:42 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"volatile 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-13 19:00:00 +04:00
|
|
|
version = "1.4.0"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-02 08:37:34 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.4.8"
|
2018-08-04 12:20:25 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2019-05-27 12:34:29 +04:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "managed"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-31 18:04:22 +04:00
|
|
|
[[package]]
|
|
|
|
name = "mips"
|
2019-05-27 12:34:29 +04:00
|
|
|
version = "0.2.1"
|
2019-04-08 21:08:49 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-05 18:57:12 +04:00
|
|
|
dependencies = [
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 18:57:12 +04:00
|
|
|
]
|
2019-03-31 18:04:22 +04:00
|
|
|
|
2018-11-16 11:17:25 +04:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-11 21:43:02 +04:00
|
|
|
"proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste-impl"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-11 21:43:02 +04:00
|
|
|
"proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 23:21:07 +04:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-11 21:43:02 +04:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
2018-11-18 15:20:26 +04:00
|
|
|
[[package]]
|
|
|
|
name = "pc-keyboard"
|
2019-02-22 13:33:31 +04:00
|
|
|
version = "0.5.0"
|
2018-11-18 15:20:26 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-30 19:43:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "pci"
|
|
|
|
version = "0.0.1"
|
2019-06-28 13:01:31 +04:00
|
|
|
source = "git+https://github.com/rcore-os/pci-rs#8ecefe4f222df16b2009b1bab7c4db029b02a0bb"
|
2019-03-30 19:43:20 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 19:43:20 +04:00
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2019-05-11 21:43:02 +04:00
|
|
|
version = "0.5.7"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-11 21:43:02 +04:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 23:21:07 +04:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-11 21:43:02 +04:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-11 21:43:02 +04:00
|
|
|
version = "0.4.30"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-30 11:03:34 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-05-04 23:21:07 +04:00
|
|
|
version = "0.6.12"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-11 21:43:02 +04:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
2019-11-30 11:03:34 +04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-18 21:14:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2018-11-15 20:30:15 +04:00
|
|
|
version = "6.1.0"
|
2018-10-18 21:14:21 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-27 12:34:29 +04:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 21:14:21 +04:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-07 08:44:40 +04:00
|
|
|
]
|
|
|
|
|
2019-09-13 19:00:00 +04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "7.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-13 19:00:00 +04:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-03 12:23:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rboot"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.1.1"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uefi 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 12:23:57 +04:00
|
|
|
"x86_64 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xmas-elf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-03 15:37:04 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore"
|
2019-03-17 21:09:12 +04:00
|
|
|
version = "0.2.0"
|
2019-01-03 15:37:04 +04:00
|
|
|
dependencies = [
|
2019-10-04 19:25:42 +04:00
|
|
|
"aarch64 3.0.0 (git+https://github.com/rcore-os/aarch64)",
|
2019-08-23 06:44:24 +04:00
|
|
|
"acpi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"aml 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 21:09:12 +04:00
|
|
|
"apic 0.1.0 (git+https://github.com/rcore-os/apic-rs)",
|
2019-10-04 20:11:50 +04:00
|
|
|
"bcm2837 2.5.1 (git+https://github.com/rcore-os/bcm2837)",
|
2019-08-02 13:34:55 +04:00
|
|
|
"bit_field 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 08:45:55 +04:00
|
|
|
"bitmap-allocator 0.1.0 (git+https://github.com/rcore-os/bitmap-allocator)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-06 08:15:21 +04:00
|
|
|
"buddy_system_allocator 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-27 12:34:29 +04:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-02 13:34:55 +04:00
|
|
|
"compression 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-17 21:09:12 +04:00
|
|
|
"device_tree 1.0.3 (git+https://github.com/rcore-os/device_tree-rs)",
|
2019-03-20 15:04:07 +04:00
|
|
|
"isomorphic_drivers 0.1.0 (git+https://github.com/rcore-os/isomorphic_drivers)",
|
2019-09-13 19:00:00 +04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-27 12:34:29 +04:00
|
|
|
"mips 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
"paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-22 13:33:31 +04:00
|
|
|
"pc-keyboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 19:43:20 +04:00
|
|
|
"pci 0.0.1 (git+https://github.com/rcore-os/pci-rs)",
|
2019-09-13 19:00:00 +04:00
|
|
|
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"rboot 0.1.1",
|
2019-09-13 19:00:00 +04:00
|
|
|
"rcore-console 0.1.0 (git+https://github.com/rcore-os/rcore-console?rev=b7bacf9)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
|
|
|
"rcore-fs-devfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
|
|
|
"rcore-fs-mountfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
|
|
|
"rcore-fs-ramfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
|
|
|
"rcore-fs-sfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
2019-01-03 15:37:04 +04:00
|
|
|
"rcore-memory 0.1.0",
|
2019-11-30 14:11:03 +04:00
|
|
|
"rcore-thread 0.1.0 (git+https://github.com/rcore-os/rcore-thread?rev=d727949b)",
|
2019-03-18 20:43:06 +04:00
|
|
|
"riscv 0.5.0 (git+https://github.com/rcore-os/riscv)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"smoltcp 0.5.0 (git+https://github.com/rcore-os/smoltcp?rev=5bd87c7c)",
|
2019-02-22 13:33:31 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-21 10:32:24 +04:00
|
|
|
"uart_16550 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 10:24:56 +04:00
|
|
|
"volatile 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-02 13:34:55 +04:00
|
|
|
"x86_64 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xmas-elf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 15:37:04 +04:00
|
|
|
]
|
|
|
|
|
2019-08-11 22:06:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-console"
|
|
|
|
version = "0.1.0"
|
2019-09-13 19:00:00 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-console?rev=b7bacf9#b7bacf9bfdbb4efd3850f3215207267006c38c92"
|
2019-08-11 22:06:57 +04:00
|
|
|
dependencies = [
|
2019-09-13 19:00:00 +04:00
|
|
|
"embedded-graphics 0.6.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-11 22:06:57 +04:00
|
|
|
"vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-22 13:10:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs"
|
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=d8d6119#d8d611907b2845bce70adb8159d8130d0e3d8e30"
|
2019-05-04 23:21:07 +04:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-22 13:10:07 +04:00
|
|
|
|
2019-08-02 13:24:27 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-devfs"
|
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=d8d6119#d8d611907b2845bce70adb8159d8130d0e3d8e30"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
2019-08-02 13:24:27 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-mountfs"
|
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=d8d6119#d8d611907b2845bce70adb8159d8130d0e3d8e30"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2019-09-13 19:00:00 +04:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
2019-08-02 13:24:27 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-ramfs"
|
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=d8d6119#d8d611907b2845bce70adb8159d8130d0e3d8e30"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
2019-08-02 13:24:27 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-22 13:10:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-sfs"
|
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=d8d6119#d8d611907b2845bce70adb8159d8130d0e3d8e30"
|
2019-02-22 13:10:07 +04:00
|
|
|
dependencies = [
|
|
|
|
"bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)",
|
2019-02-22 13:10:07 +04:00
|
|
|
"spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-27 12:34:29 +04:00
|
|
|
"static_assertions 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-22 13:10:07 +04:00
|
|
|
]
|
|
|
|
|
2019-01-03 15:37:04 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-memory"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 15:37:04 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-01-24 15:03:45 +04:00
|
|
|
name = "rcore-thread"
|
2019-01-03 15:37:04 +04:00
|
|
|
version = "0.1.0"
|
2019-11-30 14:11:03 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-thread?rev=d727949b#d727949b8ea20c2e3a94f8ba015652c9eff8b53c"
|
2019-01-03 15:37:04 +04:00
|
|
|
dependencies = [
|
2019-03-27 14:43:59 +04:00
|
|
|
"deque 0.3.2 (git+https://github.com/rcore-os/deque.git?branch=no_std)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-25 21:44:13 +04:00
|
|
|
"spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-03 15:37:04 +04:00
|
|
|
]
|
|
|
|
|
2018-11-04 14:15:14 +04:00
|
|
|
[[package]]
|
|
|
|
name = "register"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "riscv"
|
2019-03-18 20:43:06 +04:00
|
|
|
version = "0.5.0"
|
2019-05-27 12:34:29 +04:00
|
|
|
source = "git+https://github.com/rcore-os/riscv#c62af4642b4bd62a8a714119ab061e82be68f80f"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2018-11-02 06:54:08 +04:00
|
|
|
"bare-metal 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2018-10-18 21:14:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "smoltcp"
|
|
|
|
version = "0.5.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "git+https://github.com/rcore-os/smoltcp?rev=5bd87c7c#5bd87c7cf01e0a36eb92102e4b52876a9e0ba889"
|
2019-01-23 18:11:41 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-11 22:06:57 +04:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-23 18:11:41 +04:00
|
|
|
"managed 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2018-11-02 06:54:08 +04:00
|
|
|
version = "0.4.10"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-22 13:33:31 +04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
2019-05-27 12:34:29 +04:00
|
|
|
version = "0.3.2"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-05-11 21:43:02 +04:00
|
|
|
version = "0.15.34"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-11 21:43:02 +04:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 23:21:07 +04:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-07 13:08:03 +04:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-11-30 11:03:34 +04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-04 14:15:14 +04:00
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-16 11:44:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "uart_16550"
|
2019-04-21 10:32:24 +04:00
|
|
|
version = "0.2.0"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 23:21:07 +04:00
|
|
|
"x86_64 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2018-09-07 08:44:40 +04:00
|
|
|
[[package]]
|
2019-09-03 12:23:57 +04:00
|
|
|
name = "ucs2"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.2.0"
|
2018-09-07 08:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-03 12:23:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "uefi"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ucs2 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uefi-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 12:23:57 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-macros"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-03 12:23:57 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-11-30 11:03:34 +04:00
|
|
|
name = "unicode-xid"
|
2019-09-03 12:23:57 +04:00
|
|
|
version = "0.1.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-09-03 12:23:57 +04:00
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-11-30 11:03:34 +04:00
|
|
|
version = "0.2.0"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "usize_conversions"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-11 22:06:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "ux"
|
2019-01-28 10:24:56 +04:00
|
|
|
version = "0.1.3"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "volatile"
|
2019-01-28 10:24:56 +04:00
|
|
|
version = "0.2.6"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-11 22:06:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "vte"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-18 21:14:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "x86"
|
2019-05-24 12:20:25 +04:00
|
|
|
version = "0.15.1"
|
2018-10-18 21:14:21 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-15 20:30:15 +04:00
|
|
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 21:14:21 +04:00
|
|
|
]
|
|
|
|
|
2019-03-02 08:37:34 +04:00
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2019-05-04 23:21:07 +04:00
|
|
|
version = "0.5.5"
|
2019-03-02 08:37:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"array-init 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-11 21:43:02 +04:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-02 08:37:34 +04:00
|
|
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 10:24:56 +04:00
|
|
|
"ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2019-05-10 21:06:44 +04:00
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2019-08-02 13:34:55 +04:00
|
|
|
version = "0.7.4"
|
2019-05-10 21:06:44 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"array-init 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-11-30 11:03:34 +04:00
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 23:21:07 +04:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 10:24:56 +04:00
|
|
|
"ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2019-08-02 13:34:55 +04:00
|
|
|
[[package]]
|
|
|
|
name = "xmas-elf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"zero 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "zero"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2019-10-04 19:25:42 +04:00
|
|
|
"checksum aarch64 3.0.0 (git+https://github.com/rcore-os/aarch64)" = "<none>"
|
2019-08-23 06:44:24 +04:00
|
|
|
"checksum acpi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c18d706bdc322dd4f8f7930a5879ad8df3d78d4452a678d5419c72f9f69acea"
|
|
|
|
"checksum aml 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7669e841017880c2710777c46ec654272163379bbe55de6e17a2a2388d44d92"
|
2019-03-17 21:09:12 +04:00
|
|
|
"checksum apic 0.1.0 (git+https://github.com/rcore-os/apic-rs)" = "<none>"
|
2018-11-16 11:17:25 +04:00
|
|
|
"checksum array-init 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "23589ecb866b460d3a0f1278834750268c607e8e28a1b982c907219f3178cd72"
|
2019-06-07 16:59:51 +04:00
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
2018-11-02 06:54:08 +04:00
|
|
|
"checksum bare-metal 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a3caf393d93b2d453e80638d0674597020cef3382ada454faacd43d1a55a735a"
|
2019-10-04 20:11:50 +04:00
|
|
|
"checksum bcm2837 2.5.1 (git+https://github.com/rcore-os/bcm2837)" = "<none>"
|
2019-08-02 13:34:55 +04:00
|
|
|
"checksum bit_field 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a165d606cf084741d4ac3a28fb6e9b1eb0bd31f6cd999098cfddb0b2ab381dc0"
|
2018-07-15 12:43:43 +04:00
|
|
|
"checksum bit_field 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-04-04 08:45:55 +04:00
|
|
|
"checksum bitmap-allocator 0.1.0 (git+https://github.com/rcore-os/bitmap-allocator)" = "<none>"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a993f74b4c99c1908d156b8d2e0fb6277736b0ecbd833982fd1241d39b2766a6"
|
2019-02-22 13:10:07 +04:00
|
|
|
"checksum bitvec 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfadef5c4e2c2e64067b9ecc061179f12ac7ec65ba613b1f60f3972bbada1f5b"
|
2019-05-06 08:15:21 +04:00
|
|
|
"checksum buddy_system_allocator 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59da15ef556589ee78370281d75b67f2d69ed26465ec0e0f3961e2021502426f"
|
2019-08-11 22:06:57 +04:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-05-04 23:21:07 +04:00
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
|
2019-05-27 12:34:29 +04:00
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-08-02 13:34:55 +04:00
|
|
|
"checksum compression 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "491be966f23d6f105ebcded08a5bc9c165fda5f7a0f983a2fec7a98789c5ff61"
|
2019-03-27 14:43:59 +04:00
|
|
|
"checksum deque 0.3.2 (git+https://github.com/rcore-os/deque.git?branch=no_std)" = "<none>"
|
2019-03-17 21:09:12 +04:00
|
|
|
"checksum device_tree 1.0.3 (git+https://github.com/rcore-os/device_tree-rs)" = "<none>"
|
2019-09-13 19:00:00 +04:00
|
|
|
"checksum embedded-graphics 0.6.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e784539ee7c085de51439a0a584d11d0f4ab20baf86aa83de6bb8d0f401e6b4"
|
2019-03-20 15:04:07 +04:00
|
|
|
"checksum isomorphic_drivers 0.1.0 (git+https://github.com/rcore-os/isomorphic_drivers)" = "<none>"
|
2019-09-13 19:00:00 +04:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-01-23 18:11:41 +04:00
|
|
|
"checksum managed 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcec5e97041c7f0f1c5b7d93f12e57293c831c646f4cc7a5db59460c7ea8de6"
|
2019-05-27 12:34:29 +04:00
|
|
|
"checksum mips 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "053a14b59d7b828efefebf92b557015d99383264f4714a959b1d970d8c6c32fb"
|
2018-11-16 11:17:25 +04:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-06-07 16:59:51 +04:00
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2019-04-07 13:08:03 +04:00
|
|
|
"checksum paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4a4a1c555c6505821f9d58b8779d0f630a6b7e4e1be24ba718610acf01fa79"
|
|
|
|
"checksum paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26e796e623b8b257215f27e6c80a5478856cae305f5b59810ff9acdaa34570e6"
|
2019-02-22 13:33:31 +04:00
|
|
|
"checksum pc-keyboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48392db76c4e9a69e0b3be356c5f97ebb7b14413c5e4fd0af4755dbf86e2fce"
|
2019-03-30 19:43:20 +04:00
|
|
|
"checksum pci 0.0.1 (git+https://github.com/rcore-os/pci-rs)" = "<none>"
|
2019-05-11 21:43:02 +04:00
|
|
|
"checksum proc-macro-hack 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0c1dd4172a1e1f96f709341418f49b11ea6c2d95d53dca08c0f74cbd332d9cf3"
|
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
2019-05-04 23:21:07 +04:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2018-11-15 20:30:15 +04:00
|
|
|
"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
|
2019-09-13 19:00:00 +04:00
|
|
|
"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
|
|
|
"checksum rcore-console 0.1.0 (git+https://github.com/rcore-os/rcore-console?rev=b7bacf9)" = "<none>"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum rcore-fs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)" = "<none>"
|
|
|
|
"checksum rcore-fs-devfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)" = "<none>"
|
|
|
|
"checksum rcore-fs-mountfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)" = "<none>"
|
|
|
|
"checksum rcore-fs-ramfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)" = "<none>"
|
|
|
|
"checksum rcore-fs-sfs 0.1.0 (git+https://github.com/rcore-os/rcore-fs?rev=d8d6119)" = "<none>"
|
2019-11-30 14:11:03 +04:00
|
|
|
"checksum rcore-thread 0.1.0 (git+https://github.com/rcore-os/rcore-thread?rev=d727949b)" = "<none>"
|
2018-11-04 14:15:14 +04:00
|
|
|
"checksum register 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e10f31b6d2299e5620986ad9fcdd66463e125ad72af4f403f9aedf7592d5ccdb"
|
2019-03-18 20:43:06 +04:00
|
|
|
"checksum riscv 0.5.0 (git+https://github.com/rcore-os/riscv)" = "<none>"
|
2018-10-18 21:14:21 +04:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum smoltcp 0.5.0 (git+https://github.com/rcore-os/smoltcp?rev=5bd87c7c)" = "<none>"
|
2018-11-02 06:54:08 +04:00
|
|
|
"checksum spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f"
|
2019-02-22 13:33:31 +04:00
|
|
|
"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
|
2019-05-27 12:34:29 +04:00
|
|
|
"checksum static_assertions 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec3c2cbd19f2033005f463529553273cdcb3e91b3281346007adc7967b6789af"
|
2019-05-11 21:43:02 +04:00
|
|
|
"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum syn 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f89693ae015201f8de93fd96bde2d065f8bfc3f97ce006d5bc9f900b97c0c7c0"
|
2018-11-04 14:15:14 +04:00
|
|
|
"checksum tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a385d94f3f62e60445a0adb9ff8d9621faa272234530d4c0f848ec98f88e316"
|
2019-03-16 11:44:57 +04:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
2019-04-21 10:32:24 +04:00
|
|
|
"checksum uart_16550 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b9392f60931fe3bf8f24e0a15ee4f51528770f1d64c48768ab66571334d95b0"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum ucs2 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "517566d61c8a1c347e75ef90f70099e27de717f931cc31119ad31544641aca64"
|
|
|
|
"checksum uefi 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f9079624e954676c948c660b4f4e5a1cf57e7455036bbb27cb76a87e0d4f77"
|
|
|
|
"checksum uefi-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "111ba394b5fe37b5d80ccc224dec2d5f0cba33f962f236f66a9c536c5dd5d878"
|
2019-04-07 13:08:03 +04:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-11-30 11:03:34 +04:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2018-07-15 12:43:43 +04:00
|
|
|
"checksum usize_conversions 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f70329e2cbe45d6c97a5112daad40c34cd9a4e18edb5a2a18fefeb584d8d25e5"
|
2019-08-11 22:06:57 +04:00
|
|
|
"checksum utf8parse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
2019-01-28 10:24:56 +04:00
|
|
|
"checksum ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dfeb711b61ce620c0cb6fd9f8e3e678622f0c971da2a63c4b3e25e88ed012f"
|
|
|
|
"checksum volatile 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6af0edf5b4faacc31fc51159244d78d65ec580f021afcef7bd53c04aeabc7f29"
|
2019-08-11 22:06:57 +04:00
|
|
|
"checksum vte 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
2019-05-24 12:20:25 +04:00
|
|
|
"checksum x86 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f21eecbd666e3a8edbf0b26d36f270f7a613d8986ca0eafb8205e324f7336dab"
|
2019-05-04 23:21:07 +04:00
|
|
|
"checksum x86_64 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bb8f09c32a991cc758ebcb9b7984f530095d32578a4e7b85db6ee1f0bbe4c9c6"
|
2019-08-02 13:34:55 +04:00
|
|
|
"checksum x86_64 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1ad37c1665071808d64e65f7cdae32afcdc90fd7ae7fa402bbda36b824f1add6"
|
|
|
|
"checksum xmas-elf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e74de9a366f6ab8c405fa6b371d9ac24943921fa14b3d64afcb202065c405f11"
|
2018-07-15 12:43:43 +04:00
|
|
|
"checksum zero 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f1bc8a6b2005884962297587045002d8cfb8dcec9db332f4ca216ddc5de82c5"
|