|
@@ -0,0 +1,2278 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 4
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "acpi"
|
|
|
+version = "5.0.0"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/acpi-rs.git?rev=282df2af7b#282df2af7b9edee629af391005c2a6b89e73f88c"
|
|
|
+dependencies = [
|
|
|
+ "bit_field",
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "log",
|
|
|
+]
|
|
|
+
|
|
|
+[[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 0.7.35",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aho-corasick"
|
|
|
+version = "1.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "allocator-api2"
|
|
|
+version = "0.2.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "anyhow"
|
|
|
+version = "1.0.97"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "arbitrary"
|
|
|
+version = "1.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "asm_macros"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atomic_enum"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6227a8d6fdb862bcb100c4314d0d9579e5cd73fa6df31a2e6f6e1acd3c5f1207"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "atty"
|
|
|
+version = "0.2.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
+dependencies = [
|
|
|
+ "hermit-abi",
|
|
|
+ "libc",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "autocfg"
|
|
|
+version = "1.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "base-x"
|
|
|
+version = "0.2.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bindgen"
|
|
|
+version = "0.61.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "cexpr",
|
|
|
+ "clang-sys",
|
|
|
+ "lazy_static",
|
|
|
+ "lazycell",
|
|
|
+ "log",
|
|
|
+ "peeking_take_while",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "regex",
|
|
|
+ "rustc-hash",
|
|
|
+ "shlex",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "which",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bit_field"
|
|
|
+version = "0.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitfield-struct"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a176f34515e3ff0b2ddb47cdbe48ccf21772381fe364d1ad68ed04b9c5fb63a8"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "1.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitflags"
|
|
|
+version = "2.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bitmap"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bumpalo"
|
|
|
+version = "3.17.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "byteorder"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "byteorder"
|
|
|
+version = "1.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.10.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cc"
|
|
|
+version = "1.2.17"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
|
|
+dependencies = [
|
|
|
+ "jobserver",
|
|
|
+ "libc",
|
|
|
+ "shlex",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cexpr"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
+dependencies = [
|
|
|
+ "nom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "clang-sys"
|
|
|
+version = "1.8.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
|
+dependencies = [
|
|
|
+ "glob",
|
|
|
+ "libc",
|
|
|
+ "libloading",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "clear-cache"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fe05a1a3c09033e9e87f7ba13af35cf2508148d3a97fb6b16475df84207993fa"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "combine"
|
|
|
+version = "4.6.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "const_fn"
|
|
|
+version = "0.4.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-bforest"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a91a1ccf6fb772808742db2f51e2179f25b1ec559cbe39ea080c72ff61caf8f"
|
|
|
+dependencies = [
|
|
|
+ "cranelift-entity",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-codegen"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "169db1a457791bff4fd1fc585bb5cc515609647e0420a7d5c98d7700c59c2d00"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "cranelift-bforest",
|
|
|
+ "cranelift-codegen-meta",
|
|
|
+ "cranelift-codegen-shared",
|
|
|
+ "cranelift-control",
|
|
|
+ "cranelift-entity",
|
|
|
+ "cranelift-isle",
|
|
|
+ "gimli 0.27.3",
|
|
|
+ "hashbrown 0.13.2",
|
|
|
+ "log",
|
|
|
+ "regalloc2",
|
|
|
+ "smallvec",
|
|
|
+ "target-lexicon",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-codegen-meta"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3486b93751ef19e6d6eef66d2c0e83ed3d2ba01da1919ed2747f2f7bd8ba3419"
|
|
|
+dependencies = [
|
|
|
+ "cranelift-codegen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-codegen-shared"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "86a1205ab18e7cd25dc4eca5246e56b506ced3feb8d95a8d776195e48d2cd4ef"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-control"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1b108cae0f724ddfdec1871a0dc193a607e0c2d960f083cfefaae8ccf655eff2"
|
|
|
+dependencies = [
|
|
|
+ "arbitrary",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-entity"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "720444006240622798665bfc6aa8178e2eed556da342fda62f659c5267c3c659"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-frontend"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b7a94c4c5508b7407e125af9d5320694b7423322e59a4ac0d07919ae254347ca"
|
|
|
+dependencies = [
|
|
|
+ "cranelift-codegen",
|
|
|
+ "log",
|
|
|
+ "smallvec",
|
|
|
+ "target-lexicon",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-isle"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ef1f888d0845dcd6be4d625b91d9d8308f3d95bed5c5d4072ce38e1917faa505"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-jit"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "547845cd12d15167e5458556ee67513bfaff2e05e72eb489edfbabc9f21d9ea2"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "cranelift-codegen",
|
|
|
+ "cranelift-control",
|
|
|
+ "cranelift-entity",
|
|
|
+ "cranelift-module",
|
|
|
+ "cranelift-native",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "region",
|
|
|
+ "target-lexicon",
|
|
|
+ "wasmtime-jit-icache-coherence",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-module"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3c104ed6a4c56c15e1858cc466482373e3c13d022bc1391485769ba384d9b079"
|
|
|
+dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "cranelift-codegen",
|
|
|
+ "cranelift-control",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cranelift-native"
|
|
|
+version = "0.99.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9ad5966da08f1e96a3ae63be49966a85c9b249fa465f8cf1b66469a82b1004a0"
|
|
|
+dependencies = [
|
|
|
+ "cranelift-codegen",
|
|
|
+ "libc",
|
|
|
+ "target-lexicon",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "crc"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "critical-section"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cstr_core"
|
|
|
+version = "0.2.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dd98742e4fdca832d40cab219dc2e3048de17d873248f83f17df47c1bea70956"
|
|
|
+dependencies = [
|
|
|
+ "cty",
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cty"
|
|
|
+version = "0.2.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "defer"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "930c7171c8df9fb1782bdf9b918ed9ed2d33d1d22300abb754f9085bc48bf8e8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "defmt"
|
|
|
+version = "0.3.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "86f6162c53f659f65d00619fe31f14556a6e9f8752ccc4a41bd177ffcf3d6130"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "defmt-macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "defmt-macros"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9d135dd939bad62d7490b0002602d35b358dce5fd9233a709d3c1ef467d4bde6"
|
|
|
+dependencies = [
|
|
|
+ "defmt-parser",
|
|
|
+ "proc-macro-error2",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "defmt-parser"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3983b127f13995e68c1e29071e5d115cd96f215ccb5e6812e3728cd6f92653b3"
|
|
|
+dependencies = [
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "derive_more"
|
|
|
+version = "0.99.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "discard"
|
|
|
+version = "1.0.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "doc-comment"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dragonos_kernel"
|
|
|
+version = "0.1.10"
|
|
|
+dependencies = [
|
|
|
+ "acpi",
|
|
|
+ "asm_macros",
|
|
|
+ "atomic_enum",
|
|
|
+ "bit_field",
|
|
|
+ "bitfield-struct",
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "bitmap",
|
|
|
+ "defer",
|
|
|
+ "driver_base_macros",
|
|
|
+ "elf 0.7.2",
|
|
|
+ "fdt",
|
|
|
+ "hashbrown 0.13.2",
|
|
|
+ "ida",
|
|
|
+ "intertrait",
|
|
|
+ "kcmdline_macros",
|
|
|
+ "kdepends",
|
|
|
+ "kernel_build",
|
|
|
+ "klog_types",
|
|
|
+ "kprobe",
|
|
|
+ "lazy_static",
|
|
|
+ "linkme",
|
|
|
+ "log",
|
|
|
+ "lru",
|
|
|
+ "multiboot2",
|
|
|
+ "num",
|
|
|
+ "num-derive",
|
|
|
+ "num-traits 0.2.15",
|
|
|
+ "paste",
|
|
|
+ "printf-compat",
|
|
|
+ "raw-cpuid 11.5.0",
|
|
|
+ "rbpf",
|
|
|
+ "riscv",
|
|
|
+ "sbi-rt",
|
|
|
+ "slabmalloc",
|
|
|
+ "smoltcp",
|
|
|
+ "static-keys",
|
|
|
+ "system_error",
|
|
|
+ "uefi",
|
|
|
+ "uefi-raw",
|
|
|
+ "unified-init",
|
|
|
+ "unwinding",
|
|
|
+ "virtio-drivers",
|
|
|
+ "wait_queue_macros",
|
|
|
+ "x86",
|
|
|
+ "x86_64",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "driver_base_macros"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "either"
|
|
|
+version = "1.15.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "elf"
|
|
|
+version = "0.0.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4841de15dbe0e49b9b62a417589299e3be0d557e0900d36acb87e6dae47197f5"
|
|
|
+dependencies = [
|
|
|
+ "byteorder 0.5.3",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "elf"
|
|
|
+version = "0.7.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2b183d6ce6ca4cf30e3db37abf5b52568b5f9015c97d9fbdd7026aa5dcdd758"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "embedded-hal"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "env_logger"
|
|
|
+version = "0.9.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
|
|
+dependencies = [
|
|
|
+ "atty",
|
|
|
+ "humantime",
|
|
|
+ "log",
|
|
|
+ "regex",
|
|
|
+ "termcolor",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "equivalent"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "errno"
|
|
|
+version = "0.3.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fallible-iterator"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "fdt"
|
|
|
+version = "0.2.0-alpha1"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/fdt?rev=9862813020#98628130200086c2e55dae0d997ac4daeb590e90"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "foldhash"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "getrandom"
|
|
|
+version = "0.2.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gimli"
|
|
|
+version = "0.27.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
|
|
+dependencies = [
|
|
|
+ "fallible-iterator",
|
|
|
+ "indexmap 1.9.3",
|
|
|
+ "stable_deref_trait",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gimli"
|
|
|
+version = "0.31.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glob"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hash32"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
+dependencies = [
|
|
|
+ "byteorder 1.5.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.12.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.13.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
+dependencies = [
|
|
|
+ "ahash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hashbrown"
|
|
|
+version = "0.15.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
+dependencies = [
|
|
|
+ "allocator-api2",
|
|
|
+ "equivalent",
|
|
|
+ "foldhash",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heapless"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
+dependencies = [
|
|
|
+ "hash32",
|
|
|
+ "stable_deref_trait",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hermit-abi"
|
|
|
+version = "0.1.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hex"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "home"
|
|
|
+version = "0.5.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "humantime"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ida"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "kdepends",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "1.9.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "hashbrown 0.12.3",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "indexmap"
|
|
|
+version = "2.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
|
|
|
+dependencies = [
|
|
|
+ "equivalent",
|
|
|
+ "hashbrown 0.15.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "intertrait"
|
|
|
+version = "0.2.2"
|
|
|
+dependencies = [
|
|
|
+ "doc-comment",
|
|
|
+ "hashbrown 0.13.2",
|
|
|
+ "intertrait-macros",
|
|
|
+ "linkme",
|
|
|
+ "once_cell",
|
|
|
+ "trybuild",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "intertrait-macros"
|
|
|
+version = "0.2.2"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown 0.13.2",
|
|
|
+ "intertrait",
|
|
|
+ "linkme",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+ "uuid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itertools"
|
|
|
+version = "0.9.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
+dependencies = [
|
|
|
+ "either",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "1.0.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "jobserver"
|
|
|
+version = "0.1.32"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "json"
|
|
|
+version = "0.11.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "92c245af8786f6ac35f95ca14feca9119e71339aaab41e878e7cdd655c97e9e5"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "kcmdline_macros"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "kdepends"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "crc",
|
|
|
+ "memoffset",
|
|
|
+ "ringbuffer",
|
|
|
+ "thingbuf",
|
|
|
+ "xarray",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "kernel_build"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "bindgen",
|
|
|
+ "cc",
|
|
|
+ "lazy_static",
|
|
|
+ "toml",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "klog_types"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "kdepends",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "kprobe"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "yaxpeax-arch",
|
|
|
+ "yaxpeax-x86",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lazy_static"
|
|
|
+version = "1.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
+dependencies = [
|
|
|
+ "spin 0.5.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lazycell"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.171"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libloading"
|
|
|
+version = "0.8.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linkme"
|
|
|
+version = "0.3.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ccb76662d78edc9f9bf56360d6919bdacc8b7761227727e5082f128eeb90bbf5"
|
|
|
+dependencies = [
|
|
|
+ "linkme-impl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linkme-impl"
|
|
|
+version = "0.3.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f8dccda732e04fa3baf2e17cf835bfe2601c7c2edafd64417c627dabae3a8cda"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "linux-raw-sys"
|
|
|
+version = "0.4.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lock_api"
|
|
|
+version = "0.4.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "scopeguard",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "log"
|
|
|
+version = "0.4.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "lru"
|
|
|
+version = "0.12.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown 0.15.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mach"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "mach2"
|
|
|
+version = "0.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "managed"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memoffset"
|
|
|
+version = "0.9.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "minimal-lexical"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "multiboot2"
|
|
|
+version = "0.22.2"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/multiboot2?rev=05739aab40#05739aab40916370146a078ed5297ed113781aed"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "derive_more",
|
|
|
+ "log",
|
|
|
+ "multiboot2-common",
|
|
|
+ "ptr_meta",
|
|
|
+ "uefi-raw",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "multiboot2-common"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "891220b5305e3e8fe8eb192147e43ba6541148a9b4cfa8e36b28afa04736c8f1"
|
|
|
+dependencies = [
|
|
|
+ "derive_more",
|
|
|
+ "ptr_meta",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "nom"
|
|
|
+version = "7.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+ "minimal-lexical",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
|
|
|
+dependencies = [
|
|
|
+ "num-complex",
|
|
|
+ "num-integer",
|
|
|
+ "num-iter",
|
|
|
+ "num-rational",
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-complex"
|
|
|
+version = "0.4.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
|
+dependencies = [
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[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-integer"
|
|
|
+version = "0.1.46"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
+dependencies = [
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-iter"
|
|
|
+version = "0.1.45"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+ "num-integer",
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-rational"
|
|
|
+version = "0.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
+dependencies = [
|
|
|
+ "num-integer",
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-traits"
|
|
|
+version = "0.2.15"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/num-traits.git?rev=1597c1c#1597c1c4d1b3e33548e4661c519b7246a5fc1c28"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "num-traits"
|
|
|
+version = "0.2.19"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
+dependencies = [
|
|
|
+ "autocfg",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.21.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "paste"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "peeking_take_while"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project"
|
|
|
+version = "1.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
|
+dependencies = [
|
|
|
+ "pin-project-internal",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-project-internal"
|
|
|
+version = "1.1.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ppv-lite86"
|
|
|
+version = "0.2.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
|
+dependencies = [
|
|
|
+ "zerocopy 0.8.24",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "printf-compat"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3b002af28ffe3d3d67202ae717810a28125a494d5396debc43de01ee136ac404"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "cstr_core",
|
|
|
+ "cty",
|
|
|
+ "itertools",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error-attr2"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-error2"
|
|
|
+version = "2.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-error-attr2",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro-hack"
|
|
|
+version = "0.5.20+deprecated"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.94"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ptr_meta"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bcada80daa06c42ed5f48c9a043865edea5dc44cbf9ac009fda3b89526e28607"
|
|
|
+dependencies = [
|
|
|
+ "ptr_meta_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ptr_meta_derive"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bca9224df2e20e7c5548aeb5f110a0f3b77ef05f8585139b7148b59056168ed2"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.40"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[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 = [
|
|
|
+ "getrandom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "raw-cpuid"
|
|
|
+version = "10.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "raw-cpuid"
|
|
|
+version = "11.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rbpf"
|
|
|
+version = "0.2.0"
|
|
|
+dependencies = [
|
|
|
+ "byteorder 1.5.0",
|
|
|
+ "combine",
|
|
|
+ "cranelift-codegen",
|
|
|
+ "cranelift-frontend",
|
|
|
+ "cranelift-jit",
|
|
|
+ "cranelift-module",
|
|
|
+ "cranelift-native",
|
|
|
+ "elf 0.0.10",
|
|
|
+ "hex",
|
|
|
+ "json",
|
|
|
+ "libc",
|
|
|
+ "log",
|
|
|
+ "time",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regalloc2"
|
|
|
+version = "0.9.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
|
|
|
+dependencies = [
|
|
|
+ "hashbrown 0.13.2",
|
|
|
+ "log",
|
|
|
+ "rustc-hash",
|
|
|
+ "slice-group-by",
|
|
|
+ "smallvec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex"
|
|
|
+version = "1.11.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-automata",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.4.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.8.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "region"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "libc",
|
|
|
+ "mach",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ringbuffer"
|
|
|
+version = "0.15.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "riscv"
|
|
|
+version = "0.11.1"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/riscv.git?rev=4241a97#4241a976271b24b1263efc0065d1fe3e333b5ac4"
|
|
|
+dependencies = [
|
|
|
+ "critical-section",
|
|
|
+ "embedded-hal",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustc-hash"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustc_version"
|
|
|
+version = "0.2.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
+dependencies = [
|
|
|
+ "semver",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustix"
|
|
|
+version = "0.38.44"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "errno",
|
|
|
+ "libc",
|
|
|
+ "linux-raw-sys",
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustversion"
|
|
|
+version = "1.0.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sbi-rt"
|
|
|
+version = "0.0.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7fbaa69be1eedc61c426e6d489b2260482e928b465360576900d52d496a58bd0"
|
|
|
+dependencies = [
|
|
|
+ "sbi-spec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sbi-spec"
|
|
|
+version = "0.0.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e6e36312fb5ddc10d08ecdc65187402baba4ac34585cb9d1b78522ae2358d890"
|
|
|
+
|
|
|
+[[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",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "semver-parser"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde"
|
|
|
+version = "1.0.219"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
|
|
+dependencies = [
|
|
|
+ "serde_derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_derive"
|
|
|
+version = "1.0.219"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_json"
|
|
|
+version = "1.0.140"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
|
+dependencies = [
|
|
|
+ "itoa",
|
|
|
+ "memchr",
|
|
|
+ "ryu",
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_spanned"
|
|
|
+version = "0.6.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sha1"
|
|
|
+version = "0.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
+dependencies = [
|
|
|
+ "sha1_smol",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sha1_smol"
|
|
|
+version = "1.0.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "shlex"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "slabmalloc"
|
|
|
+version = "0.11.0"
|
|
|
+dependencies = [
|
|
|
+ "env_logger",
|
|
|
+ "log",
|
|
|
+ "rand",
|
|
|
+ "spin 0.9.8",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "slice-group-by"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "smallvec"
|
|
|
+version = "1.14.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "smoltcp"
|
|
|
+version = "0.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a1a996951e50b5971a2c8c0fa05a381480d70a933064245c4a223ddc87ccc97"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "byteorder 1.5.0",
|
|
|
+ "cfg-if",
|
|
|
+ "defmt",
|
|
|
+ "heapless",
|
|
|
+ "log",
|
|
|
+ "managed",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.9.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
+dependencies = [
|
|
|
+ "lock_api",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stable_deref_trait"
|
|
|
+version = "1.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "standback"
|
|
|
+version = "0.2.17"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
+dependencies = [
|
|
|
+ "version_check",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "static-keys"
|
|
|
+version = "0.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0ae6eb9d5e3c88a62145a3f2edd2e45c296bad8ef3e31b06d654acff70272744"
|
|
|
+dependencies = [
|
|
|
+ "clear-cache",
|
|
|
+ "libc",
|
|
|
+ "mach2",
|
|
|
+ "windows",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stdweb"
|
|
|
+version = "0.4.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
+dependencies = [
|
|
|
+ "discard",
|
|
|
+ "rustc_version",
|
|
|
+ "stdweb-derive",
|
|
|
+ "stdweb-internal-macros",
|
|
|
+ "stdweb-internal-runtime",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stdweb-derive"
|
|
|
+version = "0.5.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "serde",
|
|
|
+ "serde_derive",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stdweb-internal-macros"
|
|
|
+version = "0.2.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
+dependencies = [
|
|
|
+ "base-x",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "serde",
|
|
|
+ "serde_derive",
|
|
|
+ "serde_json",
|
|
|
+ "sha1",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "stdweb-internal-runtime"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
+
|
|
|
+[[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"
|
|
|
+version = "2.0.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "system_error"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "num-derive",
|
|
|
+ "num-traits 0.2.15",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "target-lexicon"
|
|
|
+version = "0.12.16"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "target-triple"
|
|
|
+version = "0.1.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "termcolor"
|
|
|
+version = "1.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
|
+dependencies = [
|
|
|
+ "winapi-util",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thingbuf"
|
|
|
+version = "0.1.4"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/thingbuf.git?rev=2dded730c3#2dded730c354c1ff14d35ba8f86f5748d39d4136"
|
|
|
+dependencies = [
|
|
|
+ "memoffset",
|
|
|
+ "pin-project",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror"
|
|
|
+version = "2.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
|
+dependencies = [
|
|
|
+ "thiserror-impl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "thiserror-impl"
|
|
|
+version = "2.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "time"
|
|
|
+version = "0.2.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
|
|
+dependencies = [
|
|
|
+ "const_fn",
|
|
|
+ "libc",
|
|
|
+ "standback",
|
|
|
+ "stdweb",
|
|
|
+ "time-macros",
|
|
|
+ "version_check",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "time-macros"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-hack",
|
|
|
+ "time-macros-impl",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "time-macros-impl"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro-hack",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "standback",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml"
|
|
|
+version = "0.8.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "serde_spanned",
|
|
|
+ "toml_datetime",
|
|
|
+ "toml_edit",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml_datetime"
|
|
|
+version = "0.6.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "toml_edit"
|
|
|
+version = "0.22.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
|
|
+dependencies = [
|
|
|
+ "indexmap 2.8.0",
|
|
|
+ "serde",
|
|
|
+ "serde_spanned",
|
|
|
+ "toml_datetime",
|
|
|
+ "winnow",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "trybuild"
|
|
|
+version = "1.0.104"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6ae08be68c056db96f0e6c6dd820727cca756ced9e1f4cc7fdd20e2a55e23898"
|
|
|
+dependencies = [
|
|
|
+ "glob",
|
|
|
+ "serde",
|
|
|
+ "serde_derive",
|
|
|
+ "serde_json",
|
|
|
+ "target-triple",
|
|
|
+ "termcolor",
|
|
|
+ "toml",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "ucs2"
|
|
|
+version = "0.3.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "df79298e11f316400c57ec268f3c2c29ac3c4d4777687955cd3d4f3a35ce7eba"
|
|
|
+dependencies = [
|
|
|
+ "bit_field",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uefi"
|
|
|
+version = "0.26.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "07ead9f748a4646479b850add36b527113a80e80a7e0f44d7b0334291850dcc5"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "log",
|
|
|
+ "ptr_meta",
|
|
|
+ "ucs2",
|
|
|
+ "uefi-macros",
|
|
|
+ "uefi-raw",
|
|
|
+ "uguid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uefi-macros"
|
|
|
+version = "0.13.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "26a7b1c2c808c3db854a54d5215e3f7e7aaf5dcfbce095598cba6af29895695d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uefi-raw"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "864ac69eadd877bfb34e7814be1928122ed0057d9f975169a56ee496aa7bdfd7"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "ptr_meta",
|
|
|
+ "uguid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uguid"
|
|
|
+version = "2.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ab14ea9660d240e7865ce9d54ecdbd1cd9fa5802ae6f4512f093c7907e921533"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-ident"
|
|
|
+version = "1.0.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unified-init"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "linkme",
|
|
|
+ "system_error",
|
|
|
+ "unified-init-macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unified-init-macros"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "linkme",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+ "system_error",
|
|
|
+ "unified-init",
|
|
|
+ "uuid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unwinding"
|
|
|
+version = "0.2.3"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/unwinding?rev=4eb845da62#4eb845da624f4c9899639ca116beb6d2f87e18bc"
|
|
|
+dependencies = [
|
|
|
+ "gimli 0.31.1",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uuid"
|
|
|
+version = "0.8.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
+dependencies = [
|
|
|
+ "getrandom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "version_check"
|
|
|
+version = "0.9.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "virtio-drivers"
|
|
|
+version = "0.7.2"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/virtio-drivers?rev=f91c807965#f91c8079658dbc7cc230bf041325b94a0ab2e301"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.9.0",
|
|
|
+ "log",
|
|
|
+ "zerocopy 0.7.35",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "volatile"
|
|
|
+version = "0.4.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "442887c63f2c839b346c192d047a7c87e73d0689c9157b00b53dcc27dd5ea793"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wait_queue_macros"
|
|
|
+version = "0.1.0"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
+ "rustversion",
|
|
|
+ "wasm-bindgen-macro",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-backend"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "log",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+ "wasm-bindgen-backend",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
+version = "0.2.100"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasmtime-jit-icache-coherence"
|
|
|
+version = "12.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b59f94b0409221873565419168e20b5aedf18c4bd64de5c38acf8f0634efeee3"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "windows-sys 0.48.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "which"
|
|
|
+version = "4.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
+dependencies = [
|
|
|
+ "either",
|
|
|
+ "home",
|
|
|
+ "once_cell",
|
|
|
+ "rustix",
|
|
|
+]
|
|
|
+
|
|
|
+[[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"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi-util"
|
|
|
+version = "0.1.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
|
+dependencies = [
|
|
|
+ "windows-sys 0.59.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
|
+version = "0.4.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows"
|
|
|
+version = "0.58.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
|
|
+dependencies = [
|
|
|
+ "windows-core",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-core"
|
|
|
+version = "0.58.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
|
|
+dependencies = [
|
|
|
+ "windows-implement",
|
|
|
+ "windows-interface",
|
|
|
+ "windows-result",
|
|
|
+ "windows-strings",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-implement"
|
|
|
+version = "0.58.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-interface"
|
|
|
+version = "0.58.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-result"
|
|
|
+version = "0.2.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-strings"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
+dependencies = [
|
|
|
+ "windows-result",
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.48.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.48.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-sys"
|
|
|
+version = "0.59.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.48.5",
|
|
|
+ "windows_aarch64_msvc 0.48.5",
|
|
|
+ "windows_i686_gnu 0.48.5",
|
|
|
+ "windows_i686_msvc 0.48.5",
|
|
|
+ "windows_x86_64_gnu 0.48.5",
|
|
|
+ "windows_x86_64_gnullvm 0.48.5",
|
|
|
+ "windows_x86_64_msvc 0.48.5",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.52.6",
|
|
|
+ "windows_aarch64_msvc 0.52.6",
|
|
|
+ "windows_i686_gnu 0.52.6",
|
|
|
+ "windows_i686_gnullvm",
|
|
|
+ "windows_i686_msvc 0.52.6",
|
|
|
+ "windows_x86_64_gnu 0.52.6",
|
|
|
+ "windows_x86_64_gnullvm 0.52.6",
|
|
|
+ "windows_x86_64_msvc 0.52.6",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.48.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "winnow"
|
|
|
+version = "0.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "x86"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2781db97787217ad2a2845c396a5efe286f87467a5810836db6d74926e94a385"
|
|
|
+dependencies = [
|
|
|
+ "bit_field",
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "raw-cpuid 10.7.0",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "x86_64"
|
|
|
+version = "0.14.10"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "100555a863c0092238c2e0e814c1096c1e5cf066a309c696a87e907b5f8c5d69"
|
|
|
+dependencies = [
|
|
|
+ "bit_field",
|
|
|
+ "bitflags 1.3.2",
|
|
|
+ "rustversion",
|
|
|
+ "volatile",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "xarray"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://git.mirrors.dragonos.org.cn/DragonOS-Community/xarray?rev=de93b57c34#de93b57c34011899d79758b3bfa767b04316b107"
|
|
|
+dependencies = [
|
|
|
+ "smallvec",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yaxpeax-arch"
|
|
|
+version = "0.3.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "36274fcc5403da2a7636ffda4d02eca12a1b2b8267b9d2e04447bd2ccfc72082"
|
|
|
+dependencies = [
|
|
|
+ "num-traits 0.2.19",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "yaxpeax-x86"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9a9a30b7dd533c7b1a73eaf7c4ea162a7a632a2bb29b9fff47d8f2cc8513a883"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "num-traits 0.2.19",
|
|
|
+ "yaxpeax-arch",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy"
|
|
|
+version = "0.7.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
+dependencies = [
|
|
|
+ "byteorder 1.5.0",
|
|
|
+ "zerocopy-derive 0.7.35",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy"
|
|
|
+version = "0.8.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
|
|
+dependencies = [
|
|
|
+ "zerocopy-derive 0.8.24",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy-derive"
|
|
|
+version = "0.7.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zerocopy-derive"
|
|
|
+version = "0.8.24"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn 2.0.100",
|
|
|
+]
|