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"
|
2020-06-15 13:28:48 +04:00
|
|
|
version = "3.0.1"
|
2020-06-21 19:36:48 +04:00
|
|
|
source = "git+https://github.com/rcore-os/aarch64#9ec6f0585ae0e78ef089dfa10a5ed7330d6a6317"
|
2018-12-01 20:51:52 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"bitflags",
|
|
|
|
"cast",
|
2020-06-26 17:56:12 +04:00
|
|
|
"register 0.2.1",
|
2020-06-15 14:38:59 +04:00
|
|
|
"usize_conversions",
|
|
|
|
"ux",
|
2019-03-18 07:55:06 +04:00
|
|
|
]
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "2c18d706bdc322dd4f8f7930a5879ad8df3d78d4452a678d5419c72f9f69acea"
|
2019-07-17 05:43:49 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"log",
|
|
|
|
"typenum",
|
2019-07-17 05:43:49 +04:00
|
|
|
]
|
|
|
|
|
2020-06-20 06:06:35 +04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-07-17 05:43:49 +04:00
|
|
|
[[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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "b7669e841017880c2710777c46ec654272163379bbe55de6e17a2a2388d44d92"
|
2019-06-29 23:41:50 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"log",
|
2019-06-29 23:41:50 +04:00
|
|
|
]
|
|
|
|
|
2019-03-17 21:09:12 +04:00
|
|
|
[[package]]
|
|
|
|
name = "apic"
|
|
|
|
version = "0.1.0"
|
2020-06-06 22:45:28 +04:00
|
|
|
source = "git+https://github.com/rcore-os/apic-rs?rev=fb86bd7#fb86bd7c798608a18cbb48755637d97d4266eb89"
|
2019-03-17 21:09:12 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.10.0",
|
|
|
|
"bitflags",
|
|
|
|
"x86",
|
2018-11-16 11:17:25 +04:00
|
|
|
]
|
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "1.0.0"
|
2019-06-07 16:59:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2019-06-07 16:59:51 +04:00
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.2.5"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
2018-11-02 06:54:08 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"rustc_version",
|
2018-11-02 06:54:08 +04:00
|
|
|
]
|
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"
|
2020-01-29 15:52:18 +04:00
|
|
|
source = "git+https://github.com/rcore-os/bcm2837#38794ed7b48bf75bf691b75e17fe57f77d2f3a4f"
|
2018-10-26 22:45:47 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"aarch64",
|
|
|
|
"log",
|
|
|
|
"volatile",
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "ed8765909f9009617974ab6b7d332625b320b33c326b1e9321382ef1999b5d56"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "a165d606cf084741d4ac3a28fb6e9b1eb0bd31f6cd999098cfddb0b2ab381dc0"
|
2019-08-02 13:34:55 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
2019-04-04 08:45:55 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitmap-allocator"
|
|
|
|
version = "0.1.0"
|
2020-06-06 22:45:28 +04:00
|
|
|
source = "git+https://github.com/rcore-os/bitmap-allocator?rev=03bd9909#03bd9909d0dc85e99f5559b97a163ab81073df83"
|
2019-04-04 08:45:55 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
2019-04-04 08:45:55 +04:00
|
|
|
]
|
|
|
|
|
2019-04-03 13:41:54 +04:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
2020-04-25 14:41:41 +04:00
|
|
|
version = "0.17.4"
|
2019-05-23 12:46:00 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "41262f11d771fd4a61aa3ce019fca363b4b6c282fca9da2a31186d3965a47a5c"
|
2020-01-29 15:52:18 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"either",
|
|
|
|
"radium",
|
2020-01-29 15:52:18 +04:00
|
|
|
]
|
2019-04-03 13:41:54 +04:00
|
|
|
|
2019-03-18 05:00:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "buddy_system_allocator"
|
2020-06-06 22:45:28 +04:00
|
|
|
version = "0.4.0"
|
2019-03-18 05:00:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "42164d22604f1f7adfe246bd857f9233678202953beaba0b343d481dc208a36b"
|
2019-03-18 05:00:51 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"rustversion",
|
|
|
|
"spin",
|
2019-03-18 05:00:51 +04:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-04-25 14:41:41 +04:00
|
|
|
version = "1.3.4"
|
2019-01-23 18:11:41 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-01-23 18:11:41 +04:00
|
|
|
|
2019-05-04 23:21:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.2.3"
|
2019-05-04 23:21:07 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2020-01-29 15:52:18 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"rustc_version",
|
2020-01-29 15:52:18 +04:00
|
|
|
]
|
2019-05-04 23:21:07 +04:00
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "1.0.54"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.1.10"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "compression"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.1.5"
|
2019-06-07 16:59:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "3a82b366ae14633c67a1cbb4aa3738210a23f77d2868a0fd50faa23a956f9ec4"
|
2019-06-07 16:59:51 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
2019-06-07 16:59:51 +04:00
|
|
|
]
|
|
|
|
|
2020-06-26 17:56:12 +04:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
|
|
|
version = "3.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6467294dffa4f14094880a0f5dab0dfc8e163d808c305378669f68c6ff1fda0"
|
|
|
|
dependencies = [
|
|
|
|
"register 0.5.1",
|
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "device_tree"
|
|
|
|
version = "1.0.3"
|
2020-06-06 22:45:28 +04:00
|
|
|
source = "git+https://github.com/rcore-os/device_tree-rs?rev=2fa8411c#2fa8411c421c6b4761992fd3d1a9b2427bf0cfc4"
|
2019-01-23 18:11:41 +04:00
|
|
|
|
2020-01-29 15:52:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2020-01-29 15:52:18 +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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "5e784539ee7c085de51439a0a584d11d0f4ab20baf86aa83de6bb8d0f401e6b4"
|
2019-08-11 22:06:57 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "executor"
|
|
|
|
version = "0.6.0"
|
2020-06-23 20:09:52 +04:00
|
|
|
source = "git+https://github.com/rcore-os/executor.git?rev=a2d02ee9#a2d02ee9567973209f557db53adc988dad2095e5"
|
2020-06-15 14:38:59 +04:00
|
|
|
dependencies = [
|
|
|
|
"executor-macros",
|
|
|
|
"lazy_static",
|
|
|
|
"spin",
|
|
|
|
"woke",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "executor-macros"
|
|
|
|
version = "0.0.1"
|
2020-06-23 20:09:52 +04:00
|
|
|
source = "git+https://github.com/rcore-os/executor.git?rev=a2d02ee9#a2d02ee9567973209f557db53adc988dad2095e5"
|
2020-06-15 14:38:59 +04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-08-11 22:06:57 +04:00
|
|
|
]
|
|
|
|
|
2020-03-24 14:21:33 +04:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.2.10"
|
2020-03-24 14:21:33 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
|
2020-03-24 14:21:33 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2020-03-24 14:21:33 +04:00
|
|
|
]
|
|
|
|
|
2019-03-20 12:29:42 +04:00
|
|
|
[[package]]
|
|
|
|
name = "isomorphic_drivers"
|
|
|
|
version = "0.1.0"
|
2020-06-06 22:45:28 +04:00
|
|
|
source = "git+https://github.com/rcore-os/isomorphic_drivers?rev=fcf694d2#fcf694d26d45c6cd42a789e934bf42f4aa9c4caa"
|
2019-03-20 12:29:42 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"bitflags",
|
|
|
|
"log",
|
|
|
|
"spin",
|
|
|
|
"volatile",
|
2019-03-20 12:29:42 +04:00
|
|
|
]
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"spin",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2020-03-24 14:21:33 +04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.2.71"
|
2020-03-24 14:21:33 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
|
2020-03-24 14:21:33 +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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"cfg-if",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2019-01-23 18:11:41 +04:00
|
|
|
[[package]]
|
|
|
|
name = "managed"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.7.2"
|
2019-01-23 18:11:41 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
|
2019-01-23 18:11:41 +04:00
|
|
|
|
2020-06-20 06:06:35 +04:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "053a14b59d7b828efefebf92b557015d99383264f4714a959b1d970d8c6c32fb"
|
2019-04-05 18:57:12 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"bitflags",
|
2019-04-05 18:57:12 +04:00
|
|
|
]
|
2019-03-31 18:04:22 +04:00
|
|
|
|
2020-06-15 14:38:59 +04:00
|
|
|
[[package]]
|
|
|
|
name = "naive-timer"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/rcore-os/naive-timer.git?rev=d0cfe04#d0cfe046119404486f5b4e0f9f069b372ab5ed11"
|
|
|
|
|
2020-05-30 19:12:25 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-06-06 22:45:28 +04:00
|
|
|
version = "0.1.43"
|
2020-05-30 19:12:25 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2020-06-06 22:45:28 +04:00
|
|
|
version = "0.1.41"
|
2020-05-30 19:12:25 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
2020-05-30 19:12:25 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-05-30 19:12:25 +04:00
|
|
|
]
|
|
|
|
|
2019-06-07 16:59:51 +04:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.2.12"
|
2019-06-07 16:59:51 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2019-06-07 16:59:51 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"autocfg",
|
2019-06-07 16:59:51 +04:00
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.1.16"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "d508492eeb1e5c38ee696371bf7b9fc33c83d46a7d451606b96458fbbbdc2dec"
|
2019-04-07 13:08:03 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"paste-impl",
|
|
|
|
"proc-macro-hack",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste-impl"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.1.16"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32"
|
2019-04-07 13:08:03 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "c48392db76c4e9a69e0b3be356c5f97ebb7b14413c5e4fd0af4755dbf86e2fce"
|
2018-11-18 15:20:26 +04:00
|
|
|
|
2019-03-30 19:43:20 +04:00
|
|
|
[[package]]
|
|
|
|
name = "pci"
|
|
|
|
version = "0.0.1"
|
2020-06-06 22:45:28 +04:00
|
|
|
source = "git+https://github.com/rcore-os/pci-rs?rev=a4e7cea6#a4e7cea640f8a92ae4b51c6c51fee3f1f0317af2"
|
2019-03-30 19:43:20 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
2019-03-30 19:43:20 +04:00
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-06-15 14:38:59 +04:00
|
|
|
version = "0.5.16"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
|
2019-04-07 13:08:03 +04:00
|
|
|
|
2019-11-30 11:03:34 +04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "1.0.18"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
|
2019-11-30 11:03:34 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"unicode-xid",
|
2019-11-30 11:03:34 +04:00
|
|
|
]
|
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "1.0.7"
|
2019-04-07 13:08:03 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-04-07 13:08:03 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro2",
|
2019-04-07 13:08:03 +04:00
|
|
|
]
|
|
|
|
|
2019-11-30 11:03:34 +04:00
|
|
|
[[package]]
|
2020-01-29 15:52:18 +04:00
|
|
|
name = "radium"
|
|
|
|
version = "0.3.0"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"
|
2019-11-30 11:03:34 +04:00
|
|
|
|
2019-09-13 19:00:00 +04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "8.0.0"
|
2019-09-13 19:00:00 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "9e9c0f2091b865a94bc3c9d34896cc4bbda04453453c391f7eb224491be9ae1d"
|
2019-09-13 19:00:00 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"rustc_version",
|
2019-09-13 19:00:00 +04:00
|
|
|
]
|
|
|
|
|
2019-09-03 12:23:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rboot"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.1.3"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"log",
|
|
|
|
"rlibc",
|
|
|
|
"uefi",
|
|
|
|
"x86_64",
|
|
|
|
"xmas-elf",
|
2019-09-03 12:23:57 +04:00
|
|
|
]
|
|
|
|
|
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 = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"aarch64",
|
|
|
|
"acpi",
|
|
|
|
"aml",
|
|
|
|
"apic",
|
|
|
|
"bcm2837",
|
|
|
|
"bit_field 0.10.0",
|
|
|
|
"bitflags",
|
|
|
|
"bitmap-allocator",
|
|
|
|
"bitvec",
|
|
|
|
"buddy_system_allocator",
|
|
|
|
"compression",
|
|
|
|
"device_tree",
|
|
|
|
"executor",
|
|
|
|
"isomorphic_drivers",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mips",
|
|
|
|
"naive-timer",
|
|
|
|
"num",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
"pc-keyboard",
|
|
|
|
"pci",
|
|
|
|
"raw-cpuid",
|
|
|
|
"rboot",
|
|
|
|
"rcore-console",
|
|
|
|
"rcore-fs",
|
|
|
|
"rcore-fs-devfs",
|
|
|
|
"rcore-fs-mountfs",
|
|
|
|
"rcore-fs-ramfs",
|
|
|
|
"rcore-fs-sfs",
|
|
|
|
"rcore-memory",
|
2020-06-26 17:56:12 +04:00
|
|
|
"riscv",
|
2020-06-15 14:38:59 +04:00
|
|
|
"rlibc",
|
|
|
|
"smoltcp",
|
|
|
|
"spin",
|
|
|
|
"trapframe",
|
|
|
|
"uart_16550",
|
|
|
|
"virtio-drivers",
|
|
|
|
"volatile",
|
|
|
|
"woke",
|
|
|
|
"x86_64",
|
|
|
|
"xmas-elf",
|
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 = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"embedded-graphics",
|
|
|
|
"vte",
|
2019-08-11 22:06:57 +04:00
|
|
|
]
|
|
|
|
|
2019-02-22 13:10:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs"
|
|
|
|
version = "0.1.0"
|
2020-06-16 05:31:54 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=517af47#517af47ff3f632f05b91b9ea73a047aa8df363f3"
|
2019-05-04 23:21:07 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"filetime",
|
|
|
|
"spin",
|
|
|
|
"winapi",
|
2019-05-04 23:21:07 +04:00
|
|
|
]
|
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"
|
2020-06-16 05:31:54 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=517af47#517af47ff3f632f05b91b9ea73a047aa8df363f3"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"log",
|
|
|
|
"rcore-fs",
|
|
|
|
"spin",
|
2019-08-02 13:24:27 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-mountfs"
|
|
|
|
version = "0.1.0"
|
2020-06-16 05:31:54 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=517af47#517af47ff3f632f05b91b9ea73a047aa8df363f3"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rcore-fs",
|
|
|
|
"spin",
|
2019-08-02 13:24:27 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-ramfs"
|
|
|
|
version = "0.1.0"
|
2020-06-16 05:31:54 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=517af47#517af47ff3f632f05b91b9ea73a047aa8df363f3"
|
2019-08-02 13:24:27 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"log",
|
|
|
|
"rcore-fs",
|
|
|
|
"spin",
|
2019-08-02 13:24:27 +04:00
|
|
|
]
|
|
|
|
|
2019-02-22 13:10:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rcore-fs-sfs"
|
|
|
|
version = "0.1.0"
|
2020-06-16 05:31:54 +04:00
|
|
|
source = "git+https://github.com/rcore-os/rcore-fs?rev=517af47#517af47ff3f632f05b91b9ea73a047aa8df363f3"
|
2019-02-22 13:10:07 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitvec",
|
|
|
|
"log",
|
|
|
|
"rcore-fs",
|
|
|
|
"spin",
|
|
|
|
"static_assertions",
|
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 = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"log",
|
2019-01-03 15:37:04 +04:00
|
|
|
]
|
|
|
|
|
2020-03-24 14:21:33 +04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-03-24 14:21:33 +04:00
|
|
|
|
2020-06-20 06:06:35 +04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "1.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "e10f31b6d2299e5620986ad9fcdd66463e125ad72af4f403f9aedf7592d5ccdb"
|
2018-11-04 14:15:14 +04:00
|
|
|
dependencies = [
|
2020-06-26 17:56:12 +04:00
|
|
|
"tock-registers 0.2.0",
|
2018-11-04 14:15:14 +04:00
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
2020-06-26 17:56:12 +04:00
|
|
|
name = "register"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "deaba5b0e477d21f61a57504bb5cef4a1e86de30300b457d38971c1cfc98b815"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2020-06-26 17:56:12 +04:00
|
|
|
"tock-registers 0.5.0",
|
2020-06-20 06:06:35 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "riscv"
|
|
|
|
version = "0.5.6"
|
2020-06-26 17:56:12 +04:00
|
|
|
source = "git+https://github.com/rcore-os/riscv?rev=38f3786#38f3786966ba15cc76977375162e3f3622a30f4b"
|
2020-06-20 06:06:35 +04:00
|
|
|
dependencies = [
|
|
|
|
"bare-metal",
|
|
|
|
"bit_field 0.10.0",
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
2020-06-26 17:56:12 +04:00
|
|
|
"log",
|
2020-06-20 06:06:35 +04:00
|
|
|
"riscv-target",
|
2020-06-15 14:38:59 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-20 06:06:35 +04:00
|
|
|
name = "riscv-target"
|
|
|
|
version = "0.1.2"
|
2020-06-15 14:38:59 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 06:06:35 +04:00
|
|
|
checksum = "88aa938cda42a0cf62a20cfe8d139ff1af20c2e681212b5b34adb5a58333f222"
|
2020-06-15 14:38:59 +04:00
|
|
|
dependencies = [
|
2020-06-20 06:06:35 +04:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2020-01-29 07:56:56 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rlibc"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "fc874b127765f014d792f16763a81245ab80500e2ad921ed4ee9e82481ee08fe"
|
2020-01-29 07:56:56 +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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-10-18 21:14:21 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"semver",
|
2018-10-18 21:14:21 +04:00
|
|
|
]
|
|
|
|
|
2020-04-05 17:54:05 +04:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6"
|
2020-04-05 17:54:05 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-05 17:54:05 +04:00
|
|
|
]
|
|
|
|
|
2018-10-18 21:14:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-10-18 21:14:21 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"semver-parser",
|
2018-10-18 21:14:21 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-10-18 21:14:21 +04:00
|
|
|
|
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 = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"managed",
|
2019-01-23 18:11:41 +04:00
|
|
|
]
|
|
|
|
|
2019-02-22 13:33:31 +04:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.5.2"
|
2019-02-22 13:33:31 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-02-22 13:33:31 +04:00
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
2020-01-29 15:52:18 +04:00
|
|
|
version = "0.3.4"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
2019-04-07 13:08:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "1.0.31"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
|
2019-11-30 11:03:34 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-11-30 11:03:34 +04:00
|
|
|
]
|
|
|
|
|
2020-06-20 06:06:35 +04:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "3a385d94f3f62e60445a0adb9ff8d9621faa272234530d4c0f848ec98f88e316"
|
|
|
|
|
2020-06-26 17:56:12 +04:00
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70323afdb8082186c0986da0e10f6e4ed103d681c921c00597e98d9806dac20f"
|
|
|
|
|
2020-06-15 14:38:59 +04:00
|
|
|
[[package]]
|
|
|
|
name = "trapframe"
|
2020-06-26 17:56:12 +04:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "git+https://github.com/rcore-os/trapframe-rs?rev=d7fcbed#d7fcbed1eb82e98b058d2796e8b5c0db719c9dd2"
|
2020-06-15 14:38:59 +04:00
|
|
|
dependencies = [
|
2020-06-26 17:56:12 +04:00
|
|
|
"cortex-a",
|
2020-06-15 14:38:59 +04:00
|
|
|
"raw-cpuid",
|
|
|
|
"x86_64",
|
|
|
|
]
|
2018-11-04 14:15:14 +04:00
|
|
|
|
2019-03-16 11:44:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-04-25 14:41:41 +04:00
|
|
|
version = "1.12.0"
|
2019-03-16 11:44:57 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2019-03-16 11:44:57 +04:00
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[package]]
|
|
|
|
name = "uart_16550"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.2.7"
|
2018-07-15 12:43:43 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "e58fc40dc1712664fc9b0a7bd8ca2f21ab49960924fb245a80a05e1e92f3dfe9"
|
2018-07-15 12:43:43 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
|
|
|
"x86_64",
|
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"
|
2020-01-29 06:59:39 +04:00
|
|
|
version = "0.3.1"
|
2018-09-07 08:44:40 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "85061f4e43545a613c0da6b87725bf23f8da8613cf2473719c4f71a270c4ce8a"
|
2020-01-29 06:59:39 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.10.0",
|
2020-01-29 06:59:39 +04:00
|
|
|
]
|
2018-09-07 08:44:40 +04:00
|
|
|
|
2019-09-03 12:23:57 +04:00
|
|
|
[[package]]
|
|
|
|
name = "uefi"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.4.6"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "ab1f1403ecbad37d25120161acc3db12066febf3446efcc40b7631d30678505d"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
|
|
|
"log",
|
|
|
|
"ucs2",
|
|
|
|
"uefi-macros",
|
2019-09-03 12:23:57 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uefi-macros"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.3.2"
|
2019-11-30 11:03:34 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "7a69fa8dd920e84d783769c44560484ade81f6c765cde2e1cc46c754ddf95947"
|
2019-09-03 12:23:57 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-04-07 13:08:03 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "f70329e2cbe45d6c97a5112daad40c34cd9a4e18edb5a2a18fefeb584d8d25e5"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
2019-08-11 22:06:57 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "88dfeb711b61ce620c0cb6fd9f8e3e678622f0c971da2a63c4b3e25e88ed012f"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
2020-03-24 18:27:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "virtio-drivers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "git+https://github.com/rcore-os/virtio-drivers?rev=dfa70e14#dfa70e1425c9eac1b30e671be61b557a3ce56e7e"
|
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bitflags",
|
|
|
|
"log",
|
|
|
|
"volatile",
|
2020-03-24 18:27:21 +04:00
|
|
|
]
|
|
|
|
|
2018-07-15 12:43:43 +04:00
|
|
|
[[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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "6af0edf5b4faacc31fc51159244d78d65ec580f021afcef7bd53c04aeabc7f29"
|
2018-07-15 12:43:43 +04:00
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
2019-08-11 22:06:57 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"utf8parse",
|
2019-08-11 22:06:57 +04:00
|
|
|
]
|
|
|
|
|
2020-03-24 14:21:33 +04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2020-03-24 14:21:33 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-03-24 14:21:33 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-03-24 14:21:33 +04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "woke"
|
|
|
|
version = "0.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eafdab77c9ee549298ca6585107832aa89d77b14ba13cda220fec6105b17dbb1"
|
2020-03-24 14:21:33 +04:00
|
|
|
|
2018-10-18 21:14:21 +04:00
|
|
|
[[package]]
|
|
|
|
name = "x86"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.33.0"
|
2019-05-10 21:06:44 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "2786ac694ed572ab5d2bbcd9e188805dba26b3501973dd69718914fb3d4a5a69"
|
2019-05-10 21:06:44 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.10.0",
|
|
|
|
"bitflags",
|
|
|
|
"raw-cpuid",
|
2018-07-15 12:43:43 +04:00
|
|
|
]
|
|
|
|
|
2020-04-05 17:35:07 +04:00
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
2020-06-15 12:56:21 +04:00
|
|
|
version = "0.11.0"
|
2020-04-05 17:35:07 +04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "365de37eb7c6da582cbb510dd0f3f1235d24ff6309a8a96e8a9909cc9bfd608f"
|
2020-04-05 17:35:07 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"bit_field 0.9.0",
|
|
|
|
"bitflags",
|
2020-04-05 17:35:07 +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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "e74de9a366f6ab8c405fa6b371d9ac24943921fa14b3d64afcb202065c405f11"
|
2019-08-02 13:34:55 +04:00
|
|
|
dependencies = [
|
2020-06-15 14:38:59 +04:00
|
|
|
"zero",
|
2019-08-02 13:34:55 +04:00
|
|
|
]
|
|
|
|
|
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"
|
2020-06-15 14:38:59 +04:00
|
|
|
checksum = "5f1bc8a6b2005884962297587045002d8cfb8dcec9db332f4ca216ddc5de82c5"
|