2024-03-12 18:17:47 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-10-31 22:53:46 +02:00
|
|
|
version = 4
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aarch64-cpu"
|
2024-11-01 20:47:37 +02:00
|
|
|
version = "10.0.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-01 20:47:37 +02:00
|
|
|
checksum = "6a21cd0131c25c438e19cd6a774adf7e3f64f7f4d723022882facc2dee0f8bc9"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abi-generator"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "abi-lib"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "abi-serde"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2025-01-16 18:06:00 +02:00
|
|
|
"rustc-std-workspace-alloc",
|
2025-01-09 19:35:58 +02:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "accessor"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd8b2abd55bf1f9cffbf00fd594566c51a9d31402553284920c1309ca8351086"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "acpi"
|
|
|
|
version = "4.1.1"
|
|
|
|
source = "git+https://github.com/alnyan/acpi.git?branch=acpi-system#5efda0f9c17bccb922cf2b6b5fd73088bb887965"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"log",
|
|
|
|
"rsdp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "acpi-system"
|
|
|
|
version = "0.1.0"
|
2025-01-29 11:33:54 +02:00
|
|
|
source = "git+https://github.com/alnyan/acpi-system.git#1dfbf5d22d9227ccdd02e670d1adebca64173040"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"acpi",
|
|
|
|
"aml",
|
|
|
|
"bit_field",
|
|
|
|
"enum-map",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "1.1.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-30 17:46:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.21"
|
2024-07-30 17:46:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
2024-07-30 17:46:50 +03:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aml"
|
|
|
|
version = "0.16.4"
|
|
|
|
source = "git+https://github.com/alnyan/acpi.git?branch=acpi-system#5efda0f9c17bccb922cf2b6b5fd73088bb887965"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"bitvec",
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"spinning_top",
|
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.6.18"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-06-09 13:43:56 +03:00
|
|
|
"is_terminal_polyfill",
|
2024-03-12 18:17:47 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.10"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.2.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.1.2"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "3.0.7"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2025-01-27 19:22:21 +02:00
|
|
|
"once_cell",
|
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-07-29 14:43:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.1.86"
|
2024-07-29 14:43:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
|
2024-07-29 14:43:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-07-29 14:43:37 +03:00
|
|
|
]
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_enum"
|
2024-07-28 12:53:30 +03:00
|
|
|
version = "0.3.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 12:53:30 +03:00
|
|
|
checksum = "99e1aca718ea7b89985790c94aad72d77533063fe00bc497bb79a7c2dae6a661"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.4.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.8.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.8.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "2.8.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "btree_monstrousity"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.0.5"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "2ec92912346b936c974181a172d9abc81f50d41e40118fc101dac8aa8134bee3"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "3.17.0"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2024-04-12 12:23:21 +03:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.21.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.8.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "1.2.13"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-10-31 22:53:46 +02:00
|
|
|
"shlex",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.4.39"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "4.5.29"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "8acebd8ad879283633b343856142139f2da2317c96b05b4dd6181c61e2480184"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "4.5.29"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "f6ba32cbda51c7e1dfd49acc1457ba1a7dec5b64fe360e828acb13ca8dc9c2f9"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "4.5.28"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.7.4"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cobs"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.0.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.1.146"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "a97117b1434b79833f39a5fabdf82f890bd98c1988334dea1cb67f7e627fa311"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.15.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"unicode-width",
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-12-16 16:20:29 +02:00
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.8.7"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2024-04-12 12:23:21 +03:00
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.3.12"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.8.21"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dependency-graph"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5143247629540606d0888beae9ca0e0b9a81a32151bfecd0b2be4a961155c24d"
|
|
|
|
dependencies = [
|
|
|
|
"petgraph",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "device-api"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device-api-macros",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "device-api-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "device-tree"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device-api",
|
2024-12-13 23:35:17 +02:00
|
|
|
"discrete_range_map",
|
2024-03-12 18:17:47 +02:00
|
|
|
"fdt-rs",
|
2024-12-17 16:42:21 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
2024-12-13 23:35:17 +02:00
|
|
|
"libk-util",
|
2024-03-12 18:17:47 +02:00
|
|
|
"log",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "discrete_range_map"
|
|
|
|
version = "0.6.2"
|
2024-10-31 22:53:46 +02:00
|
|
|
source = "git+https://git.alnyan.me/yggdrasil/discrete_range_map.git#6b54882b190b02fb013f22cbe9664f6273e846ae"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"btree_monstrousity",
|
|
|
|
"either",
|
|
|
|
"itertools 0.12.1",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.13.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "git+https://git.alnyan.me/yggdrasil/yggdrasil-elf.git#419cd311de2e9514b5033677cde9a33f7d0ba4a2"
|
|
|
|
dependencies = [
|
2024-10-31 22:53:46 +02:00
|
|
|
"hashbrown 0.14.5",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4445909572dbd556c457c849c4ca58623d84b27c8fff1e74b0b4227d8b90d17b"
|
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type-rs"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6419a5c75e40011b9fe0174db3fe24006ab122fbe1b7e9cc5974b338a755c76"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map"
|
|
|
|
version = "2.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
|
|
|
|
dependencies = [
|
|
|
|
"enum-map-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-map-derive"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.1.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.11.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.3.10"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-07-30 17:46:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ext2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-12-04 18:28:27 +02:00
|
|
|
"async-trait",
|
2024-07-30 17:46:50 +03:00
|
|
|
"bytemuck",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"static_assertions",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "2.3.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fatfs"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05669f8e7e2d7badc545c513710f0eba09c2fbef683eb859fd79c46c355048e0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fdt-rs"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "581d3afdd654deb68c19fcbe4bc411910cc64067d4a13d8637bda7722cb9c2ea"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type-rs",
|
|
|
|
"fallible-iterator",
|
|
|
|
"memoffset 0.5.6",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2025-01-09 19:35:58 +02:00
|
|
|
"rustc_version 0.2.3",
|
2024-03-12 18:17:47 +02:00
|
|
|
"static_assertions",
|
|
|
|
"unsafe_unwrap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.2.25"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-10-31 22:53:46 +02:00
|
|
|
"libredox",
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2024-10-31 22:53:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foldhash"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.1.4"
|
2024-10-31 22:53:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
2024-10-31 22:53:46 +02:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fscommon"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "315ce685aca5ddcc5a3e7e436ef47d4a5d0064462849b6f0f628c28140103531"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.3.31"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.3.31"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.3.31"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gentables"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"clap",
|
|
|
|
"elf 0.7.4",
|
|
|
|
"memtables",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.2.15"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2025-01-27 10:31:21 +02:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
"windows-targets",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
|
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.18.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.14.5"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-10-31 22:53:46 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.15.2"
|
2024-10-31 22:53:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2024-07-30 17:46:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"allocator-api2",
|
2024-10-31 22:53:46 +02:00
|
|
|
"equivalent",
|
|
|
|
"foldhash",
|
2024-07-30 17:46:50 +03:00
|
|
|
]
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.7.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-polyfill",
|
|
|
|
"hash32",
|
|
|
|
"rustc_version 0.4.1",
|
|
|
|
"serde",
|
|
|
|
"spin",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.5.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.5.11"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.1.61"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "2.7.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2025-01-27 19:22:21 +02:00
|
|
|
"hashbrown 0.15.2",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.17.11"
|
2024-12-16 16:20:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
|
2024-12-16 16:20:29 +02:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"number_prefix",
|
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
|
|
|
"web-time",
|
|
|
|
]
|
|
|
|
|
2024-06-09 13:43:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.70.1"
|
2024-06-09 13:43:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-06-09 13:43:56 +03:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.14"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.1.32"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.3.77"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"once_cell",
|
2024-04-12 12:23:21 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"kernel-arch-aarch64",
|
|
|
|
"kernel-arch-hosted",
|
2024-10-10 18:06:54 +03:00
|
|
|
"kernel-arch-i686",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-arch-interface",
|
2025-01-17 02:25:49 +02:00
|
|
|
"kernel-arch-riscv64",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-arch-x86_64",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-aarch64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"aarch64-cpu",
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-10-27 06:46:25 +02:00
|
|
|
"cc",
|
2024-03-12 18:17:47 +02:00
|
|
|
"device-api",
|
|
|
|
"kernel-arch-interface",
|
|
|
|
"libk-mm-interface",
|
|
|
|
"memtables",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-hosted"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-02-15 16:41:26 +02:00
|
|
|
"device-api",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-arch-interface",
|
|
|
|
"libk-mm-interface",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-10-10 18:06:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-i686"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-10-10 18:06:54 +03:00
|
|
|
"device-api",
|
|
|
|
"kernel-arch-interface",
|
2024-10-12 20:43:16 +03:00
|
|
|
"kernel-arch-x86",
|
2024-10-10 18:06:54 +03:00
|
|
|
"libk-mm-interface",
|
|
|
|
"log",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-10-10 18:06:54 +03:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-interface"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device-api",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-01-17 02:25:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-riscv64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2025-01-21 16:34:03 +02:00
|
|
|
"cfg-if",
|
2025-01-17 02:25:49 +02:00
|
|
|
"device-api",
|
|
|
|
"kernel-arch-interface",
|
|
|
|
"libk-mm-interface",
|
2025-01-19 15:16:26 +02:00
|
|
|
"log",
|
2025-01-17 02:25:49 +02:00
|
|
|
"memtables",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2025-01-17 02:25:49 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-10-12 20:43:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-x86"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-11-01 14:03:23 +02:00
|
|
|
"bytemuck",
|
2024-10-12 20:43:16 +03:00
|
|
|
"kernel-arch-interface",
|
2024-11-01 20:02:28 +02:00
|
|
|
"log",
|
2024-11-01 14:03:23 +02:00
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-10-12 20:43:16 +03:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-arch-x86_64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"device-api",
|
|
|
|
"kernel-arch-interface",
|
2024-10-12 20:43:16 +03:00
|
|
|
"kernel-arch-x86",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm-interface",
|
2024-11-28 11:30:09 +02:00
|
|
|
"log",
|
2024-03-12 18:17:47 +02:00
|
|
|
"memtables",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel-fs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.5.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.169"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
|
|
|
version = "0.16.2+1.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libk"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-03-13 19:14:54 +02:00
|
|
|
"abi-lib",
|
2025-01-09 19:35:58 +02:00
|
|
|
"abi-serde",
|
2024-07-29 14:43:37 +03:00
|
|
|
"async-trait",
|
2024-03-13 19:14:54 +02:00
|
|
|
"atomic_enum",
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-04-01 17:23:12 +03:00
|
|
|
"bytemuck",
|
2024-03-18 19:34:03 +02:00
|
|
|
"cfg-if",
|
2024-03-12 18:17:47 +02:00
|
|
|
"crossbeam-queue",
|
|
|
|
"device-api",
|
2024-03-13 19:14:54 +02:00
|
|
|
"elf 0.7.2",
|
2024-03-12 18:17:47 +02:00
|
|
|
"futures-util",
|
|
|
|
"kernel-arch",
|
2024-12-04 18:28:27 +02:00
|
|
|
"libc",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2024-07-30 17:46:50 +03:00
|
|
|
"lru",
|
2025-01-09 19:35:58 +02:00
|
|
|
"postcard",
|
2024-03-19 23:11:03 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-07-30 17:46:50 +03:00
|
|
|
"static_assertions",
|
2024-12-20 23:00:43 +02:00
|
|
|
"test-log",
|
2024-12-04 18:28:27 +02:00
|
|
|
"tokio",
|
2024-07-30 17:46:50 +03:00
|
|
|
"uuid",
|
2024-03-12 18:17:47 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libk-mm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-02-25 17:41:14 +02:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-arch",
|
|
|
|
"libk-mm-interface",
|
|
|
|
"libk-util",
|
2024-06-09 13:43:56 +03:00
|
|
|
"libyalloc",
|
2024-03-12 18:17:47 +02:00
|
|
|
"log",
|
|
|
|
"vmalloc",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libk-mm-interface"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"kernel-arch-interface",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libk-util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-04-01 17:23:12 +03:00
|
|
|
"ahash",
|
2024-03-12 18:17:47 +02:00
|
|
|
"crossbeam-queue",
|
|
|
|
"futures-util",
|
|
|
|
"kernel-arch",
|
|
|
|
"log",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-18 19:34:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "git+https://git.alnyan.me/yggdrasil/libm.git#ace5825d9683d2bf4a71c8f18f2c854660c297b2"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2024-10-31 22:53:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-10-31 22:53:46 +02:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.3.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2025-02-24 14:53:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libutil"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libyalloc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"yggdrasil-rt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.1.21"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.4.15"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.4.12"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.4.25"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-07-30 17:46:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.12.5"
|
2024-07-30 17:46:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
2024-07-30 17:46:50 +03:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"hashbrown 0.15.2",
|
2024-07-30 17:46:50 +03:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "2.7.4"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memfs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"static_assertions",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.9.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memtables"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.8.4"
|
2024-12-04 18:28:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b"
|
2024-12-04 18:28:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.2.19"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.36.7"
|
2024-12-04 18:28:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2024-12-04 18:28:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "1.20.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.1.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.9.105"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "1.0.15"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.6.5"
|
2024-04-01 17:23:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
2024-04-01 17:23:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.16"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.3.31"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "postcard"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "170a2601f67cc9dba8edd8c4870b15f71a6a2dc196daec8c83f72b59dff628a8"
|
|
|
|
dependencies = [
|
|
|
|
"cobs",
|
|
|
|
"heapless",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.2.20"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.29"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.93"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proptest"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.6.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bit-vec",
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_xorshift",
|
2024-12-20 23:00:43 +02:00
|
|
|
"regex-syntax 0.8.5",
|
2024-03-12 18:17:47 +02:00
|
|
|
"rusty-fork",
|
|
|
|
"tempfile",
|
|
|
|
"unarray",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qemu"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.38"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2025-01-27 10:31:21 +02:00
|
|
|
"getrandom 0.2.15",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.5.8"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "1.11.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2025-01-27 19:22:21 +02:00
|
|
|
"regex-automata 0.4.9",
|
2024-12-20 23:00:43 +02:00
|
|
|
"regex-syntax 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.4.9"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-12-20 23:00:43 +02:00
|
|
|
"regex-syntax 0.8.5",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.8.5"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rsdp"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "git+https://github.com/alnyan/acpi.git?branch=acpi-system#5efda0f9c17bccb922cf2b6b5fd73088bb887965"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "f9d441c3b2ebf55cebf796bfdc265d67fa09db17b7bb6bd4be75c509e1e8fec3"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "aa9c45b374136f52f2d6311062c7146bff20fec063c3f5d46a410bd937746955"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
2024-04-01 17:23:12 +03:00
|
|
|
"semver 0.9.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"semver 1.0.25",
|
2025-01-09 19:35:58 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.38.44"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.19"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-fork"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"quick-error",
|
|
|
|
"tempfile",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-01-29 11:33:54 +02:00
|
|
|
version = "1.0.19"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 11:33:54 +02:00
|
|
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.25"
|
2024-04-01 17:23:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
2024-04-01 17:23:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.217"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.217"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "1.0.138"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-10-31 22:53:46 +02:00
|
|
|
"memchr",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.6.8"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-10-31 22:53:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2025-01-09 19:35:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.11.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-02-10 09:15:25 +02:00
|
|
|
version = "2.0.98"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-10 09:15:25 +02:00
|
|
|
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.4.43"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "3.16.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2025-01-27 10:31:21 +02:00
|
|
|
"getrandom 0.3.1",
|
2024-10-31 22:53:46 +02:00
|
|
|
"once_cell",
|
2024-03-12 18:17:47 +02:00
|
|
|
"rustix",
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "test-log"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.17"
|
2024-12-20 23:00:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "e7f46083d221181166e5b6f6b1e5f1d499f3a76888826e6cb1d057554157cd0f"
|
2024-12-20 23:00:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"env_logger",
|
|
|
|
"test-log-macros",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-log-macros"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.17"
|
2024-12-20 23:00:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "888d0c3c6db53c0fdab160d2ed5e12ba745383d3e85813f2ea0f2b1475ab553f"
|
2024-12-20 23:00:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-12-20 23:00:43 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.69"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.0.69"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
2025-01-27 19:22:21 +02:00
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-11-01 20:47:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b9e2fdb3a1e862c0661768b7ed25390811df1947a8acbfbefe09b47078d93c4"
|
|
|
|
|
2024-12-04 18:28:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.43.0"
|
2024-12-04 18:28:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2024-12-04 18:28:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "2.5.0"
|
2024-12-04 18:28:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2024-12-04 18:28:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-12-04 18:28:27 +02:00
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.8.20"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.6.8"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.22.24"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unarray"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-29 11:33:54 +02:00
|
|
|
version = "1.0.16"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 11:33:54 +02:00
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe_unwrap"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1230ec65f13e0f9b28d789da20d2d419511893ea9dac2c1f4ef67b8b14e5da80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "2.5.4"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-06-09 13:43:56 +03:00
|
|
|
version = "0.2.2"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-09 13:43:56 +03:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
2024-07-30 17:46:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "1.13.1"
|
2024-07-30 17:46:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0"
|
2024-07-30 17:46:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.1.1"
|
2024-12-20 23:00:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
2024-12-20 23:00:43 +02:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.9.5"
|
2024-04-01 17:23:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-04-01 17:23:12 +03:00
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vmalloc"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"discrete_range_map",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"proptest",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.2.1"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2025-01-27 10:31:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.100"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-10-31 22:53:46 +02:00
|
|
|
"once_cell",
|
2025-01-27 19:22:21 +02:00
|
|
|
"rustversion",
|
2024-04-12 12:23:21 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.100"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-04-12 12:23:21 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.100"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.100"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2024-04-12 12:23:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-04-12 12:23:21 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "0.2.100"
|
2024-04-12 12:23:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2024-04-12 12:23:21 +03:00
|
|
|
|
2024-12-16 16:20:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "6.0.3"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"home",
|
|
|
|
"rustix",
|
2024-06-09 13:43:56 +03:00
|
|
|
"winsafe",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.1.9"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"windows-sys",
|
2024-03-12 18:17:47 +02:00
|
|
|
]
|
|
|
|
|
2024-12-20 23:00:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2024-04-12 12:23:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-10-31 22:53:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-06-09 13:43:56 +03:00
|
|
|
"windows_i686_gnullvm",
|
2024-03-12 18:17:47 +02:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-06-09 13:43:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-06-09 13:43:56 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.52.6"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-03-12 18:17:47 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-01-27 10:31:21 +02:00
|
|
|
version = "0.7.2"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 10:31:21 +02:00
|
|
|
checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-09 13:43:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winsafe"
|
|
|
|
version = "0.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
|
2025-01-27 10:31:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.8.0",
|
|
|
|
]
|
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2025-01-27 19:22:21 +02:00
|
|
|
version = "1.4.0"
|
2024-03-12 18:17:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 19:22:21 +02:00
|
|
|
checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xhci"
|
|
|
|
version = "0.9.2"
|
2024-10-31 22:53:46 +02:00
|
|
|
source = "git+https://github.com/rust-osdev/xhci.git#f2254c86d5ba12754259bf0ae483c6c8dc821aad"
|
2024-03-12 18:17:47 +02:00
|
|
|
dependencies = [
|
|
|
|
"accessor",
|
|
|
|
"bit_field",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xtask"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2024-04-01 17:23:12 +03:00
|
|
|
"dependency-graph",
|
2024-03-12 18:17:47 +02:00
|
|
|
"env_logger",
|
2024-04-12 12:23:21 +03:00
|
|
|
"fatfs",
|
|
|
|
"fscommon",
|
2024-03-12 18:17:47 +02:00
|
|
|
"git2",
|
2024-12-16 16:20:29 +02:00
|
|
|
"indicatif",
|
2024-03-12 18:17:47 +02:00
|
|
|
"log",
|
|
|
|
"qemu",
|
2025-01-27 19:22:21 +02:00
|
|
|
"semver 1.0.25",
|
2024-03-12 18:17:47 +02:00
|
|
|
"serde",
|
|
|
|
"tar",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"walkdir",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yboot-proto"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2025-01-27 18:10:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_acpi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"acpi",
|
|
|
|
"acpi-system",
|
|
|
|
"aml",
|
|
|
|
"device-api",
|
|
|
|
"kernel-arch-x86",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"rsdp",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_ahci"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-07-29 14:43:37 +03:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"futures-util",
|
|
|
|
"kernel-fs",
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2024-06-09 13:43:56 +03:00
|
|
|
"memoffset 0.9.1",
|
2024-03-12 18:17:47 +02:00
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_pci",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-02-07 23:18:03 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_fat32"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"libk",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_input"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-08-08 16:52:34 +03:00
|
|
|
"async-trait",
|
2024-12-10 11:52:26 +02:00
|
|
|
"device-api",
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_net_core"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-11-04 10:53:51 +02:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"kernel-fs",
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2025-01-09 19:35:58 +02:00
|
|
|
"postcard",
|
2024-03-12 18:17:47 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-02-10 09:15:25 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_net_igbe"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device-api",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"tock-registers",
|
|
|
|
"ygg_driver_net_core",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_net_loopback"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2025-02-06 21:05:53 +02:00
|
|
|
"device-api",
|
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"ygg_driver_net_core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-01-27 17:35:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_net_rtl81xx"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device-api",
|
2025-02-11 17:12:29 +02:00
|
|
|
"futures-util",
|
2025-01-27 17:35:16 +02:00
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2025-01-27 17:35:16 +02:00
|
|
|
"ygg_driver_net_core",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-01-27 10:31:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_net_stmmac"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"device-tree",
|
2025-02-14 00:18:08 +02:00
|
|
|
"futures-util",
|
2025-01-27 10:31:21 +02:00
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"tock-registers",
|
|
|
|
"ygg_driver_net_core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_nvme"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-07-29 14:43:37 +03:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"futures-util",
|
2025-02-09 16:52:36 +02:00
|
|
|
"kernel-arch",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-fs",
|
2024-03-13 19:01:59 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_pci",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_pci"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"acpi",
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"device-api",
|
2025-01-29 11:33:54 +02:00
|
|
|
"kernel-arch-x86",
|
2024-12-10 11:52:26 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2025-01-27 19:22:21 +02:00
|
|
|
"ygg_driver_acpi",
|
2024-03-12 18:17:47 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-01-30 14:23:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_scsi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"device-api",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_usb"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-30 14:23:21 +02:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"futures-util",
|
2024-03-13 19:14:54 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"ygg_driver_input",
|
2025-01-30 14:23:21 +02:00
|
|
|
"ygg_driver_scsi",
|
2024-03-12 18:17:47 +02:00
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_usb_xhci"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-02-03 09:33:02 +02:00
|
|
|
"async-trait",
|
2024-03-12 18:17:47 +02:00
|
|
|
"atomic_enum",
|
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"futures-util",
|
2024-03-13 19:14:54 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"xhci",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"ygg_driver_usb",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2025-02-15 16:41:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_virtio_blk"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"tock-registers",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"ygg_driver_virtio_core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_virtio_core"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"device-api",
|
2025-02-15 16:41:26 +02:00
|
|
|
"kernel-arch-hosted",
|
2025-02-06 21:05:53 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
2024-11-19 19:33:08 +02:00
|
|
|
"libk-util",
|
2024-03-12 18:17:47 +02:00
|
|
|
"log",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_pci",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-12-06 18:03:18 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_virtio_gpu"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-02-25 17:41:14 +02:00
|
|
|
"async-trait",
|
2024-12-06 18:03:18 +02:00
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"ygg_driver_virtio_core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
2024-03-12 18:17:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ygg_driver_virtio_net"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"device-api",
|
2025-02-15 16:41:26 +02:00
|
|
|
"futures-util",
|
2025-02-06 21:05:53 +02:00
|
|
|
"libk",
|
2024-03-12 18:17:47 +02:00
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_net_core",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"ygg_driver_virtio_core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yggdrasil-abi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abi-generator",
|
|
|
|
"abi-lib",
|
2025-01-09 19:35:58 +02:00
|
|
|
"abi-serde",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
|
|
|
"compiler_builtins",
|
|
|
|
"prettyplease",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yggdrasil-kernel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"aarch64-cpu",
|
|
|
|
"abi-generator",
|
|
|
|
"abi-lib",
|
2025-01-09 19:35:58 +02:00
|
|
|
"abi-serde",
|
2024-03-12 18:17:47 +02:00
|
|
|
"acpi",
|
2024-08-08 16:52:34 +03:00
|
|
|
"async-trait",
|
2025-01-27 19:22:21 +02:00
|
|
|
"bitflags 2.8.0",
|
2024-03-12 18:17:47 +02:00
|
|
|
"bytemuck",
|
2025-02-03 14:48:23 +02:00
|
|
|
"cfg-if",
|
2024-12-02 10:19:48 +02:00
|
|
|
"chrono",
|
2024-03-12 18:17:47 +02:00
|
|
|
"crossbeam-queue",
|
|
|
|
"device-api",
|
|
|
|
"device-api-macros",
|
|
|
|
"device-tree",
|
|
|
|
"elf 0.7.2",
|
2024-07-30 17:46:50 +03:00
|
|
|
"ext2",
|
2024-03-12 18:17:47 +02:00
|
|
|
"futures-util",
|
|
|
|
"git-version",
|
|
|
|
"kernel-arch",
|
|
|
|
"kernel-arch-aarch64",
|
2024-10-10 18:06:54 +03:00
|
|
|
"kernel-arch-i686",
|
2024-10-12 20:43:16 +03:00
|
|
|
"kernel-arch-interface",
|
2025-01-17 02:25:49 +02:00
|
|
|
"kernel-arch-riscv64",
|
2024-10-12 20:43:16 +03:00
|
|
|
"kernel-arch-x86",
|
2024-03-12 18:17:47 +02:00
|
|
|
"kernel-arch-x86_64",
|
|
|
|
"libk",
|
|
|
|
"libk-mm",
|
|
|
|
"libk-util",
|
|
|
|
"log",
|
|
|
|
"memfs",
|
|
|
|
"memtables",
|
|
|
|
"prettyplease",
|
|
|
|
"static_assertions",
|
2025-02-03 09:33:02 +02:00
|
|
|
"tock-registers",
|
2024-03-12 18:17:47 +02:00
|
|
|
"vmalloc",
|
|
|
|
"yboot-proto",
|
2025-01-27 18:10:56 +02:00
|
|
|
"ygg_driver_acpi",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_ahci",
|
2025-02-07 23:18:03 +02:00
|
|
|
"ygg_driver_fat32",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_input",
|
|
|
|
"ygg_driver_net_core",
|
2025-02-10 09:15:25 +02:00
|
|
|
"ygg_driver_net_igbe",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_net_loopback",
|
2025-01-27 17:35:16 +02:00
|
|
|
"ygg_driver_net_rtl81xx",
|
2025-01-27 10:31:21 +02:00
|
|
|
"ygg_driver_net_stmmac",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_nvme",
|
|
|
|
"ygg_driver_pci",
|
|
|
|
"ygg_driver_usb",
|
|
|
|
"ygg_driver_usb_xhci",
|
2025-02-15 16:41:26 +02:00
|
|
|
"ygg_driver_virtio_blk",
|
2024-12-06 18:03:18 +02:00
|
|
|
"ygg_driver_virtio_gpu",
|
2024-03-12 18:17:47 +02:00
|
|
|
"ygg_driver_virtio_net",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yggdrasil-rt"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abi-generator",
|
|
|
|
"abi-lib",
|
2025-01-09 19:35:58 +02:00
|
|
|
"abi-serde",
|
2024-03-12 18:17:47 +02:00
|
|
|
"cc",
|
|
|
|
"compiler_builtins",
|
2025-01-27 19:22:21 +02:00
|
|
|
"libm",
|
2024-03-12 18:17:47 +02:00
|
|
|
"prettyplease",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"yggdrasil-abi",
|
|
|
|
]
|
2024-04-01 17:23:12 +03:00
|
|
|
|
2025-01-27 19:22:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-04-01 17:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.7.35"
|
2024-04-01 17:23:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2024-04-01 17:23:12 +03:00
|
|
|
dependencies = [
|
2024-10-31 22:53:46 +02:00
|
|
|
"byteorder",
|
2024-04-01 17:23:12 +03:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-10-31 22:53:46 +02:00
|
|
|
version = "0.7.35"
|
2024-04-01 17:23:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-31 22:53:46 +02:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2024-04-01 17:23:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2025-01-27 19:22:21 +02:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-10 09:15:25 +02:00
|
|
|
"syn 2.0.98",
|
2024-04-01 17:23:12 +03:00
|
|
|
]
|