|
@@ -13,15 +13,6 @@ dependencies = [
|
|
|
"log",
|
|
"log",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "aho-corasick"
|
|
|
|
|
-version = "1.1.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "memchr",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "arch"
|
|
name = "arch"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -50,26 +41,6 @@ version = "1.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "bindgen"
|
|
|
|
|
-version = "0.70.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "bitflags",
|
|
|
|
|
- "cexpr",
|
|
|
|
|
- "clang-sys",
|
|
|
|
|
- "itertools",
|
|
|
|
|
- "log",
|
|
|
|
|
- "prettyplease",
|
|
|
|
|
- "proc-macro2",
|
|
|
|
|
- "quote",
|
|
|
|
|
- "regex",
|
|
|
|
|
- "rustc-hash",
|
|
|
|
|
- "shlex",
|
|
|
|
|
- "syn",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "bit_field"
|
|
name = "bit_field"
|
|
|
version = "0.10.2"
|
|
version = "0.10.2"
|
|
@@ -90,32 +61,12 @@ dependencies = [
|
|
|
"intrusive_list",
|
|
"intrusive_list",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "cexpr"
|
|
|
|
|
-version = "0.6.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "nom",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "cfg-if"
|
|
name = "cfg-if"
|
|
|
version = "1.0.0"
|
|
version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
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]]
|
|
[[package]]
|
|
|
name = "either"
|
|
name = "either"
|
|
|
version = "1.13.0"
|
|
version = "1.13.0"
|
|
@@ -226,7 +177,6 @@ dependencies = [
|
|
|
"acpi",
|
|
"acpi",
|
|
|
"arch",
|
|
"arch",
|
|
|
"atomic_unique_refcell",
|
|
"atomic_unique_refcell",
|
|
|
- "bindgen",
|
|
|
|
|
"bitflags",
|
|
"bitflags",
|
|
|
"buddy_allocator",
|
|
"buddy_allocator",
|
|
|
"eonix_hal",
|
|
"eonix_hal",
|
|
@@ -245,12 +195,6 @@ dependencies = [
|
|
|
"slab_allocator",
|
|
"slab_allocator",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "glob"
|
|
|
|
|
-version = "0.3.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "intrusive-collections"
|
|
name = "intrusive-collections"
|
|
|
version = "0.9.7"
|
|
version = "0.9.7"
|
|
@@ -273,34 +217,12 @@ dependencies = [
|
|
|
"either",
|
|
"either",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "libc"
|
|
|
|
|
-version = "0.2.164"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "libloading"
|
|
|
|
|
-version = "0.8.5"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "cfg-if",
|
|
|
|
|
- "windows-targets",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "log"
|
|
name = "log"
|
|
|
version = "0.4.22"
|
|
version = "0.4.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "memchr"
|
|
|
|
|
-version = "2.7.4"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "memoffset"
|
|
name = "memoffset"
|
|
|
version = "0.9.1"
|
|
version = "0.9.1"
|
|
@@ -310,22 +232,6 @@ dependencies = [
|
|
|
"autocfg",
|
|
"autocfg",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "minimal-lexical"
|
|
|
|
|
-version = "0.2.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "nom"
|
|
|
|
|
-version = "7.1.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "memchr",
|
|
|
|
|
- "minimal-lexical",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "pointers"
|
|
name = "pointers"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -334,16 +240,6 @@ version = "0.1.0"
|
|
|
name = "posix_types"
|
|
name = "posix_types"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "prettyplease"
|
|
|
|
|
-version = "0.2.25"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "proc-macro2",
|
|
|
|
|
- "syn",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
|
version = "1.0.92"
|
|
version = "1.0.92"
|
|
@@ -362,47 +258,6 @@ dependencies = [
|
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[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 = "rustc-hash"
|
|
|
|
|
-version = "1.1.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "shlex"
|
|
|
|
|
-version = "1.3.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "slab_allocator"
|
|
name = "slab_allocator"
|
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
@@ -428,67 +283,3 @@ name = "unicode-ident"
|
|
|
version = "1.0.14"
|
|
version = "1.0.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "windows-targets"
|
|
|
|
|
-version = "0.52.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "windows_aarch64_gnullvm",
|
|
|
|
|
- "windows_aarch64_msvc",
|
|
|
|
|
- "windows_i686_gnu",
|
|
|
|
|
- "windows_i686_gnullvm",
|
|
|
|
|
- "windows_i686_msvc",
|
|
|
|
|
- "windows_x86_64_gnu",
|
|
|
|
|
- "windows_x86_64_gnullvm",
|
|
|
|
|
- "windows_x86_64_msvc",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[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.52.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
-
|
|
|
|
|
-[[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.52.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
-
|
|
|
|
|
-[[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.52.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
|
|
-version = "0.52.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|