2024-02-16 09:45:29 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2024-12-16 12:52:15 +01:00
|
|
|
version = 4
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2025-08-26 15:16:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.1.4"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-08-26 15:16:07 +02:00
|
|
|
"memchr",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:59:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2025-10-04 02:44:22 +02:00
|
|
|
version = "1.0.100"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
2024-10-02 14:50:47 +02:00
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bindgen"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.69.5"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cexpr",
|
|
|
|
|
"clang-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"itertools",
|
2024-02-16 09:45:29 +01:00
|
|
|
"lazy_static",
|
|
|
|
|
"lazycell",
|
|
|
|
|
"log",
|
|
|
|
|
"prettyplease",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"regex",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
"shlex",
|
|
|
|
|
"syn",
|
|
|
|
|
"which",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "2.10.0"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2024-10-02 14:50:47 +02:00
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[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"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.0.4"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
2025-08-26 15:16:07 +02:00
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "clang-sys"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "1.8.1"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"glob",
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-19 17:54:31 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cstr"
|
|
|
|
|
version = "0.2.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68523903c8ae5aacfa32a0d9ae60cadeb764e1da14ee0d26b1f3089f13a54636"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
2024-03-19 14:43:01 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ctor"
|
2025-05-12 16:54:16 +02:00
|
|
|
version = "0.2.9"
|
2024-03-19 14:43:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 16:54:16 +02:00
|
|
|
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
2024-03-19 14:43:01 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "1.15.0"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
2025-10-04 02:44:22 +02:00
|
|
|
version = "0.3.14"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2026-01-24 19:54:06 -05:00
|
|
|
"windows-sys 0.61.2",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
2024-05-13 19:29:48 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "2.3.0"
|
2024-05-13 19:29:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.3.4"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
2025-08-26 15:16:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"r-efi",
|
2026-01-24 19:54:06 -05:00
|
|
|
"wasip2",
|
2025-08-26 15:16:07 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "glob"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.3.3"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2025-12-15 20:54:28 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex-literal"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "home"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.5.12"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2026-01-24 19:54:06 -05:00
|
|
|
"windows-sys 0.61.2",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.12.1"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2026-01-23 21:38:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
|
|
|
|
2025-08-26 15:16:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazycell"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "libc"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.2.180"
|
2025-10-04 02:44:22 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
2024-10-02 14:50:47 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "libloading"
|
|
|
|
|
version = "0.8.9"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2025-10-04 02:44:22 +02:00
|
|
|
"windows-link",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.4.15"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2024-03-19 14:43:01 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.11.0"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2024-03-19 14:43:01 +01:00
|
|
|
|
2025-04-02 18:38:20 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "log"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.4.29"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
2025-04-02 18:38:20 +02:00
|
|
|
|
2024-11-26 13:58:04 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.7.6"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2024-11-26 13:58:04 +01:00
|
|
|
|
2024-02-22 22:32:50 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-bdwgc-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2025-12-06 15:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:59:51 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nix-bindings-expr"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-02-16 09:59:51 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"cstr",
|
|
|
|
|
"ctor",
|
|
|
|
|
"lazy_static",
|
2025-12-06 15:44:20 -05:00
|
|
|
"nix-bindings-bdwgc-sys",
|
|
|
|
|
"nix-bindings-expr-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-store",
|
2025-12-06 15:44:20 -05:00
|
|
|
"nix-bindings-store-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-util",
|
2026-01-12 19:56:04 +01:00
|
|
|
"nix-bindings-util-sys",
|
2026-01-07 09:20:01 +01:00
|
|
|
"pkg-config",
|
2025-10-04 02:44:22 +02:00
|
|
|
"tempfile",
|
2024-02-16 09:59:51 +01:00
|
|
|
]
|
|
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-expr-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2025-12-06 15:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"nix-bindings-store-sys",
|
|
|
|
|
"nix-bindings-util-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nix-bindings-fetchers"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"cstr",
|
|
|
|
|
"ctor",
|
2025-12-06 15:44:20 -05:00
|
|
|
"nix-bindings-fetchers-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-store",
|
|
|
|
|
"nix-bindings-util",
|
|
|
|
|
"tempfile",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-fetchers-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2025-12-06 15:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"nix-bindings-util-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nix-bindings-flake"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"cstr",
|
|
|
|
|
"ctor",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"nix-bindings-expr",
|
|
|
|
|
"nix-bindings-fetchers",
|
2025-12-06 15:44:20 -05:00
|
|
|
"nix-bindings-flake-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-store",
|
|
|
|
|
"nix-bindings-util",
|
|
|
|
|
"tempfile",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-flake-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2025-12-06 15:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"nix-bindings-bdwgc-sys",
|
|
|
|
|
"nix-bindings-expr-sys",
|
|
|
|
|
"nix-bindings-fetchers-sys",
|
|
|
|
|
"nix-bindings-store-sys",
|
|
|
|
|
"nix-bindings-util-sys",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-02 14:50:47 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nix-bindings-store"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"anyhow",
|
2025-10-16 00:40:52 +02:00
|
|
|
"ctor",
|
2025-12-15 20:54:28 -05:00
|
|
|
"hex-literal",
|
2025-10-04 02:44:22 +02:00
|
|
|
"lazy_static",
|
2025-12-06 15:44:20 -05:00
|
|
|
"nix-bindings-store-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"nix-bindings-util",
|
2026-01-12 19:56:04 +01:00
|
|
|
"nix-bindings-util-sys",
|
2025-10-04 02:44:22 +02:00
|
|
|
"pkg-config",
|
2026-01-23 21:38:29 -05:00
|
|
|
"serde_json",
|
2025-10-16 00:40:52 +02:00
|
|
|
"tempfile",
|
2025-12-15 20:54:28 -05:00
|
|
|
"zerocopy",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
2025-12-06 15:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-store-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2025-12-06 15:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"nix-bindings-util-sys",
|
|
|
|
|
"pkg-config",
|
2025-11-26 22:11:43 -05:00
|
|
|
"zerocopy",
|
2025-12-06 15:44:20 -05:00
|
|
|
]
|
|
|
|
|
|
2024-10-02 14:50:47 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nix-bindings-util"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"ctor",
|
2026-01-12 19:56:04 +01:00
|
|
|
"nix-bindings-util-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nix-bindings-util-sys"
|
2026-01-13 17:53:44 +01:00
|
|
|
version = "0.2.1"
|
2026-01-12 19:56:04 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"pkg-config",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "nom"
|
|
|
|
|
version = "7.1.3"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"memchr",
|
|
|
|
|
"minimal-lexical",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.21.3"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2024-10-02 14:50:47 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "pkg-config"
|
|
|
|
|
version = "0.3.32"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2025-08-26 15:16:07 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "prettyplease"
|
|
|
|
|
version = "0.2.37"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
2024-10-02 14:50:47 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"syn",
|
2024-10-02 14:50:47 +02:00
|
|
|
]
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "proc-macro2"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.0.106"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
2025-10-04 02:44:22 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "quote"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.0.44"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
2025-10-04 02:44:22 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
2025-08-26 15:16:07 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "r-efi"
|
|
|
|
|
version = "5.3.0"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2025-08-26 15:16:07 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "regex"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.12.2"
|
2025-08-26 15:16:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "regex-automata"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.4.13"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "regex-syntax"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.8.8"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "rustc-hash"
|
|
|
|
|
version = "1.1.0"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "rustix"
|
|
|
|
|
version = "0.38.44"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"bitflags",
|
|
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys 0.4.15",
|
|
|
|
|
"windows-sys 0.59.0",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "rustix"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.1.3"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
2025-08-26 15:16:07 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"bitflags",
|
|
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys 0.11.0",
|
2026-01-24 19:54:06 -05:00
|
|
|
"windows-sys 0.61.2",
|
2025-08-26 15:16:07 +02:00
|
|
|
]
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2026-01-23 21:38:29 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
|
|
|
|
version = "1.0.149"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"zmij",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-02 14:50:47 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2024-10-02 14:50:47 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "syn"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "2.0.114"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
2025-08-26 15:16:07 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
2025-08-26 15:16:07 +02:00
|
|
|
]
|
2024-10-02 14:50:47 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "tempfile"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "3.24.0"
|
2024-10-02 14:50:47 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
|
2025-10-04 02:44:22 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
|
|
|
|
"getrandom",
|
|
|
|
|
"once_cell",
|
2026-01-24 19:54:06 -05:00
|
|
|
"rustix 1.1.3",
|
|
|
|
|
"windows-sys 0.61.2",
|
2025-10-04 02:44:22 +02:00
|
|
|
]
|
2024-10-02 14:50:47 +02:00
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "unicode-ident"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.0.22"
|
2026-01-07 09:20:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "wasip2"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "1.0.2+wasi-0.2.9"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"wit-bindgen",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
2024-05-13 19:29:48 +02:00
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "which"
|
|
|
|
|
version = "4.4.2"
|
2024-05-13 19:29:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-04 02:44:22 +02:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2024-05-13 19:29:48 +02:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"either",
|
|
|
|
|
"home",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustix 0.38.44",
|
2024-05-13 19:29:48 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-02 14:50:47 +02:00
|
|
|
[[package]]
|
2025-08-26 15:16:07 +02:00
|
|
|
name = "windows-link"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.2.1"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.59.0"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"windows-targets",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.61.2"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"windows-link",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-02-16 09:45:29 +01:00
|
|
|
dependencies = [
|
2025-10-04 02:44:22 +02:00
|
|
|
"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",
|
2024-02-16 09:45:29 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
2025-08-26 15:16:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
2024-02-16 09:45:29 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2025-08-26 15:16:07 +02:00
|
|
|
version = "0.52.6"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-08-26 15:16:07 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-02-16 09:45:29 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-04 02:44:22 +02:00
|
|
|
name = "wit-bindgen"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.51.0"
|
2024-02-16 09:45:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
2025-11-26 22:11:43 -05:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.8.33"
|
2025-11-26 22:11:43 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd"
|
2025-11-26 22:11:43 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy-derive"
|
2026-01-24 19:54:06 -05:00
|
|
|
version = "0.8.33"
|
2025-11-26 22:11:43 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-01-24 19:54:06 -05:00
|
|
|
checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1"
|
2025-11-26 22:11:43 -05:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2026-01-23 21:38:29 -05:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zmij"
|
|
|
|
|
version = "1.0.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
|