diff --git a/.bazelrc b/.bazelrc index dbf50b4f..ff0ffa93 100644 --- a/.bazelrc +++ b/.bazelrc @@ -23,6 +23,8 @@ common --registry=https://bcr.bazel.build # fails on machines without Android SDK APIs (incl. GitHub runners). This # project does not use Android; unset ANDROID_HOME so the lookup is skipped. common --repo_env=ANDROID_HOME= +# POC: libclang toolchain for rules_score's unit()/component() C++ parser. +common --extra_toolchains=//bazel/toolchains:score_logging_libclang_toolchain # Retry HTTP downloads to handle transient failures (e.g. QNX toolchain) common --http_connector_attempts=10 diff --git a/BUILD b/BUILD index e722e11d..a33527a8 100644 --- a/BUILD +++ b/BUILD @@ -39,7 +39,7 @@ copyright_checker( ) # Add target for formatting checks -use_format_targets() +# use_format_targets() # POC: disabled, see load-time note above. exports_files([ "MODULE.bazel", @@ -48,6 +48,10 @@ exports_files([ # Creates all documentation targets: # - `:docs` for building documentation at build-time +# POC: score_process (now score_process_description) content used needextend +# without c.this_doc() scoping, which needs_json's hardcoded -W turned into a +# fatal build failure. Re-added via local_path_override (see MODULE.bazel) to +# a checkout with that fix applied. docs( data = [ "@score_platform//:needs_json", diff --git a/MODULE.bazel b/MODULE.bazel index 78d3d926..cf5b1807 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -40,7 +40,36 @@ bazel_dep(name = "score_docs_as_code", version = "8.1.1") bazel_dep(name = "score_tooling", version = "2.2.0") bazel_dep(name = "score_rust_policies", version = "0.0.5") bazel_dep(name = "score_process_description", version = "2.1.2") -bazel_dep(name = "score_platform", version = "0.7.2") +#bazel_dep(name = "score_platform", version = "0.7.2") + +# POC: local checkout has rst_to_trlc support needed to source feature +# requirements directly from score/docs (not yet in any released version). +local_path_override( + module_name = "score_tooling", + path = "../tooling", +) + +# score_tooling's own git_override for rules_distroless (needed for +# apt.sources_list()/apt.sysroot(), used by its hermetic libclang sysroot) is +# only honored when score_tooling is the root module. Since it's a transitive +# dependency here (via local_path_override), this override must be repeated, +# or the registry rules_distroless 0.8.0 (lacking those tag classes) is used +# instead and score_tooling's own MODULE.bazel fails to load. +bazel_dep(name = "rules_distroless", version = "0.8.0") +git_override( + module_name = "rules_distroless", + commit = "e1df344fde5adaef7397c34076b56f27771d08b8", + remote = "https://github.com/LittleHuba/rules_distroless.git", +) + +bazel_dep(name = "score_platform", version = "0.6.4", dev_dependency = True) + +# POC: reference the local score checkout so mw::log feature requirements can +# be sourced directly from score/docs/features/log_and_trace/logging/requirements. +local_path_override( + module_name = "score_platform", + path = "../score", +) bazel_dep(name = "score_itf", version = "0.5.0", dev_dependency = True) @@ -93,12 +122,7 @@ bazel_dep(name = "score_toolchains_rust", version = "0.10.0", dev_dependency = T bazel_dep(name = "score_crates", version = "0.0.11") # TRLC dependency for requirements traceability -bazel_dep(name = "trlc", version = "0.0.0", dev_dependency = True) -git_override( - module_name = "trlc", - commit = "8f369f1208598c2e75f44a77a98d244634ed482a", # trlc-3.0.1 (score_tooling >= 2.x needs trlc 3.x) - remote = "https://github.com/bmw-software-engineering/trlc.git", -) +bazel_dep(name = "trlc", version = "3.0.0", dev_dependency = True) gcc = use_extension("@score_bazel_cpp_toolchains//extensions:gcc.bzl", "gcc", dev_dependency = True) gcc.toolchain( @@ -158,7 +182,7 @@ llvm.toolchain( llvm_version = "22.1.7", stdlib = {"": "stdc++"}, ) -use_repo(llvm, "llvm_toolchain", "llvm_toolchain_coverage", "llvm_toolchain_coverage_llvm") +use_repo(llvm, "llvm_toolchain", "llvm_toolchain_coverage", "llvm_toolchain_coverage_llvm", "llvm_toolchain_llvm") PYTHON_VERSION = "3.12" @@ -173,6 +197,15 @@ python.toolchain( bazel_dep(name = "googletest", version = "1.17.0.bcr.2") bazel_dep(name = "rapidjson", version = "1.1.0.bcr.20241007") bazel_dep(name = "score_baselibs", version = "0.2.12") + +# POC: reference the local score_baselibs checkout so mw::log's backend can +# consume+forward the frontend's AoU RST (score/mw/log/docs/safety_analysis) +# live via rst_to_trlc. +local_path_override( + module_name = "score_baselibs", + path = "../score_baselibs", +) + bazel_dep(name = "score_communication", version = "0.4.0") # Rust dependencies diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index ace1f158..8f33cc04 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -43,7 +43,6 @@ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.8.1/MODULE.bazel": "812d2dd42f65dca362152101fbec418029cc8fd34cbad1a2fde905383d705838", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.3/MODULE.bazel": "66baf724dbae7aff4787bf2245cc188d50cb08e07789769730151c0943587c14", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.9.4/MODULE.bazel": "ccc41028429f894b02fde7ef67d416cba3ba5084ed9ddb9bb6107aa82d118776", "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.21.0/MODULE.bazel": "77dc393c43ad79398b05865444c5200c6f1aae6765615544f2c7730b5858d533", "https://bcr.bazel.build/modules/aspect_rules_esbuild/0.21.0/source.json": "062b1d3dba8adcfeb28fe60c185647f5a53ec0487ffe93cf0ae91566596e4b49", "https://bcr.bazel.build/modules/aspect_rules_js/1.33.1/MODULE.bazel": "db3e7f16e471cf6827059d03af7c21859e7a0d2bc65429a3a11f005d46fc501b", @@ -52,21 +51,14 @@ "https://bcr.bazel.build/modules/aspect_rules_js/2.3.8/MODULE.bazel": "74bf20a7a6bd5f2be09607fdb4196cfd6f203422ea271752ec2b1afe95426101", "https://bcr.bazel.build/modules/aspect_rules_js/2.3.8/source.json": "411ec9d79d6f5fe8a083359588c21d01a5b48d88a2cbd334a4c90365015b7836", "https://bcr.bazel.build/modules/aspect_rules_lint/0.12.0/MODULE.bazel": "e767c5dbfeb254ec03275a7701b5cfde2c4d2873676804bc7cb27ddff3728fed", - "https://bcr.bazel.build/modules/aspect_rules_lint/1.0.3/MODULE.bazel": "ed0fe929647ba21d2041e14ea3d757133ca306b72d4998e8a3d0d2f515196765", - "https://bcr.bazel.build/modules/aspect_rules_lint/1.3.1/MODULE.bazel": "06ce330900a7d6403bc8d88e5dfad6aeeb8ae40179f66bb89e69c8bf6f6b1a0b", - "https://bcr.bazel.build/modules/aspect_rules_lint/1.4.2/MODULE.bazel": "78d025facf6fa675fd6f0b62fd6a9a2bec7ef5ae1e288e5b53f4383b98017105", - "https://bcr.bazel.build/modules/aspect_rules_lint/1.4.4/MODULE.bazel": "24459eeeeb084bc3e7628c338e494746718bc17b3a3cbd94415c8df5c7c6dc37", - "https://bcr.bazel.build/modules/aspect_rules_lint/1.5.3/MODULE.bazel": "7fee71b11be63f1cf0458cd8c731712a0e672d0bb6df8879ed70249bf8dfdfdc", "https://bcr.bazel.build/modules/aspect_rules_lint/2.0.0/MODULE.bazel": "1f4c81edd9af0c54e65dedbe36653fc63dc9a91605313d54d5ab371f853d693c", "https://bcr.bazel.build/modules/aspect_rules_lint/2.3.0/MODULE.bazel": "4d36bce3c1347bb4fed5906877dce0e683cb207f4032711aff32334003bcf835", "https://bcr.bazel.build/modules/aspect_rules_lint/2.5.0/MODULE.bazel": "24f49acb3b8375fa138ba6ab53bcf517ae92529770a04ab04d47c958ff47b63e", "https://bcr.bazel.build/modules/aspect_rules_lint/2.5.0/source.json": "8beadb1db5fa4b5e36769a5247c200a877fbc9f397dc10b5aa33e76099483070", - "https://bcr.bazel.build/modules/aspect_rules_py/1.0.0/MODULE.bazel": "8eb29876512d3242af50a424300bec5c5f8957b455963df5f618cb7fd4e8ae19", "https://bcr.bazel.build/modules/aspect_rules_py/1.4.0/MODULE.bazel": "6fd29b93207a31445d5d3ab9d9882fd5511e43c95e8e82e7492872663720fd44", "https://bcr.bazel.build/modules/aspect_rules_py/1.4.0/source.json": "fb1ba946478fb6dbb26d49307d756b0fd2ff88be339af23c39c0397d59143d2c", "https://bcr.bazel.build/modules/aspect_rules_ts/3.6.0/MODULE.bazel": "d0045b5eabb012be550a609589b3e5e47eba682344b19cfd9365d4d896ed07df", "https://bcr.bazel.build/modules/aspect_rules_ts/3.6.0/source.json": "5593e3f1cd0dd5147f7748e163307fd5c2e1077913d6945b58739ad8d770a290", - "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.5/MODULE.bazel": "5a3c8013c3ba9ebc0a65efda40e4376b869e1260873c98020504feed55244ce8", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.8/MODULE.bazel": "aa975a83e72bcaac62ee61ab12b788ea324a1d05c4aab28aadb202f647881679", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.8/source.json": "786cbc49377fb6bf4859aec5b1c61f8fc26b08e9fdb929e2dde2e1e2a406bd24", "https://bcr.bazel.build/modules/bazel_features/0.1.0/MODULE.bazel": "47011d645b0f949f42ee67f2e8775188a9cf4a0a1528aa2fa4952f2fd00906fd", @@ -80,7 +72,6 @@ "https://bcr.bazel.build/modules/bazel_features/1.17.0/MODULE.bazel": "039de32d21b816b47bd42c778e0454217e9c9caac4a3cf8e15c7231ee3ddee4d", "https://bcr.bazel.build/modules/bazel_features/1.18.0/MODULE.bazel": "1be0ae2557ab3a72a57aeb31b29be347bcdc5d2b1eb1e70f39e3851a7e97041a", "https://bcr.bazel.build/modules/bazel_features/1.19.0/MODULE.bazel": "59adcdf28230d220f0067b1f435b8537dd033bfff8db21335ef9217919c7fb58", - "https://bcr.bazel.build/modules/bazel_features/1.2.0/MODULE.bazel": "122b2b606622afbaa498913d54f52d9bcd2d19a5edd1bd6d6c5aa17441c4d5f9", "https://bcr.bazel.build/modules/bazel_features/1.20.0/MODULE.bazel": "8b85300b9c8594752e0721a37210e34879d23adc219ed9dc8f4104a4a1750920", "https://bcr.bazel.build/modules/bazel_features/1.21.0/MODULE.bazel": "675642261665d8eea09989aa3b8afb5c37627f1be178382c320d1b46afba5e3b", "https://bcr.bazel.build/modules/bazel_features/1.23.0/MODULE.bazel": "fd1ac84bc4e97a5a0816b7fd7d4d4f6d837b0047cf4cbd81652d616af3a6591a", @@ -215,7 +206,6 @@ "https://bcr.bazel.build/modules/boringssl/0.20240913.0/MODULE.bazel": "fcaa7503a5213290831a91ed1eb538551cf11ac0bc3a6ad92d0fef92c5bd25fb", "https://bcr.bazel.build/modules/boringssl/0.20241024.0/MODULE.bazel": "b540cff73d948cb79cb0bc108d7cef391d2098a25adabfda5043e4ef548dbc87", "https://bcr.bazel.build/modules/boringssl/0.20241024.0/source.json": "d843092e682b84188c043ac742965d7f96e04c846c7e338187e03238674909a9", - "https://bcr.bazel.build/modules/buildifier_prebuilt/6.1.2/MODULE.bazel": "2ef4962c8b0b6d8d21928a89190755619254459bc67f870dc0ccb9ba9952d444", "https://bcr.bazel.build/modules/buildifier_prebuilt/6.4.0/MODULE.bazel": "37389c6b5a40c59410b4226d3bb54b08637f393d66e2fa57925c6fcf68e64bf4", "https://bcr.bazel.build/modules/buildifier_prebuilt/7.3.1/MODULE.bazel": "537faf0ad9f5892910074b8e43b4c91c96f1d5d86b6ed04bdbe40cf68aa48b68", "https://bcr.bazel.build/modules/buildifier_prebuilt/8.2.0.2/MODULE.bazel": "a9b689711d5b69f9db741649b218c119b9fdf82924ba390415037e09798edd03", @@ -298,7 +288,6 @@ "https://bcr.bazel.build/modules/libpfm/4.11.0.bcr.1/MODULE.bazel": "e5362dadc90aab6724c83a2cc1e67cbed9c89a05d97fb1f90053c8deb1e445c8", "https://bcr.bazel.build/modules/libpfm/4.11.0.bcr.1/source.json": "0646414d9037f8aad148781dd760bec90b0b25ac12fda5e03f8aadbd6b9c61e6", "https://bcr.bazel.build/modules/libpfm/4.11.0/MODULE.bazel": "45061ff025b301940f1e30d2c16bea596c25b176c8b6b3087e92615adbd52902", - "https://bcr.bazel.build/modules/lobster/1.0.3/MODULE.bazel": "dcd27c238d7d5bdf2c9cc3b273395955371dcc72167a2363178558d99c723898", "https://bcr.bazel.build/modules/lobster/1.0.6/MODULE.bazel": "fd5778e9a1db6d19d7c9028dce2e40e29cf63809c9a95a53c0a80d954aa92f84", "https://bcr.bazel.build/modules/lobster/1.0.6/source.json": "6be6b3030dbaede36aba42faba16f5d0a31346985bdf29ff236e47c3592ff4bf", "https://bcr.bazel.build/modules/mbedtls/3.6.0/MODULE.bazel": "8e380e4698107c5f8766264d4df92e36766248447858db28187151d884995a09", @@ -406,8 +395,6 @@ "https://bcr.bazel.build/modules/rules_cc/0.2.4/MODULE.bazel": "1ff1223dfd24f3ecf8f028446d4a27608aa43c3f41e346d22838a4223980b8cc", "https://bcr.bazel.build/modules/rules_cc/0.2.8/MODULE.bazel": "f1df20f0bf22c28192a794f29b501ee2018fa37a3862a1a2132ae2940a23a642", "https://bcr.bazel.build/modules/rules_diff/1.0.0/MODULE.bazel": "1739509d8db9a6cd7d3584822340d3dfe1f9f27e62462fbca60aa061d88741b2", - "https://bcr.bazel.build/modules/rules_distroless/0.8.0/MODULE.bazel": "a3e473943b685190e20668f5149f62a116fdcbeba66c7b9778f71d2aed4533c1", - "https://bcr.bazel.build/modules/rules_distroless/0.8.0/source.json": "a6931e20d97a13675693adb8b6cd3a0e6eb5218db43dfc83b75566ddc4158efc", "https://bcr.bazel.build/modules/rules_foreign_cc/0.10.1/MODULE.bazel": "b9527010e5fef060af92b6724edb3691970a5b1f76f74b21d39f7d433641be60", "https://bcr.bazel.build/modules/rules_foreign_cc/0.9.0/MODULE.bazel": "c9e8c682bf75b0e7c704166d79b599f93b72cfca5ad7477df596947891feeef6", "https://bcr.bazel.build/modules/rules_fuzzing/0.5.2/MODULE.bazel": "40c97d1144356f52905566c55811f13b299453a14ac7769dfba2ac38192337a8", @@ -439,7 +426,6 @@ "https://bcr.bazel.build/modules/rules_java/7.3.2/MODULE.bazel": "50dece891cfdf1741ea230d001aa9c14398062f2b7c066470accace78e412bc2", "https://bcr.bazel.build/modules/rules_java/7.4.0/MODULE.bazel": "a592852f8a3dd539e82ee6542013bf2cadfc4c6946be8941e189d224500a8934", "https://bcr.bazel.build/modules/rules_java/7.6.1/MODULE.bazel": "2f14b7e8a1aa2f67ae92bc69d1ec0fa8d9f827c4e17ff5e5f02e91caa3b2d0fe", - "https://bcr.bazel.build/modules/rules_java/8.11.0/MODULE.bazel": "c3d280bc5ff1038dcb3bacb95d3f6b83da8dd27bba57820ec89ea4085da767ad", "https://bcr.bazel.build/modules/rules_java/8.13.0/MODULE.bazel": "0444ebf737d144cf2bb2ccb368e7f1cce735264285f2a3711785827c1686625e", "https://bcr.bazel.build/modules/rules_java/8.14.0/MODULE.bazel": "717717ed40cc69994596a45aec6ea78135ea434b8402fb91b009b9151dd65615", "https://bcr.bazel.build/modules/rules_java/8.15.1/MODULE.bazel": "5071eebf0fd602ab0617f846e0e0d8f388d66c961513c736e0ac4a1dcde3ff2c", @@ -448,7 +434,6 @@ "https://bcr.bazel.build/modules/rules_java/8.5.1/MODULE.bazel": "d8a9e38cc5228881f7055a6079f6f7821a073df3744d441978e7a43e20226939", "https://bcr.bazel.build/modules/rules_java/8.6.0/MODULE.bazel": "9c064c434606d75a086f15ade5edb514308cccd1544c2b2a89bbac4310e41c71", "https://bcr.bazel.build/modules/rules_java/8.6.1/MODULE.bazel": "f4808e2ab5b0197f094cabce9f4b006a27766beb6a9975931da07099560ca9c2", - "https://bcr.bazel.build/modules/rules_java/8.6.3/MODULE.bazel": "e90505b7a931d194245ffcfb6ff4ca8ef9d46b4e830d12e64817752e0198e2ed", "https://bcr.bazel.build/modules/rules_java/8.8.0/MODULE.bazel": "de589d0880911ac007abd521b9f0ddcd8b0dbd05c8553e6f8124a050b83acf7d", "https://bcr.bazel.build/modules/rules_jvm_external/4.4.2/MODULE.bazel": "a56b85e418c83eb1839819f0b515c431010160383306d13ec21959ac412d2fe7", "https://bcr.bazel.build/modules/rules_jvm_external/5.1/MODULE.bazel": "33f6f999e03183f7d088c9be518a63467dfd0be94a11d0055fe2d210f89aa909", @@ -474,10 +459,8 @@ "https://bcr.bazel.build/modules/rules_multirun/0.9.0/MODULE.bazel": "32d628ef586b5b23f67e55886b7bc38913ea4160420d66ae90521dda2ff37df0", "https://bcr.bazel.build/modules/rules_multirun/0.9.0/source.json": "e882ba77962fa6c5fe68619e5c7d0374ec9a219fb8d03c42eadaf6d0243771bd", "https://bcr.bazel.build/modules/rules_multitool/0.11.0/MODULE.bazel": "8d9dda78d2398e136300d3ef4fbcc89ede7c32c158d8c016fa7d032df41c4aaf", - "https://bcr.bazel.build/modules/rules_multitool/0.4.0/MODULE.bazel": "15517987d5c00c9e7faab41fbe22ee67a350b6eabcc1e08baded5c6d9025897f", "https://bcr.bazel.build/modules/rules_multitool/1.11.1/MODULE.bazel": "f826d2d394e8d964e44ebb4a75ebcfe4e9cd4eb150e2ddcd60398ffeb939696a", "https://bcr.bazel.build/modules/rules_multitool/1.11.1/source.json": "201f43de1d35bd17f25a4fed3ba5a2ec500ef5e08b7d4b341bb9fd39cef0cbc6", - "https://bcr.bazel.build/modules/rules_multitool/1.2.0/MODULE.bazel": "8d818d6104f4030930291bbbbc5684702c237dbcdee7229097543e6a6035adaa", "https://bcr.bazel.build/modules/rules_multitool/1.9.0/MODULE.bazel": "8a042b0dbf35e4aaa94c28ad69efa75c9e673e9ea4bd5c0fb70bab75ef9c636b", "https://bcr.bazel.build/modules/rules_nodejs/5.8.2/MODULE.bazel": "6bc03c8f37f69401b888023bf511cb6ee4781433b0cb56236b2e55a21e3a026a", "https://bcr.bazel.build/modules/rules_nodejs/6.2.0/MODULE.bazel": "ec27907f55eb34705adb4e8257952162a2d4c3ed0f0b3b4c3c1aad1fac7be35e", @@ -498,7 +481,6 @@ "https://bcr.bazel.build/modules/rules_proto/4.0.0/MODULE.bazel": "a7a7b6ce9bee418c1a760b3d84f83a299ad6952f9903c67f19e4edd964894e06", "https://bcr.bazel.build/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "e8dff86b0971688790ae75528fe1813f71809b5afd57facb44dad9e8eca631b7", "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc1/MODULE.bazel": "1e5b502e2e1a9e825eef74476a5a1ee524a92297085015a052510b09a1a09483", - "https://bcr.bazel.build/modules/rules_proto/6.0.0-rc2/MODULE.bazel": "e17f94f8a347e2c808517b65d74988839d2d62daceb50073e44060193b785eb1", "https://bcr.bazel.build/modules/rules_proto/6.0.0/MODULE.bazel": "b531d7f09f58dce456cd61b4579ce8c86b38544da75184eadaf0a7cb7966453f", "https://bcr.bazel.build/modules/rules_proto/6.0.2/MODULE.bazel": "ce916b775a62b90b61888052a416ccdda405212b6aaeb39522f7dc53431a5e73", "https://bcr.bazel.build/modules/rules_proto/7.0.2/MODULE.bazel": "bf81793bd6d2ad89a37a40693e56c61b0ee30f7a7fdbaf3eabbf5f39de47dea2", @@ -524,7 +506,6 @@ "https://bcr.bazel.build/modules/rules_python/0.40.0/MODULE.bazel": "9d1a3cd88ed7d8e39583d9ffe56ae8a244f67783ae89b60caafc9f5cf318ada7", "https://bcr.bazel.build/modules/rules_python/1.0.0/MODULE.bazel": "898a3d999c22caa585eb062b600f88654bf92efb204fa346fb55f6f8edffca43", "https://bcr.bazel.build/modules/rules_python/1.1.0/MODULE.bazel": "57e01abae22956eb96d891572490d20e07d983e0c065de0b2170cafe5053e788", - "https://bcr.bazel.build/modules/rules_python/1.4.1/MODULE.bazel": "8991ad45bdc25018301d6b7e1d3626afc3c8af8aaf4bc04f23d0b99c938b73a6", "https://bcr.bazel.build/modules/rules_python/1.5.1/MODULE.bazel": "acfe65880942d44a69129d4c5c3122d57baaf3edf58ae5a6bd4edea114906bf5", "https://bcr.bazel.build/modules/rules_python/1.8.3/MODULE.bazel": "f343e159b59701334be3914416b9f1b72845801ba47920fcb288af4ce8c5cce3", "https://bcr.bazel.build/modules/rules_python/1.8.5/MODULE.bazel": "28b2d79ed8368d7d45b34bacc220e3c0b99cbcd9392641961b849e4c3f55dd30", @@ -571,7 +552,8 @@ "https://bcr.bazel.build/modules/toolchain_utils/1.0.2/MODULE.bazel": "9b8be503a4fcfd3b8b952525bff0869177a5234d5c35dc3e566b9f5ca2f755a1", "https://bcr.bazel.build/modules/toolchains_llvm/1.8.0/MODULE.bazel": "68259b66e5fb84f94fa37125ad476c3eb8edf602a34bf58377cde9a16dd8fa98", "https://bcr.bazel.build/modules/toolchains_llvm/1.8.0/source.json": "70d80fe5b626a3fadf812af41dda4a028640a1184f5a3c7e6cb20130d93ed783", - "https://bcr.bazel.build/modules/toolchains_protoc/0.2.1/MODULE.bazel": "2f08433ff5e659069b3a1abfee2377d68f510f2de1da50678ed992c455b4ff91", + "https://bcr.bazel.build/modules/trlc/3.0.0/MODULE.bazel": "45444f9112300e7a716bf842beb17ed8f84d7d1f84c3d1ed126f57bec9bdf2a9", + "https://bcr.bazel.build/modules/trlc/3.0.0/source.json": "ee77e1c5617c871c3bcb9a5aef61e128543dcee767316c397ca083e77ecfdef7", "https://bcr.bazel.build/modules/upb/0.0.0-20211020-160625a/MODULE.bazel": "6cced416be2dc5b9c05efd5b997049ba795e5e4e6fafbe1624f4587767638928", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", "https://bcr.bazel.build/modules/upb/0.0.0-20230516-61a97ef/MODULE.bazel": "c0df5e35ad55e264160417fd0875932ee3c9dda63d9fccace35ac62f45e1b6f9", @@ -628,25 +610,17 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_bazel_lib/2.8.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_bazel_lib/2.9.3/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_bazel_lib/2.9.4/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_esbuild/0.21.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_js/1.33.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_js/1.40.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_js/2.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_js/2.3.8/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/0.12.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/1.0.3/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/1.3.1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/1.4.2/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/1.4.4/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/1.5.3/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/2.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/2.3.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_lint/2.5.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_py/1.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_py/1.4.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_rules_ts/3.6.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_tools_telemetry/0.2.5/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/aspect_tools_telemetry/0.2.8/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/0.1.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.0.0/MODULE.bazel": "not found", @@ -659,7 +633,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.17.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.18.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.19.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.2.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.20.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.21.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/bazel_features/1.23.0/MODULE.bazel": "not found", @@ -744,7 +717,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/boringssl/0.0.0-20240530-2db0eb3/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/boringssl/0.20240913.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/boringssl/0.20241024.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/buildifier_prebuilt/6.1.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/buildifier_prebuilt/6.4.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/buildifier_prebuilt/7.3.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/buildifier_prebuilt/8.2.0.2/MODULE.bazel": "not found", @@ -803,7 +775,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/jsoncpp/1.9.6/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/libpfm/4.11.0.bcr.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/libpfm/4.11.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/lobster/1.0.3/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/lobster/1.0.6/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/mbedtls/3.6.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/nlohmann_json/3.11.3/MODULE.bazel": "not found", @@ -890,7 +861,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_cc/0.2.4/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_cc/0.2.8/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_diff/1.0.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_distroless/0.8.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_foreign_cc/0.10.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_foreign_cc/0.9.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_fuzzing/0.5.2/MODULE.bazel": "not found", @@ -921,7 +891,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/7.3.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/7.4.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/7.6.1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.11.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.13.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.14.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.15.1/MODULE.bazel": "not found", @@ -929,7 +898,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.5.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.6.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.6.1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.6.3/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_java/8.8.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_jvm_external/4.4.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_jvm_external/5.1/MODULE.bazel": "not found", @@ -951,9 +919,7 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_license/1.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multirun/0.9.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multitool/0.11.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multitool/0.4.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multitool/1.11.1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multitool/1.2.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_multitool/1.9.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_nodejs/5.8.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_nodejs/6.2.0/MODULE.bazel": "not found", @@ -970,7 +936,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/4.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/5.3.0-21.7/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/6.0.0-rc1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/6.0.0-rc2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/6.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/6.0.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_proto/7.0.2/MODULE.bazel": "not found", @@ -995,7 +960,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/0.40.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.1.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.4.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.5.1/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.8.3/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_python/1.8.5/MODULE.bazel": "not found", @@ -1017,9 +981,6 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_swift/1.16.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_swift/1.18.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/rules_swift/2.1.1/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_baselibs/0.2.11/MODULE.bazel": "8b58c55218c3e7139a36d911bdfd1bd4ed6fe104ec177d851bd5e6b5e168a2ea", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_baselibs/0.2.12/MODULE.bazel": "e3396c28702be662c4388578839e51e3a4842ca938f695eea2fe4cecc612a413", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_baselibs/0.2.12/source.json": "fb846e965bf17006af78fbd0976dfa8241be7bfbf695e2319522fce9b0bae96a", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_bazel_cpp_toolchains/1.0.3/MODULE.bazel": "599f3f1123bc1400ade5bdd0c7c5470531885cf2fa1fa30024f23d5d21e6d58d", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_bazel_cpp_toolchains/1.0.3/source.json": "47eab63b3a98244787a9ab611f825d9c62d48bfdb5000173144d2f9e24b521b8", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_bazel_platforms/0.0.3/MODULE.bazel": "14c96e378c08705a46abe0799d6236fe3095c342c34f83f8d1b3f6046ce00651", @@ -1030,58 +991,26 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_bazel_platforms/1.1.0/source.json": "9797d56e9dd68e9d3e8b674402df2d6d5e2174f84184ca4cbee78fc07dc117d9", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_communication/0.4.0/MODULE.bazel": "19e98105c4b1ca674027dfa4c5010eebbdf74d7cbd9524cb84a8fad63a8bcebe", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_communication/0.4.0/source.json": "a3378155debe445305828cfa94464ad5f53d5b7e27488b3c053b02e49801aaeb", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_cr_checker/0.2.2/MODULE.bazel": "dc36d9c35543db918c3fb5b93a8e684431f56c7c784cf2a1b90f35802a373c98", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_cr_checker/0.3.1/MODULE.bazel": "f49e037d7fbc0b2a8b2734fc6b47334e8cc8589ca7a5aa0f3ccca85cc5f79fac", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_crates/0.0.10/MODULE.bazel": "80599c71cfc5827a189ab40fe2f320c8f52e0fca5bcc7c8bf8bfbdead7f97a74", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_crates/0.0.11/MODULE.bazel": "ef4590c417955837ce12549c6de26e008cb2957fe481844a45ae5f3d66e21211", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_crates/0.0.11/source.json": "6b532c133e072aa45bab711afb5d911afe7e972c10702ed8c45c79b4cdd0dfcd", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_dash_license_checker/0.1.1/MODULE.bazel": "76681dbd2d45b5c540869a2337174086c56c54953aab1d02cd878b59d31d13a5", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.11.0/MODULE.bazel": "fb6041c96e949a151307b4690ee81cf5d9254d6bf79540184b16567b04397171", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.11.0/source.json": "b379a2499cf06f16de65c2981665c3723afba9e858ed16b453f044882067f56f", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.7.0/MODULE.bazel": "f9a5971fbd05f0ed14e7a373dbf58af72a5c58d081537a75c314daaf61c92ae9", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_devcontainer/1.8.0/MODULE.bazel": "89f855b94d041d2e61ff9667562fb4539c146249f6fb4c5dddf3d13bb9064aa7", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/0.2.4/MODULE.bazel": "ea4801e96c87e2b8650a0fa9e5fed9b8bdbef05c1bc3e30003ba527d5af60a43", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/0.2.6/MODULE.bazel": "1af2963e91c6472555e222f0aba3dc2f5492d04598298209a361978ee3e321e3", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/0.3.3/MODULE.bazel": "95d2b7d44d461c1cf9bd016605f740716fd4ea1303f5f2ed93de3566b90feb1b", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/1.0.0-RC1/MODULE.bazel": "e118b5cbdc453cde83b5ce481107d8e4a713d3458550b9d10445046d4bba2ff3", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/1.0.0/MODULE.bazel": "a3ad204b7412c02a899034d78de62b5549bafba5530a256d1007cb3f4ed20a11", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/1.0.2-CW1/MODULE.bazel": "08d30eba6a1c502096abd65ebb759afb35f988b31e4b72ab5866177703cfec77", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/1.0.2/MODULE.bazel": "259894df09b4aa6bb5152717b03c3c06a3fd4ad583a7119c52f3a2f0d277b857", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/1.2.0/MODULE.bazel": "a2b10950d585e14b09a6266025c0624b42101f72d3c4efe9591716b8713ede47", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/2.0.0/MODULE.bazel": "0c850a488fd50067b28726bfd7330a6970e36b63e67ea06efd5fbbc813e7be5c", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/2.0.3/MODULE.bazel": "9b945514727190d4c381d8965b972884ba04ce105260ffd2b3c9df51f206ebfe", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/4.5.0/MODULE.bazel": "4cfe52fe8b8dbeaf7e87500036391da278f72f1c2b41b689ffdd4337196dd8fe", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/4.6.0/MODULE.bazel": "d5fbfed7b9bd65f10830e2290045dea639a8cfcaf9f9f0f7a1b12888c14e7d2b", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/4.6.1/MODULE.bazel": "0dae734ea8a99970a7417829b3115af02717b29f0fc40a8ebd3c1afcc71e1e21", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/8.0.1/MODULE.bazel": "446b0462f893021e3133b2f95672ae37dfe2ade434b6052c91530043e4d89993", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/8.1.1/MODULE.bazel": "4740f5e4229753b2ec023df5ce9c24c3472ad1e6d700a970e3e96f7347e65a1b", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_docs_as_code/8.1.1/source.json": "189c748d57a732e0653af377bb7635253ed7fc135f33c2f107c4d8a4a17259c5", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_format_checker/0.1.1/MODULE.bazel": "1acc254faa90e9f97b79ac69af25b6c21c561f8d6079914f6352b9b20d26bd37", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_itf/0.5.0/MODULE.bazel": "d3ae40173462419b4e14e3fea96a49eab8822be7292f94890beb8cc73173eaa1", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_itf/0.5.0/source.json": "3c0fcd761e221bc33e6ebbeb0f92ce71b5d6f1f946b60ccf4fe7cf3a4c00d211", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.1.0/MODULE.bazel": "cc9eae86e76f2a930510ed6e50ec991bb5661687e24881685b39c322087adf6f", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.1.1/MODULE.bazel": "eb086ba99f9319371fbbd0a9252dfd27b0817039b88bd4d691602974b1ada005", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.7.1/MODULE.bazel": "be2ae8861842689353b92b0cbc111c94e1bea57675692fe3b029ccd211c0b74c", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.7.2/MODULE.bazel": "c0c7ef28bbfbafd7e276608beaaab89d5287da1263890a84d09c8485b5d1baeb", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_platform/0.7.2/source.json": "6033bc0b01766eb2a989d28d39f3f72df02fbab2ede1b319a92e9dab25eb7f16", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.0.4/MODULE.bazel": "f74302cb90a7c4878db302276afae82966878099861dcfca3ef43256131dab52", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.0.5/MODULE.bazel": "ed17c232ebd65e9d50fd5c1832f90f95ffe95b2a1113d63a176295a2af64d111", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.1.0/MODULE.bazel": "97dd927309f87ecb73629725683028a5dbb37a49b1159c771292e6993569055b", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.1.1-Beta/MODULE.bazel": "7ab8931f4b2754b728101ed5a2afda458b82b885f5cfdb9d8c4c62b5c1a2da7e", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.1.1/MODULE.bazel": "35c84c7cec7d15678f63145054bb74367afb65929724c2115095d5e1b96fca94", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.2.0/MODULE.bazel": "ec092bf01731a1866352d7b8aaa0e30cae319667abc8cf7a86aec0bdb8555a0e", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.3.1/MODULE.bazel": "29666e38fbc76eddd6676e594f225e474d130dce9c3a9d224e59ae7a499c4575", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.3.2/MODULE.bazel": "a32390ef217cef9a811408b0a1c5aeed1398c377aa846f5d5416d7b95b4e4366", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/1.6.0/MODULE.bazel": "2496bc24311f69f49449ee85d8bb38e3b970cbfcf10d0a7f19b2d5262ce80e8d", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/2.0.1/MODULE.bazel": "88bff0ed46da79d87f8c441a6bf6b760ee7c194b282e7e54a8b7db6ea2354db9", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/2.0.2/MODULE.bazel": "6d2b227bb6880e9f6871cc8cf94c83399e35c188424f7e9b826262de8149ed43", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process/2.0.2/source.json": "5ae55f0dabcddeb5bfae16ce480e2c065f907d2b0ed6a8e4ed7409b259b004ee", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process_description/2.1.2/MODULE.bazel": "1076b36d2d05ab1a18df0746f6a545869eec6927019d651af99d99ef056e2023", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_process_description/2.1.2/source.json": "f76099f076243e2641803971e2a95ed27f24756c9bdda5d10a808c664996f0fc", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.0/MODULE.bazel": "785ddd5295213e36c31ab86bdc34f29c0f7d1b72e9abd931bb08f42c0e48e2e9", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.1/MODULE.bazel": "99c491109937542e61df090222666a8613ef946fa7bb2b2d5ba648b2baba03ad", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.2/MODULE.bazel": "f25490f64035a0e3a0d53ad9cb6164e8325ce6cf2a7ee68c6ae153840cb2497e", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_python_basics/0.3.4/MODULE.bazel": "53bd16dfbb1fb8ecf6822fb26f9f4e8333bac7b14d12bb02bf84078063820a31", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_qnx_unit_tests/0.2.0/MODULE.bazel": "aaffff67916dd058737aac8e04368f12b214e7646ff58adbab48e6429d1a5410", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_qnx_unit_tests/0.2.0/source.json": "c40a614fd88beab7cb65b8640debd44eff3fbc32a7839734ef1112f265d2eeef", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_rules_imagefs/0.0.3/MODULE.bazel": "d87fcd3485438284fa96d6a5a81923d6b6672468947423517cc43c4d7692ca6a", @@ -1090,15 +1019,8 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_rust_policies/0.0.2/MODULE.bazel": "ade2bad4a331b02d9b7e7d9842e8de8c6fded6186486e02c4f7db5cd4b71d34d", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_rust_policies/0.0.5/MODULE.bazel": "7de02547bdf121d3dedf5141b97f0fd9a545bd255ff5c7b699056b35816ffad9", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_rust_policies/0.0.5/source.json": "22c8bf0a5cbf7c7b06f774f3f66498e0bc14346a8b2208f7427a8fbb78a42547", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_starpls_lsp/0.1.0/MODULE.bazel": "b2f8c4c8d8e851706255ff9002b448bff6e040b8f0c6adedbde2a09375aa16cc", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_toolchains_rust/0.10.0/MODULE.bazel": "535296e6cdef55a506c580ca2ce541aa9ddefb354de1a24ab2bd4addc939282b", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_toolchains_rust/0.10.0/source.json": "8bda773be264da16d2a82a03ebb737421dd4a35855f1e9a5d03d9722d84c1df5", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/1.0.2/MODULE.bazel": "e70f396375b9d612b4f41ebceff7f18f68ab423b14625c138a354cc01bc62a10", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/1.1.2/MODULE.bazel": "56d08309931cfad67c2b6691207bb5f761a3946830d620c630d2436630e6b499", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/1.3.1/MODULE.bazel": "4ce18de0fdfb447ba750b98febb24e12471862cbbd5d08f5f683f27886767367", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/2.0.2/MODULE.bazel": "edf7730454fc1c7951d903895524d57efbe059edbf2572cf9bdc0e7a20d6cc55", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/2.2.0/MODULE.bazel": "178ba4862246b6ba2bbcd96b7e9e728299b19fb94bcf23d315dc2299aabf7178", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/score_tooling/2.2.0/source.json": "a76f2d093cff26d5b256ce531bb2f69b6c667c968f99a156327fd194d4f36e61", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/sphinxdocs/2.2.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/stardoc/0.5.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/stardoc/0.5.1/MODULE.bazel": "not found", @@ -1116,7 +1038,7 @@ "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/tar.bzl/0.7.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/toolchain_utils/1.0.2/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/toolchains_llvm/1.8.0/MODULE.bazel": "not found", - "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/toolchains_protoc/0.2.1/MODULE.bazel": "not found", + "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/trlc/3.0.0/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/upb/0.0.0-20211020-160625a/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "not found", "https://raw.githubusercontent.com/eclipse-score/bazel_registry/main/modules/upb/0.0.0-20230516-61a97ef/MODULE.bazel": "not found", @@ -2263,1245 +2185,4163 @@ }, "@@rules_distroless+//apt:extensions.bzl%apt": { "general": { - "bzlTransitiveDigest": "N9L3WN4x0s8a5pL1sQbvs0aoOZGUBORw/V3RNk1QOe0=", - "usagesDigest": "niPoYX/Hk8+YvcLiQxLt75319UN95ORAe5Ii2c+VVlk=", - "recordedFileInputs": { - "@@score_tooling+//third_party/docs_runtime/manifest.yaml": "f8bd762e0dcaf3150504eca8dfd60819fc3be428d3a8b58d1d9cc52d68e16a45", - "@@score_tooling+//third_party/tooling_sysroot/manifest.yaml": "ef1e4af34dbf67a9e332c69ccad0b12b2e295849c33e98658c6ccd69e363c4cd" - }, + "bzlTransitiveDigest": "Wfa3pDjMnTtZoR1odfJKH6E6Ue/mto8/VydkXJKj4b8=", + "usagesDigest": "mfaav3SvZgnEyFn2vNegUtlRvqGbutk95uzwINTwliY=", + "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, "generatedRepoSpecs": { - "docs_runtime_base-files_13ubuntu10.4_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "tooling_sysroot": { + "repoRuleId": "@@rules_distroless+//apt/private:translate_dependency_set.bzl%translate_dependency_set", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb" - ], - "sha256": "94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8" + "depset_name": "tooling_sysroot", + "lock_content": "{\n\t\"dependency_sets\": {\n\t\t\"docs_runtime\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/graphviz:amd64\": \"2.42.2-9ubuntu0.1\",\n\t\t\t\t\t\"/noble/fakechroot:amd64\": \"2.20.1+ds-15\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"tooling_sysroot\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/libatomic1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libc6-dev:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libc6:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libgcc-s1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++-13-dev:amd64\": \"13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++6:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/linux-libc-dev:amd64\": \"6.8.0-107.107\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"facts\": {\n\t\t\"noble-security/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-S1rPGYVlGsSiDiFX7MnQxsxF7IoOQLJ9zf5LKFGHn0c=\",\n\t\t\"noble-security/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-rosWYlz/JKKFdQae9y4u+2xunZx1Pt5oiH2ptUWAO6w=\",\n\t\t\"noble-updates/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-GrJxpyQIjQEKQblELN9s76ngOIkj5CWxTo+rc4XIKC4=\",\n\t\t\"noble-updates/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-/uRtKOQ/QaPFOvanD7oIw6cx1tKHRb+dM/j+8TcnE/I=\",\n\t\t\"noble/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-KmoZnhAxpcJ5yzRmRtWUmT81scA91KgqqgMjmA3ZJFE=\",\n\t\t\"noble/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-upBX+huRQ4zIodJoCNAMhTif4QHQwUliVN+XI2QFWZo=\"\n\t},\n\t\"packages\": {\n\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-security\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/base-files:amd64=13ubuntu10.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb\",\n\t\t\t\"name\": \"base-files\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8\",\n\t\t\t\"size\": 73276,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13ubuntu10.4\"\n\t\t},\n\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-common\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee\",\n\t\t\t\"size\": 240286,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-x86-64-linux-gnu\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29\",\n\t\t\t\"size\": 2462744,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74\",\n\t\t\t\"size\": 18154,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-13-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e\",\n\t\t\t\"size\": 51616,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f\",\n\t\t\t\"size\": 51014,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/graphviz:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"graphviz\",\n\t\t\t\"section\": \"universe/graphics\",\n\t\t\t\"sha256\": \"be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85\",\n\t\t\t\"size\": 642420,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libaom3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9\",\n\t\t\t\"size\": 1941114,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.8.2-2ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libasan8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac\",\n\t\t\t\"size\": 3026656,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libatomic1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d\",\n\t\t\t\"size\": 10466,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libbinutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699\",\n\t\t\t\"size\": 576834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libblkid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82\",\n\t\t\t\"size\": 123170,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libbsd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f\",\n\t\t\t\"size\": 41238,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"0.12.1-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb\",\n\t\t\t\"name\": \"libbz2-1.0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73\",\n\t\t\t\"size\": 34370,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.0.8-5.1build0.1\"\n\t\t},\n\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd\",\n\t\t\t\"size\": 20418,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3\",\n\t\t\t\"size\": 2124026,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293\",\n\t\t\t\"size\": 3262920,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcdt5\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef\",\n\t\t\t\"size\": 21614,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcgraph6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2\",\n\t\t\t\"size\": 44644,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf-nobfd0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078\",\n\t\t\t\"size\": 98012,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645\",\n\t\t\t\"size\": 94474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libdeflate0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269\",\n\t\t\t\"size\": 43914,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.19-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb\",\n\t\t\t\"name\": \"libexpat1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5\",\n\t\t\t\"size\": 88214,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.6.1-2ubuntu0.4\"\n\t\t},\n\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libfreetype6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af\",\n\t\t\t\"size\": 402072,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.13.2+dfsg-1ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a\",\n\t\t\t\"size\": 2680642,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd\",\n\t\t\t\"size\": 78392,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgomp1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144\",\n\t\t\t\"size\": 148062,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libgprofng0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8\",\n\t\t\t\"size\": 848684,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvc6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48\",\n\t\t\t\"size\": 716230,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvpr2\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82\",\n\t\t\t\"size\": 186968,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-aomdec\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6\",\n\t\t\t\"size\": 10598,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-libde265\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341\",\n\t\t\t\"size\": 8174,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026\",\n\t\t\t\"size\": 275846,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libhwasan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd\",\n\t\t\t\"size\": 1640706,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libitm1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f\",\n\t\t\t\"size\": 29702,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"liblab-gamut1\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d\",\n\t\t\t\"size\": 1886394,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"liblsan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14\",\n\t\t\t\"size\": 1321652,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb\",\n\t\t\t\"name\": \"liblzma5\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca\",\n\t\t\t\"size\": 127160,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"5.6.1+really5.4.5-1ubuntu0.2\"\n\t\t},\n\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libmd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7\",\n\t\t\t\"size\": 26976,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.1.0-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libmount1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f\",\n\t\t\t\"size\": 133954,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libpathplan4\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23\",\n\t\t\t\"size\": 23992,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libpcre2-8-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0\",\n\t\t\t\"size\": 226662,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"10.42-4ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb\",\n\t\t\t\"name\": \"libpng16-16t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc\",\n\t\t\t\"size\": 187904,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.6.43-5ubuntu0.5\"\n\t\t},\n\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libquadmath0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0\",\n\t\t\t\"size\": 153316,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libselinux1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19\",\n\t\t\t\"size\": 79660,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.5-2ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libsframe1\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564\",\n\t\t\t\"size\": 15724,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libstdc++-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347\",\n\t\t\t\"size\": 2419834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0\",\n\t\t\t\"size\": 792064,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb\",\n\t\t\t\"name\": \"libtiff6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8\",\n\t\t\t\"size\": 199612,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"4.5.1+git230720-4ubuntu2.5\"\n\t\t},\n\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libtsan2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91\",\n\t\t\t\"size\": 2771910,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libubsan1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814\",\n\t\t\t\"size\": 1183812,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libuuid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf\",\n\t\t\t\"size\": 36058,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libzstd1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727\",\n\t\t\t\"size\": 299472,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb\",\n\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43\",\n\t\t\t\"size\": 2095540,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t},\n\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"zlib1g\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20\",\n\t\t\t\"size\": 62850,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t},\n\t\t\"/noble/fakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb\",\n\t\t\t\"name\": \"fakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675\",\n\t\t\t\"size\": 25368,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig-config\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf\",\n\t\t\t\"size\": 37298,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5\",\n\t\t\t\"size\": 180204,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-core\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a\",\n\t\t\t\"size\": 835172,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-mono\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a\",\n\t\t\t\"size\": 502232,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb\",\n\t\t\t\"name\": \"libann0\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1\",\n\t\t\t\"size\": 25480,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.2+doc-9build1\"\n\t\t},\n\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libbrotli1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277\",\n\t\t\t\"size\": 330730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.0-2build2\"\n\t\t},\n\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb\",\n\t\t\t\"name\": \"libcairo2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36\",\n\t\t\t\"size\": 566292,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.18.0-3build1\"\n\t\t},\n\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1\",\n\t\t\t\"size\": 111780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832\",\n\t\t\t\"size\": 82302,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libdatrie1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447\",\n\t\t\t\"size\": 18992,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.2.13-3build1\"\n\t\t},\n\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb\",\n\t\t\t\"name\": \"libde265-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310\",\n\t\t\t\"size\": 166212,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.15-1build3\"\n\t\t},\n\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb\",\n\t\t\t\"name\": \"libfakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70\",\n\t\t\t\"size\": 47196,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/libffi8:amd64=3.4.6-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb\",\n\t\t\t\"name\": \"libffi8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2\",\n\t\t\t\"size\": 24718,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.4.6-1build1\"\n\t\t},\n\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libfontconfig1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586\",\n\t\t\t\"size\": 138572,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libfribidi0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d\",\n\t\t\t\"size\": 26150,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.13-3build1\"\n\t\t},\n\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb\",\n\t\t\t\"name\": \"libgd3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae\",\n\t\t\t\"size\": 127506,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.3.3-9ubuntu5\"\n\t\t},\n\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb\",\n\t\t\t\"name\": \"libgraphite2-3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba\",\n\t\t\t\"size\": 73050,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.14-2build1\"\n\t\t},\n\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb\",\n\t\t\t\"name\": \"libgts-0.7-5t64\",\n\t\t\t\"section\": \"universe/devel\",\n\t\t\t\"sha256\": \"a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48\",\n\t\t\t\"size\": 160592,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.7.6+darcs121130-5.2build1\"\n\t\t},\n\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libharfbuzz0b\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c\",\n\t\t\t\"size\": 468874,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8.3.0-2build2\"\n\t\t},\n\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb\",\n\t\t\t\"name\": \"libice6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5\",\n\t\t\t\"size\": 41398,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.10-1build3\"\n\t\t},\n\t\t\"/noble/libjansson4:amd64=2.14-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb\",\n\t\t\t\"name\": \"libjansson4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60\",\n\t\t\t\"size\": 32830,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.14-2build2\"\n\t\t},\n\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjbig0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a\",\n\t\t\t\"size\": 29668,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1-6.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjpeg-turbo8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2\",\n\t\t\t\"size\": 149982,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1.5-2ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb\",\n\t\t\t\"name\": \"libjpeg8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9\",\n\t\t\t\"size\": 2148,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8c-2ubuntu11\"\n\t\t},\n\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"liblerc4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7\",\n\t\t\t\"size\": 179378,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"4.0.0+ds-4ubuntu2\"\n\t\t},\n\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb\",\n\t\t\t\"name\": \"libltdl7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966\",\n\t\t\t\"size\": 40258,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.4.7-7build1\"\n\t\t},\n\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpango-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54\",\n\t\t\t\"size\": 230606,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangocairo-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376\",\n\t\t\t\"size\": 28828,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangoft2-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d\",\n\t\t\t\"size\": 42532,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpixman-1-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421\",\n\t\t\t\"size\": 279306,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.42.2-1build1\"\n\t\t},\n\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libsharpyuv0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791\",\n\t\t\t\"size\": 15786,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb\",\n\t\t\t\"name\": \"libsm6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf\",\n\t\t\t\"size\": 15684,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.2.3-1build3\"\n\t\t},\n\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb\",\n\t\t\t\"name\": \"libthai-data\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7\",\n\t\t\t\"size\": 158016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libthai0:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb\",\n\t\t\t\"name\": \"libthai0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508\",\n\t\t\t\"size\": 18914,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libwebp7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484\",\n\t\t\t\"size\": 230220,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb\",\n\t\t\t\"name\": \"libx11-6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80\",\n\t\t\t\"size\": 649780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb\",\n\t\t\t\"name\": \"libx11-data\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08\",\n\t\t\t\"size\": 115446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb\",\n\t\t\t\"name\": \"libxau6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80\",\n\t\t\t\"size\": 7160,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.0.9-1build6\"\n\t\t},\n\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxaw7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0\",\n\t\t\t\"size\": 186984,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.14-1build2\"\n\t\t},\n\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-render0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5\",\n\t\t\t\"size\": 16230,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-shm0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325\",\n\t\t\t\"size\": 5756,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58\",\n\t\t\t\"size\": 47730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb\",\n\t\t\t\"name\": \"libxdmcp6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb\",\n\t\t\t\"size\": 10254,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.1.3-0ubuntu6\"\n\t\t},\n\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxext6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679\",\n\t\t\t\"size\": 30406,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.3.4-1build2\"\n\t\t},\n\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb\",\n\t\t\t\"name\": \"libxmu6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853\",\n\t\t\t\"size\": 47610,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.1.3-3build2\"\n\t\t},\n\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxpm4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97\",\n\t\t\t\"size\": 36462,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:3.5.17-1build2\"\n\t\t},\n\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb\",\n\t\t\t\"name\": \"libxrender1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea\",\n\t\t\t\"size\": 19016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:0.9.10-1.1build1\"\n\t\t},\n\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb\",\n\t\t\t\"name\": \"libxt6t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489\",\n\t\t\t\"size\": 170810,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.2.1-1.2build1\"\n\t\t},\n\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb\",\n\t\t\t\"name\": \"mawk\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9\",\n\t\t\t\"size\": 127222,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t},\n\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb\",\n\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71\",\n\t\t\t\"size\": 67446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t},\n\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb\",\n\t\t\t\"name\": \"sysvinit-utils\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e\",\n\t\t\t\"size\": 34170,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.08-6ubuntu3\"\n\t\t},\n\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb\",\n\t\t\t\"name\": \"x11-common\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46\",\n\t\t\t\"size\": 21748,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:7.7+23ubuntu3\"\n\t\t}\n\t},\n\t\"sources\": {\n\t\t\"noble\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-security\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-updates\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t}\n\t},\n\t\"version\": 2\n}", + "mergedusr": false } }, - "docs_runtime_libcrypt1_1-4.4.36-4build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "docs_runtime": { + "repoRuleId": "@@rules_distroless+//apt/private:translate_dependency_set.bzl%translate_dependency_set", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb" - ], - "sha256": "9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832" + "depset_name": "docs_runtime", + "lock_content": "{\n\t\"dependency_sets\": {\n\t\t\"docs_runtime\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/graphviz:amd64\": \"2.42.2-9ubuntu0.1\",\n\t\t\t\t\t\"/noble/fakechroot:amd64\": \"2.20.1+ds-15\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"tooling_sysroot\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/libatomic1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libc6-dev:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libc6:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libgcc-s1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++-13-dev:amd64\": \"13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++6:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/linux-libc-dev:amd64\": \"6.8.0-107.107\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"facts\": {\n\t\t\"noble-security/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-S1rPGYVlGsSiDiFX7MnQxsxF7IoOQLJ9zf5LKFGHn0c=\",\n\t\t\"noble-security/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-rosWYlz/JKKFdQae9y4u+2xunZx1Pt5oiH2ptUWAO6w=\",\n\t\t\"noble-updates/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-GrJxpyQIjQEKQblELN9s76ngOIkj5CWxTo+rc4XIKC4=\",\n\t\t\"noble-updates/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-/uRtKOQ/QaPFOvanD7oIw6cx1tKHRb+dM/j+8TcnE/I=\",\n\t\t\"noble/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-KmoZnhAxpcJ5yzRmRtWUmT81scA91KgqqgMjmA3ZJFE=\",\n\t\t\"noble/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-upBX+huRQ4zIodJoCNAMhTif4QHQwUliVN+XI2QFWZo=\"\n\t},\n\t\"packages\": {\n\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-security\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/base-files:amd64=13ubuntu10.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb\",\n\t\t\t\"name\": \"base-files\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8\",\n\t\t\t\"size\": 73276,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13ubuntu10.4\"\n\t\t},\n\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-common\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee\",\n\t\t\t\"size\": 240286,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-x86-64-linux-gnu\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29\",\n\t\t\t\"size\": 2462744,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74\",\n\t\t\t\"size\": 18154,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-13-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e\",\n\t\t\t\"size\": 51616,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f\",\n\t\t\t\"size\": 51014,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/graphviz:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"graphviz\",\n\t\t\t\"section\": \"universe/graphics\",\n\t\t\t\"sha256\": \"be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85\",\n\t\t\t\"size\": 642420,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libaom3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9\",\n\t\t\t\"size\": 1941114,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.8.2-2ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libasan8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac\",\n\t\t\t\"size\": 3026656,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libatomic1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d\",\n\t\t\t\"size\": 10466,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libbinutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699\",\n\t\t\t\"size\": 576834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libblkid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82\",\n\t\t\t\"size\": 123170,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libbsd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f\",\n\t\t\t\"size\": 41238,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"0.12.1-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb\",\n\t\t\t\"name\": \"libbz2-1.0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73\",\n\t\t\t\"size\": 34370,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.0.8-5.1build0.1\"\n\t\t},\n\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd\",\n\t\t\t\"size\": 20418,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3\",\n\t\t\t\"size\": 2124026,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293\",\n\t\t\t\"size\": 3262920,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcdt5\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef\",\n\t\t\t\"size\": 21614,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcgraph6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2\",\n\t\t\t\"size\": 44644,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf-nobfd0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078\",\n\t\t\t\"size\": 98012,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645\",\n\t\t\t\"size\": 94474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libdeflate0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269\",\n\t\t\t\"size\": 43914,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.19-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb\",\n\t\t\t\"name\": \"libexpat1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5\",\n\t\t\t\"size\": 88214,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.6.1-2ubuntu0.4\"\n\t\t},\n\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libfreetype6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af\",\n\t\t\t\"size\": 402072,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.13.2+dfsg-1ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a\",\n\t\t\t\"size\": 2680642,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd\",\n\t\t\t\"size\": 78392,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgomp1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144\",\n\t\t\t\"size\": 148062,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libgprofng0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8\",\n\t\t\t\"size\": 848684,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvc6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48\",\n\t\t\t\"size\": 716230,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvpr2\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82\",\n\t\t\t\"size\": 186968,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-aomdec\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6\",\n\t\t\t\"size\": 10598,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-libde265\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341\",\n\t\t\t\"size\": 8174,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026\",\n\t\t\t\"size\": 275846,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libhwasan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd\",\n\t\t\t\"size\": 1640706,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libitm1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f\",\n\t\t\t\"size\": 29702,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"liblab-gamut1\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d\",\n\t\t\t\"size\": 1886394,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"liblsan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14\",\n\t\t\t\"size\": 1321652,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb\",\n\t\t\t\"name\": \"liblzma5\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca\",\n\t\t\t\"size\": 127160,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"5.6.1+really5.4.5-1ubuntu0.2\"\n\t\t},\n\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libmd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7\",\n\t\t\t\"size\": 26976,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.1.0-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libmount1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f\",\n\t\t\t\"size\": 133954,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libpathplan4\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23\",\n\t\t\t\"size\": 23992,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libpcre2-8-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0\",\n\t\t\t\"size\": 226662,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"10.42-4ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb\",\n\t\t\t\"name\": \"libpng16-16t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc\",\n\t\t\t\"size\": 187904,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.6.43-5ubuntu0.5\"\n\t\t},\n\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libquadmath0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0\",\n\t\t\t\"size\": 153316,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libselinux1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19\",\n\t\t\t\"size\": 79660,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.5-2ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libsframe1\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564\",\n\t\t\t\"size\": 15724,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libstdc++-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347\",\n\t\t\t\"size\": 2419834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0\",\n\t\t\t\"size\": 792064,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb\",\n\t\t\t\"name\": \"libtiff6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8\",\n\t\t\t\"size\": 199612,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"4.5.1+git230720-4ubuntu2.5\"\n\t\t},\n\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libtsan2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91\",\n\t\t\t\"size\": 2771910,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libubsan1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814\",\n\t\t\t\"size\": 1183812,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libuuid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf\",\n\t\t\t\"size\": 36058,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libzstd1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727\",\n\t\t\t\"size\": 299472,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb\",\n\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43\",\n\t\t\t\"size\": 2095540,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t},\n\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"zlib1g\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20\",\n\t\t\t\"size\": 62850,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t},\n\t\t\"/noble/fakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb\",\n\t\t\t\"name\": \"fakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675\",\n\t\t\t\"size\": 25368,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig-config\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf\",\n\t\t\t\"size\": 37298,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5\",\n\t\t\t\"size\": 180204,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-core\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a\",\n\t\t\t\"size\": 835172,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-mono\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a\",\n\t\t\t\"size\": 502232,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb\",\n\t\t\t\"name\": \"libann0\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1\",\n\t\t\t\"size\": 25480,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.2+doc-9build1\"\n\t\t},\n\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libbrotli1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277\",\n\t\t\t\"size\": 330730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.0-2build2\"\n\t\t},\n\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb\",\n\t\t\t\"name\": \"libcairo2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36\",\n\t\t\t\"size\": 566292,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.18.0-3build1\"\n\t\t},\n\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1\",\n\t\t\t\"size\": 111780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832\",\n\t\t\t\"size\": 82302,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libdatrie1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447\",\n\t\t\t\"size\": 18992,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.2.13-3build1\"\n\t\t},\n\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb\",\n\t\t\t\"name\": \"libde265-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310\",\n\t\t\t\"size\": 166212,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.15-1build3\"\n\t\t},\n\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb\",\n\t\t\t\"name\": \"libfakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70\",\n\t\t\t\"size\": 47196,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/libffi8:amd64=3.4.6-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb\",\n\t\t\t\"name\": \"libffi8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2\",\n\t\t\t\"size\": 24718,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.4.6-1build1\"\n\t\t},\n\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libfontconfig1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586\",\n\t\t\t\"size\": 138572,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libfribidi0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d\",\n\t\t\t\"size\": 26150,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.13-3build1\"\n\t\t},\n\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb\",\n\t\t\t\"name\": \"libgd3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae\",\n\t\t\t\"size\": 127506,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.3.3-9ubuntu5\"\n\t\t},\n\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb\",\n\t\t\t\"name\": \"libgraphite2-3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba\",\n\t\t\t\"size\": 73050,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.14-2build1\"\n\t\t},\n\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb\",\n\t\t\t\"name\": \"libgts-0.7-5t64\",\n\t\t\t\"section\": \"universe/devel\",\n\t\t\t\"sha256\": \"a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48\",\n\t\t\t\"size\": 160592,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.7.6+darcs121130-5.2build1\"\n\t\t},\n\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libharfbuzz0b\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c\",\n\t\t\t\"size\": 468874,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8.3.0-2build2\"\n\t\t},\n\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb\",\n\t\t\t\"name\": \"libice6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5\",\n\t\t\t\"size\": 41398,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.10-1build3\"\n\t\t},\n\t\t\"/noble/libjansson4:amd64=2.14-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb\",\n\t\t\t\"name\": \"libjansson4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60\",\n\t\t\t\"size\": 32830,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.14-2build2\"\n\t\t},\n\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjbig0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a\",\n\t\t\t\"size\": 29668,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1-6.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjpeg-turbo8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2\",\n\t\t\t\"size\": 149982,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1.5-2ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb\",\n\t\t\t\"name\": \"libjpeg8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9\",\n\t\t\t\"size\": 2148,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8c-2ubuntu11\"\n\t\t},\n\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"liblerc4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7\",\n\t\t\t\"size\": 179378,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"4.0.0+ds-4ubuntu2\"\n\t\t},\n\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb\",\n\t\t\t\"name\": \"libltdl7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966\",\n\t\t\t\"size\": 40258,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.4.7-7build1\"\n\t\t},\n\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpango-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54\",\n\t\t\t\"size\": 230606,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangocairo-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376\",\n\t\t\t\"size\": 28828,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangoft2-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d\",\n\t\t\t\"size\": 42532,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpixman-1-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421\",\n\t\t\t\"size\": 279306,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.42.2-1build1\"\n\t\t},\n\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libsharpyuv0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791\",\n\t\t\t\"size\": 15786,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb\",\n\t\t\t\"name\": \"libsm6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf\",\n\t\t\t\"size\": 15684,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.2.3-1build3\"\n\t\t},\n\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb\",\n\t\t\t\"name\": \"libthai-data\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7\",\n\t\t\t\"size\": 158016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libthai0:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb\",\n\t\t\t\"name\": \"libthai0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508\",\n\t\t\t\"size\": 18914,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libwebp7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484\",\n\t\t\t\"size\": 230220,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb\",\n\t\t\t\"name\": \"libx11-6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80\",\n\t\t\t\"size\": 649780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb\",\n\t\t\t\"name\": \"libx11-data\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08\",\n\t\t\t\"size\": 115446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb\",\n\t\t\t\"name\": \"libxau6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80\",\n\t\t\t\"size\": 7160,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.0.9-1build6\"\n\t\t},\n\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxaw7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0\",\n\t\t\t\"size\": 186984,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.14-1build2\"\n\t\t},\n\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-render0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5\",\n\t\t\t\"size\": 16230,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-shm0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325\",\n\t\t\t\"size\": 5756,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58\",\n\t\t\t\"size\": 47730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb\",\n\t\t\t\"name\": \"libxdmcp6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb\",\n\t\t\t\"size\": 10254,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.1.3-0ubuntu6\"\n\t\t},\n\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxext6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679\",\n\t\t\t\"size\": 30406,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.3.4-1build2\"\n\t\t},\n\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb\",\n\t\t\t\"name\": \"libxmu6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853\",\n\t\t\t\"size\": 47610,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.1.3-3build2\"\n\t\t},\n\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxpm4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97\",\n\t\t\t\"size\": 36462,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:3.5.17-1build2\"\n\t\t},\n\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb\",\n\t\t\t\"name\": \"libxrender1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea\",\n\t\t\t\"size\": 19016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:0.9.10-1.1build1\"\n\t\t},\n\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb\",\n\t\t\t\"name\": \"libxt6t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489\",\n\t\t\t\"size\": 170810,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.2.1-1.2build1\"\n\t\t},\n\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb\",\n\t\t\t\"name\": \"mawk\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9\",\n\t\t\t\"size\": 127222,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t},\n\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb\",\n\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71\",\n\t\t\t\"size\": 67446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t},\n\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb\",\n\t\t\t\"name\": \"sysvinit-utils\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e\",\n\t\t\t\"size\": 34170,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.08-6ubuntu3\"\n\t\t},\n\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb\",\n\t\t\t\"name\": \"x11-common\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46\",\n\t\t\t\"size\": 21748,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:7.7+23ubuntu3\"\n\t\t}\n\t},\n\t\"sources\": {\n\t\t\"noble\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-security\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-updates\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t}\n\t},\n\t\"version\": 2\n}", + "mergedusr": false } }, - "docs_runtime_libc6_2.39-0ubuntu8.7_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "tooling_sysroot_amd64": { + "repoRuleId": "@@rules_distroless+//apt/private:sysroot_repository.bzl%sysroot_repository", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb" - ], - "sha256": "955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293" + "depset_name": "tooling_sysroot", + "lock_content": "{\n\t\"dependency_sets\": {\n\t\t\"docs_runtime\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/graphviz:amd64\": \"2.42.2-9ubuntu0.1\",\n\t\t\t\t\t\"/noble/fakechroot:amd64\": \"2.20.1+ds-15\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"tooling_sysroot\": {\n\t\t\t\"sets\": {\n\t\t\t\t\"amd64\": {\n\t\t\t\t\t\"/noble-updates/base-files:amd64\": \"13ubuntu10.4\",\n\t\t\t\t\t\"/noble-updates/libatomic1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libc6-dev:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libc6:amd64\": \"2.39-0ubuntu8.7\",\n\t\t\t\t\t\"/noble-updates/libgcc-s1:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++-13-dev:amd64\": \"13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/libstdc++6:amd64\": \"14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\t\"/noble-updates/linux-libc-dev:amd64\": \"6.8.0-107.107\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"facts\": {\n\t\t\"noble-security/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-S1rPGYVlGsSiDiFX7MnQxsxF7IoOQLJ9zf5LKFGHn0c=\",\n\t\t\"noble-security/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-rosWYlz/JKKFdQae9y4u+2xunZx1Pt5oiH2ptUWAO6w=\",\n\t\t\"noble-updates/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-GrJxpyQIjQEKQblELN9s76ngOIkj5CWxTo+rc4XIKC4=\",\n\t\t\"noble-updates/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-/uRtKOQ/QaPFOvanD7oIw6cx1tKHRb+dM/j+8TcnE/I=\",\n\t\t\"noble/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-KmoZnhAxpcJ5yzRmRtWUmT81scA91KgqqgMjmA3ZJFE=\",\n\t\t\"noble/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\": \"sha256-upBX+huRQ4zIodJoCNAMhTif4QHQwUliVN+XI2QFWZo=\"\n\t},\n\t\"packages\": {\n\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-security\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/base-files:amd64=13ubuntu10.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb\",\n\t\t\t\"name\": \"base-files\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8\",\n\t\t\t\"size\": 73276,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13ubuntu10.4\"\n\t\t},\n\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-common\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee\",\n\t\t\t\"size\": 240286,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils-x86-64-linux-gnu\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29\",\n\t\t\t\"size\": 2462744,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"binutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74\",\n\t\t\t\"size\": 18154,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-13-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e\",\n\t\t\t\"size\": 51616,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f\",\n\t\t\t\"size\": 51014,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/graphviz:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"graphviz\",\n\t\t\t\"section\": \"universe/graphics\",\n\t\t\t\"sha256\": \"be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85\",\n\t\t\t\"size\": 642420,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libaom3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9\",\n\t\t\t\"size\": 1941114,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.8.2-2ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libasan8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac\",\n\t\t\t\"size\": 3026656,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libatomic1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d\",\n\t\t\t\"size\": 10466,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libbinutils\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699\",\n\t\t\t\"size\": 576834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libblkid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82\",\n\t\t\t\"size\": 123170,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libbsd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f\",\n\t\t\t\"size\": 41238,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"0.12.1-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb\",\n\t\t\t\"name\": \"libbz2-1.0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73\",\n\t\t\t\"size\": 34370,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.0.8-5.1build0.1\"\n\t\t},\n\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd\",\n\t\t\t\"size\": 20418,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3\",\n\t\t\t\"size\": 2124026,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb\",\n\t\t\t\"name\": \"libc6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293\",\n\t\t\t\"size\": 3262920,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcdt5\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef\",\n\t\t\t\"size\": 21614,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libcgraph6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2\",\n\t\t\t\"size\": 44644,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf-nobfd0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078\",\n\t\t\t\"size\": 98012,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libctf0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645\",\n\t\t\t\"size\": 94474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb\",\n\t\t\t\"name\": \"libdeflate0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269\",\n\t\t\t\"size\": 43914,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.19-1build1.1\"\n\t\t},\n\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb\",\n\t\t\t\"name\": \"libexpat1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5\",\n\t\t\t\"size\": 88214,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.6.1-2ubuntu0.4\"\n\t\t},\n\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libfreetype6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af\",\n\t\t\t\"size\": 402072,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.13.2+dfsg-1ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a\",\n\t\t\t\"size\": 2680642,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd\",\n\t\t\t\"size\": 78392,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"size\": 1545474,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libgomp1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144\",\n\t\t\t\"size\": 148062,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libgprofng0\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8\",\n\t\t\t\"size\": 848684,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\",\n\t\t\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\",\n\t\t\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvc6\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48\",\n\t\t\t\"size\": 716230,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libgvpr2\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82\",\n\t\t\t\"size\": 186968,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-aomdec\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6\",\n\t\t\t\"size\": 10598,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif-plugin-libde265\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341\",\n\t\t\t\"size\": 8174,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb\",\n\t\t\t\"name\": \"libheif1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026\",\n\t\t\t\"size\": 275846,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libhwasan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd\",\n\t\t\t\"size\": 1640706,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libitm1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f\",\n\t\t\t\"size\": 29702,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"liblab-gamut1\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d\",\n\t\t\t\"size\": 1886394,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"liblsan0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14\",\n\t\t\t\"size\": 1321652,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb\",\n\t\t\t\"name\": \"liblzma5\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca\",\n\t\t\t\"size\": 127160,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"5.6.1+really5.4.5-1ubuntu0.2\"\n\t\t},\n\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libmd0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7\",\n\t\t\t\"size\": 26976,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.1.0-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libmount1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f\",\n\t\t\t\"size\": 133954,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb\",\n\t\t\t\"name\": \"libpathplan4\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23\",\n\t\t\t\"size\": 23992,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libpcre2-8-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0\",\n\t\t\t\"size\": 226662,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"10.42-4ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb\",\n\t\t\t\"name\": \"libpng16-16t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc\",\n\t\t\t\"size\": 187904,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.6.43-5ubuntu0.5\"\n\t\t},\n\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libquadmath0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0\",\n\t\t\t\"size\": 153316,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"libselinux1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19\",\n\t\t\t\"size\": 79660,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"3.5-2ubuntu2.1\"\n\t\t},\n\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb\",\n\t\t\t\"name\": \"libsframe1\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564\",\n\t\t\t\"size\": 15724,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t\"/noble-updates/libstdc++-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\",\n\t\t\t\t\"/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++-13-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347\",\n\t\t\t\"size\": 2419834,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0\",\n\t\t\t\"size\": 792064,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb\",\n\t\t\t\"name\": \"libtiff6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8\",\n\t\t\t\"size\": 199612,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"4.5.1+git230720-4ubuntu2.5\"\n\t\t},\n\t\t\"/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libtsan2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91\",\n\t\t\t\"size\": 2771910,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb\",\n\t\t\t\"name\": \"libubsan1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814\",\n\t\t\t\"size\": 1183812,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb\",\n\t\t\t\"name\": \"libuuid1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf\",\n\t\t\t\"size\": 36058,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb\",\n\t\t\t\"name\": \"libzstd1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727\",\n\t\t\t\"size\": 299472,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t},\n\t\t\"/noble-updates/linux-libc-dev:amd64=6.8.0-107.107\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb\",\n\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\"section\": \"devel\",\n\t\t\t\"sha256\": \"fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43\",\n\t\t\t\"size\": 2095540,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t},\n\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb\",\n\t\t\t\"name\": \"zlib1g\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20\",\n\t\t\t\"size\": 62850,\n\t\t\t\"suite\": \"noble-updates\",\n\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t},\n\t\t\"/noble/fakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/binutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble/libjansson4:amd64=2.14-2build2\",\n\t\t\t\t\"/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf0:amd64=2.42-4ubuntu2.10\",\n\t\t\t\t\"/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb\",\n\t\t\t\"name\": \"fakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675\",\n\t\t\t\"size\": 25368,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig-config\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf\",\n\t\t\t\"size\": 37298,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"fontconfig\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5\",\n\t\t\t\"size\": 180204,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-core\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a\",\n\t\t\t\"size\": 835172,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb\",\n\t\t\t\"name\": \"fonts-dejavu-mono\",\n\t\t\t\"section\": \"fonts\",\n\t\t\t\"sha256\": \"8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a\",\n\t\t\t\"size\": 502232,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t\"/noble/libann0:amd64=1.1.2+doc-9build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb\",\n\t\t\t\"name\": \"libann0\",\n\t\t\t\"section\": \"universe/libs\",\n\t\t\t\"sha256\": \"88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1\",\n\t\t\t\"size\": 25480,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.2+doc-9build1\"\n\t\t},\n\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libbrotli1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277\",\n\t\t\t\"size\": 330730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.1.0-2build2\"\n\t\t},\n\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb\",\n\t\t\t\"name\": \"libcairo2\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36\",\n\t\t\t\"size\": 566292,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.18.0-3build1\"\n\t\t},\n\t\t\"/noble/libcrypt-dev:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\"section\": \"libdevel\",\n\t\t\t\"sha256\": \"2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1\",\n\t\t\t\"size\": 111780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libcrypt1:amd64=1:4.4.36-4build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb\",\n\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832\",\n\t\t\t\"size\": 82302,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libdatrie1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447\",\n\t\t\t\"size\": 18992,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.2.13-3build1\"\n\t\t},\n\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb\",\n\t\t\t\"name\": \"libde265-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310\",\n\t\t\t\"size\": 166212,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.15-1build3\"\n\t\t},\n\t\t\"/noble/libfakechroot:amd64=2.20.1+ds-15\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb\",\n\t\t\t\"name\": \"libfakechroot\",\n\t\t\t\"section\": \"universe/utils\",\n\t\t\t\"sha256\": \"6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70\",\n\t\t\t\"size\": 47196,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t\"/noble/libffi8:amd64=3.4.6-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb\",\n\t\t\t\"name\": \"libffi8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2\",\n\t\t\t\"size\": 24718,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.4.6-1build1\"\n\t\t},\n\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libfontconfig1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586\",\n\t\t\t\"size\": 138572,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb\",\n\t\t\t\"name\": \"libfribidi0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d\",\n\t\t\t\"size\": 26150,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.0.13-3build1\"\n\t\t},\n\t\t\"/noble/libgd3:amd64=2.3.3-9ubuntu5\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1\",\n\t\t\t\t\"/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2\",\n\t\t\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\",\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\",\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libdeflate0:amd64=1.19-1build1.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble/libde265-0:amd64=1.0.15-1build3\",\n\t\t\t\t\"/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2\",\n\t\t\t\t\"/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb\",\n\t\t\t\"name\": \"libgd3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae\",\n\t\t\t\"size\": 127506,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.3.3-9ubuntu5\"\n\t\t},\n\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb\",\n\t\t\t\"name\": \"libgraphite2-3\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba\",\n\t\t\t\"size\": 73050,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.14-2build1\"\n\t\t},\n\t\t\"/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb\",\n\t\t\t\"name\": \"libgts-0.7-5t64\",\n\t\t\t\"section\": \"universe/devel\",\n\t\t\t\"sha256\": \"a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48\",\n\t\t\t\"size\": 160592,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.7.6+darcs121130-5.2build1\"\n\t\t},\n\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb\",\n\t\t\t\"name\": \"libharfbuzz0b\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c\",\n\t\t\t\"size\": 468874,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8.3.0-2build2\"\n\t\t},\n\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb\",\n\t\t\t\"name\": \"libice6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5\",\n\t\t\t\"size\": 41398,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.10-1build3\"\n\t\t},\n\t\t\"/noble/libjansson4:amd64=2.14-2build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb\",\n\t\t\t\"name\": \"libjansson4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60\",\n\t\t\t\"size\": 32830,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.14-2build2\"\n\t\t},\n\t\t\"/noble/libjbig0:amd64=2.1-6.1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjbig0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a\",\n\t\t\t\"size\": 29668,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1-6.1ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libjpeg-turbo8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2\",\n\t\t\t\"size\": 149982,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.1.5-2ubuntu2\"\n\t\t},\n\t\t\"/noble/libjpeg8:amd64=8c-2ubuntu11\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb\",\n\t\t\t\"name\": \"libjpeg8\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9\",\n\t\t\t\"size\": 2148,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"8c-2ubuntu11\"\n\t\t},\n\t\t\"/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"liblerc4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7\",\n\t\t\t\"size\": 179378,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"4.0.0+ds-4ubuntu2\"\n\t\t},\n\t\t\"/noble/libltdl7:amd64=2.4.7-7build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb\",\n\t\t\t\"name\": \"libltdl7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966\",\n\t\t\t\"size\": 40258,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2.4.7-7build1\"\n\t\t},\n\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpango-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54\",\n\t\t\t\"size\": 230606,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\",\n\t\t\t\t\"/noble/libcairo2:amd64=1.18.0-3build1\",\n\t\t\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\",\n\t\t\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangocairo-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376\",\n\t\t\t\"size\": 28828,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1\",\n\t\t\t\t\"/noble/libthai0:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\",\n\t\t\t\t\"/noble/libharfbuzz0b:amd64=8.3.0-2build2\",\n\t\t\t\t\"/noble/libgraphite2-3:amd64=1.3.14-2build1\",\n\t\t\t\t\"/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8\",\n\t\t\t\t\"/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1\",\n\t\t\t\t\"/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libffi8:amd64=3.4.6-1build1\",\n\t\t\t\t\"/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1\",\n\t\t\t\t\"/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5\",\n\t\t\t\t\"/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1\",\n\t\t\t\t\"/noble/libbrotli1:amd64=1.1.0-2build2\",\n\t\t\t\t\"/noble/libfribidi0:amd64=1.0.13-3build1\",\n\t\t\t\t\"/noble/fontconfig:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble/fonts-dejavu-core:amd64=2.37-8\",\n\t\t\t\t\"/noble/fonts-dejavu-mono:amd64=2.37-8\",\n\t\t\t\t\"/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2\",\n\t\t\t\t\"/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpangoft2-1.0-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d\",\n\t\t\t\"size\": 42532,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t\"/noble/libpixman-1-0:amd64=0.42.2-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb\",\n\t\t\t\"name\": \"libpixman-1-0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421\",\n\t\t\t\"size\": 279306,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.42.2-1build1\"\n\t\t},\n\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libsharpyuv0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791\",\n\t\t\t\"size\": 15786,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb\",\n\t\t\t\"name\": \"libsm6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf\",\n\t\t\t\"size\": 15684,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.2.3-1build3\"\n\t\t},\n\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb\",\n\t\t\t\"name\": \"libthai-data\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7\",\n\t\t\t\"size\": 158016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libthai0:amd64=0.1.29-2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libdatrie1:amd64=0.2.13-3build1\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble/libthai-data:amd64=0.1.29-2build1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb\",\n\t\t\t\"name\": \"libthai0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508\",\n\t\t\t\"size\": 18914,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t\"/noble/libwebp7:amd64=1.3.2-0.4build3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libsharpyuv0:amd64=1.3.2-0.4build3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb\",\n\t\t\t\"name\": \"libwebp7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484\",\n\t\t\t\"size\": 230220,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb\",\n\t\t\t\"name\": \"libx11-6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80\",\n\t\t\t\"size\": 649780,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [],\n\t\t\t\"filename\": \"pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb\",\n\t\t\t\"name\": \"libx11-data\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08\",\n\t\t\t\"size\": 115446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb\",\n\t\t\t\"name\": \"libxau6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80\",\n\t\t\t\"size\": 7160,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.0.9-1build6\"\n\t\t},\n\t\t\"/noble/libxaw7:amd64=2:1.0.14-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\",\n\t\t\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxaw7\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0\",\n\t\t\t\"size\": 186984,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.0.14-1build2\"\n\t\t},\n\t\t\"/noble/libxcb-render0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-render0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5\",\n\t\t\t\"size\": 16230,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb-shm0:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb-shm0\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325\",\n\t\t\t\"size\": 5756,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb\",\n\t\t\t\"name\": \"libxcb1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58\",\n\t\t\t\"size\": 47730,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb\",\n\t\t\t\"name\": \"libxdmcp6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb\",\n\t\t\t\"size\": 10254,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.1.3-0ubuntu6\"\n\t\t},\n\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxext6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679\",\n\t\t\t\"size\": 30406,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.3.4-1build2\"\n\t\t},\n\t\t\"/noble/libxmu6:amd64=2:1.1.3-3build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\",\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble/libxext6:amd64=2:1.3.4-1build2\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb\",\n\t\t\t\"name\": \"libxmu6\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853\",\n\t\t\t\"size\": 47610,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"2:1.1.3-3build2\"\n\t\t},\n\t\t\"/noble/libxpm4:amd64=1:3.5.17-1build2\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb\",\n\t\t\t\"name\": \"libxpm4\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97\",\n\t\t\t\"size\": 36462,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:3.5.17-1build2\"\n\t\t},\n\t\t\"/noble/libxrender1:amd64=1:0.9.10-1.1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb\",\n\t\t\t\"name\": \"libxrender1\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea\",\n\t\t\t\"size\": 19016,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:0.9.10-1.1build1\"\n\t\t},\n\t\t\"/noble/libxt6t64:amd64=1:1.2.1-1.2build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/libx11-6:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libx11-data:amd64=2:1.8.7-1build1\",\n\t\t\t\t\"/noble/libxcb1:amd64=1.15-1ubuntu2\",\n\t\t\t\t\"/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/libbsd0:amd64=0.12.1-1build1.1\",\n\t\t\t\t\"/noble-updates/libmd0:amd64=1.1.0-2build1.1\",\n\t\t\t\t\"/noble/libxau6:amd64=1:1.0.9-1build6\",\n\t\t\t\t\"/noble/libsm6:amd64=2:1.2.3-1build3\",\n\t\t\t\t\"/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5\",\n\t\t\t\t\"/noble/libice6:amd64=2:1.0.10-1build3\",\n\t\t\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\",\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb\",\n\t\t\t\"name\": \"libxt6t64\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489\",\n\t\t\t\"size\": 170810,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:1.2.1-1.2build1\"\n\t\t},\n\t\t\"/noble/mawk:amd64=1.3.4.20240123-1build1\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb\",\n\t\t\t\"name\": \"mawk\",\n\t\t\t\"section\": \"utils\",\n\t\t\t\"sha256\": \"dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9\",\n\t\t\t\"size\": 127222,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t},\n\t\t\"/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb\",\n\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\"section\": \"libs\",\n\t\t\t\"sha256\": \"7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71\",\n\t\t\t\"size\": 67446,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t},\n\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\": {\n\t\t\t\"architecture\": \"amd64\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb\",\n\t\t\t\"name\": \"sysvinit-utils\",\n\t\t\t\"section\": \"admin\",\n\t\t\t\"sha256\": \"03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e\",\n\t\t\t\"size\": 34170,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"3.08-6ubuntu3\"\n\t\t},\n\t\t\"/noble/x11-common:amd64=1:7.7+23ubuntu3\": {\n\t\t\t\"architecture\": \"all\",\n\t\t\t\"depends_on\": [\n\t\t\t\t\"/noble/sysvinit-utils:amd64=3.08-6ubuntu3\",\n\t\t\t\t\"/noble-updates/libc6:amd64=2.39-0ubuntu8.7\",\n\t\t\t\t\"/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1\",\n\t\t\t\t\"/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1\"\n\t\t\t],\n\t\t\t\"filename\": \"pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb\",\n\t\t\t\"name\": \"x11-common\",\n\t\t\t\"section\": \"x11\",\n\t\t\t\"sha256\": \"b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46\",\n\t\t\t\"size\": 21748,\n\t\t\t\"suite\": \"noble\",\n\t\t\t\"version\": \"1:7.7+23ubuntu3\"\n\t\t}\n\t},\n\t\"sources\": {\n\t\t\"noble\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-security\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t},\n\t\t\"noble-updates\": {\n\t\t\t\"architectures\": [\n\t\t\t\t\"amd64\"\n\t\t\t],\n\t\t\t\"components\": [\n\t\t\t\t\"main\",\n\t\t\t\t\"universe\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"deb\"\n\t\t\t],\n\t\t\t\"uris\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z\"\n\t\t\t]\n\t\t}\n\t},\n\t\"version\": 2\n}", + "architecture": "amd64" } }, - "docs_runtime_libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_linux-libc-dev-amd64_6.8.0-107.107_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb" - ], - "sha256": "aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd" + "files": "[]" } }, - "docs_runtime_gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_linux-libc-dev-amd64_6.8.0-107.107": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_linux-libc-dev-amd64_6.8.0-107.107", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb" ], - "sha256": "b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f" + "sha256": "fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "linux-libc-dev" } }, - "docs_runtime_mawk_1.3.4.20240123-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb" - ], - "sha256": "dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9" + "files": "[]" } }, - "docs_runtime_fakechroot_2.20.1-p-ds-15_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675" + "package_name": "libstdc++6" } }, - "docs_runtime_libfakechroot_2.20.1-p-ds-15_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb" - ], - "sha256": "6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70" + "files": "[]" } }, - "docs_runtime_binutils_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libgcc-s1" } }, - "docs_runtime_binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb" - ], - "sha256": "1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29" + "files": "[]" } }, - "docs_runtime_zlib1g_1-1.3.dfsg-3.1ubuntu2.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libc6-amd64_2.39-0ubuntu8.7": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libc6-amd64_2.39-0ubuntu8.7", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb" ], - "sha256": "7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20" + "sha256": "955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libc6" } }, - "docs_runtime_libzstd1_1.5.5-p-dfsg2-2build1.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb" - ], - "sha256": "dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727" + "files": "[]" } }, - "docs_runtime_libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb" ], - "sha256": "a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0" + "sha256": "b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "gcc-14-base" } }, - "docs_runtime_libsframe1_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libstdc---13-dev-amd64_13.3.0-6ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb" - ], - "sha256": "72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564" + "files": "[]" } }, - "docs_runtime_libjansson4_2.14-2build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libstdc---13-dev-amd64_13.3.0-6ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libstdc---13-dev-amd64_13.3.0-6ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb" ], - "sha256": "0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60" - } - }, - "docs_runtime_libgprofng0_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", - "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6-dev:amd64=2.39-0ubuntu8.7", + "/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libcrypt-dev:amd64=1:4.4.36-4build1", + "/noble/libcrypt1:amd64=1:4.4.36-4build1", + "/noble-updates/linux-libc-dev:amd64=6.8.0-107.107", + "/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-13-dev:amd64=13.3.0-6ubuntu2~24.04.1", + "/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-dev-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble_rpcsvc-proto-amd64_1.4.2-0ubuntu7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcrypt-dev-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcrypt1-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_linux-libc-dev-amd64_6.8.0-107.107_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc-dev-bin-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-13-dev-amd64_13.3.0-6ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libquadmath0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libhwasan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libubsan1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libtsan2-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblsan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libasan8-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libatomic1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libitm1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgomp1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-13-base-amd64_13.3.0-6ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libstdc++-13-dev" + } + }, + "noble-updates_libc6-dev-amd64_2.39-0ubuntu8.7_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libc6-dev-amd64_2.39-0ubuntu8.7": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libc6-dev-amd64_2.39-0ubuntu8.7", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb" + ], + "sha256": "bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3", + "mergedusr": false, + "depends_on": [ + "/noble/rpcsvc-proto:amd64=1.4.2-0ubuntu7", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libcrypt-dev:amd64=1:4.4.36-4build1", + "/noble/libcrypt1:amd64=1:4.4.36-4build1", + "/noble-updates/linux-libc-dev:amd64=6.8.0-107.107", + "/noble-updates/libc-dev-bin:amd64=2.39-0ubuntu8.7" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_rpcsvc-proto-amd64_1.4.2-0ubuntu7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcrypt-dev-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcrypt1-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_linux-libc-dev-amd64_6.8.0-107.107_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc-dev-bin-amd64_2.39-0ubuntu8.7_filemap//:filemap.json" ], - "sha256": "1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8" + "package_name": "libc6-dev" } }, - "docs_runtime_libbinutils_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_rpcsvc-proto-amd64_1.4.2-0ubuntu7_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb" - ], - "sha256": "064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699" + "files": "[]" } }, - "docs_runtime_binutils-common_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_rpcsvc-proto-amd64_1.4.2-0ubuntu7": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_rpcsvc-proto-amd64_1.4.2-0ubuntu7", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb" + ], + "sha256": "7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "rpcsvc-proto" } }, - "docs_runtime_libctf0_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libcrypt-dev-amd64_1-4.4.36-4build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb" - ], - "sha256": "7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645" + "files": "[]" } }, - "docs_runtime_libctf-nobfd0_2.42-4ubuntu2.10_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libcrypt-dev-amd64_1-4.4.36-4build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libcrypt-dev-amd64_1-4.4.36-4build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb" ], - "sha256": "da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078" + "sha256": "2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1", + "mergedusr": false, + "depends_on": [ + "/noble/libcrypt1:amd64=1:4.4.36-4build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libcrypt1-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libcrypt-dev" } }, - "docs_runtime_graphviz_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libcrypt1-amd64_1-4.4.36-4build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb" - ], - "sha256": "be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85" + "files": "[]" } }, - "docs_runtime_libxt6t64_1-1.2.1-1.2build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libcrypt1-amd64_1-4.4.36-4build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libcrypt1-amd64_1-4.4.36-4build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb" + ], + "sha256": "9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libcrypt1" } }, - "docs_runtime_libx11-6_2-1.8.7-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libc-dev-bin-amd64_2.39-0ubuntu8.7_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb" - ], - "sha256": "397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80" + "files": "[]" } }, - "docs_runtime_libx11-data_2-1.8.7-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libc-dev-bin-amd64_2.39-0ubuntu8.7": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libc-dev-bin-amd64_2.39-0ubuntu8.7", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb" + ], + "sha256": "83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08" + "package_name": "libc-dev-bin" } }, - "docs_runtime_libxcb1_1.15-1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgcc-13-dev-amd64_13.3.0-6ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb" - ], - "sha256": "e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58" + "files": "[]" } }, - "docs_runtime_libxdmcp6_1-1.1.3-0ubuntu6_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgcc-13-dev-amd64_13.3.0-6ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libgcc-13-dev-amd64_13.3.0-6ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb" ], - "sha256": "bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb" - } - }, - "docs_runtime_libbsd0_0.12.1-1build1.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", - "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "sha256": "cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libquadmath0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libhwasan0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libubsan1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libtsan2:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/liblsan0:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libasan8:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libatomic1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libitm1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgomp1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-13-base:amd64=13.3.0-6ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libquadmath0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libhwasan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libubsan1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libtsan2-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblsan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libasan8-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libatomic1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libitm1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgomp1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-13-base-amd64_13.3.0-6ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libgcc-13-dev" + } + }, + "noble-updates_libquadmath0-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libquadmath0-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libquadmath0-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libquadmath0" } }, - "docs_runtime_libmd0_1.1.0-2build1.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libhwasan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb" - ], - "sha256": "e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7" + "files": "[]" } }, - "docs_runtime_libxau6_1-1.0.9-1build6_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libhwasan0-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libhwasan0-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80" + "package_name": "libhwasan0" } }, - "docs_runtime_libsm6_2-1.2.3-1build3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libubsan1-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb" - ], - "sha256": "1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf" + "files": "[]" } }, - "docs_runtime_libuuid1_2.39.3-9ubuntu6.5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libubsan1-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libubsan1-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libubsan1" } }, - "docs_runtime_libice6_2-1.0.10-1build3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libtsan2-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb" - ], - "sha256": "ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5" + "files": "[]" } }, - "docs_runtime_x11-common_1-7.7-p-23ubuntu3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libtsan2-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libtsan2-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb" ], - "sha256": "b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46" + "sha256": "8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libtsan2" } }, - "docs_runtime_sysvinit-utils_3.08-6ubuntu3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_liblsan0-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb" - ], - "sha256": "03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e" + "files": "[]" } }, - "docs_runtime_libxmu6_2-1.1.3-3build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_liblsan0-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_liblsan0-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "liblsan0" } }, - "docs_runtime_libxext6_2-1.3.4-1build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libasan8-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb" - ], - "sha256": "45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679" + "files": "[]" } }, - "docs_runtime_libxaw7_2-1.0.14-1build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libasan8-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libasan8-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0" + "package_name": "libasan8" } }, - "docs_runtime_libxpm4_1-3.5.17-1build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libatomic1-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb" - ], - "sha256": "ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97" + "files": "[]" } }, - "docs_runtime_liblab-gamut1_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libatomic1-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libatomic1-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libatomic1" } }, - "docs_runtime_libgvpr2_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libitm1-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb" - ], - "sha256": "1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82" + "files": "[]" } }, - "docs_runtime_libcgraph6_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libitm1-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libitm1-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb" ], - "sha256": "4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2" + "sha256": "1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libitm1" } }, - "docs_runtime_libcdt5_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgomp1-amd64_14.2.0-4ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb" - ], - "sha256": "3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef" + "files": "[]" } }, - "docs_runtime_libgvc6_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgomp1-amd64_14.2.0-4ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libgomp1-amd64_14.2.0-4ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + ], + "sha256": "e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libgomp1" } }, - "docs_runtime_libwebp7_1.3.2-0.4build3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_gcc-13-base-amd64_13.3.0-6ubuntu2_24.04.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb" - ], - "sha256": "c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484" + "files": "[]" } }, - "docs_runtime_libsharpyuv0_1.3.2-0.4build3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_gcc-13-base-amd64_13.3.0-6ubuntu2_24.04.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_gcc-13-base-amd64_13.3.0-6ubuntu2_24.04.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb" ], - "sha256": "4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791" + "sha256": "e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "gcc-13-base" } }, - "docs_runtime_libpathplan4_2.42.2-9ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_base-files-amd64_13ubuntu10.4_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb" - ], - "sha256": "8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23" + "files": "[]" } }, - "docs_runtime_libpangoft2-1.0-0_1.52.1-p-ds-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_base-files-amd64_13ubuntu10.4": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_base-files-amd64_13ubuntu10.4", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb" + ], + "sha256": "94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8", + "mergedusr": false, + "depends_on": [ + "/noble/libcrypt1:amd64=1:4.4.36-4build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/mawk:amd64=1.3.4.20240123-1build1" ], - "sha256": "cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libcrypt1-amd64_1-4.4.36-4build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_mawk-amd64_1.3.4.20240123-1build1_filemap//:filemap.json" + ], + "package_name": "base-files" } }, - "docs_runtime_libpango-1.0-0_1.52.1-p-ds-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_mawk-amd64_1.3.4.20240123-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb" - ], - "sha256": "09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54" + "files": "[]" } }, - "docs_runtime_libthai0_0.1.29-2build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_mawk-amd64_1.3.4.20240123-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_mawk-amd64_1.3.4.20240123-1build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb" + ], + "sha256": "dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508" + "package_name": "mawk" } }, - "docs_runtime_libdatrie1_0.2.13-3build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_graphviz-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb" - ], - "sha256": "1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447" + "files": "[]" } }, - "docs_runtime_libthai-data_0.1.29-2build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_graphviz-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_graphviz-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb" + ], + "sha256": "be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85", + "mergedusr": false, + "depends_on": [ + "/noble/libxt6t64:amd64=1:1.2.1-1.2build1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libsm6:amd64=2:1.2.3-1build3", + "/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libice6:amd64=2:1.0.10-1build3", + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble/libxmu6:amd64=2:1.1.3-3build2", + "/noble/libxext6:amd64=2:1.3.4-1build2", + "/noble/libxaw7:amd64=2:1.0.14-1build2", + "/noble/libxpm4:amd64=1:3.5.17-1build2", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/liblab-gamut1:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libgvpr2:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libgvc6:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble/libwebp7:amd64=1.3.2-0.4build3", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3", + "/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1", + "/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libthai0:amd64=0.1.29-2build1", + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble/libthai-data:amd64=0.1.29-2build1", + "/noble/libharfbuzz0b:amd64=8.3.0-2build2", + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfribidi0:amd64=1.0.13-3build1", + "/noble/fontconfig:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4", + "/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libcairo2:amd64=1.18.0-3build1", + "/noble/libxrender1:amd64=1:0.9.10-1.1build1", + "/noble/libxcb-shm0:amd64=1.15-1ubuntu2", + "/noble/libxcb-render0:amd64=1.15-1ubuntu2", + "/noble/libpixman-1-0:amd64=0.42.2-1build1", + "/noble/libltdl7:amd64=2.4.7-7build1", + "/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1", + "/noble/libgd3:amd64=2.3.3-9ubuntu5", + "/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2", + "/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2", + "/noble/libjpeg8:amd64=8c-2ubuntu11", + "/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2", + "/noble/libjbig0:amd64=2.1-6.1ubuntu2", + "/noble-updates/libdeflate0:amd64=1.19-1build1.1", + "/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble/libann0:amd64=1.1.2+doc-9build1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxt6t64-amd64_1-1.2.1-1.2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsm6-amd64_2-1.2.3-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libice6-amd64_2-1.0.10-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxmu6-amd64_2-1.1.3-3build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxaw7-amd64_2-1.0.14-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxpm4-amd64_1-3.5.17-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblab-gamut1-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgvpr2-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgvc6-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libwebp7-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpathplan4-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpango-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai0-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfribidi0-amd64_1.0.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpangocairo-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcairo2-amd64_1.18.0-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxrender1-amd64_1-0.9.10-1.1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-shm0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-render0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpixman-1-0-amd64_0.42.2-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libltdl7-amd64_2.4.7-7build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgts-0.7-5t64-amd64_0.7.6-darcs121130-5.2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgd3-amd64_2.3.3-9ubuntu5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_liblerc4-amd64_4.0.0-ds-4ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg8-amd64_8c-2ubuntu11_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjbig0-amd64_2.1-6.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libdeflate0-amd64_1.19-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libann0-amd64_1.1.2-doc-9build1_filemap//:filemap.json" + ], + "package_name": "graphviz" + } + }, + "noble_libxt6t64-amd64_1-1.2.1-1.2build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxt6t64-amd64_1-1.2.1-1.2build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxt6t64-amd64_1-1.2.1-1.2build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb" + ], + "sha256": "2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489", + "mergedusr": false, + "depends_on": [ + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libsm6:amd64=2:1.2.3-1build3", + "/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libice6:amd64=2:1.0.10-1build3", + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsm6-amd64_2-1.2.3-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libice6-amd64_2-1.0.10-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json" + ], + "package_name": "libxt6t64" + } + }, + "noble_libx11-6-amd64_2-1.8.7-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libx11-6-amd64_2-1.8.7-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libx11-6-amd64_2-1.8.7-1build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb" + ], + "sha256": "397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80", + "mergedusr": false, + "depends_on": [ + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" ], - "sha256": "6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" + ], + "package_name": "libx11-6" } }, - "docs_runtime_libharfbuzz0b_8.3.0-2build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libx11-data-amd64_2-1.8.7-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb" - ], - "sha256": "d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c" + "files": "[]" } }, - "docs_runtime_libgraphite2-3_1.3.14-2build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libx11-data-amd64_2-1.8.7-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libx11-data-amd64_2-1.8.7-1build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb" ], - "sha256": "e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba" + "sha256": "9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "libx11-data" } }, - "docs_runtime_libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxcb1-amd64_1.15-1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb" - ], - "sha256": "ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f" + "files": "[]" } }, - "docs_runtime_libselinux1_3.5-2ubuntu2.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxcb1-amd64_1.15-1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libxcb1-amd64_1.15-1ubuntu2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb" + ], + "sha256": "e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58", + "mergedusr": false, + "depends_on": [ + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" ], - "sha256": "6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" + ], + "package_name": "libxcb1" } }, - "docs_runtime_libpcre2-8-0_10.42-4ubuntu2.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb" - ], - "sha256": "110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0" + "files": "[]" } }, - "docs_runtime_libmount1_2.39.3-9ubuntu6.5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb" + ], + "sha256": "bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json" ], - "sha256": "7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f" + "package_name": "libxdmcp6" } }, - "docs_runtime_libblkid1_2.39.3-9ubuntu6.5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb" - ], - "sha256": "2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82" + "files": "[]" } }, - "docs_runtime_libffi8_3.4.6-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libbsd0-amd64_0.12.1-1build1.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libbsd0-amd64_0.12.1-1build1.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb" + ], + "sha256": "f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libbsd0" } }, - "docs_runtime_libfreetype6_2.13.2-p-dfsg-1ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb" - ], - "sha256": "f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af" + "files": "[]" } }, - "docs_runtime_libpng16-16t64_1.6.43-5ubuntu0.5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libmd0-amd64_1.1.0-2build1.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libmd0-amd64_1.1.0-2build1.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb" ], - "sha256": "074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc" + "sha256": "e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libmd0" } }, - "docs_runtime_libbz2-1.0_1.0.8-5.1build0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxau6-amd64_1-1.0.9-1build6_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb" - ], - "sha256": "d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73" + "files": "[]" } }, - "docs_runtime_libbrotli1_1.1.0-2build2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxau6-amd64_1-1.0.9-1build6": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libxau6-amd64_1-1.0.9-1build6", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb" + ], + "sha256": "e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libxau6" } }, - "docs_runtime_libfribidi0_1.0.13-3build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libsm6-amd64_2-1.2.3-1build3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb" - ], - "sha256": "6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d" + "files": "[]" } }, - "docs_runtime_fontconfig_2.15.0-1.1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libsm6-amd64_2-1.2.3-1build3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libsm6-amd64_2-1.2.3-1build3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb" + ], + "sha256": "1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libice6:amd64=2:1.0.10-1build3", + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libice6-amd64_2-1.0.10-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json" ], - "sha256": "ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5" + "package_name": "libsm6" } }, - "docs_runtime_fontconfig-config_2.15.0-1.1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb" - ], - "sha256": "9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf" + "files": "[]" } }, - "docs_runtime_fonts-dejavu-core_2.37-8_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb" + ], + "sha256": "2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libuuid1" } }, - "docs_runtime_fonts-dejavu-mono_2.37-8_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libice6-amd64_2-1.0.10-1build3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb" - ], - "sha256": "8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a" + "files": "[]" } }, - "docs_runtime_libfontconfig1_2.15.0-1.1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libice6-amd64_2-1.0.10-1build3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libice6-amd64_2-1.0.10-1build3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb" ], - "sha256": "a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586" + "sha256": "ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5", + "mergedusr": false, + "depends_on": [ + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json" + ], + "package_name": "libice6" } }, - "docs_runtime_libexpat1_2.6.1-2ubuntu0.4_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_x11-common-amd64_1-7.7-23ubuntu3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb" - ], - "sha256": "126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5" + "files": "[]" } }, - "docs_runtime_libpangocairo-1.0-0_1.52.1-p-ds-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_x11-common-amd64_1-7.7-23ubuntu3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_x11-common-amd64_1-7.7-23ubuntu3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb" + ], + "sha256": "b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46", + "mergedusr": false, + "depends_on": [ + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "x11-common" } }, - "docs_runtime_libcairo2_1.18.0-3build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb" - ], - "sha256": "96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36" + "files": "[]" } }, - "docs_runtime_libxrender1_1-0.9.10-1.1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_sysvinit-utils-amd64_3.08-6ubuntu3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_sysvinit-utils-amd64_3.08-6ubuntu3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb" + ], + "sha256": "03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea" + "package_name": "sysvinit-utils" } }, - "docs_runtime_libxcb-shm0_1.15-1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxmu6-amd64_2-1.1.3-3build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb" - ], - "sha256": "229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325" + "files": "[]" } }, - "docs_runtime_libxcb-render0_1.15-1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxmu6-amd64_2-1.1.3-3build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libxmu6-amd64_2-1.1.3-3build2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb" + ], + "sha256": "05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853", + "mergedusr": false, + "depends_on": [ + "/noble/libxt6t64:amd64=1:1.2.1-1.2build1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libsm6:amd64=2:1.2.3-1build3", + "/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libice6:amd64=2:1.0.10-1build3", + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble/libxext6:amd64=2:1.3.4-1build2" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxt6t64-amd64_1-1.2.1-1.2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsm6-amd64_2-1.2.3-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libice6-amd64_2-1.0.10-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json" + ], + "package_name": "libxmu6" + } + }, + "noble_libxext6-amd64_2-1.3.4-1build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxext6-amd64_2-1.3.4-1build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxext6-amd64_2-1.3.4-1build2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb" + ], + "sha256": "45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679", + "mergedusr": false, + "depends_on": [ + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" ], - "sha256": "7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5" + "package_name": "libxext6" } }, - "docs_runtime_libpixman-1-0_0.42.2-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxaw7-amd64_2-1.0.14-1build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb" - ], - "sha256": "d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421" + "files": "[]" } }, - "docs_runtime_libltdl7_2.4.7-7build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libxaw7-amd64_2-1.0.14-1build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libxaw7-amd64_2-1.0.14-1build2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb" + ], + "sha256": "2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0", + "mergedusr": false, + "depends_on": [ + "/noble/libxt6t64:amd64=1:1.2.1-1.2build1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libsm6:amd64=2:1.2.3-1build3", + "/noble-updates/libuuid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libice6:amd64=2:1.0.10-1build3", + "/noble/x11-common:amd64=1:7.7+23ubuntu3", + "/noble/sysvinit-utils:amd64=3.08-6ubuntu3", + "/noble/libxpm4:amd64=1:3.5.17-1build2", + "/noble/libxmu6:amd64=2:1.1.3-3build2", + "/noble/libxext6:amd64=2:1.3.4-1build2" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxt6t64-amd64_1-1.2.1-1.2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsm6-amd64_2-1.2.3-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libuuid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libice6-amd64_2-1.0.10-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_x11-common-amd64_1-7.7-23ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_sysvinit-utils-amd64_3.08-6ubuntu3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxpm4-amd64_1-3.5.17-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxmu6-amd64_2-1.1.3-3build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json" + ], + "package_name": "libxaw7" + } + }, + "noble_libxpm4-amd64_1-3.5.17-1build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxpm4-amd64_1-3.5.17-1build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxpm4-amd64_1-3.5.17-1build2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb" + ], + "sha256": "ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97", + "mergedusr": false, + "depends_on": [ + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" ], - "sha256": "02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966" + "package_name": "libxpm4" } }, - "docs_runtime_libgts-0.7-5t64_0.7.6-p-darcs121130-5.2build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_liblab-gamut1-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb" - ], - "sha256": "a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48" + "files": "[]" } }, - "docs_runtime_libgd3_2.3.3-9ubuntu5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_liblab-gamut1-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_liblab-gamut1-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb" ], - "sha256": "dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae" + "sha256": "b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "liblab-gamut1" } }, - "docs_runtime_libtiff6_4.5.1-p-git230720-4ubuntu2.5_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgvpr2-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb" - ], - "sha256": "564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8" + "files": "[]" } }, - "docs_runtime_liblzma5_5.6.1-p-really5.4.5-1ubuntu0.2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgvpr2-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libgvpr2-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb" + ], + "sha256": "1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca" + "package_name": "libgvpr2" } }, - "docs_runtime_liblerc4_4.0.0-p-ds-4ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb" - ], - "sha256": "f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7" + "files": "[]" } }, - "docs_runtime_libjpeg8_8c-2ubuntu11_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb" + ], + "sha256": "4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libcgraph6" } }, - "docs_runtime_libjpeg-turbo8_2.1.5-2ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb" - ], - "sha256": "f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2" + "files": "[]" } }, - "docs_runtime_libjbig0_2.1-6.1ubuntu2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb" ], - "sha256": "074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a" + "sha256": "3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libcdt5" } }, - "docs_runtime_libdeflate0_1.19-1build1.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgvc6-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb" - ], - "sha256": "8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269" + "files": "[]" } }, - "docs_runtime_libheif1_1.17.6-1ubuntu4.2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libgvc6-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libgvc6-amd64_2.42.2-9ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb" + ], + "sha256": "dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libwebp7:amd64=1.3.2-0.4build3", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libpathplan4:amd64=2.42.2-9ubuntu0.1", + "/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libthai0:amd64=0.1.29-2build1", + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble/libthai-data:amd64=0.1.29-2build1", + "/noble/libharfbuzz0b:amd64=8.3.0-2build2", + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfribidi0:amd64=1.0.13-3build1", + "/noble/fontconfig:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4", + "/noble/libpangocairo-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libcairo2:amd64=1.18.0-3build1", + "/noble/libxrender1:amd64=1:0.9.10-1.1build1", + "/noble/libxext6:amd64=2:1.3.4-1build2", + "/noble/libxcb-shm0:amd64=1.15-1ubuntu2", + "/noble/libxcb-render0:amd64=1.15-1ubuntu2", + "/noble/libpixman-1-0:amd64=0.42.2-1build1", + "/noble/libltdl7:amd64=2.4.7-7build1", + "/noble/libgts-0.7-5t64:amd64=0.7.6+darcs121130-5.2build1", + "/noble/libgd3:amd64=2.3.3-9ubuntu5", + "/noble/libxpm4:amd64=1:3.5.17-1build2", + "/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2", + "/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2", + "/noble/libjpeg8:amd64=8c-2ubuntu11", + "/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2", + "/noble/libjbig0:amd64=2.1-6.1ubuntu2", + "/noble-updates/libdeflate0:amd64=1.19-1build1.1", + "/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble-updates/libcgraph6:amd64=2.42.2-9ubuntu0.1", + "/noble-updates/libcdt5:amd64=2.42.2-9ubuntu0.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libwebp7-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpathplan4-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpango-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai0-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfribidi0-amd64_1.0.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpangocairo-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcairo2-amd64_1.18.0-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxrender1-amd64_1-0.9.10-1.1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-shm0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-render0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpixman-1-0-amd64_0.42.2-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libltdl7-amd64_2.4.7-7build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgts-0.7-5t64-amd64_0.7.6-darcs121130-5.2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgd3-amd64_2.3.3-9ubuntu5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxpm4-amd64_1-3.5.17-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_liblerc4-amd64_4.0.0-ds-4ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg8-amd64_8c-2ubuntu11_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjbig0-amd64_2.1-6.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libdeflate0-amd64_1.19-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libcgraph6-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libcdt5-amd64_2.42.2-9ubuntu0.1_filemap//:filemap.json" + ], + "package_name": "libgvc6" + } + }, + "noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb" ], - "sha256": "c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026" + "sha256": "7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "zlib1g" } }, - "docs_runtime_libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libwebp7-amd64_1.3.2-0.4build3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb" - ], - "sha256": "f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341" + "files": "[]" } }, - "docs_runtime_libde265-0_1.0.15-1build3_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libwebp7-amd64_1.3.2-0.4build3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libwebp7-amd64_1.3.2-0.4build3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb" + ], + "sha256": "c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484", + "mergedusr": false, + "depends_on": [ + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libwebp7" } }, - "docs_runtime_libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb" - ], - "sha256": "65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6" + "files": "[]" } }, - "docs_runtime_libaom3_3.8.2-2ubuntu0.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libsharpyuv0-amd64_1.3.2-0.4build3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libsharpyuv0-amd64_1.3.2-0.4build3", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb" + ], + "sha256": "4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9" + "package_name": "libsharpyuv0" } }, - "docs_runtime_libann0_1.1.2-p-doc-9build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libpathplan4-amd64_2.42.2-9ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb" - ], - "sha256": "88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1" + "files": "[]" } }, - "docs_runtime_resolve": { - "repoRuleId": "@@rules_distroless+//apt/private:deb_resolve.bzl%deb_resolve", + "noble-updates_libpathplan4-amd64_2.42.2-9ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "manifest": "@@score_tooling+//third_party/docs_runtime:manifest.yaml", - "resolve_transitive": true + "target_name": "noble-updates_libpathplan4-amd64_2.42.2-9ubuntu0.1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb" + ], + "sha256": "8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libpathplan4" } }, - "docs_runtime": { - "repoRuleId": "@@rules_distroless+//apt/private:deb_translate_lock.bzl%deb_translate_lock", + "noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "lock_content": "{\n\t\"packages\": [\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"mawk_1.3.4.20240123-1build1_amd64\",\n\t\t\t\t\t\"name\": \"mawk\",\n\t\t\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"base-files_13ubuntu10.4_amd64\",\n\t\t\t\"name\": \"base-files\",\n\t\t\t\"sha256\": \"94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"13ubuntu10.4\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\"sha256\": \"9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\"name\": \"libc6\",\n\t\t\t\"sha256\": \"955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\"sha256\": \"aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\"sha256\": \"b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"mawk_1.3.4.20240123-1build1_amd64\",\n\t\t\t\"name\": \"mawk\",\n\t\t\t\"sha256\": \"dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libfakechroot_2.20.1-p-ds-15_amd64\",\n\t\t\t\t\t\"name\": \"libfakechroot\",\n\t\t\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"binutils_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"binutils\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"binutils-x86-64-linux-gnu\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"zlib1g_1-1.3.dfsg-3.1ubuntu2.1_amd64\",\n\t\t\t\t\t\"name\": \"zlib1g\",\n\t\t\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libzstd1_1.5.5-p-dfsg2-2build1.1_amd64\",\n\t\t\t\t\t\"name\": \"libzstd1\",\n\t\t\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libsframe1_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"libsframe1\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libjansson4_2.14-2build2_amd64\",\n\t\t\t\t\t\"name\": \"libjansson4\",\n\t\t\t\t\t\"version\": \"2.14-2build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgprofng0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"libgprofng0\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libbinutils_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"libbinutils\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"binutils-common_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"binutils-common\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libctf0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"libctf0\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libctf-nobfd0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\t\t\"name\": \"libctf-nobfd0\",\n\t\t\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"fakechroot_2.20.1-p-ds-15_amd64\",\n\t\t\t\"name\": \"fakechroot\",\n\t\t\t\"sha256\": \"f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libfakechroot_2.20.1-p-ds-15_amd64\",\n\t\t\t\"name\": \"libfakechroot\",\n\t\t\t\"sha256\": \"6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.20.1+ds-15\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"binutils_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"binutils\",\n\t\t\t\"sha256\": \"b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"binutils-x86-64-linux-gnu\",\n\t\t\t\"sha256\": \"1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"zlib1g_1-1.3.dfsg-3.1ubuntu2.1_amd64\",\n\t\t\t\"name\": \"zlib1g\",\n\t\t\t\"sha256\": \"7074b6a2f6367a10d280c00a1cb02e74277709180bab4f2491a2f355ab2d6c20\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/z/zlib/zlib1g_1.3.dfsg-3.1ubuntu2.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libzstd1_1.5.5-p-dfsg2-2build1.1_amd64\",\n\t\t\t\"name\": \"libzstd1\",\n\t\t\t\"sha256\": \"dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\"sha256\": \"a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libsframe1_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"libsframe1\",\n\t\t\t\"sha256\": \"72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libjansson4_2.14-2build2_amd64\",\n\t\t\t\"name\": \"libjansson4\",\n\t\t\t\"sha256\": \"0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.14-2build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgprofng0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"libgprofng0\",\n\t\t\t\"sha256\": \"1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libbinutils_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"libbinutils\",\n\t\t\t\"sha256\": \"064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"binutils-common_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"binutils-common\",\n\t\t\t\"sha256\": \"d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libctf0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"libctf0\",\n\t\t\t\"sha256\": \"7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libctf-nobfd0_2.42-4ubuntu2.10_amd64\",\n\t\t\t\"name\": \"libctf-nobfd0\",\n\t\t\t\"sha256\": \"da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42-4ubuntu2.10\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxt6t64_1-1.2.1-1.2build1_amd64\",\n\t\t\t\t\t\"name\": \"libxt6t64\",\n\t\t\t\t\t\"version\": \"1:1.2.1-1.2build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libx11-6_2-1.8.7-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libx11-6\",\n\t\t\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libx11-data_2-1.8.7-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libx11-data\",\n\t\t\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxcb1_1.15-1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libxcb1\",\n\t\t\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxdmcp6_1-1.1.3-0ubuntu6_amd64\",\n\t\t\t\t\t\"name\": \"libxdmcp6\",\n\t\t\t\t\t\"version\": \"1:1.1.3-0ubuntu6\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libbsd0_0.12.1-1build1.1_amd64\",\n\t\t\t\t\t\"name\": \"libbsd0\",\n\t\t\t\t\t\"version\": \"0.12.1-1build1.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libmd0_1.1.0-2build1.1_amd64\",\n\t\t\t\t\t\"name\": \"libmd0\",\n\t\t\t\t\t\"version\": \"1.1.0-2build1.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxau6_1-1.0.9-1build6_amd64\",\n\t\t\t\t\t\"name\": \"libxau6\",\n\t\t\t\t\t\"version\": \"1:1.0.9-1build6\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libsm6_2-1.2.3-1build3_amd64\",\n\t\t\t\t\t\"name\": \"libsm6\",\n\t\t\t\t\t\"version\": \"2:1.2.3-1build3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libuuid1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\t\t\"name\": \"libuuid1\",\n\t\t\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libice6_2-1.0.10-1build3_amd64\",\n\t\t\t\t\t\"name\": \"libice6\",\n\t\t\t\t\t\"version\": \"2:1.0.10-1build3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"x11-common_1-7.7-p-23ubuntu3_amd64\",\n\t\t\t\t\t\"name\": \"x11-common\",\n\t\t\t\t\t\"version\": \"1:7.7+23ubuntu3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"sysvinit-utils_3.08-6ubuntu3_amd64\",\n\t\t\t\t\t\"name\": \"sysvinit-utils\",\n\t\t\t\t\t\"version\": \"3.08-6ubuntu3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxmu6_2-1.1.3-3build2_amd64\",\n\t\t\t\t\t\"name\": \"libxmu6\",\n\t\t\t\t\t\"version\": \"2:1.1.3-3build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxext6_2-1.3.4-1build2_amd64\",\n\t\t\t\t\t\"name\": \"libxext6\",\n\t\t\t\t\t\"version\": \"2:1.3.4-1build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxaw7_2-1.0.14-1build2_amd64\",\n\t\t\t\t\t\"name\": \"libxaw7\",\n\t\t\t\t\t\"version\": \"2:1.0.14-1build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxpm4_1-3.5.17-1build2_amd64\",\n\t\t\t\t\t\"name\": \"libxpm4\",\n\t\t\t\t\t\"version\": \"1:3.5.17-1build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"liblab-gamut1_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"liblab-gamut1\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgvpr2_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libgvpr2\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcgraph6_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libcgraph6\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcdt5_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libcdt5\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgvc6_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libgvc6\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"zlib1g_1-1.3.dfsg-3.1ubuntu2.1_amd64\",\n\t\t\t\t\t\"name\": \"zlib1g\",\n\t\t\t\t\t\"version\": \"1:1.3.dfsg-3.1ubuntu2.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libwebp7_1.3.2-0.4build3_amd64\",\n\t\t\t\t\t\"name\": \"libwebp7\",\n\t\t\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libsharpyuv0_1.3.2-0.4build3_amd64\",\n\t\t\t\t\t\"name\": \"libsharpyuv0\",\n\t\t\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpathplan4_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libpathplan4\",\n\t\t\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpangoft2-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libpangoft2-1.0-0\",\n\t\t\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpango-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libpango-1.0-0\",\n\t\t\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libthai0_0.1.29-2build1_amd64\",\n\t\t\t\t\t\"name\": \"libthai0\",\n\t\t\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libdatrie1_0.2.13-3build1_amd64\",\n\t\t\t\t\t\"name\": \"libdatrie1\",\n\t\t\t\t\t\"version\": \"0.2.13-3build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libthai-data_0.1.29-2build1_amd64\",\n\t\t\t\t\t\"name\": \"libthai-data\",\n\t\t\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libharfbuzz0b_8.3.0-2build2_amd64\",\n\t\t\t\t\t\"name\": \"libharfbuzz0b\",\n\t\t\t\t\t\"version\": \"8.3.0-2build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgraphite2-3_1.3.14-2build1_amd64\",\n\t\t\t\t\t\"name\": \"libgraphite2-3\",\n\t\t\t\t\t\"version\": \"1.3.14-2build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64\",\n\t\t\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libselinux1_3.5-2ubuntu2.1_amd64\",\n\t\t\t\t\t\"name\": \"libselinux1\",\n\t\t\t\t\t\"version\": \"3.5-2ubuntu2.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpcre2-8-0_10.42-4ubuntu2.1_amd64\",\n\t\t\t\t\t\"name\": \"libpcre2-8-0\",\n\t\t\t\t\t\"version\": \"10.42-4ubuntu2.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libmount1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\t\t\"name\": \"libmount1\",\n\t\t\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libblkid1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\t\t\"name\": \"libblkid1\",\n\t\t\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libffi8_3.4.6-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libffi8\",\n\t\t\t\t\t\"version\": \"3.4.6-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libfreetype6_2.13.2-p-dfsg-1ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libfreetype6\",\n\t\t\t\t\t\"version\": \"2.13.2+dfsg-1ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpng16-16t64_1.6.43-5ubuntu0.5_amd64\",\n\t\t\t\t\t\"name\": \"libpng16-16t64\",\n\t\t\t\t\t\"version\": \"1.6.43-5ubuntu0.5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libbz2-1.0_1.0.8-5.1build0.1_amd64\",\n\t\t\t\t\t\"name\": \"libbz2-1.0\",\n\t\t\t\t\t\"version\": \"1.0.8-5.1build0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libbrotli1_1.1.0-2build2_amd64\",\n\t\t\t\t\t\"name\": \"libbrotli1\",\n\t\t\t\t\t\"version\": \"1.1.0-2build2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libfribidi0_1.0.13-3build1_amd64\",\n\t\t\t\t\t\"name\": \"libfribidi0\",\n\t\t\t\t\t\"version\": \"1.0.13-3build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"fontconfig_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"fontconfig\",\n\t\t\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"fontconfig-config_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"fontconfig-config\",\n\t\t\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"fonts-dejavu-core_2.37-8_amd64\",\n\t\t\t\t\t\"name\": \"fonts-dejavu-core\",\n\t\t\t\t\t\"version\": \"2.37-8\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"fonts-dejavu-mono_2.37-8_amd64\",\n\t\t\t\t\t\"name\": \"fonts-dejavu-mono\",\n\t\t\t\t\t\"version\": \"2.37-8\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libfontconfig1_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libfontconfig1\",\n\t\t\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libexpat1_2.6.1-2ubuntu0.4_amd64\",\n\t\t\t\t\t\"name\": \"libexpat1\",\n\t\t\t\t\t\"version\": \"2.6.1-2ubuntu0.4\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpangocairo-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libpangocairo-1.0-0\",\n\t\t\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcairo2_1.18.0-3build1_amd64\",\n\t\t\t\t\t\"name\": \"libcairo2\",\n\t\t\t\t\t\"version\": \"1.18.0-3build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxrender1_1-0.9.10-1.1build1_amd64\",\n\t\t\t\t\t\"name\": \"libxrender1\",\n\t\t\t\t\t\"version\": \"1:0.9.10-1.1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxcb-shm0_1.15-1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libxcb-shm0\",\n\t\t\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libxcb-render0_1.15-1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libxcb-render0\",\n\t\t\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libpixman-1-0_0.42.2-1build1_amd64\",\n\t\t\t\t\t\"name\": \"libpixman-1-0\",\n\t\t\t\t\t\"version\": \"0.42.2-1build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libltdl7_2.4.7-7build1_amd64\",\n\t\t\t\t\t\"name\": \"libltdl7\",\n\t\t\t\t\t\"version\": \"2.4.7-7build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgts-0.7-5t64_0.7.6-p-darcs121130-5.2build1_amd64\",\n\t\t\t\t\t\"name\": \"libgts-0.7-5t64\",\n\t\t\t\t\t\"version\": \"0.7.6+darcs121130-5.2build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgd3_2.3.3-9ubuntu5_amd64\",\n\t\t\t\t\t\"name\": \"libgd3\",\n\t\t\t\t\t\"version\": \"2.3.3-9ubuntu5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libtiff6_4.5.1-p-git230720-4ubuntu2.5_amd64\",\n\t\t\t\t\t\"name\": \"libtiff6\",\n\t\t\t\t\t\"version\": \"4.5.1+git230720-4ubuntu2.5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libzstd1_1.5.5-p-dfsg2-2build1.1_amd64\",\n\t\t\t\t\t\"name\": \"libzstd1\",\n\t\t\t\t\t\"version\": \"1.5.5+dfsg2-2build1.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"liblzma5_5.6.1-p-really5.4.5-1ubuntu0.2_amd64\",\n\t\t\t\t\t\"name\": \"liblzma5\",\n\t\t\t\t\t\"version\": \"5.6.1+really5.4.5-1ubuntu0.2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"liblerc4_4.0.0-p-ds-4ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"liblerc4\",\n\t\t\t\t\t\"version\": \"4.0.0+ds-4ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libjpeg8_8c-2ubuntu11_amd64\",\n\t\t\t\t\t\"name\": \"libjpeg8\",\n\t\t\t\t\t\"version\": \"8c-2ubuntu11\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libjpeg-turbo8_2.1.5-2ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libjpeg-turbo8\",\n\t\t\t\t\t\"version\": \"2.1.5-2ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libjbig0_2.1-6.1ubuntu2_amd64\",\n\t\t\t\t\t\"name\": \"libjbig0\",\n\t\t\t\t\t\"version\": \"2.1-6.1ubuntu2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libdeflate0_1.19-1build1.1_amd64\",\n\t\t\t\t\t\"name\": \"libdeflate0\",\n\t\t\t\t\t\"version\": \"1.19-1build1.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libheif1_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\t\t\"name\": \"libheif1\",\n\t\t\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\t\t\"name\": \"libheif-plugin-libde265\",\n\t\t\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libde265-0_1.0.15-1build3_amd64\",\n\t\t\t\t\t\"name\": \"libde265-0\",\n\t\t\t\t\t\"version\": \"1.0.15-1build3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\t\t\"name\": \"libheif-plugin-aomdec\",\n\t\t\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libaom3_3.8.2-2ubuntu0.1_amd64\",\n\t\t\t\t\t\"name\": \"libaom3\",\n\t\t\t\t\t\"version\": \"3.8.2-2ubuntu0.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libann0_1.1.2-p-doc-9build1_amd64\",\n\t\t\t\t\t\"name\": \"libann0\",\n\t\t\t\t\t\"version\": \"1.1.2+doc-9build1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"graphviz_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"graphviz\",\n\t\t\t\"sha256\": \"be4e5b1b036babfb1663c095bc645c2fbab79dd57b213fc3b1ab0d48e810dd85\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/graphviz_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxt6t64_1-1.2.1-1.2build1_amd64\",\n\t\t\t\"name\": \"libxt6t64\",\n\t\t\t\"sha256\": \"2e4317d5ae1a45e517771ea0b8d93519b5f915ab08983facecd480d64dbd1489\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxt/libxt6t64_1.2.1-1.2build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:1.2.1-1.2build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libx11-6_2-1.8.7-1build1_amd64\",\n\t\t\t\"name\": \"libx11-6\",\n\t\t\t\"sha256\": \"397f84347476a3c5786b39f3ff6f0f82866eb3d8be6d2ad3efeadf019efe5b80\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-6_1.8.7-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libx11-data_2-1.8.7-1build1_amd64\",\n\t\t\t\"name\": \"libx11-data\",\n\t\t\t\"sha256\": \"9ae01f7747e7f479394c697c55acf11d3baf139e8e54b7c4adfb55ef9c50de08\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libx11/libx11-data_1.8.7-1build1_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.8.7-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxcb1_1.15-1ubuntu2_amd64\",\n\t\t\t\"name\": \"libxcb1\",\n\t\t\t\"sha256\": \"e1c6611d11ad7398326f1bf028afc34c3b14c51d917a3426b966ed4b9687fa58\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxdmcp6_1-1.1.3-0ubuntu6_amd64\",\n\t\t\t\"name\": \"libxdmcp6\",\n\t\t\t\"sha256\": \"bcd336fce11ce2a45f34d0f95e6980af22529f22147e8f98c156e5cee8ee42bb\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxdmcp/libxdmcp6_1.1.3-0ubuntu6_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:1.1.3-0ubuntu6\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libbsd0_0.12.1-1build1.1_amd64\",\n\t\t\t\"name\": \"libbsd0\",\n\t\t\t\"sha256\": \"f3857b0863ac5cfd4263e9bf6cfb1d4be88d5321e4070d5bc2b62b0949e6c86f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.12.1-1build1.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libmd0_1.1.0-2build1.1_amd64\",\n\t\t\t\"name\": \"libmd0\",\n\t\t\t\"sha256\": \"e5ba01d3c41f256aaf57ec59aa0554857162e3e7f97cdfbff1ed2c0e8d720ee7\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libm/libmd/libmd0_1.1.0-2build1.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.1.0-2build1.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxau6_1-1.0.9-1build6_amd64\",\n\t\t\t\"name\": \"libxau6\",\n\t\t\t\"sha256\": \"e40d29f1d1a62393bacaedebe0da3d9006084152a9f7e5e029293f08ce1c5c80\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxau/libxau6_1.0.9-1build6_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:1.0.9-1build6\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libsm6_2-1.2.3-1build3_amd64\",\n\t\t\t\"name\": \"libsm6\",\n\t\t\t\"sha256\": \"1d27ebc381b499075a28c504be4d7d424c63b6866354736ac7f8d25813860cdf\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libsm/libsm6_1.2.3-1build3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.2.3-1build3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libuuid1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\"name\": \"libuuid1\",\n\t\t\t\"sha256\": \"2f801582b5f0e7cb0c2d3d3651193e69f4540ee3b7dcb6079a3562f0880b9edf\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libuuid1_2.39.3-9ubuntu6.5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libice6_2-1.0.10-1build3_amd64\",\n\t\t\t\"name\": \"libice6\",\n\t\t\t\"sha256\": \"ad1edb5303574fee154e487947177e5bd15363aa71b92f78f5a2a7145fdb81c5\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libi/libice/libice6_1.0.10-1build3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.0.10-1build3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"x11-common_1-7.7-p-23ubuntu3_amd64\",\n\t\t\t\"name\": \"x11-common\",\n\t\t\t\"sha256\": \"b545fa5196dd7467ba3770d6ce575abcd7941071961ea9f7535a319d9d20fd46\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xorg/x11-common_7.7+23ubuntu3_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:7.7+23ubuntu3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"sysvinit-utils_3.08-6ubuntu3_amd64\",\n\t\t\t\"name\": \"sysvinit-utils\",\n\t\t\t\"sha256\": \"03cf5c9c28a5d186fb7f5214e464f831ff28177695cbb61e66083237267a047e\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/s/sysvinit/sysvinit-utils_3.08-6ubuntu3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"3.08-6ubuntu3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxmu6_2-1.1.3-3build2_amd64\",\n\t\t\t\"name\": \"libxmu6\",\n\t\t\t\"sha256\": \"05c13bce0e9a80139dfa72cc8e7a695b4f7d58b1884423929eade62179d99853\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxmu/libxmu6_1.1.3-3build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.1.3-3build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxext6_2-1.3.4-1build2_amd64\",\n\t\t\t\"name\": \"libxext6\",\n\t\t\t\"sha256\": \"45783969a9ece9d7b7b733b8c60981584c53c6bc5ee3b42d295d2f80d1285679\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxext/libxext6_1.3.4-1build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.3.4-1build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxaw7_2-1.0.14-1build2_amd64\",\n\t\t\t\"name\": \"libxaw7\",\n\t\t\t\"sha256\": \"2a9cdc82ecf566de76e05394efc604c9cced49e12c28b10e1ca101062b47bac0\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxaw/libxaw7_1.0.14-1build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2:1.0.14-1build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxpm4_1-3.5.17-1build2_amd64\",\n\t\t\t\"name\": \"libxpm4\",\n\t\t\t\"sha256\": \"ad9d9cb9be156d8b80c12735ecb4aae57e5501280a9f952749e8b71a7e5f9c97\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxpm/libxpm4_3.5.17-1build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:3.5.17-1build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"liblab-gamut1_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"liblab-gamut1\",\n\t\t\t\"sha256\": \"b9fa73d671d96b07360dd3b7a4d35814c8b892b5bf4b1e0945d3bc7937c9ee3d\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/liblab-gamut1_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgvpr2_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libgvpr2\",\n\t\t\t\"sha256\": \"1a560080462b80ab56e0fe09af2abd52974a256e25b4f384b9be5872c1073c82\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvpr2_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcgraph6_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libcgraph6\",\n\t\t\t\"sha256\": \"4555e20d8cd068de6343484c5bf825d03830c5048ccf56a9baec9638ca5815b2\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcgraph6_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcdt5_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libcdt5\",\n\t\t\t\"sha256\": \"3c49c2624e6a895d729bff5be16c96beeb1347e3282bc40f3d210c715fba07ef\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libcdt5_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgvc6_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libgvc6\",\n\t\t\t\"sha256\": \"dc674afb98d9b64699f63be3a4e92d4f3b563435ebfc70cbaec0c91b8f41fb48\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libgvc6_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libwebp7_1.3.2-0.4build3_amd64\",\n\t\t\t\"name\": \"libwebp7\",\n\t\t\t\"sha256\": \"c86f6439f0bbc531f7199794654231f3b29327d6585958511b958795d51c2484\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libwebp7_1.3.2-0.4build3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libsharpyuv0_1.3.2-0.4build3_amd64\",\n\t\t\t\"name\": \"libsharpyuv0\",\n\t\t\t\"sha256\": \"4e1763494e5b9d34192313aa88e38201fc67b3f13ea96ca268d26401a3002791\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libw/libwebp/libsharpyuv0_1.3.2-0.4build3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.3.2-0.4build3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpathplan4_2.42.2-9ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libpathplan4\",\n\t\t\t\"sha256\": \"8cff70c607271662df4719d2e2848731d8f23ab9108e79404066a6f93af9fd23\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/graphviz/libpathplan4_2.42.2-9ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.42.2-9ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpangoft2-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\"name\": \"libpangoft2-1.0-0\",\n\t\t\t\"sha256\": \"cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpango-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\"name\": \"libpango-1.0-0\",\n\t\t\t\"sha256\": \"09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libthai0_0.1.29-2build1_amd64\",\n\t\t\t\"name\": \"libthai0\",\n\t\t\t\"sha256\": \"5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libdatrie1_0.2.13-3build1_amd64\",\n\t\t\t\"name\": \"libdatrie1\",\n\t\t\t\"sha256\": \"1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.2.13-3build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libthai-data_0.1.29-2build1_amd64\",\n\t\t\t\"name\": \"libthai-data\",\n\t\t\t\"sha256\": \"6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.1.29-2build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libharfbuzz0b_8.3.0-2build2_amd64\",\n\t\t\t\"name\": \"libharfbuzz0b\",\n\t\t\t\"sha256\": \"d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"8.3.0-2build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgraphite2-3_1.3.14-2build1_amd64\",\n\t\t\t\"name\": \"libgraphite2-3\",\n\t\t\t\"sha256\": \"e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.3.14-2build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64\",\n\t\t\t\"name\": \"libglib2.0-0t64\",\n\t\t\t\"sha256\": \"ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.80.0-6ubuntu3.8\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libselinux1_3.5-2ubuntu2.1_amd64\",\n\t\t\t\"name\": \"libselinux1\",\n\t\t\t\"sha256\": \"6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"3.5-2ubuntu2.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpcre2-8-0_10.42-4ubuntu2.1_amd64\",\n\t\t\t\"name\": \"libpcre2-8-0\",\n\t\t\t\"sha256\": \"110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"10.42-4ubuntu2.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libmount1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\"name\": \"libmount1\",\n\t\t\t\"sha256\": \"7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libblkid1_2.39.3-9ubuntu6.5_amd64\",\n\t\t\t\"name\": \"libblkid1\",\n\t\t\t\"sha256\": \"2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39.3-9ubuntu6.5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libffi8_3.4.6-1build1_amd64\",\n\t\t\t\"name\": \"libffi8\",\n\t\t\t\"sha256\": \"637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"3.4.6-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libfreetype6_2.13.2-p-dfsg-1ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libfreetype6\",\n\t\t\t\"sha256\": \"f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.13.2+dfsg-1ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpng16-16t64_1.6.43-5ubuntu0.5_amd64\",\n\t\t\t\"name\": \"libpng16-16t64\",\n\t\t\t\"sha256\": \"074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.6.43-5ubuntu0.5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libbz2-1.0_1.0.8-5.1build0.1_amd64\",\n\t\t\t\"name\": \"libbz2-1.0\",\n\t\t\t\"sha256\": \"d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.0.8-5.1build0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libbrotli1_1.1.0-2build2_amd64\",\n\t\t\t\"name\": \"libbrotli1\",\n\t\t\t\"sha256\": \"74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.1.0-2build2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libfribidi0_1.0.13-3build1_amd64\",\n\t\t\t\"name\": \"libfribidi0\",\n\t\t\t\"sha256\": \"6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.0.13-3build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"fontconfig_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\"name\": \"fontconfig\",\n\t\t\t\"sha256\": \"ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"fontconfig-config_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\"name\": \"fontconfig-config\",\n\t\t\t\"sha256\": \"9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"fonts-dejavu-core_2.37-8_amd64\",\n\t\t\t\"name\": \"fonts-dejavu-core\",\n\t\t\t\"sha256\": \"40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"fonts-dejavu-mono_2.37-8_amd64\",\n\t\t\t\"name\": \"fonts-dejavu-mono\",\n\t\t\t\"sha256\": \"8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.37-8\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libfontconfig1_2.15.0-1.1ubuntu2_amd64\",\n\t\t\t\"name\": \"libfontconfig1\",\n\t\t\t\"sha256\": \"a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.15.0-1.1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libexpat1_2.6.1-2ubuntu0.4_amd64\",\n\t\t\t\"name\": \"libexpat1\",\n\t\t\t\"sha256\": \"126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.6.1-2ubuntu0.4\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpangocairo-1.0-0_1.52.1-p-ds-1build1_amd64\",\n\t\t\t\"name\": \"libpangocairo-1.0-0\",\n\t\t\t\"sha256\": \"98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.52.1+ds-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcairo2_1.18.0-3build1_amd64\",\n\t\t\t\"name\": \"libcairo2\",\n\t\t\t\"sha256\": \"96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.18.0-3build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxrender1_1-0.9.10-1.1build1_amd64\",\n\t\t\t\"name\": \"libxrender1\",\n\t\t\t\"sha256\": \"d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:0.9.10-1.1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxcb-shm0_1.15-1ubuntu2_amd64\",\n\t\t\t\"name\": \"libxcb-shm0\",\n\t\t\t\"sha256\": \"229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libxcb-render0_1.15-1ubuntu2_amd64\",\n\t\t\t\"name\": \"libxcb-render0\",\n\t\t\t\"sha256\": \"7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.15-1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libpixman-1-0_0.42.2-1build1_amd64\",\n\t\t\t\"name\": \"libpixman-1-0\",\n\t\t\t\"sha256\": \"d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.42.2-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libltdl7_2.4.7-7build1_amd64\",\n\t\t\t\"name\": \"libltdl7\",\n\t\t\t\"sha256\": \"02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.4.7-7build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgts-0.7-5t64_0.7.6-p-darcs121130-5.2build1_amd64\",\n\t\t\t\"name\": \"libgts-0.7-5t64\",\n\t\t\t\"sha256\": \"a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"0.7.6+darcs121130-5.2build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgd3_2.3.3-9ubuntu5_amd64\",\n\t\t\t\"name\": \"libgd3\",\n\t\t\t\"sha256\": \"dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.3.3-9ubuntu5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libtiff6_4.5.1-p-git230720-4ubuntu2.5_amd64\",\n\t\t\t\"name\": \"libtiff6\",\n\t\t\t\"sha256\": \"564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"4.5.1+git230720-4ubuntu2.5\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"liblzma5_5.6.1-p-really5.4.5-1ubuntu0.2_amd64\",\n\t\t\t\"name\": \"liblzma5\",\n\t\t\t\"sha256\": \"4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"5.6.1+really5.4.5-1ubuntu0.2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"liblerc4_4.0.0-p-ds-4ubuntu2_amd64\",\n\t\t\t\"name\": \"liblerc4\",\n\t\t\t\"sha256\": \"f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"4.0.0+ds-4ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libjpeg8_8c-2ubuntu11_amd64\",\n\t\t\t\"name\": \"libjpeg8\",\n\t\t\t\"sha256\": \"4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"8c-2ubuntu11\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libjpeg-turbo8_2.1.5-2ubuntu2_amd64\",\n\t\t\t\"name\": \"libjpeg-turbo8\",\n\t\t\t\"sha256\": \"f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.1.5-2ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libjbig0_2.1-6.1ubuntu2_amd64\",\n\t\t\t\"name\": \"libjbig0\",\n\t\t\t\"sha256\": \"074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.1-6.1ubuntu2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libdeflate0_1.19-1build1.1_amd64\",\n\t\t\t\"name\": \"libdeflate0\",\n\t\t\t\"sha256\": \"8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.19-1build1.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libheif1_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\"name\": \"libheif1\",\n\t\t\t\"sha256\": \"c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\"name\": \"libheif-plugin-libde265\",\n\t\t\t\"sha256\": \"f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libde265-0_1.0.15-1build3_amd64\",\n\t\t\t\"name\": \"libde265-0\",\n\t\t\t\"sha256\": \"3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.0.15-1build3\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64\",\n\t\t\t\"name\": \"libheif-plugin-aomdec\",\n\t\t\t\"sha256\": \"65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.17.6-1ubuntu4.2\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libaom3_3.8.2-2ubuntu0.1_amd64\",\n\t\t\t\"name\": \"libaom3\",\n\t\t\t\"sha256\": \"1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"3.8.2-2ubuntu0.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libann0_1.1.2-p-doc-9build1_amd64\",\n\t\t\t\"name\": \"libann0\",\n\t\t\t\"sha256\": \"88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.1.2+doc-9build1\"\n\t\t}\n\t],\n\t\"version\": 1\n}", - "package_template": "@@rules_distroless+//apt/private:package.BUILD.tmpl" + "files": "[]" } }, - "tooling_sysroot_base-files_13ubuntu10.4_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangoft2-1.0-0_1.52.1+ds-1build1_amd64.deb" + ], + "sha256": "cc6bc9d86ef5f329edacaa4895232d8a9b8f95c5cbc77c3c460a3f64cecc213d", + "mergedusr": false, + "depends_on": [ + "/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libthai0:amd64=0.1.29-2build1", + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libthai-data:amd64=0.1.29-2build1", + "/noble/libharfbuzz0b:amd64=8.3.0-2build2", + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfribidi0:amd64=1.0.13-3build1", + "/noble/fontconfig:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libpango-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai0-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfribidi0-amd64_1.0.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "libpangoft2-1.0-0" + } + }, + "noble_libpango-1.0-0-amd64_1.52.1-ds-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libpango-1.0-0-amd64_1.52.1-ds-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libpango-1.0-0-amd64_1.52.1-ds-1build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpango-1.0-0_1.52.1+ds-1build1_amd64.deb" + ], + "sha256": "09dfa5c881ab273ec6bc1830adcefdc407fcd619316e68fb26ca3a23d0fc9f54", + "mergedusr": false, + "depends_on": [ + "/noble/libthai0:amd64=0.1.29-2build1", + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libthai-data:amd64=0.1.29-2build1", + "/noble/libharfbuzz0b:amd64=8.3.0-2build2", + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfribidi0:amd64=1.0.13-3build1", + "/noble/fontconfig:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libthai0-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfribidi0-amd64_1.0.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "libpango-1.0-0" + } + }, + "noble_libthai0-amd64_0.1.29-2build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libthai0-amd64_0.1.29-2build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libthai0-amd64_0.1.29-2build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai0_0.1.29-2build1_amd64.deb" + ], + "sha256": "5ada7045c5f84a4b774e6449151800aa6470e8d01dc9d6124ef4a44ae6af5508", + "mergedusr": false, + "depends_on": [ + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libthai-data:amd64=0.1.29-2build1" ], - "sha256": "94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8" + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json" + ], + "package_name": "libthai0" } }, - "tooling_sysroot_libcrypt1_1-4.4.36-4build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libdatrie1-amd64_0.2.13-3build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb" - ], - "sha256": "9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832" + "files": "[]" } }, - "tooling_sysroot_libc6_2.39-0ubuntu8.7_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libdatrie1-amd64_0.2.13-3build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libdatrie1-amd64_0.2.13-3build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdatrie/libdatrie1_0.2.13-3build1_amd64.deb" ], - "sha256": "955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293" + "sha256": "1ae164e40e413eac4fbd38ce1c6ef9591f7a03278ad9076d71fa29258727f447", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libdatrie1" } }, - "tooling_sysroot_libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libthai-data-amd64_0.1.29-2build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb" - ], - "sha256": "aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd" + "files": "[]" } }, - "tooling_sysroot_gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libthai-data-amd64_0.1.29-2build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libthai-data-amd64_0.1.29-2build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libthai/libthai-data_0.1.29-2build1_all.deb" ], - "sha256": "b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f" + "sha256": "6035d4a714290b97816bed7f3bf64921c6358ddb84d1dacdddccdc1cf39bffb7", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "libthai-data" } }, - "tooling_sysroot_mawk_1.3.4.20240123-1build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb" - ], - "sha256": "dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9" + "files": "[]" } }, - "tooling_sysroot_libatomic1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libharfbuzz0b-amd64_8.3.0-2build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libharfbuzz0b-amd64_8.3.0-2build2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/h/harfbuzz/libharfbuzz0b_8.3.0-2build2_amd64.deb" ], - "sha256": "fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d" + "sha256": "d6f7eea2244f98aa0463a056680d4629476bf624767ede301560e24add686b5c", + "mergedusr": false, + "depends_on": [ + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json" + ], + "package_name": "libharfbuzz0b" + } + }, + "noble_libgraphite2-3-amd64_1.3.14-2build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libgraphite2-3-amd64_1.3.14-2build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libgraphite2-3-amd64_1.3.14-2build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/graphite2/libgraphite2-3_1.3.14-2build1_amd64.deb" + ], + "sha256": "e2a91c59a2b26649ed0b331bedab0c92e56cc2021cce27df1080089edaad7aba", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libgraphite2-3" } }, - "tooling_sysroot_libc6-dev_2.39-0ubuntu8.7_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb" - ], - "sha256": "bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3" + "files": "[]" } }, - "tooling_sysroot_rpcsvc-proto_1.4.2-0ubuntu7_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb" ], - "sha256": "7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71" + "sha256": "ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "libglib2.0-0t64" } }, - "tooling_sysroot_libcrypt-dev_1-4.4.36-4build1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb" - ], - "sha256": "2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1" + "files": "[]" } }, - "tooling_sysroot_linux-libc-dev_6.8.0-107.107_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libselinux1-amd64_3.5-2ubuntu2.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libselinux1-amd64_3.5-2ubuntu2.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libs/libselinux/libselinux1_3.5-2ubuntu2.1_amd64.deb" + ], + "sha256": "6abaa6c26f46ef17764c4a753e0e84de1cdadde5634fd2987621fdc617988d19", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libselinux1" } }, - "tooling_sysroot_libc-dev-bin_2.39-0ubuntu8.7_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb" - ], - "sha256": "83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd" + "files": "[]" } }, - "tooling_sysroot_libstdc-p--p--13-dev_13.3.0-6ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pcre2/libpcre2-8-0_10.42-4ubuntu2.1_amd64.deb" ], - "sha256": "ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347" + "sha256": "110a797a57673d3ee497a141cf988199258058c57525799c63194d81822529a0", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libpcre2-8-0" } }, - "tooling_sysroot_libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb" - ], - "sha256": "a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0" + "files": "[]" } }, - "tooling_sysroot_libgcc-13-dev_13.3.0-6ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libmount1_2.39.3-9ubuntu6.5_amd64.deb" + ], + "sha256": "7ca31424fbfc96fbf245e6fe232fd2d2ec74169ca1add968e1987bece5bc0d1f", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5" ], - "sha256": "cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json" + ], + "package_name": "libmount1" } }, - "tooling_sysroot_libquadmath0_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", - "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb" - ], - "sha256": "dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0" + "files": "[]" } }, - "tooling_sysroot_libhwasan0_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/u/util-linux/libblkid1_2.39.3-9ubuntu6.5_amd64.deb" + ], + "sha256": "2307a9ed92642a69de0284ac63e233e45ac5a2c3831f04399f7d212379487e82", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd" + "package_name": "libblkid1" } }, - "tooling_sysroot_libubsan1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libffi8-amd64_3.4.6-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libffi8-amd64_3.4.6-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libffi8-amd64_3.4.6-1build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libf/libffi/libffi8_3.4.6-1build1_amd64.deb" + ], + "sha256": "637e6a7744de08cd331a41f4efd0d24e6ea9064843dea9d1c6ca87bdb5f038a2", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libffi8" } }, - "tooling_sysroot_libtsan2_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "files": "[]" + } + }, + "noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/freetype/libfreetype6_2.13.2+dfsg-1ubuntu0.1_amd64.deb" ], - "sha256": "8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91" + "sha256": "f6937fd8a77e83001dcfd3857d5a5cfbd4caaeb297c7fdb71ec50514843e48af", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json" + ], + "package_name": "libfreetype6" } }, - "tooling_sysroot_liblsan0_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "files": "[]" + } + }, + "noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libp/libpng1.6/libpng16-16t64_1.6.43-5ubuntu0.5_amd64.deb" + ], + "sha256": "074c954a7a01069c3b3db9146911666f6ac75c1277e034eba901ee274554dadc", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libpng16-16t64" } }, - "tooling_sysroot_libasan8_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/bzip2/libbz2-1.0_1.0.8-5.1build0.1_amd64.deb" + ], + "sha256": "d557ab12b42ab370249142099fae3cbb979948934e4dfa58c2ab59bf5bbbda73", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" ], - "sha256": "8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac" + "package_name": "libbz2-1.0" } }, - "tooling_sysroot_libitm1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libbrotli1-amd64_1.1.0-2build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libbrotli1-amd64_1.1.0-2build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "target_name": "noble_libbrotli1-amd64_1.1.0-2build2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/brotli/libbrotli1_1.1.0-2build2_amd64.deb" + ], + "sha256": "74492419b8fda803774b8c9acef6afc5d2f9ff31782635aae212906adae7b277", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" ], - "sha256": "1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f" + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libbrotli1" } }, - "tooling_sysroot_libgomp1_14.2.0-4ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_libfribidi0-amd64_1.0.13-3build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "files": "[]" + } + }, + "noble_libfribidi0-amd64_1.0.13-3build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libfribidi0-amd64_1.0.13-3build1", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fribidi/libfribidi0_1.0.13-3build1_amd64.deb" ], - "sha256": "e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144" + "sha256": "6cd50259d39ce0dfafee2632c6268538e6a02590e77161a133e9683af346dd1d", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libfribidi0" } }, - "tooling_sysroot_gcc-13-base_13.3.0-6ubuntu2_24.04.1_amd64": { - "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "build_file_content": "\nload(\"@rules_distroless//apt/private:deb_postfix.bzl\", \"deb_postfix\")\n\ndeb_postfix(\n name = \"data\",\n srcs = glob([\"data.tar*\"]),\n outs = [\"layer.tar.gz\"],\n mergedusr = False,\n\n visibility = [\"//visibility:public\"],\n)\n\nfilegroup(\n name = \"control\",\n srcs = glob([\"control.tar.*\"]),\n visibility = [\"//visibility:public\"],\n)\n", + "files": "[]" + } + }, + "noble_fontconfig-amd64_2.15.0-1.1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_fontconfig-amd64_2.15.0-1.1ubuntu2", "urls": [ - "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb" + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig_2.15.0-1.1ubuntu2_amd64.deb" + ], + "sha256": "ddf0aace42b13a5bc38904e848b145b787ea254cddf5213d150254bd654db6e5", + "mergedusr": false, + "depends_on": [ + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "fontconfig" + } + }, + "noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/fontconfig-config_2.15.0-1.1ubuntu2_amd64.deb" + ], + "sha256": "9df0579cd298a1f2b7a40efd519c849745aecd193a09733cf4d1032284a62bbf", + "mergedusr": false, + "depends_on": [ + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json" ], - "sha256": "e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e" + "package_name": "fontconfig-config" } }, - "tooling_sysroot_resolve": { - "repoRuleId": "@@rules_distroless+//apt/private:deb_resolve.bzl%deb_resolve", + "noble_fonts-dejavu-core-amd64_2.37-8_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "manifest": "@@score_tooling+//third_party/tooling_sysroot:manifest.yaml", - "resolve_transitive": true + "files": "[]" } }, - "tooling_sysroot": { - "repoRuleId": "@@rules_distroless+//apt/private:deb_translate_lock.bzl%deb_translate_lock", + "noble_fonts-dejavu-core-amd64_2.37-8": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_fonts-dejavu-core-amd64_2.37-8", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-core_2.37-8_all.deb" + ], + "sha256": "40049660c194f3b8a2541fc7369efebb10e9f94bdac836a2f38fafedd10fa73a", + "mergedusr": false, + "depends_on": [ + "/noble/fonts-dejavu-mono:amd64=2.37-8" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json" + ], + "package_name": "fonts-dejavu-core" + } + }, + "noble_fonts-dejavu-mono-amd64_2.37-8_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_fonts-dejavu-mono-amd64_2.37-8": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_fonts-dejavu-mono-amd64_2.37-8", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fonts-dejavu/fonts-dejavu-mono_2.37-8_all.deb" + ], + "sha256": "8a599d6553307db7ecb795d2f0e5a301e03234afc75c7358b0ba43466454c89a", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "fonts-dejavu-mono" + } + }, + "noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", "attributes": { - "lock_content": "{\n\t\"packages\": [\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"mawk_1.3.4.20240123-1build1_amd64\",\n\t\t\t\t\t\"name\": \"mawk\",\n\t\t\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"base-files_13ubuntu10.4_amd64\",\n\t\t\t\"name\": \"base-files\",\n\t\t\t\"sha256\": \"94daf9ede91f6263d676611623d4c9edab695c728a584ab2fb1d11cabb8479e8\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/base-files/base-files_13ubuntu10.4_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"13ubuntu10.4\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\"sha256\": \"9474785cd6f398512bf8c305c3901dbb111569dccb6f5832002373c0a8ac5832\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt1_4.4.36-4build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\"name\": \"libc6\",\n\t\t\t\"sha256\": \"955644e8bc2930a9bf8eea5e4c2237c8a118c1e2ac2845b993b6f7f35eefd293\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6_2.39-0ubuntu8.7_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\"sha256\": \"aa7fadbe33b78bcf99885318040601c550c208929565b179891d9a3cc2aa68cd\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\"sha256\": \"b95c172411a7fdae70307cf33a9f5320ba5e056b556454543dd5b679d5ce1c4f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/gcc-14-base_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"mawk_1.3.4.20240123-1build1_amd64\",\n\t\t\t\"name\": \"mawk\",\n\t\t\t\"sha256\": \"dc7f7f4dad4b48f6012ea65de3198d8376604afef39f06d65ec6167740e203c9\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/m/mawk/mawk_1.3.4.20240123-1build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.3.4.20240123-1build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libatomic1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libatomic1\",\n\t\t\t\"sha256\": \"fe49cbbc7be753528380c724a8eef5f1e31dffa9221f692c5069048d81c7449d\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"rpcsvc-proto_1.4.2-0ubuntu7_amd64\",\n\t\t\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt-dev_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"linux-libc-dev_6.8.0-107.107_amd64\",\n\t\t\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc-dev-bin_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libc6-dev_2.39-0ubuntu8.7_amd64\",\n\t\t\t\"name\": \"libc6-dev\",\n\t\t\t\"sha256\": \"bbf5a155039042634961a61276650631ee47b9e721f91f8dbb731b0bbe046df3\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.7_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"rpcsvc-proto_1.4.2-0ubuntu7_amd64\",\n\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\"sha256\": \"7eb710fe148d224c159ddec1ceb0ba53ead52a80a6793dcdae1474acf20d8f71\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libcrypt-dev_1-4.4.36-4build1_amd64\",\n\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\"sha256\": \"2edff420ef80b4a3f3751e65c33423ef30e563122a58b759e4854ea8d84ba1b1\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcrypt/libcrypt-dev_4.4.36-4build1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"linux-libc-dev_6.8.0-107.107_amd64\",\n\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\"sha256\": \"fcc88782dc3857d661c7ae8b0435174cb41ce0bcda0d2c4c0fbfdadd9f03ff43\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/linux/linux-libc-dev_6.8.0-107.107_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libc-dev-bin_2.39-0ubuntu8.7_amd64\",\n\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\"sha256\": \"83291a1d9b26262ac8f44a3bb188ce2cb796a0543134aae00e19db066c84dfdd\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.7_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6-dev_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6-dev\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"rpcsvc-proto_1.4.2-0ubuntu7_amd64\",\n\t\t\t\t\t\"name\": \"rpcsvc-proto\",\n\t\t\t\t\t\"version\": \"1.4.2-0ubuntu7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt-dev_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt-dev\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libcrypt1_1-4.4.36-4build1_amd64\",\n\t\t\t\t\t\"name\": \"libcrypt1\",\n\t\t\t\t\t\"version\": \"1:4.4.36-4build1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"linux-libc-dev_6.8.0-107.107_amd64\",\n\t\t\t\t\t\"name\": \"linux-libc-dev\",\n\t\t\t\t\t\"version\": \"6.8.0-107.107\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc-dev-bin_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc-dev-bin\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-13-dev_13.3.0-6ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-13-dev\",\n\t\t\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libquadmath0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libquadmath0\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libhwasan0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libhwasan0\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libubsan1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libubsan1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libtsan2_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libtsan2\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"liblsan0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"liblsan0\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libasan8_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libasan8\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libatomic1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libatomic1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libitm1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libitm1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgomp1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgomp1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-13-base_13.3.0-6ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-13-base\",\n\t\t\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libstdc-p--p--13-dev_13.3.0-6ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libstdc++-13-dev\",\n\t\t\t\"sha256\": \"ee5633e863e19c3381ed97842ce35ed32ede96a3d1ae4e94c051d3036fe21347\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libstdc++-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libgcc-s1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"libgcc-s1\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"libc6_2.39-0ubuntu8.7_amd64\",\n\t\t\t\t\t\"name\": \"libc6\",\n\t\t\t\t\t\"version\": \"2.39-0ubuntu8.7\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"key\": \"gcc-14-base_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\t\t\"name\": \"gcc-14-base\",\n\t\t\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"key\": \"libstdc-p--p-6_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libstdc++6\",\n\t\t\t\"sha256\": \"a51f8de7829211db961a31f02158058ad1a95f92ac6d0a5dff6350e2821c54c0\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgcc-13-dev_13.3.0-6ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libgcc-13-dev\",\n\t\t\t\"sha256\": \"cd689db2691edaa10f37329307292796bb599e722e0505c79e14caaa1fe9a93a\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/libgcc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libquadmath0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libquadmath0\",\n\t\t\t\"sha256\": \"dc8f0ca542e09d662f29370c8393c016440dd4bc5c996c5fcc19f632b63ce3b0\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libquadmath0_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libhwasan0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libhwasan0\",\n\t\t\t\"sha256\": \"2195318cfe68fe16b601913ef7b33c9a900372f57861643fdc9ae6fef84534cd\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libhwasan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libubsan1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libubsan1\",\n\t\t\t\"sha256\": \"a16dea3abe2dcac99bcfae27e7e5672fde64573c3c170dcb0cd55631238f9814\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libubsan1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libtsan2_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libtsan2\",\n\t\t\t\"sha256\": \"8cbcc9b3ae5ef23b449383d47a9035b27596e307d7dce7df9b83d47a7acd1d91\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libtsan2_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"liblsan0_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"liblsan0\",\n\t\t\t\"sha256\": \"dc0c2a1a053e833ba4d71e1ec2ba4244fe301761ad4a91d6725f927a52d86a14\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/liblsan0_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libasan8_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libasan8\",\n\t\t\t\"sha256\": \"8321aac6230fa1da320e76eb6288b7436164624aec449ed3933ea6c4cc86daac\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libasan8_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libitm1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libitm1\",\n\t\t\t\"sha256\": \"1fca498129dd3510294809d77ee754f72a9de281111200e9b7b9a5adf37faa9f\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libitm1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"libgomp1_14.2.0-4ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"libgomp1\",\n\t\t\t\"sha256\": \"e8a95ec58125b4933597f30ff56c2ae10edf90f287262e366d4b6edea3019144\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-14/libgomp1_14.2.0-4ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"14.2.0-4ubuntu2~24.04.1\"\n\t\t},\n\t\t{\n\t\t\t\"arch\": \"amd64\",\n\t\t\t\"dependencies\": [],\n\t\t\t\"key\": \"gcc-13-base_13.3.0-6ubuntu2_24.04.1_amd64\",\n\t\t\t\"name\": \"gcc-13-base\",\n\t\t\t\"sha256\": \"e859aca26585bb91113a451f1e66bc0e5283cb08797d679aacc1d936ae6dff8e\",\n\t\t\t\"urls\": [\n\t\t\t\t\"https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04.1_amd64.deb\"\n\t\t\t],\n\t\t\t\"version\": \"13.3.0-6ubuntu2~24.04.1\"\n\t\t}\n\t],\n\t\"version\": 1\n}", - "package_template": "@@rules_distroless+//apt/private:package.BUILD.tmpl" + "files": "[]" + } + }, + "noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/f/fontconfig/libfontconfig1_2.15.0-1.1ubuntu2_amd64.deb" + ], + "sha256": "a2bc05cfef021fdb84285036f98eda5ebec3c4b7a378f5aa2bdba5c4d3d8d586", + "mergedusr": false, + "depends_on": [ + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "libfontconfig1" + } + }, + "noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.4_amd64.deb" + ], + "sha256": "126a5612e652bdc2edee19ae8fe4308db72b5b3b0a5581bf885b44a093baf3e5", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libexpat1" + } + }, + "noble_libpangocairo-1.0-0-amd64_1.52.1-ds-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libpangocairo-1.0-0-amd64_1.52.1-ds-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libpangocairo-1.0-0-amd64_1.52.1-ds-1build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pango1.0/libpangocairo-1.0-0_1.52.1+ds-1build1_amd64.deb" + ], + "sha256": "98cf5fc9076c2911fe20dfc1e41cd8f686a2bb5d539b1105fab18105b0db1376", + "mergedusr": false, + "depends_on": [ + "/noble/libpangoft2-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libpango-1.0-0:amd64=1.52.1+ds-1build1", + "/noble/libthai0:amd64=0.1.29-2build1", + "/noble/libdatrie1:amd64=0.2.13-3build1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libthai-data:amd64=0.1.29-2build1", + "/noble/libharfbuzz0b:amd64=8.3.0-2build2", + "/noble/libgraphite2-3:amd64=1.3.14-2build1", + "/noble-security/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfribidi0:amd64=1.0.13-3build1", + "/noble/fontconfig:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4", + "/noble/libcairo2:amd64=1.18.0-3build1", + "/noble/libxrender1:amd64=1:0.9.10-1.1build1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libxext6:amd64=2:1.3.4-1build2", + "/noble/libxcb-shm0:amd64=1.15-1ubuntu2", + "/noble/libxcb-render0:amd64=1.15-1ubuntu2", + "/noble/libpixman-1-0:amd64=0.42.2-1build1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libpangoft2-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpango-1.0-0-amd64_1.52.1-ds-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai0-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libdatrie1-amd64_0.2.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libthai-data-amd64_0.1.29-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libharfbuzz0b-amd64_8.3.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libgraphite2-3-amd64_1.3.14-2build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-security_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfribidi0-amd64_1.0.13-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libcairo2-amd64_1.18.0-3build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxrender1-amd64_1-0.9.10-1.1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-shm0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-render0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpixman-1-0-amd64_0.42.2-1build1_filemap//:filemap.json" + ], + "package_name": "libpangocairo-1.0-0" + } + }, + "noble_libcairo2-amd64_1.18.0-3build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libcairo2-amd64_1.18.0-3build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libcairo2-amd64_1.18.0-3build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/c/cairo/libcairo2_1.18.0-3build1_amd64.deb" + ], + "sha256": "96950b306889ff6e4248bb937b0a3b56e72dacf643fe732214ce375f0f6bbb36", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libxrender1:amd64=1:0.9.10-1.1build1", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libxext6:amd64=2:1.3.4-1build2", + "/noble/libxcb-shm0:amd64=1.15-1ubuntu2", + "/noble/libxcb-render0:amd64=1.15-1ubuntu2", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble/libpixman-1-0:amd64=0.42.2-1build1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxrender1-amd64_1-0.9.10-1.1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxext6-amd64_2-1.3.4-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-shm0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb-render0-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libpixman-1-0-amd64_0.42.2-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "libcairo2" + } + }, + "noble_libxrender1-amd64_1-0.9.10-1.1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxrender1-amd64_1-0.9.10-1.1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxrender1-amd64_1-0.9.10-1.1build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxrender/libxrender1_0.9.10-1.1build1_amd64.deb" + ], + "sha256": "d70bd831aebe8d4834b5dd2ed98df26dd6bd27f1042c47543bd7f66df1ae22ea", + "mergedusr": false, + "depends_on": [ + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" + ], + "package_name": "libxrender1" + } + }, + "noble_libxcb-shm0-amd64_1.15-1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxcb-shm0-amd64_1.15-1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxcb-shm0-amd64_1.15-1ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_amd64.deb" + ], + "sha256": "229d1280d459f1ba44c22939d3f9b61d9d20932d9a646b3fe4ce50be4cdf2325", + "mergedusr": false, + "depends_on": [ + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" + ], + "package_name": "libxcb-shm0" + } + }, + "noble_libxcb-render0-amd64_1.15-1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libxcb-render0-amd64_1.15-1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libxcb-render0-amd64_1.15-1ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libx/libxcb/libxcb-render0_1.15-1ubuntu2_amd64.deb" + ], + "sha256": "7d83a0668b1a693b5ea2e496206e8371fb6beda4c54a2b4b3902005915c272c5", + "mergedusr": false, + "depends_on": [ + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json" + ], + "package_name": "libxcb-render0" + } + }, + "noble_libpixman-1-0-amd64_0.42.2-1build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libpixman-1-0-amd64_0.42.2-1build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libpixman-1-0-amd64_0.42.2-1build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/p/pixman/libpixman-1-0_0.42.2-1build1_amd64.deb" + ], + "sha256": "d9c2931c4c424615eeab9dd5ae08bfc608b84e803c1d3ccddf319270db213421", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libpixman-1-0" + } + }, + "noble_libltdl7-amd64_2.4.7-7build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libltdl7-amd64_2.4.7-7build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libltdl7-amd64_2.4.7-7build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libt/libtool/libltdl7_2.4.7-7build1_amd64.deb" + ], + "sha256": "02d0d2d7e1bf73f838a92f8df7a9b07b698c837e82bd89aee6a581cf793cd966", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libltdl7" + } + }, + "noble_libgts-0.7-5t64-amd64_0.7.6-darcs121130-5.2build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libgts-0.7-5t64-amd64_0.7.6-darcs121130-5.2build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libgts-0.7-5t64-amd64_0.7.6-darcs121130-5.2build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/g/gts/libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_amd64.deb" + ], + "sha256": "a6741ed94f3e786eaed0a9fcb69f641327cfe288af4f043e7036b5257e87fc48", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libglib2.0-0t64:amd64=2.80.0-6ubuntu3.8", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json" + ], + "package_name": "libgts-0.7-5t64" + } + }, + "noble_libgd3-amd64_2.3.3-9ubuntu5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libgd3-amd64_2.3.3-9ubuntu5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libgd3-amd64_2.3.3-9ubuntu5", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libg/libgd2/libgd3_2.3.3-9ubuntu5_amd64.deb" + ], + "sha256": "dbef5ad99eec399fd6afeb6d0cc92d81a8b3295a7ac80ac71311ea09c49704ae", + "mergedusr": false, + "depends_on": [ + "/noble/libxpm4:amd64=1:3.5.17-1build2", + "/noble/libx11-6:amd64=2:1.8.7-1build1", + "/noble/libx11-data:amd64=2:1.8.7-1build1", + "/noble/libxcb1:amd64=1.15-1ubuntu2", + "/noble/libxdmcp6:amd64=1:1.1.3-0ubuntu6", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbsd0:amd64=0.12.1-1build1.1", + "/noble-updates/libmd0:amd64=1.1.0-2build1.1", + "/noble/libxau6:amd64=1:1.0.9-1build6", + "/noble/libwebp7:amd64=1.3.2-0.4build3", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3", + "/noble-updates/libtiff6:amd64=4.5.1+git230720-4ubuntu2.5", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2", + "/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libjpeg8:amd64=8c-2ubuntu11", + "/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2", + "/noble/libjbig0:amd64=2.1-6.1ubuntu2", + "/noble-updates/libdeflate0:amd64=1.19-1build1.1", + "/noble-updates/libpng16-16t64:amd64=1.6.43-5ubuntu0.5", + "/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble-updates/libfreetype6:amd64=2.13.2+dfsg-1ubuntu0.1", + "/noble-updates/libbz2-1.0:amd64=1.0.8-5.1build0.1", + "/noble/libbrotli1:amd64=1.1.0-2build2", + "/noble/libfontconfig1:amd64=2.15.0-1.1ubuntu2", + "/noble/fontconfig-config:amd64=2.15.0-1.1ubuntu2", + "/noble/fonts-dejavu-core:amd64=2.37-8", + "/noble/fonts-dejavu-mono:amd64=2.37-8", + "/noble-updates/libexpat1:amd64=2.6.1-2ubuntu0.4" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libxpm4-amd64_1-3.5.17-1build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-6-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libx11-data-amd64_2-1.8.7-1build1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxcb1-amd64_1.15-1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxdmcp6-amd64_1-1.1.3-0ubuntu6_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbsd0-amd64_0.12.1-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmd0-amd64_1.1.0-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libxau6-amd64_1-1.0.9-1build6_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libwebp7-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_liblerc4-amd64_4.0.0-ds-4ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg8-amd64_8c-2ubuntu11_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjbig0-amd64_2.1-6.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libdeflate0-amd64_1.19-1build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpng16-16t64-amd64_1.6.43-5ubuntu0.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libfreetype6-amd64_2.13.2-dfsg-1ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbz2-1.0-amd64_1.0.8-5.1build0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libbrotli1-amd64_1.1.0-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libfontconfig1-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fontconfig-config-amd64_2.15.0-1.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-core-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble_fonts-dejavu-mono-amd64_2.37-8_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libexpat1-amd64_2.6.1-2ubuntu0.4_filemap//:filemap.json" + ], + "package_name": "libgd3" + } + }, + "noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libtiff6-amd64_4.5.1-git230720-4ubuntu2.5", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/t/tiff/libtiff6_4.5.1+git230720-4ubuntu2.5_amd64.deb" + ], + "sha256": "564cdf59dda5e1a826c51b5868ee2785fffa26ee5a7bad95bc5e8c8224c931b8", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble/libwebp7:amd64=1.3.2-0.4build3", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3", + "/noble-updates/liblzma5:amd64=5.6.1+really5.4.5-1ubuntu0.2", + "/noble/liblerc4:amd64=4.0.0+ds-4ubuntu2", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libjpeg8:amd64=8c-2ubuntu11", + "/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2", + "/noble/libjbig0:amd64=2.1-6.1ubuntu2", + "/noble-updates/libdeflate0:amd64=1.19-1build1.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libwebp7-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_liblerc4-amd64_4.0.0-ds-4ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg8-amd64_8c-2ubuntu11_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjbig0-amd64_2.1-6.1ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libdeflate0-amd64_1.19-1build1.1_filemap//:filemap.json" + ], + "package_name": "libtiff6" + } + }, + "noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_amd64.deb" + ], + "sha256": "dfcf25061e07aad7efd3f4f880ba5ad4d4d09ebe7fc8cc77ab6b8a161d6d4727", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libzstd1" + } + }, + "noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_liblzma5-amd64_5.6.1-really5.4.5-1ubuntu0.2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb" + ], + "sha256": "4c31cc76391ca47dbb4585edc740728f43fe7b6b090f5b3947fc8072db698aca", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "liblzma5" + } + }, + "noble_liblerc4-amd64_4.0.0-ds-4ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_liblerc4-amd64_4.0.0-ds-4ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_liblerc4-amd64_4.0.0-ds-4ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/l/lerc/liblerc4_4.0.0+ds-4ubuntu2_amd64.deb" + ], + "sha256": "f1b9dbfa28c56564f6b544f3757f5f3f4d549ce9962f39e897812c23b0a5d0e7", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "liblerc4" + } + }, + "noble_libjpeg8-amd64_8c-2ubuntu11_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libjpeg8-amd64_8c-2ubuntu11": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libjpeg8-amd64_8c-2ubuntu11", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg8-empty/libjpeg8_8c-2ubuntu11_amd64.deb" + ], + "sha256": "4d6ed682972bddf62af158a06d68a0dda497e421423b7ca92fb450b3d9ceaac9", + "mergedusr": false, + "depends_on": [ + "/noble/libjpeg-turbo8:amd64=2.1.5-2ubuntu2", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libjpeg8" + } + }, + "noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libjpeg-turbo8-amd64_2.1.5-2ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libj/libjpeg-turbo/libjpeg-turbo8_2.1.5-2ubuntu2_amd64.deb" + ], + "sha256": "f68b5b23bc8a1688fb787d2aed7e2cdf895a73022f6a5025e183162dac4500b2", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libjpeg-turbo8" + } + }, + "noble_libjbig0-amd64_2.1-6.1ubuntu2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libjbig0-amd64_2.1-6.1ubuntu2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libjbig0-amd64_2.1-6.1ubuntu2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jbigkit/libjbig0_2.1-6.1ubuntu2_amd64.deb" + ], + "sha256": "074a760a86213a1286ad60f56394c90885cf45af070626a88c480d90b78c175a", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libjbig0" + } + }, + "noble-updates_libdeflate0-amd64_1.19-1build1.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libdeflate0-amd64_1.19-1build1.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libdeflate0-amd64_1.19-1build1.1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libdeflate/libdeflate0_1.19-1build1.1_amd64.deb" + ], + "sha256": "8e7dfa9e63a9b5058071b84da48bb2e30dea07de169e80fbc759fe0e68639269", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libdeflate0" + } + }, + "noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif1_1.17.6-1ubuntu4.2_amd64.deb" + ], + "sha256": "c41176242ae4a6a66fa50fab00dc6d951711f0cf8aab32cf13530c4a404a7026", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json" + ], + "package_name": "libheif1" + } + }, + "noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-libde265_1.17.6-1ubuntu4.2_amd64.deb" + ], + "sha256": "f5284ae47a70538c503b15f458783df569ac7b8d5d16aaeac4e04c2d3b8e7341", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libheif-plugin-aomdec:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json" + ], + "package_name": "libheif-plugin-libde265" + } + }, + "noble_libde265-0-amd64_1.0.15-1build3_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libde265-0-amd64_1.0.15-1build3": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libde265-0-amd64_1.0.15-1build3", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libd/libde265/libde265-0_1.0.15-1build3_amd64.deb" + ], + "sha256": "3b8cb1fb70933261d076d1b2882fb303aa8da1a951ad7614234f890468c90310", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libde265-0" + } + }, + "noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libheif-plugin-aomdec-amd64_1.17.6-1ubuntu4.2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/libh/libheif/libheif-plugin-aomdec_1.17.6-1ubuntu4.2_amd64.deb" + ], + "sha256": "65ce5cb8f2ee27127b7df6b358bde6e58ebcf00e1d9f5c92c32c842cfa260ef6", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libaom3:amd64=3.8.2-2ubuntu0.1", + "/noble-updates/libheif1:amd64=1.17.6-1ubuntu4.2", + "/noble-updates/libheif-plugin-libde265:amd64=1.17.6-1ubuntu4.2", + "/noble/libde265-0:amd64=1.0.15-1build3", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble/libsharpyuv0:amd64=1.3.2-0.4build3" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif1-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libheif-plugin-libde265-amd64_1.17.6-1ubuntu4.2_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libde265-0-amd64_1.0.15-1build3_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libsharpyuv0-amd64_1.3.2-0.4build3_filemap//:filemap.json" + ], + "package_name": "libheif-plugin-aomdec" + } + }, + "noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libaom3-amd64_3.8.2-2ubuntu0.1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/a/aom/libaom3_3.8.2-2ubuntu0.1_amd64.deb" + ], + "sha256": "1623e49454a2981069ed4801c853630a63a68f77c73056dea11e3289a8467eb9", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libaom3" + } + }, + "noble_libann0-amd64_1.1.2-doc-9build1_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libann0-amd64_1.1.2-doc-9build1": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libann0-amd64_1.1.2-doc-9build1", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/a/ann/libann0_1.1.2+doc-9build1_amd64.deb" + ], + "sha256": "88347025b6292517dc591fd6a51c28b6a91a46c999505e3e54677c99038074e1", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libann0" + } + }, + "noble-updates_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libglib2.0-0t64-amd64_2.80.0-6ubuntu3.8", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/g/glib2.0/libglib2.0-0t64_2.80.0-6ubuntu3.8_amd64.deb" + ], + "sha256": "ca4eda0e01c76ba2e5e501e77decce53d98a641234b517eb98fc5d74980f913f", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libselinux1:amd64=3.5-2ubuntu2.1", + "/noble-updates/libpcre2-8-0:amd64=10.42-4ubuntu2.1", + "/noble-updates/libmount1:amd64=2.39.3-9ubuntu6.5", + "/noble-updates/libblkid1:amd64=2.39.3-9ubuntu6.5", + "/noble/libffi8:amd64=3.4.6-1build1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libselinux1-amd64_3.5-2ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libpcre2-8-0-amd64_10.42-4ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libmount1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libblkid1-amd64_2.39.3-9ubuntu6.5_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libffi8-amd64_3.4.6-1build1_filemap//:filemap.json" + ], + "package_name": "libglib2.0-0t64" + } + }, + "noble_fakechroot-amd64_2.20.1-ds-15_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_fakechroot-amd64_2.20.1-ds-15": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_fakechroot-amd64_2.20.1-ds-15", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/fakechroot_2.20.1+ds-15_all.deb" + ], + "sha256": "f311e5c449314e8e66427277e901a415d3d77d4e3e8c91817a4a831e47467675", + "mergedusr": false, + "depends_on": [ + "/noble/libfakechroot:amd64=2.20.1+ds-15", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/binutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10", + "/noble/libjansson4:amd64=2.14-2build2", + "/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble_libfakechroot-amd64_2.20.1-ds-15_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-x86-64-linux-gnu-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjansson4-amd64_2.14-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "fakechroot" + } + }, + "noble_libfakechroot-amd64_2.20.1-ds-15_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libfakechroot-amd64_2.20.1-ds-15": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libfakechroot-amd64_2.20.1-ds-15", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/universe/f/fakechroot/libfakechroot_2.20.1+ds-15_amd64.deb" + ], + "sha256": "6a9dd5907de0b94ab9e79cedd39b91a5cc783708675869dd588b0f5bebb97d70", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libfakechroot" + } + }, + "noble-updates_binutils-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_binutils-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_binutils-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "b3b5a84181a38fd191820b2cdcc1a3eeb1cd6333ad472f2092f96e81047e9c74", + "mergedusr": false, + "depends_on": [ + "/noble-updates/binutils-x86-64-linux-gnu:amd64=2.42-4ubuntu2.10", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10", + "/noble/libjansson4:amd64=2.14-2build2", + "/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_binutils-x86-64-linux-gnu-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjansson4-amd64_2.14-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "binutils" + } + }, + "noble-updates_binutils-x86-64-linux-gnu-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_binutils-x86-64-linux-gnu-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_binutils-x86-64-linux-gnu-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "1e510a15f30208d39edcd840e48f26a77bbca7c417805eeccb1e3f7de198ef29", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10", + "/noble/libjansson4:amd64=2.14-2build2", + "/noble-updates/libgprofng0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf0:amd64=2.42-4ubuntu2.10", + "/noble-updates/libctf-nobfd0:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble_libjansson4-amd64_2.14-2build2_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "binutils-x86-64-linux-gnu" + } + }, + "noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libsframe1-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libsframe1-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libsframe1_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "72093fb456864db55f1352bfa5e952a94f7abaff64e71dff1fbf001db1984564", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libsframe1" + } + }, + "noble_libjansson4-amd64_2.14-2build2_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble_libjansson4-amd64_2.14-2build2": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble_libjansson4-amd64_2.14-2build2", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/j/jansson/libjansson4_2.14-2build2_amd64.deb" + ], + "sha256": "0cf79113f5d193ce9af2be2ff4b2c3b30dd4e55a0b6c47f7d28f6c849ff3aa60", + "mergedusr": false, + "depends_on": [ + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libjansson4" + } + }, + "noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libgprofng0-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "1b7e3c2fc162e8358ca6e5a3fffdb4d0d632f790630323215841bb36a63c0ab8", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libstdc++6:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libstdc--6-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "libgprofng0" + } + }, + "noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libbinutils-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libbinutils-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libbinutils_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "064dce00ce94e1fc2d33779cb0071088f4c8aac79e85345f2e78a020f7d14699", + "mergedusr": false, + "depends_on": [ + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "libbinutils" + } + }, + "noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_binutils-common-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_binutils-common-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/binutils-common_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "d136073f5e2153f3df11c1d08d66727b9466b28ff483f50085f14bbe3464b5ee", + "mergedusr": false, + "depends_on": [], + "dep_filemaps": [], + "package_name": "binutils-common" + } + }, + "noble-updates_libctf0-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libctf0-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libctf0-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf0_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "7ec86d697c3668503c85f308a6832f092075b5880ad002f22185264da0bd4645", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/libbinutils:amd64=2.42-4ubuntu2.10", + "/noble-updates/binutils-common:amd64=2.42-4ubuntu2.10", + "/noble-updates/libzstd1:amd64=1.5.5+dfsg2-2build1.1", + "/noble-updates/libsframe1:amd64=2.42-4ubuntu2.10" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libbinutils-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_binutils-common-amd64_2.42-4ubuntu2.10_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libzstd1-amd64_1.5.5-dfsg2-2build1.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libsframe1-amd64_2.42-4ubuntu2.10_filemap//:filemap.json" + ], + "package_name": "libctf0" + } + }, + "noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10_filemap": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_filemap.bzl%deb_filemap", + "attributes": { + "files": "[]" + } + }, + "noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10": { + "repoRuleId": "@@rules_distroless+//apt/private:deb_import.bzl%deb_import", + "attributes": { + "target_name": "noble-updates_libctf-nobfd0-amd64_2.42-4ubuntu2.10", + "urls": [ + "https://snapshot.ubuntu.com/ubuntu/20260401T104001Z/pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.10_amd64.deb" + ], + "sha256": "da352eb7fa6c4369d2a6c1e5e680f574eda2e38576563326b18d9e47e61c4078", + "mergedusr": false, + "depends_on": [ + "/noble-updates/zlib1g:amd64=1:1.3.dfsg-3.1ubuntu2.1", + "/noble-updates/libc6:amd64=2.39-0ubuntu8.7", + "/noble-updates/libgcc-s1:amd64=14.2.0-4ubuntu2~24.04.1", + "/noble-updates/gcc-14-base:amd64=14.2.0-4ubuntu2~24.04.1" + ], + "dep_filemaps": [ + "@@rules_distroless++apt+noble-updates_zlib1g-amd64_1-1.3.dfsg-3.1ubuntu2.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libc6-amd64_2.39-0ubuntu8.7_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_libgcc-s1-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json", + "@@rules_distroless++apt+noble-updates_gcc-14-base-amd64_14.2.0-4ubuntu2_24.04.1_filemap//:filemap.json" + ], + "package_name": "libctf-nobfd0" } } }, - "moduleExtensionMetadata": { - "explicitRootModuleDirectDeps": [], - "explicitRootModuleDirectDevDeps": [], - "useAllRepos": "NO", - "reproducible": false - }, - "recordedRepoMappingEntries": [ - [ - "bazel_features+", - "bazel_features_globals", - "bazel_features++version_extension+bazel_features_globals" - ], - [ - "bazel_features+", - "bazel_features_version", - "bazel_features++version_extension+bazel_features_version" - ], - [ - "rules_distroless+", - "bazel_features", - "bazel_features+" - ], + "moduleExtensionMetadata": { + "useAllRepos": "NO", + "reproducible": false + }, + "recordedRepoMappingEntries": [ [ "rules_distroless+", "bazel_lib", "bazel_lib+" ], - [ - "rules_distroless+", - "bazel_skylib", - "bazel_skylib+" - ], [ "rules_distroless+", "bazel_tools", "bazel_tools" - ], - [ - "rules_distroless+", - "yq_linux_amd64", - "yq.bzl++yq+yq_linux_amd64" ] ] } @@ -4189,7 +7029,7 @@ "@@rules_rust+//crate_universe:extensions.bzl%crate": { "general": { "bzlTransitiveDigest": "mSyRciUgGxicMA/+qhyxO0VreW+G8essayBHQj47EvQ=", - "usagesDigest": "7HHBhINmn6PanBZffyEX8WOg+TzJE1YGDOQIitX7nVo=", + "usagesDigest": "Si3+yo2Z+wBmTf/reKtT4gTdg8kVOQu/Ez5pwgXF1KQ=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": { @@ -4207,9 +7047,9 @@ "repoRuleId": "@@rules_rust+//crate_universe:extensions.bzl%_generate_repo", "attributes": { "contents": { - "BUILD.bazel": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files(\n [\n \"cargo-bazel.json\",\n \"crates.bzl\",\n \"defs.bzl\",\n ] + glob(\n allow_empty = True,\n include = [\"*.bazel\"],\n ),\n)\n\nfilegroup(\n name = \"srcs\",\n srcs = glob(\n allow_empty = True,\n include = [\n \"*.bazel\",\n \"*.bzl\",\n ],\n ),\n)\n\n# Workspace Member Dependencies\nalias(\n name = \"assert-json-diff-2.0.2\",\n actual = \"@crates__assert-json-diff-2.0.2//:assert_json_diff\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"assert-json-diff\",\n actual = \"@crates__assert-json-diff-2.0.2//:assert_json_diff\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-1.0.3\",\n actual = \"@crates__clang-1.0.3//:clang\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang\",\n actual = \"@crates__clang-1.0.3//:clang\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-sys-1.8.1\",\n actual = \"@crates__clang-sys-1.8.1//:clang_sys\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-sys\",\n actual = \"@crates__clang-sys-1.8.1//:clang_sys\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap-4.6.6\",\n actual = \"@crates__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap\",\n actual = \"@crates__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger-0.10.2\",\n actual = \"@crates__env_logger-0.10.2//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger\",\n actual = \"@crates__env_logger-0.10.2//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"flatbuffers-25.12.19\",\n actual = \"@crates__flatbuffers-25.12.19//:flatbuffers\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"flatbuffers\",\n actual = \"@crates__flatbuffers-25.12.19//:flatbuffers\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libloading-0.9.0\",\n actual = \"@crates__libloading-0.9.0//:libloading\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libloading\",\n actual = \"@crates__libloading-0.9.0//:libloading\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log-0.4.34\",\n actual = \"@crates__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log\",\n actual = \"@crates__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"once_cell-1.21.4\",\n actual = \"@crates__once_cell-1.21.4//:once_cell\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"once_cell\",\n actual = \"@crates__once_cell-1.21.4//:once_cell\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest-2.9.0\",\n actual = \"@crates__pest-2.9.0//:pest\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest\",\n actual = \"@crates__pest-2.9.0//:pest\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest_derive-2.9.0\",\n actual = \"@crates__pest_derive-2.9.0//:pest_derive\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest_derive\",\n actual = \"@crates__pest_derive-2.9.0//:pest_derive\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde-1.0.229\",\n actual = \"@crates__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde\",\n actual = \"@crates__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json-1.0.151\",\n actual = \"@crates__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json\",\n actual = \"@crates__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_yaml-0.9.34+deprecated\",\n actual = \"@crates__serde_yaml-0.9.34-deprecated//:serde_yaml\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_yaml\",\n actual = \"@crates__serde_yaml-0.9.34-deprecated//:serde_yaml\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"strsim-0.11.1\",\n actual = \"@crates__strsim-0.11.1//:strsim\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"strsim\",\n actual = \"@crates__strsim-0.11.1//:strsim\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror-1.0.69\",\n actual = \"@crates__thiserror-1.0.69//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror\",\n actual = \"@crates__thiserror-1.0.69//:thiserror\",\n tags = [\"manual\"],\n)\n", + "BUILD.bazel": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files(\n [\n \"cargo-bazel.json\",\n \"crates.bzl\",\n \"defs.bzl\",\n ] + glob(\n allow_empty = True,\n include = [\"*.bazel\"],\n ),\n)\n\nfilegroup(\n name = \"srcs\",\n srcs = glob(\n allow_empty = True,\n include = [\n \"*.bazel\",\n \"*.bzl\",\n ],\n ),\n)\n\n# Workspace Member Dependencies\nalias(\n name = \"assert-json-diff-2.0.2\",\n actual = \"@crates__assert-json-diff-2.0.2//:assert_json_diff\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"assert-json-diff\",\n actual = \"@crates__assert-json-diff-2.0.2//:assert_json_diff\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-1.0.3\",\n actual = \"@crates__clang-1.0.3//:clang\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang\",\n actual = \"@crates__clang-1.0.3//:clang\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-sys-1.8.1\",\n actual = \"@crates__clang-sys-1.8.1//:clang_sys\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clang-sys\",\n actual = \"@crates__clang-sys-1.8.1//:clang_sys\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap-4.6.6\",\n actual = \"@crates__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap\",\n actual = \"@crates__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger-0.10.2\",\n actual = \"@crates__env_logger-0.10.2//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger\",\n actual = \"@crates__env_logger-0.10.2//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"flatbuffers-25.12.19\",\n actual = \"@crates__flatbuffers-25.12.19//:flatbuffers\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"flatbuffers\",\n actual = \"@crates__flatbuffers-25.12.19//:flatbuffers\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libloading-0.9.0\",\n actual = \"@crates__libloading-0.9.0//:libloading\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libloading\",\n actual = \"@crates__libloading-0.9.0//:libloading\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log-0.4.34\",\n actual = \"@crates__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log\",\n actual = \"@crates__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"once_cell-1.21.4\",\n actual = \"@crates__once_cell-1.21.4//:once_cell\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"once_cell\",\n actual = \"@crates__once_cell-1.21.4//:once_cell\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest-2.9.1\",\n actual = \"@crates__pest-2.9.1//:pest\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest\",\n actual = \"@crates__pest-2.9.1//:pest\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest_derive-2.9.1\",\n actual = \"@crates__pest_derive-2.9.1//:pest_derive\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pest_derive\",\n actual = \"@crates__pest_derive-2.9.1//:pest_derive\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde-1.0.229\",\n actual = \"@crates__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde\",\n actual = \"@crates__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json-1.0.151\",\n actual = \"@crates__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json\",\n actual = \"@crates__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_yaml-0.9.34+deprecated\",\n actual = \"@crates__serde_yaml-0.9.34-deprecated//:serde_yaml\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_yaml\",\n actual = \"@crates__serde_yaml-0.9.34-deprecated//:serde_yaml\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror-1.0.69\",\n actual = \"@crates__thiserror-1.0.69//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror\",\n actual = \"@crates__thiserror-1.0.69//:thiserror\",\n tags = [\"manual\"],\n)\n", "alias_rules.bzl": "\"\"\"Alias that transitions its target to `compilation_mode=opt`. Use `transition_alias=\"opt\"` to enable.\"\"\"\n\nload(\"@rules_cc//cc:defs.bzl\", \"CcInfo\")\nload(\"@rules_rust//rust:rust_common.bzl\", \"COMMON_PROVIDERS\")\n\ndef _transition_alias_impl(ctx):\n # `ctx.attr.actual` is a list of 1 item due to the transition\n providers = [ctx.attr.actual[0][provider] for provider in COMMON_PROVIDERS]\n if CcInfo in ctx.attr.actual[0]:\n providers.append(ctx.attr.actual[0][CcInfo])\n return providers\n\ndef _change_compilation_mode(compilation_mode):\n def _change_compilation_mode_impl(_settings, _attr):\n return {\n \"//command_line_option:compilation_mode\": compilation_mode,\n }\n\n return transition(\n implementation = _change_compilation_mode_impl,\n inputs = [],\n outputs = [\n \"//command_line_option:compilation_mode\",\n ],\n )\n\ndef _transition_alias_rule(compilation_mode):\n return rule(\n implementation = _transition_alias_impl,\n provides = COMMON_PROVIDERS,\n attrs = {\n \"actual\": attr.label(\n mandatory = True,\n doc = \"`rust_library()` target to transition to `compilation_mode=opt`.\",\n providers = COMMON_PROVIDERS,\n cfg = _change_compilation_mode(compilation_mode),\n ),\n \"_allowlist_function_transition\": attr.label(\n default = \"@bazel_tools//tools/allowlists/function_transition_allowlist\",\n ),\n },\n doc = \"Transitions a Rust library crate to the `compilation_mode=opt`.\",\n )\n\ntransition_alias_dbg = _transition_alias_rule(\"dbg\")\ntransition_alias_fastbuild = _transition_alias_rule(\"fastbuild\")\ntransition_alias_opt = _transition_alias_rule(\"opt\")\n", - "defs.bzl": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\"\"\"\n# `crates_repository` API\n\n- [aliases](#aliases)\n- [crate_deps](#crate_deps)\n- [all_crate_deps](#all_crate_deps)\n- [crate_repositories](#crate_repositories)\n\n\"\"\"\n\nload(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"new_git_repository\")\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\nload(\"@bazel_tools//tools/build_defs/repo:utils.bzl\", \"maybe\")\nload(\"@bazel_skylib//lib:selects.bzl\", \"selects\")\nload(\"@rules_rust//crate_universe/private:local_crate_mirror.bzl\", \"local_crate_mirror\")\n\n###############################################################################\n# MACROS API\n###############################################################################\n\n# An identifier that represent common dependencies (unconditional).\n_COMMON_CONDITION = \"\"\n\ndef _flatten_dependency_maps(all_dependency_maps):\n \"\"\"Flatten a list of dependency maps into one dictionary.\n\n Dependency maps have the following structure:\n\n ```python\n DEPENDENCIES_MAP = {\n # The first key in the map is a Bazel package\n # name of the workspace this file is defined in.\n \"workspace_member_package\": {\n\n # Not all dependencies are supported for all platforms.\n # the condition key is the condition required to be true\n # on the host platform.\n \"condition\": {\n\n # An alias to a crate target. # The label of the crate target the\n # Aliases are only crate names. # package name refers to.\n \"package_name\": \"@full//:label\",\n }\n }\n }\n ```\n\n Args:\n all_dependency_maps (list): A list of dicts as described above\n\n Returns:\n dict: A dictionary as described above\n \"\"\"\n dependencies = {}\n\n for workspace_deps_map in all_dependency_maps:\n for pkg_name, conditional_deps_map in workspace_deps_map.items():\n if pkg_name not in dependencies:\n non_frozen_map = dict()\n for key, values in conditional_deps_map.items():\n non_frozen_map.update({key: dict(values.items())})\n dependencies.setdefault(pkg_name, non_frozen_map)\n continue\n\n for condition, deps_map in conditional_deps_map.items():\n # If the condition has not been recorded, do so and continue\n if condition not in dependencies[pkg_name]:\n dependencies[pkg_name].setdefault(condition, dict(deps_map.items()))\n continue\n\n # Alert on any miss-matched dependencies\n inconsistent_entries = []\n for crate_name, crate_label in deps_map.items():\n existing = dependencies[pkg_name][condition].get(crate_name)\n if existing and existing != crate_label:\n inconsistent_entries.append((crate_name, existing, crate_label))\n dependencies[pkg_name][condition].update({crate_name: crate_label})\n\n return dependencies\n\ndef crate_deps(deps, package_name = None):\n \"\"\"Finds the fully qualified label of the requested crates for the package where this macro is called.\n\n Args:\n deps (list): The desired list of crate targets.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()`.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if not deps:\n return []\n\n if package_name == None:\n package_name = native.package_name()\n\n # Join both sets of dependencies\n dependencies = _flatten_dependency_maps([\n _NORMAL_DEPENDENCIES,\n _NORMAL_DEV_DEPENDENCIES,\n _PROC_MACRO_DEPENDENCIES,\n _PROC_MACRO_DEV_DEPENDENCIES,\n _BUILD_DEPENDENCIES,\n _BUILD_PROC_MACRO_DEPENDENCIES,\n ]).pop(package_name, {})\n\n # Combine all conditional packages so we can easily index over a flat list\n # TODO: Perhaps this should actually return select statements and maintain\n # the conditionals of the dependencies\n flat_deps = {}\n for deps_set in dependencies.values():\n for crate_name, crate_label in deps_set.items():\n flat_deps.update({crate_name: crate_label})\n\n missing_crates = []\n crate_targets = []\n for crate_target in deps:\n if crate_target not in flat_deps:\n missing_crates.append(crate_target)\n else:\n crate_targets.append(flat_deps[crate_target])\n\n if missing_crates:\n fail(\"Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`\".format(\n missing_crates,\n package_name,\n dependencies,\n ))\n\n return crate_targets\n\ndef all_crate_deps(\n normal = False, \n normal_dev = False, \n proc_macro = False, \n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Finds the fully qualified label of all requested direct crate dependencies \\\n for the package where this macro is called.\n\n If no parameters are set, all normal dependencies are returned. Setting any one flag will\n otherwise impact the contents of the returned list.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list.\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_dependency_maps = []\n if normal:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n if normal_dev:\n all_dependency_maps.append(_NORMAL_DEV_DEPENDENCIES)\n if proc_macro:\n all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES)\n if proc_macro_dev:\n all_dependency_maps.append(_PROC_MACRO_DEV_DEPENDENCIES)\n if build:\n all_dependency_maps.append(_BUILD_DEPENDENCIES)\n if build_proc_macro:\n all_dependency_maps.append(_BUILD_PROC_MACRO_DEPENDENCIES)\n\n # Default to always using normal dependencies\n if not all_dependency_maps:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n\n dependencies = _flatten_dependency_maps(all_dependency_maps).pop(package_name, None)\n\n if not dependencies:\n if dependencies == None:\n fail(\"Tried to get all_crate_deps for package \" + package_name + \" but that package had no Cargo.toml file\")\n else:\n return []\n\n crate_deps = list(dependencies.pop(_COMMON_CONDITION, {}).values())\n for condition, deps in dependencies.items():\n crate_deps += selects.with_or({\n tuple(_CONDITIONS[condition]): deps.values(),\n \"//conditions:default\": [],\n })\n\n return crate_deps\n\ndef aliases(\n normal = False,\n normal_dev = False,\n proc_macro = False,\n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Produces a map of Crate alias names to their original label\n\n If no dependency kinds are specified, `normal` and `proc_macro` are used by default.\n Setting any one flag will otherwise determine the contents of the returned dict.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list..\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n dict: The aliases of all associated packages\n \"\"\"\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_aliases_maps = []\n if normal:\n all_aliases_maps.append(_NORMAL_ALIASES)\n if normal_dev:\n all_aliases_maps.append(_NORMAL_DEV_ALIASES)\n if proc_macro:\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n if proc_macro_dev:\n all_aliases_maps.append(_PROC_MACRO_DEV_ALIASES)\n if build:\n all_aliases_maps.append(_BUILD_ALIASES)\n if build_proc_macro:\n all_aliases_maps.append(_BUILD_PROC_MACRO_ALIASES)\n\n # Default to always using normal aliases\n if not all_aliases_maps:\n all_aliases_maps.append(_NORMAL_ALIASES)\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n\n aliases = _flatten_dependency_maps(all_aliases_maps).pop(package_name, None)\n\n if not aliases:\n return dict()\n\n common_items = aliases.pop(_COMMON_CONDITION, {}).items()\n\n # If there are only common items in the dictionary, immediately return them\n if not len(aliases.keys()) == 1:\n return dict(common_items)\n\n # Build a single select statement where each conditional has accounted for the\n # common set of aliases.\n crate_aliases = {\"//conditions:default\": dict(common_items)}\n for condition, deps in aliases.items():\n condition_triples = _CONDITIONS[condition]\n for triple in condition_triples:\n if triple in crate_aliases:\n crate_aliases[triple].update(deps)\n else:\n crate_aliases.update({triple: dict(deps.items() + common_items)})\n\n return select(crate_aliases)\n\n###############################################################################\n# WORKSPACE MEMBER DEPS AND ALIASES\n###############################################################################\n\n_NORMAL_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"assert-json-diff\": Label(\"@crates//:assert-json-diff-2.0.2\"),\n \"clang\": Label(\"@crates//:clang-1.0.3\"),\n \"clang-sys\": Label(\"@crates//:clang-sys-1.8.1\"),\n \"clap\": Label(\"@crates//:clap-4.6.6\"),\n \"env_logger\": Label(\"@crates//:env_logger-0.10.2\"),\n \"flatbuffers\": Label(\"@crates//:flatbuffers-25.12.19\"),\n \"libloading\": Label(\"@crates//:libloading-0.9.0\"),\n \"log\": Label(\"@crates//:log-0.4.34\"),\n \"once_cell\": Label(\"@crates//:once_cell-1.21.4\"),\n \"pest\": Label(\"@crates//:pest-2.9.0\"),\n \"serde\": Label(\"@crates//:serde-1.0.229\"),\n \"serde_json\": Label(\"@crates//:serde_json-1.0.151\"),\n \"serde_yaml\": Label(\"@crates//:serde_yaml-0.9.34+deprecated\"),\n \"strsim\": Label(\"@crates//:strsim-0.11.1\"),\n \"thiserror\": Label(\"@crates//:thiserror-1.0.69\"),\n },\n },\n}\n\n\n_NORMAL_ALIASES = {\n \"\": {\n _COMMON_CONDITION: {\n },\n },\n}\n\n\n_NORMAL_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_NORMAL_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"pest_derive\": Label(\"@crates//:pest_derive-2.9.0\"),\n },\n },\n}\n\n\n_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_CONDITIONS = {\n \"aarch64-apple-darwin\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\"],\n \"aarch64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\"],\n \"cfg(any())\": [],\n \"cfg(any(unix, target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\",\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:wasm32-wasip1\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n \"cfg(target_os = \\\"hermit\\\")\": [],\n \"cfg(unix)\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\",\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n \"cfg(windows)\": [\"@rules_rust//rust/platform:x86_64-pc-windows-msvc\"],\n \"wasm32-unknown-unknown\": [\"@rules_rust//rust/platform:wasm32-unknown-unknown\"],\n \"wasm32-wasip1\": [\"@rules_rust//rust/platform:wasm32-wasip1\"],\n \"x86_64-pc-windows-msvc\": [\"@rules_rust//rust/platform:x86_64-pc-windows-msvc\"],\n \"x86_64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"x86_64-unknown-nixos-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n}\n\n###############################################################################\n\ndef crate_repositories():\n \"\"\"A macro for defining repositories for all generated crates.\n\n Returns:\n A list of repos visible to the module through the module extension.\n \"\"\"\n maybe(\n http_archive,\n name = \"crates__aho-corasick-1.1.5\",\n sha256 = \"c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aho-corasick/1.1.5/download\"],\n strip_prefix = \"aho-corasick-1.1.5\",\n build_file = Label(\"@crates//crates:BUILD.aho-corasick-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstream-1.0.0\",\n sha256 = \"824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstream/1.0.0/download\"],\n strip_prefix = \"anstream-1.0.0\",\n build_file = Label(\"@crates//crates:BUILD.anstream-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-1.0.14\",\n sha256 = \"940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle/1.0.14/download\"],\n strip_prefix = \"anstyle-1.0.14\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-1.0.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-parse-1.0.0\",\n sha256 = \"52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-parse/1.0.0/download\"],\n strip_prefix = \"anstyle-parse-1.0.0\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-parse-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-query-1.1.5\",\n sha256 = \"40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-query/1.1.5/download\"],\n strip_prefix = \"anstyle-query-1.1.5\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-query-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-wincon-3.0.11\",\n sha256 = \"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-wincon/3.0.11/download\"],\n strip_prefix = \"anstyle-wincon-3.0.11\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-wincon-3.0.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__assert-json-diff-2.0.2\",\n sha256 = \"47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/assert-json-diff/2.0.2/download\"],\n strip_prefix = \"assert-json-diff-2.0.2\",\n build_file = Label(\"@crates//crates:BUILD.assert-json-diff-2.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__bitflags-2.13.1\",\n sha256 = \"b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/2.13.1/download\"],\n strip_prefix = \"bitflags-2.13.1\",\n build_file = Label(\"@crates//crates:BUILD.bitflags-2.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__cfg-if-1.0.4\",\n sha256 = \"9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg-if/1.0.4/download\"],\n strip_prefix = \"cfg-if-1.0.4\",\n build_file = Label(\"@crates//crates:BUILD.cfg-if-1.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clang-1.0.3\",\n sha256 = \"34c6913be3a1c94f52fb975cdec7ef5a7b69de10a55de66dcbc30d7046b85fa1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang/1.0.3/download\"],\n strip_prefix = \"clang-1.0.3\",\n build_file = Label(\"@crates//crates:BUILD.clang-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clang-sys-1.8.1\",\n sha256 = \"0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang-sys/1.8.1/download\"],\n strip_prefix = \"clang-sys-1.8.1\",\n build_file = Label(\"@crates//crates:BUILD.clang-sys-1.8.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap-4.6.6\",\n sha256 = \"473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap/4.6.6/download\"],\n strip_prefix = \"clap-4.6.6\",\n build_file = Label(\"@crates//crates:BUILD.clap-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_builder-4.6.6\",\n sha256 = \"7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_builder/4.6.6/download\"],\n strip_prefix = \"clap_builder-4.6.6\",\n build_file = Label(\"@crates//crates:BUILD.clap_builder-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_derive-4.6.4\",\n sha256 = \"d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_derive/4.6.4/download\"],\n strip_prefix = \"clap_derive-4.6.4\",\n build_file = Label(\"@crates//crates:BUILD.clap_derive-4.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_lex-1.1.0\",\n sha256 = \"c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_lex/1.1.0/download\"],\n strip_prefix = \"clap_lex-1.1.0\",\n build_file = Label(\"@crates//crates:BUILD.clap_lex-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__colorchoice-1.0.5\",\n sha256 = \"1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/colorchoice/1.0.5/download\"],\n strip_prefix = \"colorchoice-1.0.5\",\n build_file = Label(\"@crates//crates:BUILD.colorchoice-1.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__env_logger-0.10.2\",\n sha256 = \"4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_logger/0.10.2/download\"],\n strip_prefix = \"env_logger-0.10.2\",\n build_file = Label(\"@crates//crates:BUILD.env_logger-0.10.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__equivalent-1.0.2\",\n sha256 = \"877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/equivalent/1.0.2/download\"],\n strip_prefix = \"equivalent-1.0.2\",\n build_file = Label(\"@crates//crates:BUILD.equivalent-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__flatbuffers-25.12.19\",\n sha256 = \"35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/flatbuffers/25.12.19/download\"],\n strip_prefix = \"flatbuffers-25.12.19\",\n build_file = Label(\"@crates//crates:BUILD.flatbuffers-25.12.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__glob-0.3.4\",\n sha256 = \"e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/glob/0.3.4/download\"],\n strip_prefix = \"glob-0.3.4\",\n build_file = Label(\"@crates//crates:BUILD.glob-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__hashbrown-0.17.1\",\n sha256 = \"ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.17.1/download\"],\n strip_prefix = \"hashbrown-0.17.1\",\n build_file = Label(\"@crates//crates:BUILD.hashbrown-0.17.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__heck-0.5.0\",\n sha256 = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.5.0/download\"],\n strip_prefix = \"heck-0.5.0\",\n build_file = Label(\"@crates//crates:BUILD.heck-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__hermit-abi-0.5.2\",\n sha256 = \"fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hermit-abi/0.5.2/download\"],\n strip_prefix = \"hermit-abi-0.5.2\",\n build_file = Label(\"@crates//crates:BUILD.hermit-abi-0.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__humantime-2.4.0\",\n sha256 = \"15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/humantime/2.4.0/download\"],\n strip_prefix = \"humantime-2.4.0\",\n build_file = Label(\"@crates//crates:BUILD.humantime-2.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__indexmap-2.14.0\",\n sha256 = \"d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indexmap/2.14.0/download\"],\n strip_prefix = \"indexmap-2.14.0\",\n build_file = Label(\"@crates//crates:BUILD.indexmap-2.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__is-terminal-0.4.17\",\n sha256 = \"3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is-terminal/0.4.17/download\"],\n strip_prefix = \"is-terminal-0.4.17\",\n build_file = Label(\"@crates//crates:BUILD.is-terminal-0.4.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__is_terminal_polyfill-1.70.2\",\n sha256 = \"a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is_terminal_polyfill/1.70.2/download\"],\n strip_prefix = \"is_terminal_polyfill-1.70.2\",\n build_file = Label(\"@crates//crates:BUILD.is_terminal_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__itoa-1.0.18\",\n sha256 = \"8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itoa/1.0.18/download\"],\n strip_prefix = \"itoa-1.0.18\",\n build_file = Label(\"@crates//crates:BUILD.itoa-1.0.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__libc-0.2.189\",\n sha256 = \"3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libc/0.2.189/download\"],\n strip_prefix = \"libc-0.2.189\",\n build_file = Label(\"@crates//crates:BUILD.libc-0.2.189.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__libloading-0.9.0\",\n sha256 = \"754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libloading/0.9.0/download\"],\n strip_prefix = \"libloading-0.9.0\",\n build_file = Label(\"@crates//crates:BUILD.libloading-0.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__log-0.4.34\",\n sha256 = \"f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/log/0.4.34/download\"],\n strip_prefix = \"log-0.4.34\",\n build_file = Label(\"@crates//crates:BUILD.log-0.4.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__memchr-2.8.3\",\n sha256 = \"cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/memchr/2.8.3/download\"],\n strip_prefix = \"memchr-2.8.3\",\n build_file = Label(\"@crates//crates:BUILD.memchr-2.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__once_cell-1.21.4\",\n sha256 = \"9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell/1.21.4/download\"],\n strip_prefix = \"once_cell-1.21.4\",\n build_file = Label(\"@crates//crates:BUILD.once_cell-1.21.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__once_cell_polyfill-1.70.2\",\n sha256 = \"384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell_polyfill/1.70.2/download\"],\n strip_prefix = \"once_cell_polyfill-1.70.2\",\n build_file = Label(\"@crates//crates:BUILD.once_cell_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest-2.9.0\",\n sha256 = \"5a07a60cc7a4d00c91f95c685609d1d2f79050e6804b70ebedd7650f0b839bcf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest/2.9.0/download\"],\n strip_prefix = \"pest-2.9.0\",\n build_file = Label(\"@crates//crates:BUILD.pest-2.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_derive-2.9.0\",\n sha256 = \"b3a83744a5c8455b8b3e0dc5031362780a347c878bdd11584d1a8984228cc88d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_derive/2.9.0/download\"],\n strip_prefix = \"pest_derive-2.9.0\",\n build_file = Label(\"@crates//crates:BUILD.pest_derive-2.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_generator-2.9.0\",\n sha256 = \"e0cd3451aa3de60d4b9a1e736885e4dea6b31617598026f12256ad566d63304a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_generator/2.9.0/download\"],\n strip_prefix = \"pest_generator-2.9.0\",\n build_file = Label(\"@crates//crates:BUILD.pest_generator-2.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_meta-2.9.0\",\n sha256 = \"e04d3a0849e241d7dfce834c83b1c5edc8622009e8dd51a12ba1927c32f05496\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_meta/2.9.0/download\"],\n strip_prefix = \"pest_meta-2.9.0\",\n build_file = Label(\"@crates//crates:BUILD.pest_meta-2.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__proc-macro2-1.0.107\",\n sha256 = \"985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2/1.0.107/download\"],\n strip_prefix = \"proc-macro2-1.0.107\",\n build_file = Label(\"@crates//crates:BUILD.proc-macro2-1.0.107.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__quote-1.0.47\",\n sha256 = \"1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/quote/1.0.47/download\"],\n strip_prefix = \"quote-1.0.47\",\n build_file = Label(\"@crates//crates:BUILD.quote-1.0.47.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-1.13.1\",\n sha256 = \"f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex/1.13.1/download\"],\n strip_prefix = \"regex-1.13.1\",\n build_file = Label(\"@crates//crates:BUILD.regex-1.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-automata-0.4.18\",\n sha256 = \"ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-automata/0.4.18/download\"],\n strip_prefix = \"regex-automata-0.4.18\",\n build_file = Label(\"@crates//crates:BUILD.regex-automata-0.4.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-syntax-0.8.11\",\n sha256 = \"d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-syntax/0.8.11/download\"],\n strip_prefix = \"regex-syntax-0.8.11\",\n build_file = Label(\"@crates//crates:BUILD.regex-syntax-0.8.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__rustc_version-0.4.1\",\n sha256 = \"cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc_version/0.4.1/download\"],\n strip_prefix = \"rustc_version-0.4.1\",\n build_file = Label(\"@crates//crates:BUILD.rustc_version-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__ryu-1.0.23\",\n sha256 = \"9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ryu/1.0.23/download\"],\n strip_prefix = \"ryu-1.0.23\",\n build_file = Label(\"@crates//crates:BUILD.ryu-1.0.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__semver-1.0.28\",\n sha256 = \"8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/semver/1.0.28/download\"],\n strip_prefix = \"semver-1.0.28\",\n build_file = Label(\"@crates//crates:BUILD.semver-1.0.28.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde-1.0.229\",\n sha256 = \"4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde/1.0.229/download\"],\n strip_prefix = \"serde-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_core-1.0.229\",\n sha256 = \"67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_core/1.0.229/download\"],\n strip_prefix = \"serde_core-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde_core-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_derive-1.0.229\",\n sha256 = \"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_derive/1.0.229/download\"],\n strip_prefix = \"serde_derive-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde_derive-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_json-1.0.151\",\n sha256 = \"c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_json/1.0.151/download\"],\n strip_prefix = \"serde_json-1.0.151\",\n build_file = Label(\"@crates//crates:BUILD.serde_json-1.0.151.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_yaml-0.9.34-deprecated\",\n sha256 = \"6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download\"],\n strip_prefix = \"serde_yaml-0.9.34+deprecated\",\n build_file = Label(\"@crates//crates:BUILD.serde_yaml-0.9.34+deprecated.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__strsim-0.11.1\",\n sha256 = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/strsim/0.11.1/download\"],\n strip_prefix = \"strsim-0.11.1\",\n build_file = Label(\"@crates//crates:BUILD.strsim-0.11.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__syn-2.0.119\",\n sha256 = \"872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/2.0.119/download\"],\n strip_prefix = \"syn-2.0.119\",\n build_file = Label(\"@crates//crates:BUILD.syn-2.0.119.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__syn-3.0.4\",\n sha256 = \"e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/3.0.4/download\"],\n strip_prefix = \"syn-3.0.4\",\n build_file = Label(\"@crates//crates:BUILD.syn-3.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__termcolor-1.4.1\",\n sha256 = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termcolor/1.4.1/download\"],\n strip_prefix = \"termcolor-1.4.1\",\n build_file = Label(\"@crates//crates:BUILD.termcolor-1.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__thiserror-1.0.69\",\n sha256 = \"b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror/1.0.69/download\"],\n strip_prefix = \"thiserror-1.0.69\",\n build_file = Label(\"@crates//crates:BUILD.thiserror-1.0.69.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__thiserror-impl-1.0.69\",\n sha256 = \"4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror-impl/1.0.69/download\"],\n strip_prefix = \"thiserror-impl-1.0.69\",\n build_file = Label(\"@crates//crates:BUILD.thiserror-impl-1.0.69.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__ucd-trie-0.1.7\",\n sha256 = \"2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ucd-trie/0.1.7/download\"],\n strip_prefix = \"ucd-trie-0.1.7\",\n build_file = Label(\"@crates//crates:BUILD.ucd-trie-0.1.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__unicode-ident-1.0.24\",\n sha256 = \"e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-ident/1.0.24/download\"],\n strip_prefix = \"unicode-ident-1.0.24\",\n build_file = Label(\"@crates//crates:BUILD.unicode-ident-1.0.24.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__unsafe-libyaml-0.2.11\",\n sha256 = \"673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unsafe-libyaml/0.2.11/download\"],\n strip_prefix = \"unsafe-libyaml-0.2.11\",\n build_file = Label(\"@crates//crates:BUILD.unsafe-libyaml-0.2.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__utf8parse-0.2.2\",\n sha256 = \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/utf8parse/0.2.2/download\"],\n strip_prefix = \"utf8parse-0.2.2\",\n build_file = Label(\"@crates//crates:BUILD.utf8parse-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__winapi-util-0.1.11\",\n sha256 = \"c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-util/0.1.11/download\"],\n strip_prefix = \"winapi-util-0.1.11\",\n build_file = Label(\"@crates//crates:BUILD.winapi-util-0.1.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__windows-link-0.2.1\",\n sha256 = \"f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.2.1/download\"],\n strip_prefix = \"windows-link-0.2.1\",\n build_file = Label(\"@crates//crates:BUILD.windows-link-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__windows-sys-0.61.2\",\n sha256 = \"ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.61.2/download\"],\n strip_prefix = \"windows-sys-0.61.2\",\n build_file = Label(\"@crates//crates:BUILD.windows-sys-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__zmij-1.0.23\",\n sha256 = \"29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zmij/1.0.23/download\"],\n strip_prefix = \"zmij-1.0.23\",\n build_file = Label(\"@crates//crates:BUILD.zmij-1.0.23.bazel\"),\n )\n\n return [\n struct(repo=\"crates__assert-json-diff-2.0.2\", is_dev_dep = False),\n struct(repo=\"crates__clang-1.0.3\", is_dev_dep = False),\n struct(repo=\"crates__clang-sys-1.8.1\", is_dev_dep = False),\n struct(repo=\"crates__clap-4.6.6\", is_dev_dep = False),\n struct(repo=\"crates__env_logger-0.10.2\", is_dev_dep = False),\n struct(repo=\"crates__flatbuffers-25.12.19\", is_dev_dep = False),\n struct(repo=\"crates__libloading-0.9.0\", is_dev_dep = False),\n struct(repo=\"crates__log-0.4.34\", is_dev_dep = False),\n struct(repo=\"crates__once_cell-1.21.4\", is_dev_dep = False),\n struct(repo=\"crates__pest-2.9.0\", is_dev_dep = False),\n struct(repo=\"crates__pest_derive-2.9.0\", is_dev_dep = False),\n struct(repo=\"crates__serde-1.0.229\", is_dev_dep = False),\n struct(repo=\"crates__serde_json-1.0.151\", is_dev_dep = False),\n struct(repo=\"crates__serde_yaml-0.9.34-deprecated\", is_dev_dep = False),\n struct(repo=\"crates__strsim-0.11.1\", is_dev_dep = False),\n struct(repo=\"crates__thiserror-1.0.69\", is_dev_dep = False),\n ]\n" + "defs.bzl": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\"\"\"\n# `crates_repository` API\n\n- [aliases](#aliases)\n- [crate_deps](#crate_deps)\n- [all_crate_deps](#all_crate_deps)\n- [crate_repositories](#crate_repositories)\n\n\"\"\"\n\nload(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"new_git_repository\")\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\nload(\"@bazel_tools//tools/build_defs/repo:utils.bzl\", \"maybe\")\nload(\"@bazel_skylib//lib:selects.bzl\", \"selects\")\nload(\"@rules_rust//crate_universe/private:local_crate_mirror.bzl\", \"local_crate_mirror\")\n\n###############################################################################\n# MACROS API\n###############################################################################\n\n# An identifier that represent common dependencies (unconditional).\n_COMMON_CONDITION = \"\"\n\ndef _flatten_dependency_maps(all_dependency_maps):\n \"\"\"Flatten a list of dependency maps into one dictionary.\n\n Dependency maps have the following structure:\n\n ```python\n DEPENDENCIES_MAP = {\n # The first key in the map is a Bazel package\n # name of the workspace this file is defined in.\n \"workspace_member_package\": {\n\n # Not all dependencies are supported for all platforms.\n # the condition key is the condition required to be true\n # on the host platform.\n \"condition\": {\n\n # An alias to a crate target. # The label of the crate target the\n # Aliases are only crate names. # package name refers to.\n \"package_name\": \"@full//:label\",\n }\n }\n }\n ```\n\n Args:\n all_dependency_maps (list): A list of dicts as described above\n\n Returns:\n dict: A dictionary as described above\n \"\"\"\n dependencies = {}\n\n for workspace_deps_map in all_dependency_maps:\n for pkg_name, conditional_deps_map in workspace_deps_map.items():\n if pkg_name not in dependencies:\n non_frozen_map = dict()\n for key, values in conditional_deps_map.items():\n non_frozen_map.update({key: dict(values.items())})\n dependencies.setdefault(pkg_name, non_frozen_map)\n continue\n\n for condition, deps_map in conditional_deps_map.items():\n # If the condition has not been recorded, do so and continue\n if condition not in dependencies[pkg_name]:\n dependencies[pkg_name].setdefault(condition, dict(deps_map.items()))\n continue\n\n # Alert on any miss-matched dependencies\n inconsistent_entries = []\n for crate_name, crate_label in deps_map.items():\n existing = dependencies[pkg_name][condition].get(crate_name)\n if existing and existing != crate_label:\n inconsistent_entries.append((crate_name, existing, crate_label))\n dependencies[pkg_name][condition].update({crate_name: crate_label})\n\n return dependencies\n\ndef crate_deps(deps, package_name = None):\n \"\"\"Finds the fully qualified label of the requested crates for the package where this macro is called.\n\n Args:\n deps (list): The desired list of crate targets.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()`.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if not deps:\n return []\n\n if package_name == None:\n package_name = native.package_name()\n\n # Join both sets of dependencies\n dependencies = _flatten_dependency_maps([\n _NORMAL_DEPENDENCIES,\n _NORMAL_DEV_DEPENDENCIES,\n _PROC_MACRO_DEPENDENCIES,\n _PROC_MACRO_DEV_DEPENDENCIES,\n _BUILD_DEPENDENCIES,\n _BUILD_PROC_MACRO_DEPENDENCIES,\n ]).pop(package_name, {})\n\n # Combine all conditional packages so we can easily index over a flat list\n # TODO: Perhaps this should actually return select statements and maintain\n # the conditionals of the dependencies\n flat_deps = {}\n for deps_set in dependencies.values():\n for crate_name, crate_label in deps_set.items():\n flat_deps.update({crate_name: crate_label})\n\n missing_crates = []\n crate_targets = []\n for crate_target in deps:\n if crate_target not in flat_deps:\n missing_crates.append(crate_target)\n else:\n crate_targets.append(flat_deps[crate_target])\n\n if missing_crates:\n fail(\"Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`\".format(\n missing_crates,\n package_name,\n dependencies,\n ))\n\n return crate_targets\n\ndef all_crate_deps(\n normal = False, \n normal_dev = False, \n proc_macro = False, \n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Finds the fully qualified label of all requested direct crate dependencies \\\n for the package where this macro is called.\n\n If no parameters are set, all normal dependencies are returned. Setting any one flag will\n otherwise impact the contents of the returned list.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list.\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_dependency_maps = []\n if normal:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n if normal_dev:\n all_dependency_maps.append(_NORMAL_DEV_DEPENDENCIES)\n if proc_macro:\n all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES)\n if proc_macro_dev:\n all_dependency_maps.append(_PROC_MACRO_DEV_DEPENDENCIES)\n if build:\n all_dependency_maps.append(_BUILD_DEPENDENCIES)\n if build_proc_macro:\n all_dependency_maps.append(_BUILD_PROC_MACRO_DEPENDENCIES)\n\n # Default to always using normal dependencies\n if not all_dependency_maps:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n\n dependencies = _flatten_dependency_maps(all_dependency_maps).pop(package_name, None)\n\n if not dependencies:\n if dependencies == None:\n fail(\"Tried to get all_crate_deps for package \" + package_name + \" but that package had no Cargo.toml file\")\n else:\n return []\n\n crate_deps = list(dependencies.pop(_COMMON_CONDITION, {}).values())\n for condition, deps in dependencies.items():\n crate_deps += selects.with_or({\n tuple(_CONDITIONS[condition]): deps.values(),\n \"//conditions:default\": [],\n })\n\n return crate_deps\n\ndef aliases(\n normal = False,\n normal_dev = False,\n proc_macro = False,\n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Produces a map of Crate alias names to their original label\n\n If no dependency kinds are specified, `normal` and `proc_macro` are used by default.\n Setting any one flag will otherwise determine the contents of the returned dict.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list..\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n dict: The aliases of all associated packages\n \"\"\"\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_aliases_maps = []\n if normal:\n all_aliases_maps.append(_NORMAL_ALIASES)\n if normal_dev:\n all_aliases_maps.append(_NORMAL_DEV_ALIASES)\n if proc_macro:\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n if proc_macro_dev:\n all_aliases_maps.append(_PROC_MACRO_DEV_ALIASES)\n if build:\n all_aliases_maps.append(_BUILD_ALIASES)\n if build_proc_macro:\n all_aliases_maps.append(_BUILD_PROC_MACRO_ALIASES)\n\n # Default to always using normal aliases\n if not all_aliases_maps:\n all_aliases_maps.append(_NORMAL_ALIASES)\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n\n aliases = _flatten_dependency_maps(all_aliases_maps).pop(package_name, None)\n\n if not aliases:\n return dict()\n\n common_items = aliases.pop(_COMMON_CONDITION, {}).items()\n\n # If there are only common items in the dictionary, immediately return them\n if not len(aliases.keys()) == 1:\n return dict(common_items)\n\n # Build a single select statement where each conditional has accounted for the\n # common set of aliases.\n crate_aliases = {\"//conditions:default\": dict(common_items)}\n for condition, deps in aliases.items():\n condition_triples = _CONDITIONS[condition]\n for triple in condition_triples:\n if triple in crate_aliases:\n crate_aliases[triple].update(deps)\n else:\n crate_aliases.update({triple: dict(deps.items() + common_items)})\n\n return select(crate_aliases)\n\n###############################################################################\n# WORKSPACE MEMBER DEPS AND ALIASES\n###############################################################################\n\n_NORMAL_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"assert-json-diff\": Label(\"@crates//:assert-json-diff-2.0.2\"),\n \"clang\": Label(\"@crates//:clang-1.0.3\"),\n \"clang-sys\": Label(\"@crates//:clang-sys-1.8.1\"),\n \"clap\": Label(\"@crates//:clap-4.6.6\"),\n \"env_logger\": Label(\"@crates//:env_logger-0.10.2\"),\n \"flatbuffers\": Label(\"@crates//:flatbuffers-25.12.19\"),\n \"libloading\": Label(\"@crates//:libloading-0.9.0\"),\n \"log\": Label(\"@crates//:log-0.4.34\"),\n \"once_cell\": Label(\"@crates//:once_cell-1.21.4\"),\n \"pest\": Label(\"@crates//:pest-2.9.1\"),\n \"serde\": Label(\"@crates//:serde-1.0.229\"),\n \"serde_json\": Label(\"@crates//:serde_json-1.0.151\"),\n \"serde_yaml\": Label(\"@crates//:serde_yaml-0.9.34+deprecated\"),\n \"thiserror\": Label(\"@crates//:thiserror-1.0.69\"),\n },\n },\n}\n\n\n_NORMAL_ALIASES = {\n \"\": {\n _COMMON_CONDITION: {\n },\n },\n}\n\n\n_NORMAL_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_NORMAL_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"pest_derive\": Label(\"@crates//:pest_derive-2.9.1\"),\n },\n },\n}\n\n\n_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_CONDITIONS = {\n \"aarch64-apple-darwin\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\"],\n \"aarch64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\"],\n \"cfg(any())\": [],\n \"cfg(any(unix, target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\",\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:wasm32-wasip1\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n \"cfg(target_os = \\\"hermit\\\")\": [],\n \"cfg(unix)\": [\"@rules_rust//rust/platform:aarch64-apple-darwin\",\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n \"cfg(windows)\": [\"@rules_rust//rust/platform:x86_64-pc-windows-msvc\"],\n \"wasm32-unknown-unknown\": [\"@rules_rust//rust/platform:wasm32-unknown-unknown\"],\n \"wasm32-wasip1\": [\"@rules_rust//rust/platform:wasm32-wasip1\"],\n \"x86_64-pc-windows-msvc\": [\"@rules_rust//rust/platform:x86_64-pc-windows-msvc\"],\n \"x86_64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"x86_64-unknown-nixos-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\"],\n}\n\n###############################################################################\n\ndef crate_repositories():\n \"\"\"A macro for defining repositories for all generated crates.\n\n Returns:\n A list of repos visible to the module through the module extension.\n \"\"\"\n maybe(\n http_archive,\n name = \"crates__aho-corasick-1.1.5\",\n sha256 = \"c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aho-corasick/1.1.5/download\"],\n strip_prefix = \"aho-corasick-1.1.5\",\n build_file = Label(\"@crates//crates:BUILD.aho-corasick-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstream-1.0.0\",\n sha256 = \"824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstream/1.0.0/download\"],\n strip_prefix = \"anstream-1.0.0\",\n build_file = Label(\"@crates//crates:BUILD.anstream-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-1.0.14\",\n sha256 = \"940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle/1.0.14/download\"],\n strip_prefix = \"anstyle-1.0.14\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-1.0.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-parse-1.0.0\",\n sha256 = \"52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-parse/1.0.0/download\"],\n strip_prefix = \"anstyle-parse-1.0.0\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-parse-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-query-1.1.5\",\n sha256 = \"40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-query/1.1.5/download\"],\n strip_prefix = \"anstyle-query-1.1.5\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-query-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__anstyle-wincon-3.0.11\",\n sha256 = \"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-wincon/3.0.11/download\"],\n strip_prefix = \"anstyle-wincon-3.0.11\",\n build_file = Label(\"@crates//crates:BUILD.anstyle-wincon-3.0.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__assert-json-diff-2.0.2\",\n sha256 = \"47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/assert-json-diff/2.0.2/download\"],\n strip_prefix = \"assert-json-diff-2.0.2\",\n build_file = Label(\"@crates//crates:BUILD.assert-json-diff-2.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__bitflags-2.13.2\",\n sha256 = \"3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/2.13.2/download\"],\n strip_prefix = \"bitflags-2.13.2\",\n build_file = Label(\"@crates//crates:BUILD.bitflags-2.13.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__cfg-if-1.0.4\",\n sha256 = \"9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg-if/1.0.4/download\"],\n strip_prefix = \"cfg-if-1.0.4\",\n build_file = Label(\"@crates//crates:BUILD.cfg-if-1.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clang-1.0.3\",\n sha256 = \"34c6913be3a1c94f52fb975cdec7ef5a7b69de10a55de66dcbc30d7046b85fa1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang/1.0.3/download\"],\n strip_prefix = \"clang-1.0.3\",\n build_file = Label(\"@crates//crates:BUILD.clang-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clang-sys-1.8.1\",\n sha256 = \"0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang-sys/1.8.1/download\"],\n strip_prefix = \"clang-sys-1.8.1\",\n build_file = Label(\"@crates//crates:BUILD.clang-sys-1.8.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap-4.6.6\",\n sha256 = \"473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap/4.6.6/download\"],\n strip_prefix = \"clap-4.6.6\",\n build_file = Label(\"@crates//crates:BUILD.clap-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_builder-4.6.6\",\n sha256 = \"7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_builder/4.6.6/download\"],\n strip_prefix = \"clap_builder-4.6.6\",\n build_file = Label(\"@crates//crates:BUILD.clap_builder-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_derive-4.6.4\",\n sha256 = \"d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_derive/4.6.4/download\"],\n strip_prefix = \"clap_derive-4.6.4\",\n build_file = Label(\"@crates//crates:BUILD.clap_derive-4.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__clap_lex-1.1.0\",\n sha256 = \"c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_lex/1.1.0/download\"],\n strip_prefix = \"clap_lex-1.1.0\",\n build_file = Label(\"@crates//crates:BUILD.clap_lex-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__colorchoice-1.0.5\",\n sha256 = \"1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/colorchoice/1.0.5/download\"],\n strip_prefix = \"colorchoice-1.0.5\",\n build_file = Label(\"@crates//crates:BUILD.colorchoice-1.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__env_logger-0.10.2\",\n sha256 = \"4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_logger/0.10.2/download\"],\n strip_prefix = \"env_logger-0.10.2\",\n build_file = Label(\"@crates//crates:BUILD.env_logger-0.10.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__equivalent-1.0.2\",\n sha256 = \"877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/equivalent/1.0.2/download\"],\n strip_prefix = \"equivalent-1.0.2\",\n build_file = Label(\"@crates//crates:BUILD.equivalent-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__flatbuffers-25.12.19\",\n sha256 = \"35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/flatbuffers/25.12.19/download\"],\n strip_prefix = \"flatbuffers-25.12.19\",\n build_file = Label(\"@crates//crates:BUILD.flatbuffers-25.12.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__glob-0.3.4\",\n sha256 = \"e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/glob/0.3.4/download\"],\n strip_prefix = \"glob-0.3.4\",\n build_file = Label(\"@crates//crates:BUILD.glob-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__hashbrown-0.17.1\",\n sha256 = \"ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.17.1/download\"],\n strip_prefix = \"hashbrown-0.17.1\",\n build_file = Label(\"@crates//crates:BUILD.hashbrown-0.17.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__heck-0.5.0\",\n sha256 = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.5.0/download\"],\n strip_prefix = \"heck-0.5.0\",\n build_file = Label(\"@crates//crates:BUILD.heck-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__hermit-abi-0.5.3\",\n sha256 = \"e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hermit-abi/0.5.3/download\"],\n strip_prefix = \"hermit-abi-0.5.3\",\n build_file = Label(\"@crates//crates:BUILD.hermit-abi-0.5.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__humantime-2.4.0\",\n sha256 = \"15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/humantime/2.4.0/download\"],\n strip_prefix = \"humantime-2.4.0\",\n build_file = Label(\"@crates//crates:BUILD.humantime-2.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__indexmap-2.14.2\",\n sha256 = \"cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indexmap/2.14.2/download\"],\n strip_prefix = \"indexmap-2.14.2\",\n build_file = Label(\"@crates//crates:BUILD.indexmap-2.14.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__is-terminal-0.4.17\",\n sha256 = \"3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is-terminal/0.4.17/download\"],\n strip_prefix = \"is-terminal-0.4.17\",\n build_file = Label(\"@crates//crates:BUILD.is-terminal-0.4.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__is_terminal_polyfill-1.70.2\",\n sha256 = \"a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is_terminal_polyfill/1.70.2/download\"],\n strip_prefix = \"is_terminal_polyfill-1.70.2\",\n build_file = Label(\"@crates//crates:BUILD.is_terminal_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__itoa-1.0.18\",\n sha256 = \"8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itoa/1.0.18/download\"],\n strip_prefix = \"itoa-1.0.18\",\n build_file = Label(\"@crates//crates:BUILD.itoa-1.0.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__libc-0.2.189\",\n sha256 = \"3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libc/0.2.189/download\"],\n strip_prefix = \"libc-0.2.189\",\n build_file = Label(\"@crates//crates:BUILD.libc-0.2.189.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__libloading-0.9.0\",\n sha256 = \"754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libloading/0.9.0/download\"],\n strip_prefix = \"libloading-0.9.0\",\n build_file = Label(\"@crates//crates:BUILD.libloading-0.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__log-0.4.34\",\n sha256 = \"f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/log/0.4.34/download\"],\n strip_prefix = \"log-0.4.34\",\n build_file = Label(\"@crates//crates:BUILD.log-0.4.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__memchr-2.8.3\",\n sha256 = \"cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/memchr/2.8.3/download\"],\n strip_prefix = \"memchr-2.8.3\",\n build_file = Label(\"@crates//crates:BUILD.memchr-2.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__once_cell-1.21.4\",\n sha256 = \"9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell/1.21.4/download\"],\n strip_prefix = \"once_cell-1.21.4\",\n build_file = Label(\"@crates//crates:BUILD.once_cell-1.21.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__once_cell_polyfill-1.70.2\",\n sha256 = \"384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell_polyfill/1.70.2/download\"],\n strip_prefix = \"once_cell_polyfill-1.70.2\",\n build_file = Label(\"@crates//crates:BUILD.once_cell_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest-2.9.1\",\n sha256 = \"6d45aeb61b4bf818e12d4205f2466f8c4748f85f4fce0146d1c03d69d753f0ad\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest/2.9.1/download\"],\n strip_prefix = \"pest-2.9.1\",\n build_file = Label(\"@crates//crates:BUILD.pest-2.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_derive-2.9.1\",\n sha256 = \"89cc5a242e25ed4e7704d0be240f2cfbe20a8c27e7e252d94835be93d92dc39f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_derive/2.9.1/download\"],\n strip_prefix = \"pest_derive-2.9.1\",\n build_file = Label(\"@crates//crates:BUILD.pest_derive-2.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_generator-2.9.1\",\n sha256 = \"7abf21475cc3820fe4b2ca2dc2142902f67a02189f3b5b3a229f4febc01a43e5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_generator/2.9.1/download\"],\n strip_prefix = \"pest_generator-2.9.1\",\n build_file = Label(\"@crates//crates:BUILD.pest_generator-2.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__pest_meta-2.9.1\",\n sha256 = \"adba4db388f687393c18c51348d44a41d870ca9df71a2c98172ea3035dc6936e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pest_meta/2.9.1/download\"],\n strip_prefix = \"pest_meta-2.9.1\",\n build_file = Label(\"@crates//crates:BUILD.pest_meta-2.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__proc-macro2-1.0.107\",\n sha256 = \"985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2/1.0.107/download\"],\n strip_prefix = \"proc-macro2-1.0.107\",\n build_file = Label(\"@crates//crates:BUILD.proc-macro2-1.0.107.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__quote-1.0.47\",\n sha256 = \"1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/quote/1.0.47/download\"],\n strip_prefix = \"quote-1.0.47\",\n build_file = Label(\"@crates//crates:BUILD.quote-1.0.47.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-1.13.1\",\n sha256 = \"f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex/1.13.1/download\"],\n strip_prefix = \"regex-1.13.1\",\n build_file = Label(\"@crates//crates:BUILD.regex-1.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-automata-0.4.18\",\n sha256 = \"ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-automata/0.4.18/download\"],\n strip_prefix = \"regex-automata-0.4.18\",\n build_file = Label(\"@crates//crates:BUILD.regex-automata-0.4.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__regex-syntax-0.8.11\",\n sha256 = \"d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-syntax/0.8.11/download\"],\n strip_prefix = \"regex-syntax-0.8.11\",\n build_file = Label(\"@crates//crates:BUILD.regex-syntax-0.8.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__rustc_version-0.4.1\",\n sha256 = \"cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc_version/0.4.1/download\"],\n strip_prefix = \"rustc_version-0.4.1\",\n build_file = Label(\"@crates//crates:BUILD.rustc_version-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__ryu-1.0.23\",\n sha256 = \"9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ryu/1.0.23/download\"],\n strip_prefix = \"ryu-1.0.23\",\n build_file = Label(\"@crates//crates:BUILD.ryu-1.0.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__semver-1.0.28\",\n sha256 = \"8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/semver/1.0.28/download\"],\n strip_prefix = \"semver-1.0.28\",\n build_file = Label(\"@crates//crates:BUILD.semver-1.0.28.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde-1.0.229\",\n sha256 = \"4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde/1.0.229/download\"],\n strip_prefix = \"serde-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_core-1.0.229\",\n sha256 = \"67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_core/1.0.229/download\"],\n strip_prefix = \"serde_core-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde_core-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_derive-1.0.229\",\n sha256 = \"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_derive/1.0.229/download\"],\n strip_prefix = \"serde_derive-1.0.229\",\n build_file = Label(\"@crates//crates:BUILD.serde_derive-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_json-1.0.151\",\n sha256 = \"c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_json/1.0.151/download\"],\n strip_prefix = \"serde_json-1.0.151\",\n build_file = Label(\"@crates//crates:BUILD.serde_json-1.0.151.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__serde_yaml-0.9.34-deprecated\",\n sha256 = \"6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download\"],\n strip_prefix = \"serde_yaml-0.9.34+deprecated\",\n build_file = Label(\"@crates//crates:BUILD.serde_yaml-0.9.34+deprecated.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__strsim-0.11.1\",\n sha256 = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/strsim/0.11.1/download\"],\n strip_prefix = \"strsim-0.11.1\",\n build_file = Label(\"@crates//crates:BUILD.strsim-0.11.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__syn-2.0.119\",\n sha256 = \"872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/2.0.119/download\"],\n strip_prefix = \"syn-2.0.119\",\n build_file = Label(\"@crates//crates:BUILD.syn-2.0.119.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__syn-3.0.5\",\n sha256 = \"12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/3.0.5/download\"],\n strip_prefix = \"syn-3.0.5\",\n build_file = Label(\"@crates//crates:BUILD.syn-3.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__termcolor-1.4.1\",\n sha256 = \"06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termcolor/1.4.1/download\"],\n strip_prefix = \"termcolor-1.4.1\",\n build_file = Label(\"@crates//crates:BUILD.termcolor-1.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__thiserror-1.0.69\",\n sha256 = \"b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror/1.0.69/download\"],\n strip_prefix = \"thiserror-1.0.69\",\n build_file = Label(\"@crates//crates:BUILD.thiserror-1.0.69.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__thiserror-impl-1.0.69\",\n sha256 = \"4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror-impl/1.0.69/download\"],\n strip_prefix = \"thiserror-impl-1.0.69\",\n build_file = Label(\"@crates//crates:BUILD.thiserror-impl-1.0.69.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__ucd-trie-0.1.7\",\n sha256 = \"2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ucd-trie/0.1.7/download\"],\n strip_prefix = \"ucd-trie-0.1.7\",\n build_file = Label(\"@crates//crates:BUILD.ucd-trie-0.1.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__unicode-ident-1.0.24\",\n sha256 = \"e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-ident/1.0.24/download\"],\n strip_prefix = \"unicode-ident-1.0.24\",\n build_file = Label(\"@crates//crates:BUILD.unicode-ident-1.0.24.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__unsafe-libyaml-0.2.11\",\n sha256 = \"673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unsafe-libyaml/0.2.11/download\"],\n strip_prefix = \"unsafe-libyaml-0.2.11\",\n build_file = Label(\"@crates//crates:BUILD.unsafe-libyaml-0.2.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__utf8parse-0.2.2\",\n sha256 = \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/utf8parse/0.2.2/download\"],\n strip_prefix = \"utf8parse-0.2.2\",\n build_file = Label(\"@crates//crates:BUILD.utf8parse-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__winapi-util-0.1.11\",\n sha256 = \"c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-util/0.1.11/download\"],\n strip_prefix = \"winapi-util-0.1.11\",\n build_file = Label(\"@crates//crates:BUILD.winapi-util-0.1.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__windows-link-0.2.1\",\n sha256 = \"f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.2.1/download\"],\n strip_prefix = \"windows-link-0.2.1\",\n build_file = Label(\"@crates//crates:BUILD.windows-link-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__windows-sys-0.61.2\",\n sha256 = \"ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.61.2/download\"],\n strip_prefix = \"windows-sys-0.61.2\",\n build_file = Label(\"@crates//crates:BUILD.windows-sys-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crates__zmij-1.0.23\",\n sha256 = \"29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zmij/1.0.23/download\"],\n strip_prefix = \"zmij-1.0.23\",\n build_file = Label(\"@crates//crates:BUILD.zmij-1.0.23.bazel\"),\n )\n\n return [\n struct(repo=\"crates__assert-json-diff-2.0.2\", is_dev_dep = False),\n struct(repo=\"crates__clang-1.0.3\", is_dev_dep = False),\n struct(repo=\"crates__clang-sys-1.8.1\", is_dev_dep = False),\n struct(repo=\"crates__clap-4.6.6\", is_dev_dep = False),\n struct(repo=\"crates__env_logger-0.10.2\", is_dev_dep = False),\n struct(repo=\"crates__flatbuffers-25.12.19\", is_dev_dep = False),\n struct(repo=\"crates__libloading-0.9.0\", is_dev_dep = False),\n struct(repo=\"crates__log-0.4.34\", is_dev_dep = False),\n struct(repo=\"crates__once_cell-1.21.4\", is_dev_dep = False),\n struct(repo=\"crates__pest-2.9.1\", is_dev_dep = False),\n struct(repo=\"crates__pest_derive-2.9.1\", is_dev_dep = False),\n struct(repo=\"crates__serde-1.0.229\", is_dev_dep = False),\n struct(repo=\"crates__serde_json-1.0.151\", is_dev_dep = False),\n struct(repo=\"crates__serde_yaml-0.9.34-deprecated\", is_dev_dep = False),\n struct(repo=\"crates__thiserror-1.0.69\", is_dev_dep = False),\n ]\n" } } }, @@ -4325,20 +7165,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"assert_json_diff\",\n deps = [\n \"@crates__serde-1.0.229//:serde\",\n \"@crates__serde_json-1.0.151//:serde_json\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=assert-json-diff\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.2\",\n)\n" } }, - "crates__bitflags-2.13.1": { + "crates__bitflags-2.13.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da", + "sha256": "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/bitflags/2.13.1/download" + "https://static.crates.io/crates/bitflags/2.13.2/download" ], - "strip_prefix": "bitflags-2.13.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bitflags\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bitflags\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.13.1\",\n)\n" + "strip_prefix": "bitflags-2.13.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bitflags\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bitflags\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.13.2\",\n)\n" } }, "crates__cfg-if-1.0.4": { @@ -4434,7 +7274,7 @@ "https://static.crates.io/crates/clap_derive/4.6.4/download" ], "strip_prefix": "clap_derive-4.6.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"clap_derive\",\n deps = [\n \"@crates__heck-0.5.0//:heck\",\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=clap_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"4.6.4\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"clap_derive\",\n deps = [\n \"@crates__heck-0.5.0//:heck\",\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=clap_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"4.6.4\",\n)\n" } }, "crates__clap_lex-1.1.0": { @@ -4514,7 +7354,7 @@ "https://static.crates.io/crates/flatbuffers/25.12.19/download" ], "strip_prefix": "flatbuffers-25.12.19", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"flatbuffers\",\n deps = [\n \"@crates__bitflags-2.13.1//:bitflags\",\n \"@crates__flatbuffers-25.12.19//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=flatbuffers\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"25.12.19\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crates__rustc_version-0.4.1//:rustc_version\",\n ],\n edition = \"2018\",\n pkg_name = \"flatbuffers\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=flatbuffers\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"25.12.19\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"flatbuffers\",\n deps = [\n \"@crates__bitflags-2.13.2//:bitflags\",\n \"@crates__flatbuffers-25.12.19//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=flatbuffers\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"25.12.19\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crates__rustc_version-0.4.1//:rustc_version\",\n ],\n edition = \"2018\",\n pkg_name = \"flatbuffers\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=flatbuffers\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"25.12.19\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crates__glob-0.3.4": { @@ -4565,20 +7405,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"heck\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=heck\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.0\",\n)\n" } }, - "crates__hermit-abi-0.5.2": { + "crates__hermit-abi-0.5.3": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c", + "sha256": "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/hermit-abi/0.5.2/download" + "https://static.crates.io/crates/hermit-abi/0.5.3/download" ], - "strip_prefix": "hermit-abi-0.5.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hermit_abi\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hermit-abi\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.2\",\n)\n" + "strip_prefix": "hermit-abi-0.5.3", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hermit_abi\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hermit-abi\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.3\",\n)\n" } }, "crates__humantime-2.4.0": { @@ -4597,20 +7437,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"humantime\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=humantime\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.4.0\",\n)\n" } }, - "crates__indexmap-2.14.0": { + "crates__indexmap-2.14.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9", + "sha256": "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/indexmap/2.14.0/download" + "https://static.crates.io/crates/indexmap/2.14.2/download" ], - "strip_prefix": "indexmap-2.14.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indexmap\",\n deps = [\n \"@crates__equivalent-1.0.2//:equivalent\",\n \"@crates__hashbrown-0.17.1//:hashbrown\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indexmap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.14.0\",\n)\n" + "strip_prefix": "indexmap-2.14.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indexmap\",\n deps = [\n \"@crates__equivalent-1.0.2//:equivalent\",\n \"@crates__hashbrown-0.17.1//:hashbrown\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indexmap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.14.2\",\n)\n" } }, "crates__is-terminal-0.4.17": { @@ -4757,68 +7597,68 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"once_cell_polyfill\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=once_cell_polyfill\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.70.2\",\n)\n" } }, - "crates__pest-2.9.0": { + "crates__pest-2.9.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "5a07a60cc7a4d00c91f95c685609d1d2f79050e6804b70ebedd7650f0b839bcf", + "sha256": "6d45aeb61b4bf818e12d4205f2466f8c4748f85f4fce0146d1c03d69d753f0ad", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/pest/2.9.0/download" + "https://static.crates.io/crates/pest/2.9.1/download" ], - "strip_prefix": "pest-2.9.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest\",\n deps = [\n \"@crates__memchr-2.8.3//:memchr\",\n \"@crates__ucd-trie-0.1.7//:ucd_trie\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"memchr\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.0\",\n)\n" + "strip_prefix": "pest-2.9.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest\",\n deps = [\n \"@crates__memchr-2.8.3//:memchr\",\n \"@crates__ucd-trie-0.1.7//:ucd_trie\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"memchr\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.1\",\n)\n" } }, - "crates__pest_derive-2.9.0": { + "crates__pest_derive-2.9.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "b3a83744a5c8455b8b3e0dc5031362780a347c878bdd11584d1a8984228cc88d", + "sha256": "89cc5a242e25ed4e7704d0be240f2cfbe20a8c27e7e252d94835be93d92dc39f", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/pest_derive/2.9.0/download" + "https://static.crates.io/crates/pest_derive/2.9.1/download" ], - "strip_prefix": "pest_derive-2.9.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"pest_derive\",\n deps = [\n \"@crates__pest-2.9.0//:pest\",\n \"@crates__pest_generator-2.9.0//:pest_generator\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.0\",\n)\n" + "strip_prefix": "pest_derive-2.9.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"pest_derive\",\n deps = [\n \"@crates__pest-2.9.1//:pest\",\n \"@crates__pest_generator-2.9.1//:pest_generator\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.1\",\n)\n" } }, - "crates__pest_generator-2.9.0": { + "crates__pest_generator-2.9.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "e0cd3451aa3de60d4b9a1e736885e4dea6b31617598026f12256ad566d63304a", + "sha256": "7abf21475cc3820fe4b2ca2dc2142902f67a02189f3b5b3a229f4febc01a43e5", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/pest_generator/2.9.0/download" + "https://static.crates.io/crates/pest_generator/2.9.1/download" ], - "strip_prefix": "pest_generator-2.9.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest_generator\",\n deps = [\n \"@crates__pest-2.9.0//:pest\",\n \"@crates__pest_meta-2.9.0//:pest_meta\",\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.0\",\n)\n" + "strip_prefix": "pest_generator-2.9.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest_generator\",\n deps = [\n \"@crates__pest-2.9.1//:pest\",\n \"@crates__pest_meta-2.9.1//:pest_meta\",\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.1\",\n)\n" } }, - "crates__pest_meta-2.9.0": { + "crates__pest_meta-2.9.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "e04d3a0849e241d7dfce834c83b1c5edc8622009e8dd51a12ba1927c32f05496", + "sha256": "adba4db388f687393c18c51348d44a41d870ca9df71a2c98172ea3035dc6936e", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/pest_meta/2.9.0/download" + "https://static.crates.io/crates/pest_meta/2.9.1/download" ], - "strip_prefix": "pest_meta-2.9.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest_meta\",\n deps = [\n \"@crates__pest-2.9.0//:pest\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_meta\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.0\",\n)\n" + "strip_prefix": "pest_meta-2.9.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"pest_meta\",\n deps = [\n \"@crates__pest-2.9.1//:pest\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=pest_meta\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.9.1\",\n)\n" } }, "crates__proc-macro2-1.0.107": { @@ -4994,7 +7834,7 @@ "https://static.crates.io/crates/serde_derive/1.0.229/download" ], "strip_prefix": "serde_derive-1.0.229", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"serde_derive\",\n deps = [\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.229\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"serde_derive\",\n deps = [\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.229\",\n)\n" } }, "crates__serde_json-1.0.151": { @@ -5026,7 +7866,7 @@ "https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download" ], "strip_prefix": "serde_yaml-0.9.34+deprecated", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"serde_yaml\",\n deps = [\n \"@crates__indexmap-2.14.0//:indexmap\",\n \"@crates__itoa-1.0.18//:itoa\",\n \"@crates__ryu-1.0.23//:ryu\",\n \"@crates__serde-1.0.229//:serde\",\n \"@crates__unsafe-libyaml-0.2.11//:unsafe_libyaml\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_yaml\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.9.34+deprecated\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"serde_yaml\",\n deps = [\n \"@crates__indexmap-2.14.2//:indexmap\",\n \"@crates__itoa-1.0.18//:itoa\",\n \"@crates__ryu-1.0.23//:ryu\",\n \"@crates__serde-1.0.229//:serde\",\n \"@crates__unsafe-libyaml-0.2.11//:unsafe_libyaml\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_yaml\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.9.34+deprecated\",\n)\n" } }, "crates__strsim-0.11.1": { @@ -5061,20 +7901,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.119\",\n)\n" } }, - "crates__syn-3.0.4": { + "crates__syn-3.0.5": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f", + "sha256": "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/syn/3.0.4/download" + "https://static.crates.io/crates/syn/3.0.5/download" ], - "strip_prefix": "syn-3.0.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"3.0.4\",\n)\n" + "strip_prefix": "syn-3.0.5", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_tooling'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crates__proc-macro2-1.0.107//:proc_macro2\",\n \"@crates__quote-1.0.47//:quote\",\n \"@crates__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:wasm32-wasip1\": [],\n \"@rules_rust//rust/platform:x86_64-pc-windows-msvc\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"3.0.5\",\n)\n" } }, "crates__termcolor-1.4.1": { @@ -5257,9 +8097,9 @@ "repoRuleId": "@@rules_rust+//crate_universe:extensions.bzl%_generate_repo", "attributes": { "contents": { - "BUILD.bazel": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files(\n [\n \"cargo-bazel.json\",\n \"crates.bzl\",\n \"defs.bzl\",\n ] + glob(\n allow_empty = True,\n include = [\"*.bazel\"],\n ),\n)\n\nfilegroup(\n name = \"srcs\",\n srcs = glob(\n allow_empty = True,\n include = [\n \"*.bazel\",\n \"*.bzl\",\n ],\n ),\n)\n\n# Workspace Member Dependencies\nalias(\n name = \"adler32-1.2.0\",\n actual = \"@crate_index__adler32-1.2.0//:adler32\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"adler32\",\n actual = \"@crate_index__adler32-1.2.0//:adler32\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"anyhow-1.0.104\",\n actual = \"@crate_index__anyhow-1.0.104//:anyhow\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"anyhow\",\n actual = \"@crate_index__anyhow-1.0.104//:anyhow\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"argh-0.1.19\",\n actual = \"@crate_index__argh-0.1.19//:argh\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"argh\",\n actual = \"@crate_index__argh-0.1.19//:argh\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"arrayvec-0.7.8\",\n actual = \"@crate_index__arrayvec-0.7.8//:arrayvec\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"arrayvec\",\n actual = \"@crate_index__arrayvec-0.7.8//:arrayvec\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"async-stream-0.3.6\",\n actual = \"@crate_index__async-stream-0.3.6//:async_stream\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"async-stream\",\n actual = \"@crate_index__async-stream-0.3.6//:async_stream\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"bytes-1.12.1\",\n actual = \"@crate_index__bytes-1.12.1//:bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"bytes\",\n actual = \"@crate_index__bytes-1.12.1//:bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cc-1.4.4\",\n actual = \"@crate_index__cc-1.4.4//:cc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cc\",\n actual = \"@crate_index__cc-1.4.4//:cc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap-4.6.6\",\n actual = \"@crate_index__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap\",\n actual = \"@crate_index__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cliclack-0.3.8\",\n actual = \"@crate_index__cliclack-0.3.8//:cliclack\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cliclack\",\n actual = \"@crate_index__cliclack-0.3.8//:cliclack\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"console-0.16.4\",\n actual = \"@crate_index__console-0.16.4//:console\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"console\",\n actual = \"@crate_index__console-0.16.4//:console\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ctrlc-3.5.2\",\n actual = \"@crate_index__ctrlc-3.5.2//:ctrlc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ctrlc\",\n actual = \"@crate_index__ctrlc-3.5.2//:ctrlc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger-0.11.11\",\n actual = \"@crate_index__env_logger-0.11.11//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger\",\n actual = \"@crate_index__env_logger-0.11.11//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"equivalent-1.0.2\",\n actual = \"@crate_index__equivalent-1.0.2//:equivalent\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"equivalent\",\n actual = \"@crate_index__equivalent-1.0.2//:equivalent\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"foldhash-0.2.0\",\n actual = \"@crate_index__foldhash-0.2.0//:foldhash\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"foldhash\",\n actual = \"@crate_index__foldhash-0.2.0//:foldhash\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"futures-0.3.34\",\n actual = \"@crate_index__futures-0.3.34//:futures\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"futures\",\n actual = \"@crate_index__futures-0.3.34//:futures\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"hashbrown-0.17.1\",\n actual = \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"hashbrown\",\n actual = \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"human_bytes-0.4.3\",\n actual = \"@crate_index__human_bytes-0.4.3//:human_bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"human_bytes\",\n actual = \"@crate_index__human_bytes-0.4.3//:human_bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-0.5.0\",\n actual = \"@crate_index__iceoryx2-0.5.0//:iceoryx2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2\",\n actual = \"@crate_index__iceoryx2-0.5.0//:iceoryx2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-container-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-container-qnx8-0.7.0//:iceoryx2_bb_container_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-container-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-container-qnx8-0.7.0//:iceoryx2_bb_container_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-derive-macros-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0//:iceoryx2_bb_derive_macros_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-derive-macros-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0//:iceoryx2_bb_derive_macros_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-elementary-qnx8-0.7.0//:iceoryx2_bb_elementary_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-elementary-qnx8-0.7.0//:iceoryx2_bb_elementary_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-traits-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0//:iceoryx2_bb_elementary_traits_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-traits-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0//:iceoryx2_bb_elementary_traits_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-lock-free-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0//:iceoryx2_bb_lock_free_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-lock-free-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0//:iceoryx2_bb_lock_free_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-memory-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-memory-qnx8-0.7.0//:iceoryx2_bb_memory_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-memory-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-memory-qnx8-0.7.0//:iceoryx2_bb_memory_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-posix-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-posix-qnx8-0.7.0//:iceoryx2_bb_posix_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-posix-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-posix-qnx8-0.7.0//:iceoryx2_bb_posix_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-system-types-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-system-types-qnx8-0.7.0//:iceoryx2_bb_system_types_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-system-types-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-system-types-qnx8-0.7.0//:iceoryx2_bb_system_types_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-testing-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-testing-qnx8-0.7.0//:iceoryx2_bb_testing_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-testing-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-testing-qnx8-0.7.0//:iceoryx2_bb_testing_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-threadsafe-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0//:iceoryx2_bb_threadsafe_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-threadsafe-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0//:iceoryx2_bb_threadsafe_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-cal-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-cal-qnx8-0.7.0//:iceoryx2_cal_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-cal-qnx8\",\n actual = \"@crate_index__iceoryx2-cal-qnx8-0.7.0//:iceoryx2_cal_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-pal-concurrency-sync-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-pal-concurrency-sync-qnx8\",\n actual = \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-qnx8-0.7.0//:iceoryx2_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-qnx8\",\n actual = \"@crate_index__iceoryx2-qnx8-0.7.0//:iceoryx2_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indexmap-2.14.0\",\n actual = \"@crate_index__indexmap-2.14.0//:indexmap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indexmap\",\n actual = \"@crate_index__indexmap-2.14.0//:indexmap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-0.18.6\",\n actual = \"@crate_index__indicatif-0.18.6//:indicatif\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif\",\n actual = \"@crate_index__indicatif-0.18.6//:indicatif\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-log-bridge-0.2.3\",\n actual = \"@crate_index__indicatif-log-bridge-0.2.3//:indicatif_log_bridge\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-log-bridge\",\n actual = \"@crate_index__indicatif-log-bridge-0.2.3//:indicatif_log_bridge\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ipc-channel-0.20.2\",\n actual = \"@crate_index__ipc-channel-0.20.2//:ipc_channel\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ipc-channel\",\n actual = \"@crate_index__ipc-channel-0.20.2//:ipc_channel\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libc-0.2.186\",\n actual = \"@crate_index__libc-0.2.186//:libc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libc\",\n actual = \"@crate_index__libc-0.2.186//:libc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log-0.4.34\",\n actual = \"@crate_index__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log\",\n actual = \"@crate_index__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"loom-0.7.2\",\n actual = \"@crate_index__loom-0.7.2//:loom\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"loom\",\n actual = \"@crate_index__loom-0.7.2//:loom\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mio-1.2.2\",\n actual = \"@crate_index__mio-1.2.2//:mio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mio\",\n actual = \"@crate_index__mio-1.2.2//:mio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mockall-0.14.0\",\n actual = \"@crate_index__mockall-0.14.0//:mockall\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mockall\",\n actual = \"@crate_index__mockall-0.14.0//:mockall\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"nix-0.30.1\",\n actual = \"@crate_index__nix-0.30.1//:nix\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"nix\",\n actual = \"@crate_index__nix-0.30.1//:nix\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"paste-1.0.15\",\n actual = \"@crate_index__paste-1.0.15//:paste\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"paste\",\n actual = \"@crate_index__paste-1.0.15//:paste\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pastey-0.2.3\",\n actual = \"@crate_index__pastey-0.2.3//:pastey\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pastey\",\n actual = \"@crate_index__pastey-0.2.3//:pastey\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pico-args-0.5.0\",\n actual = \"@crate_index__pico-args-0.5.0//:pico_args\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pico-args\",\n actual = \"@crate_index__pico-args-0.5.0//:pico_args\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"postcard-1.1.3\",\n actual = \"@crate_index__postcard-1.1.3//:postcard\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"postcard\",\n actual = \"@crate_index__postcard-1.1.3//:postcard\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"proc-macro2-1.0.107\",\n actual = \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"proc-macro2\",\n actual = \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-0.14.4\",\n actual = \"@crate_index__prost-0.14.4//:prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost\",\n actual = \"@crate_index__prost-0.14.4//:prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-build-0.14.4\",\n actual = \"@crate_index__prost-build-0.14.4//:prost_build\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-build\",\n actual = \"@crate_index__prost-build-0.14.4//:prost_build\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-types-0.14.4\",\n actual = \"@crate_index__prost-types-0.14.4//:prost_types\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-types\",\n actual = \"@crate_index__prost-types-0.14.4//:prost_types\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-prost-0.4.0\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc_gen_prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-prost\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc_gen_prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic-0.4.1\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc_gen_tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc_gen_tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"quote-1.0.47\",\n actual = \"@crate_index__quote-1.0.47//:quote\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"quote\",\n actual = \"@crate_index__quote-1.0.47//:quote\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rand-0.9.5\",\n actual = \"@crate_index__rand-0.9.5//:rand\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rand\",\n actual = \"@crate_index__rand-0.9.5//:rand\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rustversion-1.0.23\",\n actual = \"@crate_index__rustversion-1.0.23//:rustversion\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rustversion\",\n actual = \"@crate_index__rustversion-1.0.23//:rustversion\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"sem_safe-0.2.1\",\n actual = \"@crate_index__sem_safe-0.2.1//:sem_safe\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"sem_safe\",\n actual = \"@crate_index__sem_safe-0.2.1//:sem_safe\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde-1.0.229\",\n actual = \"@crate_index__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde\",\n actual = \"@crate_index__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_core-1.0.229\",\n actual = \"@crate_index__serde_core-1.0.229//:serde_core\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_core\",\n actual = \"@crate_index__serde_core-1.0.229//:serde_core\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json-1.0.151\",\n actual = \"@crate_index__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json\",\n actual = \"@crate_index__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"signal-hook-0.3.18\",\n actual = \"@crate_index__signal-hook-0.3.18//:signal_hook\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"signal-hook\",\n actual = \"@crate_index__signal-hook-0.3.18//:signal_hook\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"socket2-0.6.5\",\n actual = \"@crate_index__socket2-0.6.5//:socket2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"socket2\",\n actual = \"@crate_index__socket2-0.6.5//:socket2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"syn-2.0.119\",\n actual = \"@crate_index__syn-2.0.119//:syn\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"syn\",\n actual = \"@crate_index__syn-2.0.119//:syn\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tempfile-3.27.0\",\n actual = \"@crate_index__tempfile-3.27.0//:tempfile\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tempfile\",\n actual = \"@crate_index__tempfile-3.27.0//:tempfile\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror-2.0.20\",\n actual = \"@crate_index__thiserror-2.0.20//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror\",\n actual = \"@crate_index__thiserror-2.0.20//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"time-0.3.55\",\n actual = \"@crate_index__time-0.3.55//:time\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"time\",\n actual = \"@crate_index__time-0.3.55//:time\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tinyjson-2.5.1\",\n actual = \"@crate_index__tinyjson-2.5.1//:tinyjson\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tinyjson\",\n actual = \"@crate_index__tinyjson-2.5.1//:tinyjson\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-1.53.1\",\n actual = \"@crate_index__tokio-1.53.1//:tokio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio\",\n actual = \"@crate_index__tokio-1.53.1//:tokio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-seqpacket-0.8.2\",\n actual = \"@crate_index__tokio-seqpacket-0.8.2//:tokio_seqpacket\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-seqpacket\",\n actual = \"@crate_index__tokio-seqpacket-0.8.2//:tokio_seqpacket\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-util-0.7.19\",\n actual = \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-util\",\n actual = \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tonic-0.14.6\",\n actual = \"@crate_index__tonic-0.14.6//:tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tonic\",\n actual = \"@crate_index__tonic-0.14.6//:tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-0.1.44\",\n actual = \"@crate_index__tracing-0.1.44//:tracing\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing\",\n actual = \"@crate_index__tracing-0.1.44//:tracing\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-subscriber-0.3.23\",\n actual = \"@crate_index__tracing-subscriber-0.3.23//:tracing_subscriber\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-subscriber\",\n actual = \"@crate_index__tracing-subscriber-0.3.23//:tracing_subscriber\",\n tags = [\"manual\"],\n)\n\n# Binaries\nalias(\n name = \"protoc-gen-prost__protoc-gen-prost\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc-gen-prost__bin\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic__protoc-gen-tonic\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc-gen-tonic__bin\",\n tags = [\"manual\"],\n)\n", + "BUILD.bazel": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\npackage(default_visibility = [\"//visibility:public\"])\n\nexports_files(\n [\n \"cargo-bazel.json\",\n \"crates.bzl\",\n \"defs.bzl\",\n ] + glob(\n allow_empty = True,\n include = [\"*.bazel\"],\n ),\n)\n\nfilegroup(\n name = \"srcs\",\n srcs = glob(\n allow_empty = True,\n include = [\n \"*.bazel\",\n \"*.bzl\",\n ],\n ),\n)\n\n# Workspace Member Dependencies\nalias(\n name = \"adler32-1.2.0\",\n actual = \"@crate_index__adler32-1.2.0//:adler32\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"adler32\",\n actual = \"@crate_index__adler32-1.2.0//:adler32\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"anyhow-1.0.104\",\n actual = \"@crate_index__anyhow-1.0.104//:anyhow\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"anyhow\",\n actual = \"@crate_index__anyhow-1.0.104//:anyhow\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"argh-0.1.19\",\n actual = \"@crate_index__argh-0.1.19//:argh\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"argh\",\n actual = \"@crate_index__argh-0.1.19//:argh\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"arrayvec-0.7.8\",\n actual = \"@crate_index__arrayvec-0.7.8//:arrayvec\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"arrayvec\",\n actual = \"@crate_index__arrayvec-0.7.8//:arrayvec\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"async-stream-0.3.6\",\n actual = \"@crate_index__async-stream-0.3.6//:async_stream\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"async-stream\",\n actual = \"@crate_index__async-stream-0.3.6//:async_stream\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"bytes-1.12.1\",\n actual = \"@crate_index__bytes-1.12.1//:bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"bytes\",\n actual = \"@crate_index__bytes-1.12.1//:bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cc-1.4.5\",\n actual = \"@crate_index__cc-1.4.5//:cc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cc\",\n actual = \"@crate_index__cc-1.4.5//:cc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap-4.6.6\",\n actual = \"@crate_index__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"clap\",\n actual = \"@crate_index__clap-4.6.6//:clap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cliclack-0.3.8\",\n actual = \"@crate_index__cliclack-0.3.8//:cliclack\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"cliclack\",\n actual = \"@crate_index__cliclack-0.3.8//:cliclack\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"console-0.16.6\",\n actual = \"@crate_index__console-0.16.6//:console\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"console\",\n actual = \"@crate_index__console-0.16.6//:console\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ctrlc-3.5.2\",\n actual = \"@crate_index__ctrlc-3.5.2//:ctrlc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ctrlc\",\n actual = \"@crate_index__ctrlc-3.5.2//:ctrlc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger-0.11.11\",\n actual = \"@crate_index__env_logger-0.11.11//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"env_logger\",\n actual = \"@crate_index__env_logger-0.11.11//:env_logger\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"equivalent-1.0.2\",\n actual = \"@crate_index__equivalent-1.0.2//:equivalent\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"equivalent\",\n actual = \"@crate_index__equivalent-1.0.2//:equivalent\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"foldhash-0.2.0\",\n actual = \"@crate_index__foldhash-0.2.0//:foldhash\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"foldhash\",\n actual = \"@crate_index__foldhash-0.2.0//:foldhash\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"futures-0.3.34\",\n actual = \"@crate_index__futures-0.3.34//:futures\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"futures\",\n actual = \"@crate_index__futures-0.3.34//:futures\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"hashbrown-0.17.1\",\n actual = \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"hashbrown\",\n actual = \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"human_bytes-0.4.3\",\n actual = \"@crate_index__human_bytes-0.4.3//:human_bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"human_bytes\",\n actual = \"@crate_index__human_bytes-0.4.3//:human_bytes\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-0.5.0\",\n actual = \"@crate_index__iceoryx2-0.5.0//:iceoryx2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2\",\n actual = \"@crate_index__iceoryx2-0.5.0//:iceoryx2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-container-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-container-qnx8-0.7.0//:iceoryx2_bb_container_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-container-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-container-qnx8-0.7.0//:iceoryx2_bb_container_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-derive-macros-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0//:iceoryx2_bb_derive_macros_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-derive-macros-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0//:iceoryx2_bb_derive_macros_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-elementary-qnx8-0.7.0//:iceoryx2_bb_elementary_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-elementary-qnx8-0.7.0//:iceoryx2_bb_elementary_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-traits-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0//:iceoryx2_bb_elementary_traits_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-elementary-traits-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0//:iceoryx2_bb_elementary_traits_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-lock-free-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0//:iceoryx2_bb_lock_free_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-lock-free-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0//:iceoryx2_bb_lock_free_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-memory-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-memory-qnx8-0.7.0//:iceoryx2_bb_memory_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-memory-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-memory-qnx8-0.7.0//:iceoryx2_bb_memory_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-posix-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-posix-qnx8-0.7.0//:iceoryx2_bb_posix_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-posix-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-posix-qnx8-0.7.0//:iceoryx2_bb_posix_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-system-types-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-system-types-qnx8-0.7.0//:iceoryx2_bb_system_types_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-system-types-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-system-types-qnx8-0.7.0//:iceoryx2_bb_system_types_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-testing-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-testing-qnx8-0.7.0//:iceoryx2_bb_testing_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-testing-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-testing-qnx8-0.7.0//:iceoryx2_bb_testing_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-threadsafe-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0//:iceoryx2_bb_threadsafe_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-bb-threadsafe-qnx8\",\n actual = \"@crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0//:iceoryx2_bb_threadsafe_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-cal-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-cal-qnx8-0.7.0//:iceoryx2_cal_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-cal-qnx8\",\n actual = \"@crate_index__iceoryx2-cal-qnx8-0.7.0//:iceoryx2_cal_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-pal-concurrency-sync-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-pal-concurrency-sync-qnx8\",\n actual = \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-qnx8-0.7.0\",\n actual = \"@crate_index__iceoryx2-qnx8-0.7.0//:iceoryx2_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"iceoryx2-qnx8\",\n actual = \"@crate_index__iceoryx2-qnx8-0.7.0//:iceoryx2_qnx8\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indexmap-2.14.2\",\n actual = \"@crate_index__indexmap-2.14.2//:indexmap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indexmap\",\n actual = \"@crate_index__indexmap-2.14.2//:indexmap\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-0.18.6\",\n actual = \"@crate_index__indicatif-0.18.6//:indicatif\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif\",\n actual = \"@crate_index__indicatif-0.18.6//:indicatif\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-log-bridge-0.2.3\",\n actual = \"@crate_index__indicatif-log-bridge-0.2.3//:indicatif_log_bridge\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"indicatif-log-bridge\",\n actual = \"@crate_index__indicatif-log-bridge-0.2.3//:indicatif_log_bridge\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ipc-channel-0.20.2\",\n actual = \"@crate_index__ipc-channel-0.20.2//:ipc_channel\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"ipc-channel\",\n actual = \"@crate_index__ipc-channel-0.20.2//:ipc_channel\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libc-0.2.186\",\n actual = \"@crate_index__libc-0.2.186//:libc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"libc\",\n actual = \"@crate_index__libc-0.2.186//:libc\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log-0.4.34\",\n actual = \"@crate_index__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"log\",\n actual = \"@crate_index__log-0.4.34//:log\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"loom-0.7.2\",\n actual = \"@crate_index__loom-0.7.2//:loom\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"loom\",\n actual = \"@crate_index__loom-0.7.2//:loom\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mio-1.2.3\",\n actual = \"@crate_index__mio-1.2.3//:mio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mio\",\n actual = \"@crate_index__mio-1.2.3//:mio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mockall-0.14.0\",\n actual = \"@crate_index__mockall-0.14.0//:mockall\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"mockall\",\n actual = \"@crate_index__mockall-0.14.0//:mockall\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"nix-0.30.1\",\n actual = \"@crate_index__nix-0.30.1//:nix\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"nix\",\n actual = \"@crate_index__nix-0.30.1//:nix\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"paste-1.0.15\",\n actual = \"@crate_index__paste-1.0.15//:paste\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"paste\",\n actual = \"@crate_index__paste-1.0.15//:paste\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pastey-0.2.3\",\n actual = \"@crate_index__pastey-0.2.3//:pastey\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pastey\",\n actual = \"@crate_index__pastey-0.2.3//:pastey\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pico-args-0.5.0\",\n actual = \"@crate_index__pico-args-0.5.0//:pico_args\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"pico-args\",\n actual = \"@crate_index__pico-args-0.5.0//:pico_args\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"postcard-1.1.3\",\n actual = \"@crate_index__postcard-1.1.3//:postcard\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"postcard\",\n actual = \"@crate_index__postcard-1.1.3//:postcard\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"proc-macro2-1.0.107\",\n actual = \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"proc-macro2\",\n actual = \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-0.14.4\",\n actual = \"@crate_index__prost-0.14.4//:prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost\",\n actual = \"@crate_index__prost-0.14.4//:prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-build-0.14.4\",\n actual = \"@crate_index__prost-build-0.14.4//:prost_build\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-build\",\n actual = \"@crate_index__prost-build-0.14.4//:prost_build\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-types-0.14.4\",\n actual = \"@crate_index__prost-types-0.14.4//:prost_types\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"prost-types\",\n actual = \"@crate_index__prost-types-0.14.4//:prost_types\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-prost-0.4.0\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc_gen_prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-prost\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc_gen_prost\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic-0.4.1\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc_gen_tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc_gen_tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"quote-1.0.47\",\n actual = \"@crate_index__quote-1.0.47//:quote\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"quote\",\n actual = \"@crate_index__quote-1.0.47//:quote\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rand-0.9.5\",\n actual = \"@crate_index__rand-0.9.5//:rand\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rand\",\n actual = \"@crate_index__rand-0.9.5//:rand\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rustversion-1.0.23\",\n actual = \"@crate_index__rustversion-1.0.23//:rustversion\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"rustversion\",\n actual = \"@crate_index__rustversion-1.0.23//:rustversion\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"sem_safe-0.2.1\",\n actual = \"@crate_index__sem_safe-0.2.1//:sem_safe\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"sem_safe\",\n actual = \"@crate_index__sem_safe-0.2.1//:sem_safe\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde-1.0.229\",\n actual = \"@crate_index__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde\",\n actual = \"@crate_index__serde-1.0.229//:serde\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_core-1.0.229\",\n actual = \"@crate_index__serde_core-1.0.229//:serde_core\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_core\",\n actual = \"@crate_index__serde_core-1.0.229//:serde_core\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json-1.0.151\",\n actual = \"@crate_index__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"serde_json\",\n actual = \"@crate_index__serde_json-1.0.151//:serde_json\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"signal-hook-0.3.18\",\n actual = \"@crate_index__signal-hook-0.3.18//:signal_hook\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"signal-hook\",\n actual = \"@crate_index__signal-hook-0.3.18//:signal_hook\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"socket2-0.6.5\",\n actual = \"@crate_index__socket2-0.6.5//:socket2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"socket2\",\n actual = \"@crate_index__socket2-0.6.5//:socket2\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"syn-2.0.119\",\n actual = \"@crate_index__syn-2.0.119//:syn\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"syn\",\n actual = \"@crate_index__syn-2.0.119//:syn\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tempfile-3.27.0\",\n actual = \"@crate_index__tempfile-3.27.0//:tempfile\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tempfile\",\n actual = \"@crate_index__tempfile-3.27.0//:tempfile\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror-2.0.20\",\n actual = \"@crate_index__thiserror-2.0.20//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"thiserror\",\n actual = \"@crate_index__thiserror-2.0.20//:thiserror\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"time-0.3.55\",\n actual = \"@crate_index__time-0.3.55//:time\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"time\",\n actual = \"@crate_index__time-0.3.55//:time\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tinyjson-2.5.1\",\n actual = \"@crate_index__tinyjson-2.5.1//:tinyjson\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tinyjson\",\n actual = \"@crate_index__tinyjson-2.5.1//:tinyjson\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-1.53.1\",\n actual = \"@crate_index__tokio-1.53.1//:tokio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio\",\n actual = \"@crate_index__tokio-1.53.1//:tokio\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-seqpacket-0.8.2\",\n actual = \"@crate_index__tokio-seqpacket-0.8.2//:tokio_seqpacket\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-seqpacket\",\n actual = \"@crate_index__tokio-seqpacket-0.8.2//:tokio_seqpacket\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-util-0.7.19\",\n actual = \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tokio-util\",\n actual = \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tonic-0.14.6\",\n actual = \"@crate_index__tonic-0.14.6//:tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tonic\",\n actual = \"@crate_index__tonic-0.14.6//:tonic\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-0.1.44\",\n actual = \"@crate_index__tracing-0.1.44//:tracing\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing\",\n actual = \"@crate_index__tracing-0.1.44//:tracing\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-subscriber-0.3.23\",\n actual = \"@crate_index__tracing-subscriber-0.3.23//:tracing_subscriber\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"tracing-subscriber\",\n actual = \"@crate_index__tracing-subscriber-0.3.23//:tracing_subscriber\",\n tags = [\"manual\"],\n)\n\n# Binaries\nalias(\n name = \"protoc-gen-prost__protoc-gen-prost\",\n actual = \"@crate_index__protoc-gen-prost-0.4.0//:protoc-gen-prost__bin\",\n tags = [\"manual\"],\n)\n\nalias(\n name = \"protoc-gen-tonic__protoc-gen-tonic\",\n actual = \"@crate_index__protoc-gen-tonic-0.4.1//:protoc-gen-tonic__bin\",\n tags = [\"manual\"],\n)\n", "alias_rules.bzl": "\"\"\"Alias that transitions its target to `compilation_mode=opt`. Use `transition_alias=\"opt\"` to enable.\"\"\"\n\nload(\"@rules_cc//cc:defs.bzl\", \"CcInfo\")\nload(\"@rules_rust//rust:rust_common.bzl\", \"COMMON_PROVIDERS\")\n\ndef _transition_alias_impl(ctx):\n # `ctx.attr.actual` is a list of 1 item due to the transition\n providers = [ctx.attr.actual[0][provider] for provider in COMMON_PROVIDERS]\n if CcInfo in ctx.attr.actual[0]:\n providers.append(ctx.attr.actual[0][CcInfo])\n return providers\n\ndef _change_compilation_mode(compilation_mode):\n def _change_compilation_mode_impl(_settings, _attr):\n return {\n \"//command_line_option:compilation_mode\": compilation_mode,\n }\n\n return transition(\n implementation = _change_compilation_mode_impl,\n inputs = [],\n outputs = [\n \"//command_line_option:compilation_mode\",\n ],\n )\n\ndef _transition_alias_rule(compilation_mode):\n return rule(\n implementation = _transition_alias_impl,\n provides = COMMON_PROVIDERS,\n attrs = {\n \"actual\": attr.label(\n mandatory = True,\n doc = \"`rust_library()` target to transition to `compilation_mode=opt`.\",\n providers = COMMON_PROVIDERS,\n cfg = _change_compilation_mode(compilation_mode),\n ),\n \"_allowlist_function_transition\": attr.label(\n default = \"@bazel_tools//tools/allowlists/function_transition_allowlist\",\n ),\n },\n doc = \"Transitions a Rust library crate to the `compilation_mode=opt`.\",\n )\n\ntransition_alias_dbg = _transition_alias_rule(\"dbg\")\ntransition_alias_fastbuild = _transition_alias_rule(\"fastbuild\")\ntransition_alias_opt = _transition_alias_rule(\"opt\")\n", - "defs.bzl": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\"\"\"\n# `crates_repository` API\n\n- [aliases](#aliases)\n- [crate_deps](#crate_deps)\n- [all_crate_deps](#all_crate_deps)\n- [crate_repositories](#crate_repositories)\n\n\"\"\"\n\nload(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"new_git_repository\")\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\nload(\"@bazel_tools//tools/build_defs/repo:utils.bzl\", \"maybe\")\nload(\"@bazel_skylib//lib:selects.bzl\", \"selects\")\nload(\"@rules_rust//crate_universe/private:local_crate_mirror.bzl\", \"local_crate_mirror\")\n\n###############################################################################\n# MACROS API\n###############################################################################\n\n# An identifier that represent common dependencies (unconditional).\n_COMMON_CONDITION = \"\"\n\ndef _flatten_dependency_maps(all_dependency_maps):\n \"\"\"Flatten a list of dependency maps into one dictionary.\n\n Dependency maps have the following structure:\n\n ```python\n DEPENDENCIES_MAP = {\n # The first key in the map is a Bazel package\n # name of the workspace this file is defined in.\n \"workspace_member_package\": {\n\n # Not all dependencies are supported for all platforms.\n # the condition key is the condition required to be true\n # on the host platform.\n \"condition\": {\n\n # An alias to a crate target. # The label of the crate target the\n # Aliases are only crate names. # package name refers to.\n \"package_name\": \"@full//:label\",\n }\n }\n }\n ```\n\n Args:\n all_dependency_maps (list): A list of dicts as described above\n\n Returns:\n dict: A dictionary as described above\n \"\"\"\n dependencies = {}\n\n for workspace_deps_map in all_dependency_maps:\n for pkg_name, conditional_deps_map in workspace_deps_map.items():\n if pkg_name not in dependencies:\n non_frozen_map = dict()\n for key, values in conditional_deps_map.items():\n non_frozen_map.update({key: dict(values.items())})\n dependencies.setdefault(pkg_name, non_frozen_map)\n continue\n\n for condition, deps_map in conditional_deps_map.items():\n # If the condition has not been recorded, do so and continue\n if condition not in dependencies[pkg_name]:\n dependencies[pkg_name].setdefault(condition, dict(deps_map.items()))\n continue\n\n # Alert on any miss-matched dependencies\n inconsistent_entries = []\n for crate_name, crate_label in deps_map.items():\n existing = dependencies[pkg_name][condition].get(crate_name)\n if existing and existing != crate_label:\n inconsistent_entries.append((crate_name, existing, crate_label))\n dependencies[pkg_name][condition].update({crate_name: crate_label})\n\n return dependencies\n\ndef crate_deps(deps, package_name = None):\n \"\"\"Finds the fully qualified label of the requested crates for the package where this macro is called.\n\n Args:\n deps (list): The desired list of crate targets.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()`.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if not deps:\n return []\n\n if package_name == None:\n package_name = native.package_name()\n\n # Join both sets of dependencies\n dependencies = _flatten_dependency_maps([\n _NORMAL_DEPENDENCIES,\n _NORMAL_DEV_DEPENDENCIES,\n _PROC_MACRO_DEPENDENCIES,\n _PROC_MACRO_DEV_DEPENDENCIES,\n _BUILD_DEPENDENCIES,\n _BUILD_PROC_MACRO_DEPENDENCIES,\n ]).pop(package_name, {})\n\n # Combine all conditional packages so we can easily index over a flat list\n # TODO: Perhaps this should actually return select statements and maintain\n # the conditionals of the dependencies\n flat_deps = {}\n for deps_set in dependencies.values():\n for crate_name, crate_label in deps_set.items():\n flat_deps.update({crate_name: crate_label})\n\n missing_crates = []\n crate_targets = []\n for crate_target in deps:\n if crate_target not in flat_deps:\n missing_crates.append(crate_target)\n else:\n crate_targets.append(flat_deps[crate_target])\n\n if missing_crates:\n fail(\"Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`\".format(\n missing_crates,\n package_name,\n dependencies,\n ))\n\n return crate_targets\n\ndef all_crate_deps(\n normal = False, \n normal_dev = False, \n proc_macro = False, \n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Finds the fully qualified label of all requested direct crate dependencies \\\n for the package where this macro is called.\n\n If no parameters are set, all normal dependencies are returned. Setting any one flag will\n otherwise impact the contents of the returned list.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list.\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_dependency_maps = []\n if normal:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n if normal_dev:\n all_dependency_maps.append(_NORMAL_DEV_DEPENDENCIES)\n if proc_macro:\n all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES)\n if proc_macro_dev:\n all_dependency_maps.append(_PROC_MACRO_DEV_DEPENDENCIES)\n if build:\n all_dependency_maps.append(_BUILD_DEPENDENCIES)\n if build_proc_macro:\n all_dependency_maps.append(_BUILD_PROC_MACRO_DEPENDENCIES)\n\n # Default to always using normal dependencies\n if not all_dependency_maps:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n\n dependencies = _flatten_dependency_maps(all_dependency_maps).pop(package_name, None)\n\n if not dependencies:\n if dependencies == None:\n fail(\"Tried to get all_crate_deps for package \" + package_name + \" but that package had no Cargo.toml file\")\n else:\n return []\n\n crate_deps = list(dependencies.pop(_COMMON_CONDITION, {}).values())\n for condition, deps in dependencies.items():\n crate_deps += selects.with_or({\n tuple(_CONDITIONS[condition]): deps.values(),\n \"//conditions:default\": [],\n })\n\n return crate_deps\n\ndef aliases(\n normal = False,\n normal_dev = False,\n proc_macro = False,\n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Produces a map of Crate alias names to their original label\n\n If no dependency kinds are specified, `normal` and `proc_macro` are used by default.\n Setting any one flag will otherwise determine the contents of the returned dict.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list..\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n dict: The aliases of all associated packages\n \"\"\"\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_aliases_maps = []\n if normal:\n all_aliases_maps.append(_NORMAL_ALIASES)\n if normal_dev:\n all_aliases_maps.append(_NORMAL_DEV_ALIASES)\n if proc_macro:\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n if proc_macro_dev:\n all_aliases_maps.append(_PROC_MACRO_DEV_ALIASES)\n if build:\n all_aliases_maps.append(_BUILD_ALIASES)\n if build_proc_macro:\n all_aliases_maps.append(_BUILD_PROC_MACRO_ALIASES)\n\n # Default to always using normal aliases\n if not all_aliases_maps:\n all_aliases_maps.append(_NORMAL_ALIASES)\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n\n aliases = _flatten_dependency_maps(all_aliases_maps).pop(package_name, None)\n\n if not aliases:\n return dict()\n\n common_items = aliases.pop(_COMMON_CONDITION, {}).items()\n\n # If there are only common items in the dictionary, immediately return them\n if not len(aliases.keys()) == 1:\n return dict(common_items)\n\n # Build a single select statement where each conditional has accounted for the\n # common set of aliases.\n crate_aliases = {\"//conditions:default\": dict(common_items)}\n for condition, deps in aliases.items():\n condition_triples = _CONDITIONS[condition]\n for triple in condition_triples:\n if triple in crate_aliases:\n crate_aliases[triple].update(deps)\n else:\n crate_aliases.update({triple: dict(deps.items() + common_items)})\n\n return select(crate_aliases)\n\n###############################################################################\n# WORKSPACE MEMBER DEPS AND ALIASES\n###############################################################################\n\n_NORMAL_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"adler32\": Label(\"@crate_index//:adler32-1.2.0\"),\n \"anyhow\": Label(\"@crate_index//:anyhow-1.0.104\"),\n \"argh\": Label(\"@crate_index//:argh-0.1.19\"),\n \"arrayvec\": Label(\"@crate_index//:arrayvec-0.7.8\"),\n \"async-stream\": Label(\"@crate_index//:async-stream-0.3.6\"),\n \"bytes\": Label(\"@crate_index//:bytes-1.12.1\"),\n \"cc\": Label(\"@crate_index//:cc-1.4.4\"),\n \"clap\": Label(\"@crate_index//:clap-4.6.6\"),\n \"cliclack\": Label(\"@crate_index//:cliclack-0.3.8\"),\n \"console\": Label(\"@crate_index//:console-0.16.4\"),\n \"ctrlc\": Label(\"@crate_index//:ctrlc-3.5.2\"),\n \"env_logger\": Label(\"@crate_index//:env_logger-0.11.11\"),\n \"equivalent\": Label(\"@crate_index//:equivalent-1.0.2\"),\n \"foldhash\": Label(\"@crate_index//:foldhash-0.2.0\"),\n \"futures\": Label(\"@crate_index//:futures-0.3.34\"),\n \"hashbrown\": Label(\"@crate_index//:hashbrown-0.17.1\"),\n \"human_bytes\": Label(\"@crate_index//:human_bytes-0.4.3\"),\n \"iceoryx2\": Label(\"@crate_index//:iceoryx2-0.5.0\"),\n \"iceoryx2-bb-container-qnx8\": Label(\"@crate_index//:iceoryx2-bb-container-qnx8-0.7.0\"),\n \"iceoryx2-bb-elementary-qnx8\": Label(\"@crate_index//:iceoryx2-bb-elementary-qnx8-0.7.0\"),\n \"iceoryx2-bb-elementary-traits-qnx8\": Label(\"@crate_index//:iceoryx2-bb-elementary-traits-qnx8-0.7.0\"),\n \"iceoryx2-bb-lock-free-qnx8\": Label(\"@crate_index//:iceoryx2-bb-lock-free-qnx8-0.7.0\"),\n \"iceoryx2-bb-memory-qnx8\": Label(\"@crate_index//:iceoryx2-bb-memory-qnx8-0.7.0\"),\n \"iceoryx2-bb-posix-qnx8\": Label(\"@crate_index//:iceoryx2-bb-posix-qnx8-0.7.0\"),\n \"iceoryx2-bb-system-types-qnx8\": Label(\"@crate_index//:iceoryx2-bb-system-types-qnx8-0.7.0\"),\n \"iceoryx2-bb-testing-qnx8\": Label(\"@crate_index//:iceoryx2-bb-testing-qnx8-0.7.0\"),\n \"iceoryx2-bb-threadsafe-qnx8\": Label(\"@crate_index//:iceoryx2-bb-threadsafe-qnx8-0.7.0\"),\n \"iceoryx2-cal-qnx8\": Label(\"@crate_index//:iceoryx2-cal-qnx8-0.7.0\"),\n \"iceoryx2-pal-concurrency-sync-qnx8\": Label(\"@crate_index//:iceoryx2-pal-concurrency-sync-qnx8-0.7.0\"),\n \"iceoryx2-qnx8\": Label(\"@crate_index//:iceoryx2-qnx8-0.7.0\"),\n \"indexmap\": Label(\"@crate_index//:indexmap-2.14.0\"),\n \"indicatif\": Label(\"@crate_index//:indicatif-0.18.6\"),\n \"indicatif-log-bridge\": Label(\"@crate_index//:indicatif-log-bridge-0.2.3\"),\n \"ipc-channel\": Label(\"@crate_index//:ipc-channel-0.20.2\"),\n \"libc\": Label(\"@crate_index//:libc-0.2.186\"),\n \"log\": Label(\"@crate_index//:log-0.4.34\"),\n \"loom\": Label(\"@crate_index//:loom-0.7.2\"),\n \"mio\": Label(\"@crate_index//:mio-1.2.2\"),\n \"mockall\": Label(\"@crate_index//:mockall-0.14.0\"),\n \"nix\": Label(\"@crate_index//:nix-0.30.1\"),\n \"pico-args\": Label(\"@crate_index//:pico-args-0.5.0\"),\n \"postcard\": Label(\"@crate_index//:postcard-1.1.3\"),\n \"proc-macro2\": Label(\"@crate_index//:proc-macro2-1.0.107\"),\n \"prost\": Label(\"@crate_index//:prost-0.14.4\"),\n \"prost-build\": Label(\"@crate_index//:prost-build-0.14.4\"),\n \"prost-types\": Label(\"@crate_index//:prost-types-0.14.4\"),\n \"protoc-gen-prost\": Label(\"@crate_index//:protoc-gen-prost-0.4.0\"),\n \"protoc-gen-tonic\": Label(\"@crate_index//:protoc-gen-tonic-0.4.1\"),\n \"quote\": Label(\"@crate_index//:quote-1.0.47\"),\n \"rand\": Label(\"@crate_index//:rand-0.9.5\"),\n \"sem_safe\": Label(\"@crate_index//:sem_safe-0.2.1\"),\n \"serde\": Label(\"@crate_index//:serde-1.0.229\"),\n \"serde_core\": Label(\"@crate_index//:serde_core-1.0.229\"),\n \"serde_json\": Label(\"@crate_index//:serde_json-1.0.151\"),\n \"signal-hook\": Label(\"@crate_index//:signal-hook-0.3.18\"),\n \"socket2\": Label(\"@crate_index//:socket2-0.6.5\"),\n \"syn\": Label(\"@crate_index//:syn-2.0.119\"),\n \"tempfile\": Label(\"@crate_index//:tempfile-3.27.0\"),\n \"thiserror\": Label(\"@crate_index//:thiserror-2.0.20\"),\n \"time\": Label(\"@crate_index//:time-0.3.55\"),\n \"tinyjson\": Label(\"@crate_index//:tinyjson-2.5.1\"),\n \"tokio\": Label(\"@crate_index//:tokio-1.53.1\"),\n \"tokio-seqpacket\": Label(\"@crate_index//:tokio-seqpacket-0.8.2\"),\n \"tokio-util\": Label(\"@crate_index//:tokio-util-0.7.19\"),\n \"tonic\": Label(\"@crate_index//:tonic-0.14.6\"),\n \"tracing\": Label(\"@crate_index//:tracing-0.1.44\"),\n \"tracing-subscriber\": Label(\"@crate_index//:tracing-subscriber-0.3.23\"),\n },\n },\n}\n\n\n_NORMAL_ALIASES = {\n \"\": {\n _COMMON_CONDITION: {\n },\n },\n}\n\n\n_NORMAL_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_NORMAL_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"iceoryx2-bb-derive-macros-qnx8\": Label(\"@crate_index//:iceoryx2-bb-derive-macros-qnx8-0.7.0\"),\n \"paste\": Label(\"@crate_index//:paste-1.0.15\"),\n \"pastey\": Label(\"@crate_index//:pastey-0.2.3\"),\n \"rustversion\": Label(\"@crate_index//:rustversion-1.0.23\"),\n },\n },\n}\n\n\n_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_CONDITIONS = {\n \"aarch64-pc-windows-gnullvm\": [],\n \"aarch64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\"],\n \"aarch64-unknown-nto-qnx710\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\"],\n \"cfg(all(any(target_arch = \\\"x86_64\\\", target_arch = \\\"arm64ec\\\"), target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(any(target_os = \\\"android\\\", target_os = \\\"linux\\\"), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [],\n \"cfg(all(any(target_os = \\\"linux\\\", target_os = \\\"android\\\"), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [],\n \"cfg(all(any(target_os = \\\"linux\\\", target_os = \\\"android\\\"), not(any(all(target_os = \\\"linux\\\", target_env = \\\"\\\"), getrandom_backend = \\\"custom\\\", getrandom_backend = \\\"linux_raw\\\", getrandom_backend = \\\"rdrand\\\", getrandom_backend = \\\"rndr\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(rustix_use_libc), not(miri), target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(rustix_use_libc), not(miri), target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(all(target_arch = \\\"aarch64\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"wasm32\\\", target_os = \\\"wasi\\\", target_env = \\\"p2\\\"))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"gnu\\\", not(target_abi = \\\"llvm\\\"), not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"gnu\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86_64\\\", target_env = \\\"gnu\\\", not(target_abi = \\\"llvm\\\"), not(windows_raw_dylib)))\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(target_arch = \\\"x86_64\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_family = \\\"wasm\\\", target_os = \\\"unknown\\\"))\": [],\n \"cfg(all(target_os = \\\"uefi\\\", getrandom_backend = \\\"efi_rng\\\"))\": [],\n \"cfg(any())\": [],\n \"cfg(any(target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"hurd\\\", target_os = \\\"illumos\\\", target_os = \\\"cygwin\\\", all(target_os = \\\"horizon\\\", target_arch = \\\"arm\\\")))\": [],\n \"cfg(any(target_os = \\\"haiku\\\", target_os = \\\"redox\\\", target_os = \\\"nto\\\", target_os = \\\"aix\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\"],\n \"cfg(any(target_os = \\\"ios\\\", target_os = \\\"visionos\\\", target_os = \\\"watchos\\\", target_os = \\\"tvos\\\"))\": [],\n \"cfg(any(target_os = \\\"linux\\\", target_os = \\\"openbsd\\\", target_os = \\\"freebsd\\\", target_os = \\\"illumos\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(target_os = \\\"macos\\\", target_os = \\\"openbsd\\\", target_os = \\\"vita\\\", target_os = \\\"emscripten\\\"))\": [],\n \"cfg(any(unix, target_os = \\\"hermit\\\", target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(unix, target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(windows, unix, target_os = \\\"redox\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(not(target_has_atomic = \\\"ptr\\\"))\": [],\n \"cfg(target_arch = \\\"x86_64\\\")\": [\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(target_os = \\\"hermit\\\")\": [],\n \"cfg(target_os = \\\"macos\\\")\": [],\n \"cfg(target_os = \\\"netbsd\\\")\": [],\n \"cfg(target_os = \\\"solaris\\\")\": [],\n \"cfg(target_os = \\\"vxworks\\\")\": [],\n \"cfg(target_os = \\\"wasi\\\")\": [],\n \"cfg(target_os = \\\"windows\\\")\": [],\n \"cfg(target_vendor = \\\"apple\\\")\": [],\n \"cfg(unix)\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(windows)\": [],\n \"i686-pc-windows-gnu\": [],\n \"i686-pc-windows-gnullvm\": [],\n \"riscv32i-unknown-none-elf\": [],\n \"riscv32imc-unknown-none-elf\": [],\n \"x86_64-pc-nto-qnx710\": [\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\"],\n \"x86_64-pc-windows-gnu\": [],\n \"x86_64-pc-windows-gnullvm\": [],\n \"x86_64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"x86_64-unknown-none\": [\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"xtensa-esp32s2-none-elf\": [],\n}\n\n###############################################################################\n\ndef crate_repositories():\n \"\"\"A macro for defining repositories for all generated crates.\n\n Returns:\n A list of repos visible to the module through the module extension.\n \"\"\"\n maybe(\n http_archive,\n name = \"crate_index__adler32-1.2.0\",\n sha256 = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/adler32/1.2.0/download\"],\n strip_prefix = \"adler32-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.adler32-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__aho-corasick-1.1.5\",\n sha256 = \"c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aho-corasick/1.1.5/download\"],\n strip_prefix = \"aho-corasick-1.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.aho-corasick-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__aliasable-0.1.3\",\n sha256 = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aliasable/0.1.3/download\"],\n strip_prefix = \"aliasable-0.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.aliasable-0.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__allocator-api2-0.2.21\",\n sha256 = \"683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/allocator-api2/0.2.21/download\"],\n strip_prefix = \"allocator-api2-0.2.21\",\n build_file = Label(\"@crate_index//crate_index:BUILD.allocator-api2-0.2.21.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstream-1.0.0\",\n sha256 = \"824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstream/1.0.0/download\"],\n strip_prefix = \"anstream-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstream-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-1.0.14\",\n sha256 = \"940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle/1.0.14/download\"],\n strip_prefix = \"anstyle-1.0.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-1.0.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-parse-1.0.0\",\n sha256 = \"52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-parse/1.0.0/download\"],\n strip_prefix = \"anstyle-parse-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-parse-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-query-1.1.5\",\n sha256 = \"40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-query/1.1.5/download\"],\n strip_prefix = \"anstyle-query-1.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-query-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-wincon-3.0.11\",\n sha256 = \"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-wincon/3.0.11/download\"],\n strip_prefix = \"anstyle-wincon-3.0.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-wincon-3.0.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anyhow-1.0.104\",\n sha256 = \"330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anyhow/1.0.104/download\"],\n strip_prefix = \"anyhow-1.0.104\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anyhow-1.0.104.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh-0.1.19\",\n sha256 = \"211818e820cda9ca6f167a64a5c808837366a6dfd807157c64c1304c486cd033\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh/0.1.19/download\"],\n strip_prefix = \"argh-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh_derive-0.1.19\",\n sha256 = \"c442a9d18cef5dde467405d27d461d080d68972d6d0dfd0408265b6749ec427d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh_derive/0.1.19/download\"],\n strip_prefix = \"argh_derive-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh_derive-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh_shared-0.1.19\",\n sha256 = \"e5ade012bac4db278517a0132c8c10c6427025868dca16c801087c28d5a411f1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh_shared/0.1.19/download\"],\n strip_prefix = \"argh_shared-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh_shared-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__arrayvec-0.7.8\",\n sha256 = \"d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/arrayvec/0.7.8/download\"],\n strip_prefix = \"arrayvec-0.7.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.arrayvec-0.7.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-stream-0.3.6\",\n sha256 = \"0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-stream/0.3.6/download\"],\n strip_prefix = \"async-stream-0.3.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-stream-0.3.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-stream-impl-0.3.6\",\n sha256 = \"c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-stream-impl/0.3.6/download\"],\n strip_prefix = \"async-stream-impl-0.3.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-stream-impl-0.3.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-trait-0.1.92\",\n sha256 = \"82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-trait/0.1.92/download\"],\n strip_prefix = \"async-trait-0.1.92\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-trait-0.1.92.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__atomic-polyfill-1.0.3\",\n sha256 = \"8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/atomic-polyfill/1.0.3/download\"],\n strip_prefix = \"atomic-polyfill-1.0.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.atomic-polyfill-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__atomic-waker-1.1.2\",\n sha256 = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/atomic-waker/1.1.2/download\"],\n strip_prefix = \"atomic-waker-1.1.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.atomic-waker-1.1.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__axum-0.8.9\",\n sha256 = \"31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/axum/0.8.9/download\"],\n strip_prefix = \"axum-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.axum-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__axum-core-0.5.6\",\n sha256 = \"08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/axum-core/0.5.6/download\"],\n strip_prefix = \"axum-core-0.5.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.axum-core-0.5.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__base64-0.22.1\",\n sha256 = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/base64/0.22.1/download\"],\n strip_prefix = \"base64-0.22.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.base64-0.22.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bincode-1.3.3\",\n sha256 = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bincode/1.3.3/download\"],\n strip_prefix = \"bincode-1.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bincode-1.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bindgen-0.69.5\",\n sha256 = \"271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bindgen/0.69.5/download\"],\n strip_prefix = \"bindgen-0.69.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bindgen-0.69.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bindgen-0.72.1\",\n sha256 = \"993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bindgen/0.72.1/download\"],\n strip_prefix = \"bindgen-0.72.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bindgen-0.72.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bitflags-1.3.2\",\n sha256 = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/1.3.2/download\"],\n strip_prefix = \"bitflags-1.3.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bitflags-1.3.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bitflags-2.13.1\",\n sha256 = \"b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/2.13.1/download\"],\n strip_prefix = \"bitflags-2.13.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bitflags-2.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__block2-0.6.2\",\n sha256 = \"cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/block2/0.6.2/download\"],\n strip_prefix = \"block2-0.6.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.block2-0.6.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bumpalo-3.20.3\",\n sha256 = \"72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bumpalo/3.20.3/download\"],\n strip_prefix = \"bumpalo-3.20.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bumpalo-3.20.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__byteorder-1.5.0\",\n sha256 = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/byteorder/1.5.0/download\"],\n strip_prefix = \"byteorder-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.byteorder-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bytes-1.12.1\",\n sha256 = \"fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bytes/1.12.1/download\"],\n strip_prefix = \"bytes-1.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bytes-1.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cc-1.4.4\",\n sha256 = \"0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cc/1.4.4/download\"],\n strip_prefix = \"cc-1.4.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cc-1.4.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cdr-0.2.4\",\n sha256 = \"9617422bf43fde9280707a7e90f8f7494389c182f5c70b0f67592d0f06d41dfa\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cdr/0.2.4/download\"],\n strip_prefix = \"cdr-0.2.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cdr-0.2.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cexpr-0.6.0\",\n sha256 = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cexpr/0.6.0/download\"],\n strip_prefix = \"cexpr-0.6.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cexpr-0.6.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cfg-if-1.0.4\",\n sha256 = \"9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg-if/1.0.4/download\"],\n strip_prefix = \"cfg-if-1.0.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cfg-if-1.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cfg_aliases-0.2.2\",\n sha256 = \"f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg_aliases/0.2.2/download\"],\n strip_prefix = \"cfg_aliases-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cfg_aliases-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clang-sys-1.9.1\",\n sha256 = \"157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang-sys/1.9.1/download\"],\n strip_prefix = \"clang-sys-1.9.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clang-sys-1.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap-4.6.6\",\n sha256 = \"473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap/4.6.6/download\"],\n strip_prefix = \"clap-4.6.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_builder-4.6.6\",\n sha256 = \"7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_builder/4.6.6/download\"],\n strip_prefix = \"clap_builder-4.6.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_builder-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_derive-4.6.4\",\n sha256 = \"d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_derive/4.6.4/download\"],\n strip_prefix = \"clap_derive-4.6.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_derive-4.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_lex-1.1.0\",\n sha256 = \"c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_lex/1.1.0/download\"],\n strip_prefix = \"clap_lex-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_lex-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cliclack-0.3.8\",\n sha256 = \"aa510b739c618c679375ea9c5af44ce9f591289546e874ad5910e7ce7df79844\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cliclack/0.3.8/download\"],\n strip_prefix = \"cliclack-0.3.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cliclack-0.3.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cobs-0.3.0\",\n sha256 = \"0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cobs/0.3.0/download\"],\n strip_prefix = \"cobs-0.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cobs-0.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__colorchoice-1.0.5\",\n sha256 = \"1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/colorchoice/1.0.5/download\"],\n strip_prefix = \"colorchoice-1.0.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.colorchoice-1.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__console-0.15.11\",\n sha256 = \"054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/console/0.15.11/download\"],\n strip_prefix = \"console-0.15.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.console-0.15.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__console-0.16.4\",\n sha256 = \"4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/console/0.16.4/download\"],\n strip_prefix = \"console-0.16.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.console-0.16.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__critical-section-1.2.0\",\n sha256 = \"790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/critical-section/1.2.0/download\"],\n strip_prefix = \"critical-section-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.critical-section-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__crossbeam-channel-0.5.16\",\n sha256 = \"d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/crossbeam-channel/0.5.16/download\"],\n strip_prefix = \"crossbeam-channel-0.5.16\",\n build_file = Label(\"@crate_index//crate_index:BUILD.crossbeam-channel-0.5.16.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__crossbeam-utils-0.8.22\",\n sha256 = \"61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/crossbeam-utils/0.8.22/download\"],\n strip_prefix = \"crossbeam-utils-0.8.22\",\n build_file = Label(\"@crate_index//crate_index:BUILD.crossbeam-utils-0.8.22.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ctrlc-3.5.2\",\n sha256 = \"e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ctrlc/3.5.2/download\"],\n strip_prefix = \"ctrlc-3.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ctrlc-3.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-1.1.1\",\n sha256 = \"e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt/1.1.1/download\"],\n strip_prefix = \"defmt-1.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-1.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-macros-1.1.1\",\n sha256 = \"bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt-macros/1.1.1/download\"],\n strip_prefix = \"defmt-macros-1.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-macros-1.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-parser-1.0.0\",\n sha256 = \"10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt-parser/1.0.0/download\"],\n strip_prefix = \"defmt-parser-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-parser-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__deranged-0.5.8\",\n sha256 = \"7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/deranged/0.5.8/download\"],\n strip_prefix = \"deranged-0.5.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.deranged-0.5.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__dispatch2-0.3.1\",\n sha256 = \"1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/dispatch2/0.3.1/download\"],\n strip_prefix = \"dispatch2-0.3.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.dispatch2-0.3.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__downcast-0.11.0\",\n sha256 = \"1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/downcast/0.11.0/download\"],\n strip_prefix = \"downcast-0.11.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.downcast-0.11.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__either-1.18.0\",\n sha256 = \"252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/either/1.18.0/download\"],\n strip_prefix = \"either-1.18.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.either-1.18.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__embedded-io-0.4.0\",\n sha256 = \"ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/embedded-io/0.4.0/download\"],\n strip_prefix = \"embedded-io-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.embedded-io-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__embedded-io-0.6.1\",\n sha256 = \"edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/embedded-io/0.6.1/download\"],\n strip_prefix = \"embedded-io-0.6.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.embedded-io-0.6.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__encode_unicode-1.0.0\",\n sha256 = \"34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/encode_unicode/1.0.0/download\"],\n strip_prefix = \"encode_unicode-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.encode_unicode-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__enum-iterator-2.3.0\",\n sha256 = \"a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/enum-iterator/2.3.0/download\"],\n strip_prefix = \"enum-iterator-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.enum-iterator-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__enum-iterator-derive-1.5.0\",\n sha256 = \"685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/enum-iterator-derive/1.5.0/download\"],\n strip_prefix = \"enum-iterator-derive-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.enum-iterator-derive-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__env_filter-2.0.0\",\n sha256 = \"900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_filter/2.0.0/download\"],\n strip_prefix = \"env_filter-2.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.env_filter-2.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__env_logger-0.11.11\",\n sha256 = \"de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_logger/0.11.11/download\"],\n strip_prefix = \"env_logger-0.11.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.env_logger-0.11.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__equivalent-1.0.2\",\n sha256 = \"877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/equivalent/1.0.2/download\"],\n strip_prefix = \"equivalent-1.0.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.equivalent-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__errno-0.3.14\",\n sha256 = \"39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/errno/0.3.14/download\"],\n strip_prefix = \"errno-0.3.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.errno-0.3.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fastrand-2.5.0\",\n sha256 = \"da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fastrand/2.5.0/download\"],\n strip_prefix = \"fastrand-2.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fastrand-2.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__filedesc-0.6.3\",\n sha256 = \"c4960c866d9cf4c48f64f11ef0020c98900d0cb32e9b019c000ed838470daa1d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/filedesc/0.6.3/download\"],\n strip_prefix = \"filedesc-0.6.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.filedesc-0.6.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__find-msvc-tools-0.1.11\",\n sha256 = \"d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/find-msvc-tools/0.1.11/download\"],\n strip_prefix = \"find-msvc-tools-0.1.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.find-msvc-tools-0.1.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fixedbitset-0.5.7\",\n sha256 = \"1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fixedbitset/0.5.7/download\"],\n strip_prefix = \"fixedbitset-0.5.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fixedbitset-0.5.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fnv-1.0.7\",\n sha256 = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fnv/1.0.7/download\"],\n strip_prefix = \"fnv-1.0.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fnv-1.0.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__foldhash-0.1.5\",\n sha256 = \"d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/foldhash/0.1.5/download\"],\n strip_prefix = \"foldhash-0.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.foldhash-0.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__foldhash-0.2.0\",\n sha256 = \"77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/foldhash/0.2.0/download\"],\n strip_prefix = \"foldhash-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.foldhash-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fragile-2.1.0\",\n sha256 = \"8878864ba14bb86e818a412bfd6f18f9eabd4ec0f008a28e8f7eb61db532fcf9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fragile/2.1.0/download\"],\n strip_prefix = \"fragile-2.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fragile-2.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-0.3.34\",\n sha256 = \"9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures/0.3.34/download\"],\n strip_prefix = \"futures-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-channel-0.3.34\",\n sha256 = \"b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-channel/0.3.34/download\"],\n strip_prefix = \"futures-channel-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-channel-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-core-0.3.34\",\n sha256 = \"92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-core/0.3.34/download\"],\n strip_prefix = \"futures-core-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-core-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-executor-0.3.34\",\n sha256 = \"031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-executor/0.3.34/download\"],\n strip_prefix = \"futures-executor-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-executor-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-io-0.3.34\",\n sha256 = \"53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-io/0.3.34/download\"],\n strip_prefix = \"futures-io-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-io-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-macro-0.3.34\",\n sha256 = \"9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-macro/0.3.34/download\"],\n strip_prefix = \"futures-macro-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-macro-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-sink-0.3.34\",\n sha256 = \"1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-sink/0.3.34/download\"],\n strip_prefix = \"futures-sink-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-sink-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-task-0.3.34\",\n sha256 = \"cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-task/0.3.34/download\"],\n strip_prefix = \"futures-task-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-task-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-util-0.3.34\",\n sha256 = \"0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-util/0.3.34/download\"],\n strip_prefix = \"futures-util-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-util-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__generator-0.8.9\",\n sha256 = \"b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/generator/0.8.9/download\"],\n strip_prefix = \"generator-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.generator-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.2.17\",\n sha256 = \"ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.2.17/download\"],\n strip_prefix = \"getrandom-0.2.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.2.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.3.4\",\n sha256 = \"899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.3.4/download\"],\n strip_prefix = \"getrandom-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.4.3\",\n sha256 = \"300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.4.3/download\"],\n strip_prefix = \"getrandom-0.4.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.4.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__glob-0.3.4\",\n sha256 = \"e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/glob/0.3.4/download\"],\n strip_prefix = \"glob-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.glob-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__h2-0.4.19\",\n sha256 = \"ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/h2/0.4.19/download\"],\n strip_prefix = \"h2-0.4.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.h2-0.4.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hash32-0.2.1\",\n sha256 = \"b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hash32/0.2.1/download\"],\n strip_prefix = \"hash32-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hash32-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hashbrown-0.15.5\",\n sha256 = \"9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.15.5/download\"],\n strip_prefix = \"hashbrown-0.15.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hashbrown-0.15.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hashbrown-0.17.1\",\n sha256 = \"ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.17.1/download\"],\n strip_prefix = \"hashbrown-0.17.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hashbrown-0.17.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heapless-0.7.17\",\n sha256 = \"cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heapless/0.7.17/download\"],\n strip_prefix = \"heapless-0.7.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heapless-0.7.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heck-0.4.1\",\n sha256 = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.4.1/download\"],\n strip_prefix = \"heck-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heck-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heck-0.5.0\",\n sha256 = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.5.0/download\"],\n strip_prefix = \"heck-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heck-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__home-0.5.12\",\n sha256 = \"cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/home/0.5.12/download\"],\n strip_prefix = \"home-0.5.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.home-0.5.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-1.5.0\",\n sha256 = \"918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http/1.5.0/download\"],\n strip_prefix = \"http-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-body-1.1.0\",\n sha256 = \"ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http-body/1.1.0/download\"],\n strip_prefix = \"http-body-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-body-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-body-util-0.1.5\",\n sha256 = \"23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http-body-util/0.1.5/download\"],\n strip_prefix = \"http-body-util-0.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-body-util-0.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__httparse-1.10.1\",\n sha256 = \"6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/httparse/1.10.1/download\"],\n strip_prefix = \"httparse-1.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.httparse-1.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__httpdate-1.0.3\",\n sha256 = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/httpdate/1.0.3/download\"],\n strip_prefix = \"httpdate-1.0.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.httpdate-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__human_bytes-0.4.3\",\n sha256 = \"91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/human_bytes/0.4.3/download\"],\n strip_prefix = \"human_bytes-0.4.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.human_bytes-0.4.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-1.11.0\",\n sha256 = \"d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper/1.11.0/download\"],\n strip_prefix = \"hyper-1.11.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-1.11.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-timeout-0.5.2\",\n sha256 = \"2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper-timeout/0.5.2/download\"],\n strip_prefix = \"hyper-timeout-0.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-timeout-0.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-util-0.1.20\",\n sha256 = \"96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper-util/0.1.20/download\"],\n strip_prefix = \"hyper-util-0.1.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-util-0.1.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-0.5.0\",\n sha256 = \"12c091b5786a230240f8f2691b9d29508ed0a02c025c254abaed8bc788a66bb3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2/0.5.0/download\"],\n strip_prefix = \"iceoryx2-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-container-0.5.0\",\n sha256 = \"fff9d75921f8ccd3e19261d72082b52ccc4704dcdd6930efe6c17b15693ab519\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-container/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-container-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-container-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-container-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-container-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/container\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-derive-macros-0.5.0\",\n sha256 = \"9257482fb822946bb3028225b6807350e3f815068961ff5bf683735ce01d59a4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-derive-macros/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-derive-macros-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-derive-macros-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n patches = [\n \"@@score_crates+//patches:iceoryx2_bb_derive_macros_readme.patch\",\n ],\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-derive-macros-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/derive-macros\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-elementary-0.5.0\",\n sha256 = \"38aae0237ff1575a7d9672c0202e5d313e7f674a635f6aaf619d2090fb7a12c2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-elementary/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-elementary-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-elementary-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/elementary\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-traits-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/elementary-traits\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-linux-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-linux-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/linux\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-lock-free-0.5.0\",\n sha256 = \"3ec3227a0c8b1d9e1ea4c61fa6a773e7c3b721fa3e2fd4363324f302b35ac85b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-lock-free/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-lock-free-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-lock-free-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-lock-free-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/lock-free\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-log-0.5.0\",\n sha256 = \"07df5e6ff06cc2ffb0a86b67c7cd4be86b11264d5e83c02a52b384e2d5e6363a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-log/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-log-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-log-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-log-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-log-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/log\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-memory-0.5.0\",\n sha256 = \"55a4ae8856404b6e7eca567004673ca39109fc70fcf387b96ca6d6d27c61f31b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-memory/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-memory-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-memory-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-memory-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-memory-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/memory\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-posix-0.5.0\",\n sha256 = \"122ff88c452a3045a9de6db73d0429da736578f76eab75779dd0d3681de75d57\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-posix/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-posix-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-posix-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-posix-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-posix-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/posix\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-system-types-0.5.0\",\n sha256 = \"ac2fb11a94823c3b9117a5e14edf16fd467794cf5391738eb2d8b7fc8e9b04fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-system-types/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-system-types-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-system-types-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-system-types-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-system-types-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/system-types\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-testing-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-testing-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/testing\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-threadsafe-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/threadsafe\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-cal-0.5.0\",\n sha256 = \"6c64b8eee1d57c4336d7df7d521671d8b76c72cac16af0db651e40f8c45f0946\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-cal/0.5.0/download\"],\n strip_prefix = \"iceoryx2-cal-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-cal-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-cal-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-cal-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-cal\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-concurrency-sync-0.5.0\",\n sha256 = \"92dc4ec7c023819c41b5a14c9ca58e8dbb86476053321decda73ac440996f35f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-concurrency-sync/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-concurrency-sync-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-concurrency-sync-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-concurrency-sync-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/concurrency-sync\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-configuration-0.5.0\",\n sha256 = \"d900aa8f9c5b661a9c5ddfbdc28eb87ac8c32be5375ca9b055b087d1c89c984d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-configuration/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-configuration-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-configuration-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-configuration-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-configuration-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/configuration\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-os-api-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-os-api-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/os-api\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-posix-0.5.0\",\n sha256 = \"5789169791a6274b492561b95543e1c635285cb454d547f78e53cbc1acd9b3f5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-posix/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-posix-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-posix-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-posix-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n patches = [\n \"@@score_crates+//patches:qnx8_iceoryx2.patch\",\n ],\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-posix-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/posix\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-testing-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-testing-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/testing\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indexmap-2.14.0\",\n sha256 = \"d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indexmap/2.14.0/download\"],\n strip_prefix = \"indexmap-2.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indexmap-2.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indicatif-0.18.6\",\n sha256 = \"9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indicatif/0.18.6/download\"],\n strip_prefix = \"indicatif-0.18.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indicatif-0.18.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indicatif-log-bridge-0.2.3\",\n sha256 = \"63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indicatif-log-bridge/0.2.3/download\"],\n strip_prefix = \"indicatif-log-bridge-0.2.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indicatif-log-bridge-0.2.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ipc-channel-0.20.2\",\n sha256 = \"f93600b5616c2d075f8af8dbd23c1d69278c5d24e4913d220cbc60b14c95c180\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ipc-channel/0.20.2/download\"],\n strip_prefix = \"ipc-channel-0.20.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ipc-channel-0.20.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__is_terminal_polyfill-1.70.2\",\n sha256 = \"a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is_terminal_polyfill/1.70.2/download\"],\n strip_prefix = \"is_terminal_polyfill-1.70.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.is_terminal_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.12.1\",\n sha256 = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.12.1/download\"],\n strip_prefix = \"itertools-0.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.13.0\",\n sha256 = \"413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.13.0/download\"],\n strip_prefix = \"itertools-0.13.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.13.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.14.0\",\n sha256 = \"2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.14.0/download\"],\n strip_prefix = \"itertools-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itoa-1.0.18\",\n sha256 = \"8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itoa/1.0.18/download\"],\n strip_prefix = \"itoa-1.0.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itoa-1.0.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-0.2.35\",\n sha256 = \"668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff/0.2.35/download\"],\n strip_prefix = \"jiff-0.2.35\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-0.2.35.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-core-0.1.0\",\n sha256 = \"7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff-core/0.1.0/download\"],\n strip_prefix = \"jiff-core-0.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-core-0.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-static-0.2.35\",\n sha256 = \"3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff-static/0.2.35/download\"],\n strip_prefix = \"jiff-static-0.2.35\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-static-0.2.35.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__js-sys-0.3.104\",\n sha256 = \"0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/js-sys/0.3.104/download\"],\n strip_prefix = \"js-sys-0.3.104\",\n build_file = Label(\"@crate_index//crate_index:BUILD.js-sys-0.3.104.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lazy_static-1.5.0\",\n sha256 = \"bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lazy_static/1.5.0/download\"],\n strip_prefix = \"lazy_static-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lazy_static-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lazycell-1.3.0\",\n sha256 = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lazycell/1.3.0/download\"],\n strip_prefix = \"lazycell-1.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lazycell-1.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__libc-0.2.186\",\n sha256 = \"68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libc/0.2.186/download\"],\n strip_prefix = \"libc-0.2.186\",\n build_file = Label(\"@crate_index//crate_index:BUILD.libc-0.2.186.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__libloading-0.8.9\",\n sha256 = \"d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libloading/0.8.9/download\"],\n strip_prefix = \"libloading-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.libloading-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__linux-raw-sys-0.12.1\",\n sha256 = \"32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/linux-raw-sys/0.12.1/download\"],\n strip_prefix = \"linux-raw-sys-0.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.linux-raw-sys-0.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__linux-raw-sys-0.4.15\",\n sha256 = \"d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/linux-raw-sys/0.4.15/download\"],\n strip_prefix = \"linux-raw-sys-0.4.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.linux-raw-sys-0.4.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lock_api-0.4.14\",\n sha256 = \"224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lock_api/0.4.14/download\"],\n strip_prefix = \"lock_api-0.4.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lock_api-0.4.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__log-0.4.34\",\n sha256 = \"f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/log/0.4.34/download\"],\n strip_prefix = \"log-0.4.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.log-0.4.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__loom-0.7.2\",\n sha256 = \"419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/loom/0.7.2/download\"],\n strip_prefix = \"loom-0.7.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.loom-0.7.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__matchers-0.2.0\",\n sha256 = \"d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/matchers/0.2.0/download\"],\n strip_prefix = \"matchers-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.matchers-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__matchit-0.8.4\",\n sha256 = \"47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/matchit/0.8.4/download\"],\n strip_prefix = \"matchit-0.8.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.matchit-0.8.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__memchr-2.8.3\",\n sha256 = \"cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/memchr/2.8.3/download\"],\n strip_prefix = \"memchr-2.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.memchr-2.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mime-0.3.17\",\n sha256 = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mime/0.3.17/download\"],\n strip_prefix = \"mime-0.3.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mime-0.3.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__minimal-lexical-0.2.1\",\n sha256 = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/minimal-lexical/0.2.1/download\"],\n strip_prefix = \"minimal-lexical-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.minimal-lexical-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mio-1.2.2\",\n sha256 = \"30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mio/1.2.2/download\"],\n strip_prefix = \"mio-1.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mio-1.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mockall-0.14.0\",\n sha256 = \"f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mockall/0.14.0/download\"],\n strip_prefix = \"mockall-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mockall-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mockall_derive-0.14.0\",\n sha256 = \"ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mockall_derive/0.14.0/download\"],\n strip_prefix = \"mockall_derive-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mockall_derive-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__multimap-0.10.1\",\n sha256 = \"1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/multimap/0.10.1/download\"],\n strip_prefix = \"multimap-0.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.multimap-0.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nix-0.30.1\",\n sha256 = \"74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nix/0.30.1/download\"],\n strip_prefix = \"nix-0.30.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nix-0.30.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nix-0.31.3\",\n sha256 = \"cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nix/0.31.3/download\"],\n strip_prefix = \"nix-0.31.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nix-0.31.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nom-7.1.3\",\n sha256 = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nom/7.1.3/download\"],\n strip_prefix = \"nom-7.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nom-7.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nu-ansi-term-0.50.3\",\n sha256 = \"7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nu-ansi-term/0.50.3/download\"],\n strip_prefix = \"nu-ansi-term-0.50.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nu-ansi-term-0.50.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__num-conv-0.2.2\",\n sha256 = \"521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/num-conv/0.2.2/download\"],\n strip_prefix = \"num-conv-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.num-conv-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__objc2-0.6.4\",\n sha256 = \"3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/objc2/0.6.4/download\"],\n strip_prefix = \"objc2-0.6.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.objc2-0.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__objc2-encode-4.1.0\",\n sha256 = \"ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/objc2-encode/4.1.0/download\"],\n strip_prefix = \"objc2-encode-4.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.objc2-encode-4.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__once_cell-1.21.4\",\n sha256 = \"9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell/1.21.4/download\"],\n strip_prefix = \"once_cell-1.21.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.once_cell-1.21.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__once_cell_polyfill-1.70.2\",\n sha256 = \"384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell_polyfill/1.70.2/download\"],\n strip_prefix = \"once_cell_polyfill-1.70.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.once_cell_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ouroboros-0.18.5\",\n sha256 = \"1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ouroboros/0.18.5/download\"],\n strip_prefix = \"ouroboros-0.18.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ouroboros-0.18.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ouroboros_macro-0.18.5\",\n sha256 = \"3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ouroboros_macro/0.18.5/download\"],\n strip_prefix = \"ouroboros_macro-0.18.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ouroboros_macro-0.18.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__paste-1.0.15\",\n sha256 = \"57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/paste/1.0.15/download\"],\n strip_prefix = \"paste-1.0.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.paste-1.0.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pastey-0.2.3\",\n sha256 = \"2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pastey/0.2.3/download\"],\n strip_prefix = \"pastey-0.2.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pastey-0.2.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__percent-encoding-2.3.2\",\n sha256 = \"9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/percent-encoding/2.3.2/download\"],\n strip_prefix = \"percent-encoding-2.3.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.percent-encoding-2.3.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__petgraph-0.7.1\",\n sha256 = \"3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/petgraph/0.7.1/download\"],\n strip_prefix = \"petgraph-0.7.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.petgraph-0.7.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__petgraph-0.8.3\",\n sha256 = \"8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/petgraph/0.8.3/download\"],\n strip_prefix = \"petgraph-0.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.petgraph-0.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pico-args-0.5.0\",\n sha256 = \"5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pico-args/0.5.0/download\"],\n strip_prefix = \"pico-args-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pico-args-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-1.1.13\",\n sha256 = \"2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project/1.1.13/download\"],\n strip_prefix = \"pin-project-1.1.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-1.1.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-internal-1.1.13\",\n sha256 = \"c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project-internal/1.1.13/download\"],\n strip_prefix = \"pin-project-internal-1.1.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-internal-1.1.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-lite-0.2.17\",\n sha256 = \"a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project-lite/0.2.17/download\"],\n strip_prefix = \"pin-project-lite-0.2.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-lite-0.2.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__portable-atomic-1.15.0\",\n sha256 = \"05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/portable-atomic/1.15.0/download\"],\n strip_prefix = \"portable-atomic-1.15.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.portable-atomic-1.15.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__portable-atomic-util-0.2.7\",\n sha256 = \"c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/portable-atomic-util/0.2.7/download\"],\n strip_prefix = \"portable-atomic-util-0.2.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.portable-atomic-util-0.2.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__postcard-1.1.3\",\n sha256 = \"6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/postcard/1.1.3/download\"],\n strip_prefix = \"postcard-1.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.postcard-1.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__postcard-derive-0.2.2\",\n sha256 = \"e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/postcard-derive/0.2.2/download\"],\n strip_prefix = \"postcard-derive-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.postcard-derive-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__powerfmt-0.2.0\",\n sha256 = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/powerfmt/0.2.0/download\"],\n strip_prefix = \"powerfmt-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.powerfmt-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ppv-lite86-0.2.21\",\n sha256 = \"85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ppv-lite86/0.2.21/download\"],\n strip_prefix = \"ppv-lite86-0.2.21\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ppv-lite86-0.2.21.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-3.1.4\",\n sha256 = \"ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates/3.1.4/download\"],\n strip_prefix = \"predicates-3.1.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-3.1.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-core-1.0.10\",\n sha256 = \"cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates-core/1.0.10/download\"],\n strip_prefix = \"predicates-core-1.0.10\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-core-1.0.10.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-tree-1.0.13\",\n sha256 = \"d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates-tree/1.0.13/download\"],\n strip_prefix = \"predicates-tree-1.0.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-tree-1.0.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prettyplease-0.2.37\",\n sha256 = \"479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prettyplease/0.2.37/download\"],\n strip_prefix = \"prettyplease-0.2.37\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prettyplease-0.2.37.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__proc-macro2-1.0.107\",\n sha256 = \"985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2/1.0.107/download\"],\n strip_prefix = \"proc-macro2-1.0.107\",\n build_file = Label(\"@crate_index//crate_index:BUILD.proc-macro2-1.0.107.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__proc-macro2-diagnostics-0.10.1\",\n sha256 = \"af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2-diagnostics/0.10.1/download\"],\n strip_prefix = \"proc-macro2-diagnostics-0.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.proc-macro2-diagnostics-0.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-0.13.5\",\n sha256 = \"2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost/0.13.5/download\"],\n strip_prefix = \"prost-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-0.14.4\",\n sha256 = \"528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost/0.14.4/download\"],\n strip_prefix = \"prost-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-build-0.13.5\",\n sha256 = \"be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-build/0.13.5/download\"],\n strip_prefix = \"prost-build-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-build-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-build-0.14.4\",\n sha256 = \"03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-build/0.14.4/download\"],\n strip_prefix = \"prost-build-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-build-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-derive-0.13.5\",\n sha256 = \"8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-derive/0.13.5/download\"],\n strip_prefix = \"prost-derive-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-derive-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-derive-0.14.4\",\n sha256 = \"b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-derive/0.14.4/download\"],\n strip_prefix = \"prost-derive-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-derive-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-types-0.13.5\",\n sha256 = \"52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-types/0.13.5/download\"],\n strip_prefix = \"prost-types-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-types-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-types-0.14.4\",\n sha256 = \"f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-types/0.14.4/download\"],\n strip_prefix = \"prost-types-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-types-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__protoc-gen-prost-0.4.0\",\n sha256 = \"77eb17a7657a703f30cb9b7ba4d981e4037b8af2d819ab0077514b0bef537406\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/protoc-gen-prost/0.4.0/download\"],\n strip_prefix = \"protoc-gen-prost-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.protoc-gen-prost-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__protoc-gen-tonic-0.4.1\",\n sha256 = \"6ab6a0d73a0914752ed8fd7cc51afe169e28da87be3efef292de5676cc527634\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/protoc-gen-tonic/0.4.1/download\"],\n strip_prefix = \"protoc-gen-tonic-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.protoc-gen-tonic-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__quote-1.0.47\",\n sha256 = \"1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/quote/1.0.47/download\"],\n strip_prefix = \"quote-1.0.47\",\n build_file = Label(\"@crate_index//crate_index:BUILD.quote-1.0.47.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__r-efi-5.3.0\",\n sha256 = \"69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/r-efi/5.3.0/download\"],\n strip_prefix = \"r-efi-5.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.r-efi-5.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__r-efi-6.0.0\",\n sha256 = \"f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/r-efi/6.0.0/download\"],\n strip_prefix = \"r-efi-6.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.r-efi-6.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand-0.9.5\",\n sha256 = \"b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand/0.9.5/download\"],\n strip_prefix = \"rand-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand_chacha-0.9.0\",\n sha256 = \"d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand_chacha/0.9.0/download\"],\n strip_prefix = \"rand_chacha-0.9.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand_chacha-0.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand_core-0.9.5\",\n sha256 = \"76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand_core/0.9.5/download\"],\n strip_prefix = \"rand_core-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand_core-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-1.13.1\",\n sha256 = \"f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex/1.13.1/download\"],\n strip_prefix = \"regex-1.13.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-1.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-automata-0.4.18\",\n sha256 = \"ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-automata/0.4.18/download\"],\n strip_prefix = \"regex-automata-0.4.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-automata-0.4.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-syntax-0.8.11\",\n sha256 = \"d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-syntax/0.8.11/download\"],\n strip_prefix = \"regex-syntax-0.8.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-syntax-0.8.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc-hash-1.1.0\",\n sha256 = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc-hash/1.1.0/download\"],\n strip_prefix = \"rustc-hash-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc-hash-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc-hash-2.1.3\",\n sha256 = \"6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc-hash/2.1.3/download\"],\n strip_prefix = \"rustc-hash-2.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc-hash-2.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc_version-0.4.1\",\n sha256 = \"cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc_version/0.4.1/download\"],\n strip_prefix = \"rustc_version-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc_version-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustix-0.38.44\",\n sha256 = \"fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustix/0.38.44/download\"],\n strip_prefix = \"rustix-0.38.44\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustix-0.38.44.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustix-1.1.4\",\n sha256 = \"b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustix/1.1.4/download\"],\n strip_prefix = \"rustix-1.1.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustix-1.1.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustversion-1.0.23\",\n sha256 = \"cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustversion/1.0.23/download\"],\n strip_prefix = \"rustversion-1.0.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustversion-1.0.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__scoped-tls-1.0.1\",\n sha256 = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/scoped-tls/1.0.1/download\"],\n strip_prefix = \"scoped-tls-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.scoped-tls-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__scopeguard-1.2.0\",\n sha256 = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/scopeguard/1.2.0/download\"],\n strip_prefix = \"scopeguard-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.scopeguard-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sem_safe-0.2.1\",\n sha256 = \"be9665e92f9b596cf2b20a8c0f55126cfee3514307740a859f1b25bc929e4947\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sem_safe/0.2.1/download\"],\n strip_prefix = \"sem_safe-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sem_safe-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__semver-1.0.28\",\n sha256 = \"8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/semver/1.0.28/download\"],\n strip_prefix = \"semver-1.0.28\",\n build_file = Label(\"@crate_index//crate_index:BUILD.semver-1.0.28.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde-1.0.229\",\n sha256 = \"4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde/1.0.229/download\"],\n strip_prefix = \"serde-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_core-1.0.229\",\n sha256 = \"67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_core/1.0.229/download\"],\n strip_prefix = \"serde_core-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_core-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_derive-1.0.229\",\n sha256 = \"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_derive/1.0.229/download\"],\n strip_prefix = \"serde_derive-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_derive-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_json-1.0.151\",\n sha256 = \"c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_json/1.0.151/download\"],\n strip_prefix = \"serde_json-1.0.151\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_json-1.0.151.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_spanned-0.6.9\",\n sha256 = \"bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_spanned/0.6.9/download\"],\n strip_prefix = \"serde_spanned-0.6.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_spanned-0.6.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sha1_smol-1.0.1\",\n sha256 = \"bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sha1_smol/1.0.1/download\"],\n strip_prefix = \"sha1_smol-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sha1_smol-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sharded-slab-0.1.7\",\n sha256 = \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sharded-slab/0.1.7/download\"],\n strip_prefix = \"sharded-slab-0.1.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sharded-slab-0.1.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__shlex-1.3.0\",\n sha256 = \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/shlex/1.3.0/download\"],\n strip_prefix = \"shlex-1.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.shlex-1.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__shlex-2.0.1\",\n sha256 = \"f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/shlex/2.0.1/download\"],\n strip_prefix = \"shlex-2.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.shlex-2.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__signal-hook-0.3.18\",\n sha256 = \"d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/signal-hook/0.3.18/download\"],\n strip_prefix = \"signal-hook-0.3.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.signal-hook-0.3.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__signal-hook-registry-1.4.8\",\n sha256 = \"c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/signal-hook-registry/1.4.8/download\"],\n strip_prefix = \"signal-hook-registry-1.4.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.signal-hook-registry-1.4.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__slab-0.4.12\",\n sha256 = \"0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/slab/0.4.12/download\"],\n strip_prefix = \"slab-0.4.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.slab-0.4.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__smallvec-1.15.2\",\n sha256 = \"8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/smallvec/1.15.2/download\"],\n strip_prefix = \"smallvec-1.15.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.smallvec-1.15.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__smawk-0.3.3\",\n sha256 = \"e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/smawk/0.3.3/download\"],\n strip_prefix = \"smawk-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.smawk-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__socket2-0.6.5\",\n sha256 = \"c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/socket2/0.6.5/download\"],\n strip_prefix = \"socket2-0.6.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.socket2-0.6.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__spin-0.9.9\",\n sha256 = \"3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/spin/0.9.9/download\"],\n strip_prefix = \"spin-0.9.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.spin-0.9.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__stable_deref_trait-1.2.1\",\n sha256 = \"6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/stable_deref_trait/1.2.1/download\"],\n strip_prefix = \"stable_deref_trait-1.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.stable_deref_trait-1.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__static_assertions-1.1.0\",\n sha256 = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/static_assertions/1.1.0/download\"],\n strip_prefix = \"static_assertions-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.static_assertions-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__strsim-0.11.1\",\n sha256 = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/strsim/0.11.1/download\"],\n strip_prefix = \"strsim-0.11.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.strsim-0.11.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__syn-2.0.119\",\n sha256 = \"872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/2.0.119/download\"],\n strip_prefix = \"syn-2.0.119\",\n build_file = Label(\"@crate_index//crate_index:BUILD.syn-2.0.119.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__syn-3.0.4\",\n sha256 = \"e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/3.0.4/download\"],\n strip_prefix = \"syn-3.0.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.syn-3.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sync_wrapper-1.0.2\",\n sha256 = \"0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sync_wrapper/1.0.2/download\"],\n strip_prefix = \"sync_wrapper-1.0.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sync_wrapper-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tempfile-3.27.0\",\n sha256 = \"32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tempfile/3.27.0/download\"],\n strip_prefix = \"tempfile-3.27.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tempfile-3.27.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__termsize-0.1.9\",\n sha256 = \"6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termsize/0.1.9/download\"],\n strip_prefix = \"termsize-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.termsize-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__termtree-0.5.1\",\n sha256 = \"8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termtree/0.5.1/download\"],\n strip_prefix = \"termtree-0.5.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.termtree-0.5.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__textwrap-0.16.2\",\n sha256 = \"c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/textwrap/0.16.2/download\"],\n strip_prefix = \"textwrap-0.16.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.textwrap-0.16.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thiserror-2.0.20\",\n sha256 = \"ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror/2.0.20/download\"],\n strip_prefix = \"thiserror-2.0.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thiserror-2.0.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thiserror-impl-2.0.20\",\n sha256 = \"bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror-impl/2.0.20/download\"],\n strip_prefix = \"thiserror-impl-2.0.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thiserror-impl-2.0.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thread_local-1.1.10\",\n sha256 = \"1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thread_local/1.1.10/download\"],\n strip_prefix = \"thread_local-1.1.10\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thread_local-1.1.10.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-0.3.55\",\n sha256 = \"cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time/0.3.55/download\"],\n strip_prefix = \"time-0.3.55\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-0.3.55.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-core-0.1.9\",\n sha256 = \"9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time-core/0.1.9/download\"],\n strip_prefix = \"time-core-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-core-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-macros-0.2.32\",\n sha256 = \"7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time-macros/0.2.32/download\"],\n strip_prefix = \"time-macros-0.2.32\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-macros-0.2.32.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tiny-fn-0.1.9\",\n sha256 = \"9659b108631d1e1cf3e8e489f894bee40bc9d68fd6cc67ec4d4ce9b72d565228\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tiny-fn/0.1.9/download\"],\n strip_prefix = \"tiny-fn-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tiny-fn-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tinyjson-2.5.1\",\n sha256 = \"9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tinyjson/2.5.1/download\"],\n strip_prefix = \"tinyjson-2.5.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tinyjson-2.5.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-1.53.1\",\n sha256 = \"202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio/1.53.1/download\"],\n strip_prefix = \"tokio-1.53.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-1.53.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-macros-2.7.2\",\n sha256 = \"78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-macros/2.7.2/download\"],\n strip_prefix = \"tokio-macros-2.7.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-macros-2.7.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-seqpacket-0.8.2\",\n sha256 = \"24d1294c36e418ee280e57ba514cc260c0c80c69571abf44109eef2823a1c1c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-seqpacket/0.8.2/download\"],\n strip_prefix = \"tokio-seqpacket-0.8.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-seqpacket-0.8.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-stream-0.1.19\",\n sha256 = \"a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-stream/0.1.19/download\"],\n strip_prefix = \"tokio-stream-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-stream-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-util-0.7.19\",\n sha256 = \"494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-util/0.7.19/download\"],\n strip_prefix = \"tokio-util-0.7.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-util-0.7.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml-0.8.23\",\n sha256 = \"dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml/0.8.23/download\"],\n strip_prefix = \"toml-0.8.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml-0.8.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_datetime-0.6.11\",\n sha256 = \"22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_datetime/0.6.11/download\"],\n strip_prefix = \"toml_datetime-0.6.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_datetime-0.6.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_edit-0.22.27\",\n sha256 = \"41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_edit/0.22.27/download\"],\n strip_prefix = \"toml_edit-0.22.27\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_edit-0.22.27.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_write-0.1.2\",\n sha256 = \"5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_write/0.1.2/download\"],\n strip_prefix = \"toml_write-0.1.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_write-0.1.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tonic-0.14.6\",\n sha256 = \"ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tonic/0.14.6/download\"],\n strip_prefix = \"tonic-0.14.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tonic-0.14.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tonic-build-0.12.3\",\n sha256 = \"9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tonic-build/0.12.3/download\"],\n strip_prefix = \"tonic-build-0.12.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tonic-build-0.12.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-0.5.3\",\n sha256 = \"ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower/0.5.3/download\"],\n strip_prefix = \"tower-0.5.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-0.5.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-layer-0.3.3\",\n sha256 = \"121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower-layer/0.3.3/download\"],\n strip_prefix = \"tower-layer-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-layer-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-service-0.3.3\",\n sha256 = \"8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower-service/0.3.3/download\"],\n strip_prefix = \"tower-service-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-service-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-0.1.44\",\n sha256 = \"63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing/0.1.44/download\"],\n strip_prefix = \"tracing-0.1.44\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-0.1.44.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-attributes-0.1.31\",\n sha256 = \"7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-attributes/0.1.31/download\"],\n strip_prefix = \"tracing-attributes-0.1.31\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-attributes-0.1.31.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-core-0.1.36\",\n sha256 = \"db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-core/0.1.36/download\"],\n strip_prefix = \"tracing-core-0.1.36\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-core-0.1.36.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-log-0.2.0\",\n sha256 = \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-log/0.2.0/download\"],\n strip_prefix = \"tracing-log-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-log-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-serde-0.2.0\",\n sha256 = \"704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-serde/0.2.0/download\"],\n strip_prefix = \"tracing-serde-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-serde-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-subscriber-0.3.23\",\n sha256 = \"cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-subscriber/0.3.23/download\"],\n strip_prefix = \"tracing-subscriber-0.3.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-subscriber-0.3.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__try-lock-0.2.5\",\n sha256 = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/try-lock/0.2.5/download\"],\n strip_prefix = \"try-lock-0.2.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.try-lock-0.2.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unicode-ident-1.0.24\",\n sha256 = \"e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-ident/1.0.24/download\"],\n strip_prefix = \"unicode-ident-1.0.24\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unicode-ident-1.0.24.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unicode-linebreak-0.1.5\",\n sha256 = \"3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-linebreak/0.1.5/download\"],\n strip_prefix = \"unicode-linebreak-0.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unicode-linebreak-0.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unicode-width-0.2.2\",\n sha256 = \"b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-width/0.2.2/download\"],\n strip_prefix = \"unicode-width-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unicode-width-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unit-prefix-0.5.2\",\n sha256 = \"81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unit-prefix/0.5.2/download\"],\n strip_prefix = \"unit-prefix-0.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unit-prefix-0.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__utf8parse-0.2.2\",\n sha256 = \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/utf8parse/0.2.2/download\"],\n strip_prefix = \"utf8parse-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.utf8parse-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__uuid-1.26.0\",\n sha256 = \"b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/uuid/1.26.0/download\"],\n strip_prefix = \"uuid-1.26.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.uuid-1.26.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__valuable-0.1.1\",\n sha256 = \"ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/valuable/0.1.1/download\"],\n strip_prefix = \"valuable-0.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.valuable-0.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__version_check-0.9.5\",\n sha256 = \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/version_check/0.9.5/download\"],\n strip_prefix = \"version_check-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.version_check-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__want-0.3.1\",\n sha256 = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/want/0.3.1/download\"],\n strip_prefix = \"want-0.3.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.want-0.3.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasi-0.11.1-wasi-snapshot-preview1\",\n sha256 = \"ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasi/0.11.1+wasi-snapshot-preview1/download\"],\n strip_prefix = \"wasi-0.11.1+wasi-snapshot-preview1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasi-0.11.1+wasi-snapshot-preview1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasip2-1.0.4-wasi-0.2.12\",\n sha256 = \"b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasip2/1.0.4+wasi-0.2.12/download\"],\n strip_prefix = \"wasip2-1.0.4+wasi-0.2.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasip2-1.0.4+wasi-0.2.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-0.2.127\",\n sha256 = \"1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen/0.2.127/download\"],\n strip_prefix = \"wasm-bindgen-0.2.127\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-0.2.127.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-macro-0.2.127\",\n sha256 = \"77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-macro/0.2.127/download\"],\n strip_prefix = \"wasm-bindgen-macro-0.2.127\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-macro-0.2.127.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-macro-support-0.2.127\",\n sha256 = \"e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.127/download\"],\n strip_prefix = \"wasm-bindgen-macro-support-0.2.127\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-macro-support-0.2.127.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-shared-0.2.127\",\n sha256 = \"7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-shared/0.2.127/download\"],\n strip_prefix = \"wasm-bindgen-shared-0.2.127\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-shared-0.2.127.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__web-time-1.1.0\",\n sha256 = \"5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/web-time/1.1.0/download\"],\n strip_prefix = \"web-time-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.web-time-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__which-4.4.2\",\n sha256 = \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/which/4.4.2/download\"],\n strip_prefix = \"which-4.4.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.which-4.4.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-0.3.9\",\n sha256 = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi/0.3.9/download\"],\n strip_prefix = \"winapi-0.3.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-0.3.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-i686-pc-windows-gnu-0.4.0\",\n sha256 = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download\"],\n strip_prefix = \"winapi-i686-pc-windows-gnu-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-x86_64-pc-windows-gnu-0.4.0\",\n sha256 = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download\"],\n strip_prefix = \"winapi-x86_64-pc-windows-gnu-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-0.61.3\",\n sha256 = \"9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows/0.61.3/download\"],\n strip_prefix = \"windows-0.61.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-0.61.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-collections-0.2.0\",\n sha256 = \"3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-collections/0.2.0/download\"],\n strip_prefix = \"windows-collections-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-collections-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-core-0.61.2\",\n sha256 = \"c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-core/0.61.2/download\"],\n strip_prefix = \"windows-core-0.61.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-core-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-future-0.2.1\",\n sha256 = \"fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-future/0.2.1/download\"],\n strip_prefix = \"windows-future-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-future-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-implement-0.60.2\",\n sha256 = \"053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-implement/0.60.2/download\"],\n strip_prefix = \"windows-implement-0.60.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-implement-0.60.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-interface-0.59.3\",\n sha256 = \"3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-interface/0.59.3/download\"],\n strip_prefix = \"windows-interface-0.59.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-interface-0.59.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-link-0.1.3\",\n sha256 = \"5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.1.3/download\"],\n strip_prefix = \"windows-link-0.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-link-0.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-link-0.2.1\",\n sha256 = \"f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.2.1/download\"],\n strip_prefix = \"windows-link-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-link-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-numerics-0.2.0\",\n sha256 = \"9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-numerics/0.2.0/download\"],\n strip_prefix = \"windows-numerics-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-numerics-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-result-0.3.4\",\n sha256 = \"56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-result/0.3.4/download\"],\n strip_prefix = \"windows-result-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-result-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-result-0.4.1\",\n sha256 = \"7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-result/0.4.1/download\"],\n strip_prefix = \"windows-result-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-result-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-strings-0.4.2\",\n sha256 = \"56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-strings/0.4.2/download\"],\n strip_prefix = \"windows-strings-0.4.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-strings-0.4.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.48.0\",\n sha256 = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.48.0/download\"],\n strip_prefix = \"windows-sys-0.48.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.48.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.59.0\",\n sha256 = \"1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.59.0/download\"],\n strip_prefix = \"windows-sys-0.59.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.59.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.61.2\",\n sha256 = \"ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.61.2/download\"],\n strip_prefix = \"windows-sys-0.61.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-targets-0.48.5\",\n sha256 = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-targets/0.48.5/download\"],\n strip_prefix = \"windows-targets-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-targets-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-targets-0.52.6\",\n sha256 = \"9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-targets/0.52.6/download\"],\n strip_prefix = \"windows-targets-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-targets-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-threading-0.1.0\",\n sha256 = \"b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-threading/0.1.0/download\"],\n strip_prefix = \"windows-threading-0.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-threading-0.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_gnullvm-0.48.5\",\n sha256 = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download\"],\n strip_prefix = \"windows_aarch64_gnullvm-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_gnullvm-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_gnullvm-0.52.6\",\n sha256 = \"32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_aarch64_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_msvc-0.48.5\",\n sha256 = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download\"],\n strip_prefix = \"windows_aarch64_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_msvc-0.52.6\",\n sha256 = \"09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download\"],\n strip_prefix = \"windows_aarch64_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnu-0.48.5\",\n sha256 = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnu/0.48.5/download\"],\n strip_prefix = \"windows_i686_gnu-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnu-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnu-0.52.6\",\n sha256 = \"8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnu/0.52.6/download\"],\n strip_prefix = \"windows_i686_gnu-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnu-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnullvm-0.52.6\",\n sha256 = \"0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_i686_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_msvc-0.48.5\",\n sha256 = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_msvc/0.48.5/download\"],\n strip_prefix = \"windows_i686_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_msvc-0.52.6\",\n sha256 = \"240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_msvc/0.52.6/download\"],\n strip_prefix = \"windows_i686_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnu-0.48.5\",\n sha256 = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_gnu-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnu-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnu-0.52.6\",\n sha256 = \"147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_gnu-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnu-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnullvm-0.48.5\",\n sha256 = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_gnullvm-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnullvm-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnullvm-0.52.6\",\n sha256 = \"24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_msvc-0.48.5\",\n sha256 = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_msvc-0.52.6\",\n sha256 = \"589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winnow-0.7.15\",\n sha256 = \"df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winnow/0.7.15/download\"],\n strip_prefix = \"winnow-0.7.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winnow-0.7.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wit-bindgen-0.57.1\",\n sha256 = \"1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wit-bindgen/0.57.1/download\"],\n strip_prefix = \"wit-bindgen-0.57.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wit-bindgen-0.57.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__yansi-1.0.1\",\n sha256 = \"cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/yansi/1.0.1/download\"],\n strip_prefix = \"yansi-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.yansi-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerocopy-0.8.56\",\n sha256 = \"556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerocopy/0.8.56/download\"],\n strip_prefix = \"zerocopy-0.8.56\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerocopy-0.8.56.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerocopy-derive-0.8.56\",\n sha256 = \"f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerocopy-derive/0.8.56/download\"],\n strip_prefix = \"zerocopy-derive-0.8.56\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerocopy-derive-0.8.56.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zeroize-1.9.0\",\n sha256 = \"e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zeroize/1.9.0/download\"],\n strip_prefix = \"zeroize-1.9.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zeroize-1.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zeroize_derive-1.5.0\",\n sha256 = \"3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zeroize_derive/1.5.0/download\"],\n strip_prefix = \"zeroize_derive-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zeroize_derive-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zmij-1.0.23\",\n sha256 = \"29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zmij/1.0.23/download\"],\n strip_prefix = \"zmij-1.0.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zmij-1.0.23.bazel\"),\n )\n\n return [\n struct(repo=\"crate_index__adler32-1.2.0\", is_dev_dep = False),\n struct(repo=\"crate_index__anyhow-1.0.104\", is_dev_dep = False),\n struct(repo=\"crate_index__argh-0.1.19\", is_dev_dep = False),\n struct(repo=\"crate_index__arrayvec-0.7.8\", is_dev_dep = False),\n struct(repo=\"crate_index__async-stream-0.3.6\", is_dev_dep = False),\n struct(repo=\"crate_index__bytes-1.12.1\", is_dev_dep = False),\n struct(repo=\"crate_index__cc-1.4.4\", is_dev_dep = False),\n struct(repo=\"crate_index__clap-4.6.6\", is_dev_dep = False),\n struct(repo=\"crate_index__cliclack-0.3.8\", is_dev_dep = False),\n struct(repo=\"crate_index__console-0.16.4\", is_dev_dep = False),\n struct(repo=\"crate_index__ctrlc-3.5.2\", is_dev_dep = False),\n struct(repo=\"crate_index__env_logger-0.11.11\", is_dev_dep = False),\n struct(repo=\"crate_index__equivalent-1.0.2\", is_dev_dep = False),\n struct(repo=\"crate_index__foldhash-0.2.0\", is_dev_dep = False),\n struct(repo=\"crate_index__futures-0.3.34\", is_dev_dep = False),\n struct(repo=\"crate_index__hashbrown-0.17.1\", is_dev_dep = False),\n struct(repo=\"crate_index__human_bytes-0.4.3\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-0.5.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-container-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-elementary-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-memory-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-posix-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-system-types-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-testing-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-cal-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__indexmap-2.14.0\", is_dev_dep = False),\n struct(repo=\"crate_index__indicatif-0.18.6\", is_dev_dep = False),\n struct(repo=\"crate_index__indicatif-log-bridge-0.2.3\", is_dev_dep = False),\n struct(repo=\"crate_index__ipc-channel-0.20.2\", is_dev_dep = False),\n struct(repo=\"crate_index__libc-0.2.186\", is_dev_dep = False),\n struct(repo=\"crate_index__log-0.4.34\", is_dev_dep = False),\n struct(repo=\"crate_index__loom-0.7.2\", is_dev_dep = False),\n struct(repo=\"crate_index__mio-1.2.2\", is_dev_dep = False),\n struct(repo=\"crate_index__mockall-0.14.0\", is_dev_dep = False),\n struct(repo=\"crate_index__nix-0.30.1\", is_dev_dep = False),\n struct(repo=\"crate_index__paste-1.0.15\", is_dev_dep = False),\n struct(repo=\"crate_index__pastey-0.2.3\", is_dev_dep = False),\n struct(repo=\"crate_index__pico-args-0.5.0\", is_dev_dep = False),\n struct(repo=\"crate_index__postcard-1.1.3\", is_dev_dep = False),\n struct(repo=\"crate_index__proc-macro2-1.0.107\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-build-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-types-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__protoc-gen-prost-0.4.0\", is_dev_dep = False),\n struct(repo=\"crate_index__protoc-gen-tonic-0.4.1\", is_dev_dep = False),\n struct(repo=\"crate_index__quote-1.0.47\", is_dev_dep = False),\n struct(repo=\"crate_index__rand-0.9.5\", is_dev_dep = False),\n struct(repo=\"crate_index__rustversion-1.0.23\", is_dev_dep = False),\n struct(repo=\"crate_index__sem_safe-0.2.1\", is_dev_dep = False),\n struct(repo=\"crate_index__serde-1.0.229\", is_dev_dep = False),\n struct(repo=\"crate_index__serde_core-1.0.229\", is_dev_dep = False),\n struct(repo=\"crate_index__serde_json-1.0.151\", is_dev_dep = False),\n struct(repo=\"crate_index__signal-hook-0.3.18\", is_dev_dep = False),\n struct(repo=\"crate_index__socket2-0.6.5\", is_dev_dep = False),\n struct(repo=\"crate_index__syn-2.0.119\", is_dev_dep = False),\n struct(repo=\"crate_index__tempfile-3.27.0\", is_dev_dep = False),\n struct(repo=\"crate_index__thiserror-2.0.20\", is_dev_dep = False),\n struct(repo=\"crate_index__time-0.3.55\", is_dev_dep = False),\n struct(repo=\"crate_index__tinyjson-2.5.1\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-1.53.1\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-seqpacket-0.8.2\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-util-0.7.19\", is_dev_dep = False),\n struct(repo=\"crate_index__tonic-0.14.6\", is_dev_dep = False),\n struct(repo=\"crate_index__tracing-0.1.44\", is_dev_dep = False),\n struct(repo=\"crate_index__tracing-subscriber-0.3.23\", is_dev_dep = False),\n ]\n" + "defs.bzl": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\"\"\"\n# `crates_repository` API\n\n- [aliases](#aliases)\n- [crate_deps](#crate_deps)\n- [all_crate_deps](#all_crate_deps)\n- [crate_repositories](#crate_repositories)\n\n\"\"\"\n\nload(\"@bazel_tools//tools/build_defs/repo:git.bzl\", \"new_git_repository\")\nload(\"@bazel_tools//tools/build_defs/repo:http.bzl\", \"http_archive\")\nload(\"@bazel_tools//tools/build_defs/repo:utils.bzl\", \"maybe\")\nload(\"@bazel_skylib//lib:selects.bzl\", \"selects\")\nload(\"@rules_rust//crate_universe/private:local_crate_mirror.bzl\", \"local_crate_mirror\")\n\n###############################################################################\n# MACROS API\n###############################################################################\n\n# An identifier that represent common dependencies (unconditional).\n_COMMON_CONDITION = \"\"\n\ndef _flatten_dependency_maps(all_dependency_maps):\n \"\"\"Flatten a list of dependency maps into one dictionary.\n\n Dependency maps have the following structure:\n\n ```python\n DEPENDENCIES_MAP = {\n # The first key in the map is a Bazel package\n # name of the workspace this file is defined in.\n \"workspace_member_package\": {\n\n # Not all dependencies are supported for all platforms.\n # the condition key is the condition required to be true\n # on the host platform.\n \"condition\": {\n\n # An alias to a crate target. # The label of the crate target the\n # Aliases are only crate names. # package name refers to.\n \"package_name\": \"@full//:label\",\n }\n }\n }\n ```\n\n Args:\n all_dependency_maps (list): A list of dicts as described above\n\n Returns:\n dict: A dictionary as described above\n \"\"\"\n dependencies = {}\n\n for workspace_deps_map in all_dependency_maps:\n for pkg_name, conditional_deps_map in workspace_deps_map.items():\n if pkg_name not in dependencies:\n non_frozen_map = dict()\n for key, values in conditional_deps_map.items():\n non_frozen_map.update({key: dict(values.items())})\n dependencies.setdefault(pkg_name, non_frozen_map)\n continue\n\n for condition, deps_map in conditional_deps_map.items():\n # If the condition has not been recorded, do so and continue\n if condition not in dependencies[pkg_name]:\n dependencies[pkg_name].setdefault(condition, dict(deps_map.items()))\n continue\n\n # Alert on any miss-matched dependencies\n inconsistent_entries = []\n for crate_name, crate_label in deps_map.items():\n existing = dependencies[pkg_name][condition].get(crate_name)\n if existing and existing != crate_label:\n inconsistent_entries.append((crate_name, existing, crate_label))\n dependencies[pkg_name][condition].update({crate_name: crate_label})\n\n return dependencies\n\ndef crate_deps(deps, package_name = None):\n \"\"\"Finds the fully qualified label of the requested crates for the package where this macro is called.\n\n Args:\n deps (list): The desired list of crate targets.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()`.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if not deps:\n return []\n\n if package_name == None:\n package_name = native.package_name()\n\n # Join both sets of dependencies\n dependencies = _flatten_dependency_maps([\n _NORMAL_DEPENDENCIES,\n _NORMAL_DEV_DEPENDENCIES,\n _PROC_MACRO_DEPENDENCIES,\n _PROC_MACRO_DEV_DEPENDENCIES,\n _BUILD_DEPENDENCIES,\n _BUILD_PROC_MACRO_DEPENDENCIES,\n ]).pop(package_name, {})\n\n # Combine all conditional packages so we can easily index over a flat list\n # TODO: Perhaps this should actually return select statements and maintain\n # the conditionals of the dependencies\n flat_deps = {}\n for deps_set in dependencies.values():\n for crate_name, crate_label in deps_set.items():\n flat_deps.update({crate_name: crate_label})\n\n missing_crates = []\n crate_targets = []\n for crate_target in deps:\n if crate_target not in flat_deps:\n missing_crates.append(crate_target)\n else:\n crate_targets.append(flat_deps[crate_target])\n\n if missing_crates:\n fail(\"Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`\".format(\n missing_crates,\n package_name,\n dependencies,\n ))\n\n return crate_targets\n\ndef all_crate_deps(\n normal = False, \n normal_dev = False, \n proc_macro = False, \n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Finds the fully qualified label of all requested direct crate dependencies \\\n for the package where this macro is called.\n\n If no parameters are set, all normal dependencies are returned. Setting any one flag will\n otherwise impact the contents of the returned list.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list.\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n list: A list of labels to generated rust targets (str)\n \"\"\"\n\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_dependency_maps = []\n if normal:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n if normal_dev:\n all_dependency_maps.append(_NORMAL_DEV_DEPENDENCIES)\n if proc_macro:\n all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES)\n if proc_macro_dev:\n all_dependency_maps.append(_PROC_MACRO_DEV_DEPENDENCIES)\n if build:\n all_dependency_maps.append(_BUILD_DEPENDENCIES)\n if build_proc_macro:\n all_dependency_maps.append(_BUILD_PROC_MACRO_DEPENDENCIES)\n\n # Default to always using normal dependencies\n if not all_dependency_maps:\n all_dependency_maps.append(_NORMAL_DEPENDENCIES)\n\n dependencies = _flatten_dependency_maps(all_dependency_maps).pop(package_name, None)\n\n if not dependencies:\n if dependencies == None:\n fail(\"Tried to get all_crate_deps for package \" + package_name + \" but that package had no Cargo.toml file\")\n else:\n return []\n\n crate_deps = list(dependencies.pop(_COMMON_CONDITION, {}).values())\n for condition, deps in dependencies.items():\n crate_deps += selects.with_or({\n tuple(_CONDITIONS[condition]): deps.values(),\n \"//conditions:default\": [],\n })\n\n return crate_deps\n\ndef aliases(\n normal = False,\n normal_dev = False,\n proc_macro = False,\n proc_macro_dev = False,\n build = False,\n build_proc_macro = False,\n package_name = None):\n \"\"\"Produces a map of Crate alias names to their original label\n\n If no dependency kinds are specified, `normal` and `proc_macro` are used by default.\n Setting any one flag will otherwise determine the contents of the returned dict.\n\n Args:\n normal (bool, optional): If True, normal dependencies are included in the\n output list.\n normal_dev (bool, optional): If True, normal dev dependencies will be\n included in the output list..\n proc_macro (bool, optional): If True, proc_macro dependencies are included\n in the output list.\n proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are\n included in the output list.\n build (bool, optional): If True, build dependencies are included\n in the output list.\n build_proc_macro (bool, optional): If True, build proc_macro dependencies are\n included in the output list.\n package_name (str, optional): The package name of the set of dependencies to look up.\n Defaults to `native.package_name()` when unset.\n\n Returns:\n dict: The aliases of all associated packages\n \"\"\"\n if package_name == None:\n package_name = native.package_name()\n\n # Determine the relevant maps to use\n all_aliases_maps = []\n if normal:\n all_aliases_maps.append(_NORMAL_ALIASES)\n if normal_dev:\n all_aliases_maps.append(_NORMAL_DEV_ALIASES)\n if proc_macro:\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n if proc_macro_dev:\n all_aliases_maps.append(_PROC_MACRO_DEV_ALIASES)\n if build:\n all_aliases_maps.append(_BUILD_ALIASES)\n if build_proc_macro:\n all_aliases_maps.append(_BUILD_PROC_MACRO_ALIASES)\n\n # Default to always using normal aliases\n if not all_aliases_maps:\n all_aliases_maps.append(_NORMAL_ALIASES)\n all_aliases_maps.append(_PROC_MACRO_ALIASES)\n\n aliases = _flatten_dependency_maps(all_aliases_maps).pop(package_name, None)\n\n if not aliases:\n return dict()\n\n common_items = aliases.pop(_COMMON_CONDITION, {}).items()\n\n # If there are only common items in the dictionary, immediately return them\n if not len(aliases.keys()) == 1:\n return dict(common_items)\n\n # Build a single select statement where each conditional has accounted for the\n # common set of aliases.\n crate_aliases = {\"//conditions:default\": dict(common_items)}\n for condition, deps in aliases.items():\n condition_triples = _CONDITIONS[condition]\n for triple in condition_triples:\n if triple in crate_aliases:\n crate_aliases[triple].update(deps)\n else:\n crate_aliases.update({triple: dict(deps.items() + common_items)})\n\n return select(crate_aliases)\n\n###############################################################################\n# WORKSPACE MEMBER DEPS AND ALIASES\n###############################################################################\n\n_NORMAL_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"adler32\": Label(\"@crate_index//:adler32-1.2.0\"),\n \"anyhow\": Label(\"@crate_index//:anyhow-1.0.104\"),\n \"argh\": Label(\"@crate_index//:argh-0.1.19\"),\n \"arrayvec\": Label(\"@crate_index//:arrayvec-0.7.8\"),\n \"async-stream\": Label(\"@crate_index//:async-stream-0.3.6\"),\n \"bytes\": Label(\"@crate_index//:bytes-1.12.1\"),\n \"cc\": Label(\"@crate_index//:cc-1.4.5\"),\n \"clap\": Label(\"@crate_index//:clap-4.6.6\"),\n \"cliclack\": Label(\"@crate_index//:cliclack-0.3.8\"),\n \"console\": Label(\"@crate_index//:console-0.16.6\"),\n \"ctrlc\": Label(\"@crate_index//:ctrlc-3.5.2\"),\n \"env_logger\": Label(\"@crate_index//:env_logger-0.11.11\"),\n \"equivalent\": Label(\"@crate_index//:equivalent-1.0.2\"),\n \"foldhash\": Label(\"@crate_index//:foldhash-0.2.0\"),\n \"futures\": Label(\"@crate_index//:futures-0.3.34\"),\n \"hashbrown\": Label(\"@crate_index//:hashbrown-0.17.1\"),\n \"human_bytes\": Label(\"@crate_index//:human_bytes-0.4.3\"),\n \"iceoryx2\": Label(\"@crate_index//:iceoryx2-0.5.0\"),\n \"iceoryx2-bb-container-qnx8\": Label(\"@crate_index//:iceoryx2-bb-container-qnx8-0.7.0\"),\n \"iceoryx2-bb-elementary-qnx8\": Label(\"@crate_index//:iceoryx2-bb-elementary-qnx8-0.7.0\"),\n \"iceoryx2-bb-elementary-traits-qnx8\": Label(\"@crate_index//:iceoryx2-bb-elementary-traits-qnx8-0.7.0\"),\n \"iceoryx2-bb-lock-free-qnx8\": Label(\"@crate_index//:iceoryx2-bb-lock-free-qnx8-0.7.0\"),\n \"iceoryx2-bb-memory-qnx8\": Label(\"@crate_index//:iceoryx2-bb-memory-qnx8-0.7.0\"),\n \"iceoryx2-bb-posix-qnx8\": Label(\"@crate_index//:iceoryx2-bb-posix-qnx8-0.7.0\"),\n \"iceoryx2-bb-system-types-qnx8\": Label(\"@crate_index//:iceoryx2-bb-system-types-qnx8-0.7.0\"),\n \"iceoryx2-bb-testing-qnx8\": Label(\"@crate_index//:iceoryx2-bb-testing-qnx8-0.7.0\"),\n \"iceoryx2-bb-threadsafe-qnx8\": Label(\"@crate_index//:iceoryx2-bb-threadsafe-qnx8-0.7.0\"),\n \"iceoryx2-cal-qnx8\": Label(\"@crate_index//:iceoryx2-cal-qnx8-0.7.0\"),\n \"iceoryx2-pal-concurrency-sync-qnx8\": Label(\"@crate_index//:iceoryx2-pal-concurrency-sync-qnx8-0.7.0\"),\n \"iceoryx2-qnx8\": Label(\"@crate_index//:iceoryx2-qnx8-0.7.0\"),\n \"indexmap\": Label(\"@crate_index//:indexmap-2.14.2\"),\n \"indicatif\": Label(\"@crate_index//:indicatif-0.18.6\"),\n \"indicatif-log-bridge\": Label(\"@crate_index//:indicatif-log-bridge-0.2.3\"),\n \"ipc-channel\": Label(\"@crate_index//:ipc-channel-0.20.2\"),\n \"libc\": Label(\"@crate_index//:libc-0.2.186\"),\n \"log\": Label(\"@crate_index//:log-0.4.34\"),\n \"loom\": Label(\"@crate_index//:loom-0.7.2\"),\n \"mio\": Label(\"@crate_index//:mio-1.2.3\"),\n \"mockall\": Label(\"@crate_index//:mockall-0.14.0\"),\n \"nix\": Label(\"@crate_index//:nix-0.30.1\"),\n \"pico-args\": Label(\"@crate_index//:pico-args-0.5.0\"),\n \"postcard\": Label(\"@crate_index//:postcard-1.1.3\"),\n \"proc-macro2\": Label(\"@crate_index//:proc-macro2-1.0.107\"),\n \"prost\": Label(\"@crate_index//:prost-0.14.4\"),\n \"prost-build\": Label(\"@crate_index//:prost-build-0.14.4\"),\n \"prost-types\": Label(\"@crate_index//:prost-types-0.14.4\"),\n \"protoc-gen-prost\": Label(\"@crate_index//:protoc-gen-prost-0.4.0\"),\n \"protoc-gen-tonic\": Label(\"@crate_index//:protoc-gen-tonic-0.4.1\"),\n \"quote\": Label(\"@crate_index//:quote-1.0.47\"),\n \"rand\": Label(\"@crate_index//:rand-0.9.5\"),\n \"sem_safe\": Label(\"@crate_index//:sem_safe-0.2.1\"),\n \"serde\": Label(\"@crate_index//:serde-1.0.229\"),\n \"serde_core\": Label(\"@crate_index//:serde_core-1.0.229\"),\n \"serde_json\": Label(\"@crate_index//:serde_json-1.0.151\"),\n \"signal-hook\": Label(\"@crate_index//:signal-hook-0.3.18\"),\n \"socket2\": Label(\"@crate_index//:socket2-0.6.5\"),\n \"syn\": Label(\"@crate_index//:syn-2.0.119\"),\n \"tempfile\": Label(\"@crate_index//:tempfile-3.27.0\"),\n \"thiserror\": Label(\"@crate_index//:thiserror-2.0.20\"),\n \"time\": Label(\"@crate_index//:time-0.3.55\"),\n \"tinyjson\": Label(\"@crate_index//:tinyjson-2.5.1\"),\n \"tokio\": Label(\"@crate_index//:tokio-1.53.1\"),\n \"tokio-seqpacket\": Label(\"@crate_index//:tokio-seqpacket-0.8.2\"),\n \"tokio-util\": Label(\"@crate_index//:tokio-util-0.7.19\"),\n \"tonic\": Label(\"@crate_index//:tonic-0.14.6\"),\n \"tracing\": Label(\"@crate_index//:tracing-0.1.44\"),\n \"tracing-subscriber\": Label(\"@crate_index//:tracing-subscriber-0.3.23\"),\n },\n },\n}\n\n\n_NORMAL_ALIASES = {\n \"\": {\n _COMMON_CONDITION: {\n },\n },\n}\n\n\n_NORMAL_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_NORMAL_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n _COMMON_CONDITION: {\n \"iceoryx2-bb-derive-macros-qnx8\": Label(\"@crate_index//:iceoryx2-bb-derive-macros-qnx8-0.7.0\"),\n \"paste\": Label(\"@crate_index//:paste-1.0.15\"),\n \"pastey\": Label(\"@crate_index//:pastey-0.2.3\"),\n \"rustversion\": Label(\"@crate_index//:rustversion-1.0.23\"),\n },\n },\n}\n\n\n_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_PROC_MACRO_DEV_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_ALIASES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_DEPENDENCIES = {\n \"\": {\n },\n}\n\n\n_BUILD_PROC_MACRO_ALIASES = {\n \"\": {\n },\n}\n\n\n_CONDITIONS = {\n \"aarch64-pc-windows-gnullvm\": [],\n \"aarch64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\"],\n \"aarch64-unknown-nto-qnx710\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\"],\n \"cfg(all(any(target_arch = \\\"x86_64\\\", target_arch = \\\"arm64ec\\\"), target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(any(target_os = \\\"android\\\", target_os = \\\"linux\\\"), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [],\n \"cfg(all(any(target_os = \\\"linux\\\", target_os = \\\"android\\\"), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [],\n \"cfg(all(any(target_os = \\\"linux\\\", target_os = \\\"android\\\"), not(any(all(target_os = \\\"linux\\\", target_env = \\\"\\\"), getrandom_backend = \\\"custom\\\", getrandom_backend = \\\"linux_raw\\\", getrandom_backend = \\\"rdrand\\\", getrandom_backend = \\\"rndr\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(rustix_use_libc), not(miri), target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(rustix_use_libc), not(miri), target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\"))))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", any(target_arch = \\\"s390x\\\", target_arch = \\\"powerpc\\\")), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc\\\"), all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \\\"linux\\\", any(target_endian = \\\"little\\\", target_arch = \\\"s390x\\\"), any(target_arch = \\\"arm\\\", all(target_arch = \\\"aarch64\\\", target_pointer_width = \\\"64\\\"), target_arch = \\\"riscv64\\\", all(rustix_use_experimental_asm, target_arch = \\\"powerpc64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"s390x\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips32r6\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64\\\"), all(rustix_use_experimental_asm, target_arch = \\\"mips64r6\\\"), target_arch = \\\"x86\\\", all(target_arch = \\\"x86_64\\\", target_pointer_width = \\\"64\\\")))))))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(all(target_arch = \\\"aarch64\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"wasm32\\\", target_os = \\\"wasi\\\", target_env = \\\"p2\\\"))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"gnu\\\", not(target_abi = \\\"llvm\\\"), not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"gnu\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_arch = \\\"x86_64\\\", target_env = \\\"gnu\\\", not(target_abi = \\\"llvm\\\"), not(windows_raw_dylib)))\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(all(target_arch = \\\"x86_64\\\", target_env = \\\"msvc\\\", not(windows_raw_dylib)))\": [],\n \"cfg(all(target_family = \\\"wasm\\\", target_os = \\\"unknown\\\"))\": [],\n \"cfg(all(target_os = \\\"uefi\\\", getrandom_backend = \\\"efi_rng\\\"))\": [],\n \"cfg(any())\": [],\n \"cfg(any(target_os = \\\"dragonfly\\\", target_os = \\\"freebsd\\\", target_os = \\\"hurd\\\", target_os = \\\"illumos\\\", target_os = \\\"cygwin\\\", all(target_os = \\\"horizon\\\", target_arch = \\\"arm\\\")))\": [],\n \"cfg(any(target_os = \\\"haiku\\\", target_os = \\\"redox\\\", target_os = \\\"nto\\\", target_os = \\\"aix\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\"],\n \"cfg(any(target_os = \\\"ios\\\", target_os = \\\"visionos\\\", target_os = \\\"watchos\\\", target_os = \\\"tvos\\\"))\": [],\n \"cfg(any(target_os = \\\"linux\\\", target_os = \\\"openbsd\\\", target_os = \\\"freebsd\\\", target_os = \\\"illumos\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(target_os = \\\"macos\\\", target_os = \\\"openbsd\\\", target_os = \\\"vita\\\", target_os = \\\"emscripten\\\"))\": [],\n \"cfg(any(unix, target_os = \\\"hermit\\\", target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(unix, target_os = \\\"wasi\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(any(windows, unix, target_os = \\\"redox\\\"))\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(not(target_has_atomic = \\\"ptr\\\"))\": [],\n \"cfg(target_arch = \\\"x86_64\\\")\": [\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\",\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"cfg(target_os = \\\"hermit\\\")\": [],\n \"cfg(target_os = \\\"macos\\\")\": [],\n \"cfg(target_os = \\\"netbsd\\\")\": [],\n \"cfg(target_os = \\\"solaris\\\")\": [],\n \"cfg(target_os = \\\"vxworks\\\")\": [],\n \"cfg(target_os = \\\"wasi\\\")\": [],\n \"cfg(target_os = \\\"windows\\\")\": [],\n \"cfg(target_vendor = \\\"apple\\\")\": [],\n \"cfg(unix)\": [\"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\",\"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\",\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"cfg(windows)\": [],\n \"i686-pc-windows-gnu\": [],\n \"i686-pc-windows-gnullvm\": [],\n \"riscv32i-unknown-none-elf\": [],\n \"riscv32imc-unknown-none-elf\": [],\n \"x86_64-pc-nto-qnx710\": [\"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\"],\n \"x86_64-pc-windows-gnu\": [],\n \"x86_64-pc-windows-gnullvm\": [],\n \"x86_64-unknown-linux-gnu\": [\"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\"],\n \"x86_64-unknown-none\": [\"@rules_rust//rust/platform:x86_64-unknown-none\"],\n \"xtensa-esp32s2-none-elf\": [],\n}\n\n###############################################################################\n\ndef crate_repositories():\n \"\"\"A macro for defining repositories for all generated crates.\n\n Returns:\n A list of repos visible to the module through the module extension.\n \"\"\"\n maybe(\n http_archive,\n name = \"crate_index__adler32-1.2.0\",\n sha256 = \"aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/adler32/1.2.0/download\"],\n strip_prefix = \"adler32-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.adler32-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__aho-corasick-1.1.5\",\n sha256 = \"c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aho-corasick/1.1.5/download\"],\n strip_prefix = \"aho-corasick-1.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.aho-corasick-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__aliasable-0.1.3\",\n sha256 = \"250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/aliasable/0.1.3/download\"],\n strip_prefix = \"aliasable-0.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.aliasable-0.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__allocator-api2-0.2.21\",\n sha256 = \"683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/allocator-api2/0.2.21/download\"],\n strip_prefix = \"allocator-api2-0.2.21\",\n build_file = Label(\"@crate_index//crate_index:BUILD.allocator-api2-0.2.21.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstream-1.0.0\",\n sha256 = \"824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstream/1.0.0/download\"],\n strip_prefix = \"anstream-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstream-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-1.0.14\",\n sha256 = \"940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle/1.0.14/download\"],\n strip_prefix = \"anstyle-1.0.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-1.0.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-parse-1.0.0\",\n sha256 = \"52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-parse/1.0.0/download\"],\n strip_prefix = \"anstyle-parse-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-parse-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-query-1.1.5\",\n sha256 = \"40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-query/1.1.5/download\"],\n strip_prefix = \"anstyle-query-1.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-query-1.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anstyle-wincon-3.0.11\",\n sha256 = \"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anstyle-wincon/3.0.11/download\"],\n strip_prefix = \"anstyle-wincon-3.0.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anstyle-wincon-3.0.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__anyhow-1.0.104\",\n sha256 = \"330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/anyhow/1.0.104/download\"],\n strip_prefix = \"anyhow-1.0.104\",\n build_file = Label(\"@crate_index//crate_index:BUILD.anyhow-1.0.104.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh-0.1.19\",\n sha256 = \"211818e820cda9ca6f167a64a5c808837366a6dfd807157c64c1304c486cd033\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh/0.1.19/download\"],\n strip_prefix = \"argh-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh_derive-0.1.19\",\n sha256 = \"c442a9d18cef5dde467405d27d461d080d68972d6d0dfd0408265b6749ec427d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh_derive/0.1.19/download\"],\n strip_prefix = \"argh_derive-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh_derive-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__argh_shared-0.1.19\",\n sha256 = \"e5ade012bac4db278517a0132c8c10c6427025868dca16c801087c28d5a411f1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/argh_shared/0.1.19/download\"],\n strip_prefix = \"argh_shared-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.argh_shared-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__arrayvec-0.7.8\",\n sha256 = \"d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/arrayvec/0.7.8/download\"],\n strip_prefix = \"arrayvec-0.7.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.arrayvec-0.7.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-stream-0.3.6\",\n sha256 = \"0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-stream/0.3.6/download\"],\n strip_prefix = \"async-stream-0.3.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-stream-0.3.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-stream-impl-0.3.6\",\n sha256 = \"c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-stream-impl/0.3.6/download\"],\n strip_prefix = \"async-stream-impl-0.3.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-stream-impl-0.3.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__async-trait-0.1.92\",\n sha256 = \"82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/async-trait/0.1.92/download\"],\n strip_prefix = \"async-trait-0.1.92\",\n build_file = Label(\"@crate_index//crate_index:BUILD.async-trait-0.1.92.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__atomic-polyfill-1.0.3\",\n sha256 = \"8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/atomic-polyfill/1.0.3/download\"],\n strip_prefix = \"atomic-polyfill-1.0.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.atomic-polyfill-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__atomic-waker-1.1.2\",\n sha256 = \"1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/atomic-waker/1.1.2/download\"],\n strip_prefix = \"atomic-waker-1.1.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.atomic-waker-1.1.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__axum-0.8.9\",\n sha256 = \"31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/axum/0.8.9/download\"],\n strip_prefix = \"axum-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.axum-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__axum-core-0.5.6\",\n sha256 = \"08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/axum-core/0.5.6/download\"],\n strip_prefix = \"axum-core-0.5.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.axum-core-0.5.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__base64-0.22.1\",\n sha256 = \"72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/base64/0.22.1/download\"],\n strip_prefix = \"base64-0.22.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.base64-0.22.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bincode-1.3.3\",\n sha256 = \"b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bincode/1.3.3/download\"],\n strip_prefix = \"bincode-1.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bincode-1.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bindgen-0.69.5\",\n sha256 = \"271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bindgen/0.69.5/download\"],\n strip_prefix = \"bindgen-0.69.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bindgen-0.69.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bindgen-0.72.1\",\n sha256 = \"993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bindgen/0.72.1/download\"],\n strip_prefix = \"bindgen-0.72.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bindgen-0.72.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bitflags-1.3.2\",\n sha256 = \"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/1.3.2/download\"],\n strip_prefix = \"bitflags-1.3.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bitflags-1.3.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bitflags-2.13.2\",\n sha256 = \"3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bitflags/2.13.2/download\"],\n strip_prefix = \"bitflags-2.13.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bitflags-2.13.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__block2-0.6.2\",\n sha256 = \"cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/block2/0.6.2/download\"],\n strip_prefix = \"block2-0.6.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.block2-0.6.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bumpalo-3.20.3\",\n sha256 = \"72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bumpalo/3.20.3/download\"],\n strip_prefix = \"bumpalo-3.20.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bumpalo-3.20.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__byteorder-1.5.0\",\n sha256 = \"1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/byteorder/1.5.0/download\"],\n strip_prefix = \"byteorder-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.byteorder-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__bytes-1.12.1\",\n sha256 = \"fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/bytes/1.12.1/download\"],\n strip_prefix = \"bytes-1.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.bytes-1.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cc-1.4.5\",\n sha256 = \"005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cc/1.4.5/download\"],\n strip_prefix = \"cc-1.4.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cc-1.4.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cdr-0.2.4\",\n sha256 = \"9617422bf43fde9280707a7e90f8f7494389c182f5c70b0f67592d0f06d41dfa\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cdr/0.2.4/download\"],\n strip_prefix = \"cdr-0.2.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cdr-0.2.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cexpr-0.6.0\",\n sha256 = \"6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cexpr/0.6.0/download\"],\n strip_prefix = \"cexpr-0.6.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cexpr-0.6.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cfg-if-1.0.4\",\n sha256 = \"9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg-if/1.0.4/download\"],\n strip_prefix = \"cfg-if-1.0.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cfg-if-1.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cfg_aliases-0.2.2\",\n sha256 = \"f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cfg_aliases/0.2.2/download\"],\n strip_prefix = \"cfg_aliases-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cfg_aliases-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clang-sys-1.9.1\",\n sha256 = \"157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clang-sys/1.9.1/download\"],\n strip_prefix = \"clang-sys-1.9.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clang-sys-1.9.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap-4.6.6\",\n sha256 = \"473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap/4.6.6/download\"],\n strip_prefix = \"clap-4.6.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_builder-4.6.6\",\n sha256 = \"7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_builder/4.6.6/download\"],\n strip_prefix = \"clap_builder-4.6.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_builder-4.6.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_derive-4.6.4\",\n sha256 = \"d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_derive/4.6.4/download\"],\n strip_prefix = \"clap_derive-4.6.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_derive-4.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__clap_lex-1.1.0\",\n sha256 = \"c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/clap_lex/1.1.0/download\"],\n strip_prefix = \"clap_lex-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.clap_lex-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cliclack-0.3.8\",\n sha256 = \"aa510b739c618c679375ea9c5af44ce9f591289546e874ad5910e7ce7df79844\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cliclack/0.3.8/download\"],\n strip_prefix = \"cliclack-0.3.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cliclack-0.3.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__cobs-0.3.0\",\n sha256 = \"0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/cobs/0.3.0/download\"],\n strip_prefix = \"cobs-0.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.cobs-0.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__colorchoice-1.0.5\",\n sha256 = \"1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/colorchoice/1.0.5/download\"],\n strip_prefix = \"colorchoice-1.0.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.colorchoice-1.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__console-0.15.11\",\n sha256 = \"054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/console/0.15.11/download\"],\n strip_prefix = \"console-0.15.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.console-0.15.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__console-0.16.6\",\n sha256 = \"e96a4956774c13c126a8b5af4daa79384f4d826534c95a02d76afb39e2ab64e3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/console/0.16.6/download\"],\n strip_prefix = \"console-0.16.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.console-0.16.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__critical-section-1.2.0\",\n sha256 = \"790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/critical-section/1.2.0/download\"],\n strip_prefix = \"critical-section-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.critical-section-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__crossbeam-channel-0.5.17\",\n sha256 = \"98b0cc327b5bc766e7fda9c9260cc0fa81b43a8e240440422dff70788e3f9ef1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/crossbeam-channel/0.5.17/download\"],\n strip_prefix = \"crossbeam-channel-0.5.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.crossbeam-channel-0.5.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__crossbeam-utils-0.8.23\",\n sha256 = \"a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/crossbeam-utils/0.8.23/download\"],\n strip_prefix = \"crossbeam-utils-0.8.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.crossbeam-utils-0.8.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ctrlc-3.5.2\",\n sha256 = \"e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ctrlc/3.5.2/download\"],\n strip_prefix = \"ctrlc-3.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ctrlc-3.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-1.1.1\",\n sha256 = \"e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt/1.1.1/download\"],\n strip_prefix = \"defmt-1.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-1.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-macros-1.1.1\",\n sha256 = \"bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt-macros/1.1.1/download\"],\n strip_prefix = \"defmt-macros-1.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-macros-1.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__defmt-parser-1.0.0\",\n sha256 = \"10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/defmt-parser/1.0.0/download\"],\n strip_prefix = \"defmt-parser-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.defmt-parser-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__deranged-0.5.8\",\n sha256 = \"7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/deranged/0.5.8/download\"],\n strip_prefix = \"deranged-0.5.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.deranged-0.5.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__dispatch2-0.3.1\",\n sha256 = \"1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/dispatch2/0.3.1/download\"],\n strip_prefix = \"dispatch2-0.3.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.dispatch2-0.3.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__displaydoc-0.2.7\",\n sha256 = \"c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/displaydoc/0.2.7/download\"],\n strip_prefix = \"displaydoc-0.2.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.displaydoc-0.2.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__downcast-0.11.0\",\n sha256 = \"1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/downcast/0.11.0/download\"],\n strip_prefix = \"downcast-0.11.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.downcast-0.11.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__either-1.18.0\",\n sha256 = \"252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/either/1.18.0/download\"],\n strip_prefix = \"either-1.18.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.either-1.18.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__embedded-io-0.4.0\",\n sha256 = \"ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/embedded-io/0.4.0/download\"],\n strip_prefix = \"embedded-io-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.embedded-io-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__embedded-io-0.6.1\",\n sha256 = \"edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/embedded-io/0.6.1/download\"],\n strip_prefix = \"embedded-io-0.6.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.embedded-io-0.6.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__encode_unicode-1.0.0\",\n sha256 = \"34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/encode_unicode/1.0.0/download\"],\n strip_prefix = \"encode_unicode-1.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.encode_unicode-1.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__enum-iterator-2.3.0\",\n sha256 = \"a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/enum-iterator/2.3.0/download\"],\n strip_prefix = \"enum-iterator-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.enum-iterator-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__enum-iterator-derive-1.5.0\",\n sha256 = \"685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/enum-iterator-derive/1.5.0/download\"],\n strip_prefix = \"enum-iterator-derive-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.enum-iterator-derive-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__env_filter-2.0.0\",\n sha256 = \"900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_filter/2.0.0/download\"],\n strip_prefix = \"env_filter-2.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.env_filter-2.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__env_logger-0.11.11\",\n sha256 = \"de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/env_logger/0.11.11/download\"],\n strip_prefix = \"env_logger-0.11.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.env_logger-0.11.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__equivalent-1.0.2\",\n sha256 = \"877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/equivalent/1.0.2/download\"],\n strip_prefix = \"equivalent-1.0.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.equivalent-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__errno-0.3.14\",\n sha256 = \"39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/errno/0.3.14/download\"],\n strip_prefix = \"errno-0.3.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.errno-0.3.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fastrand-2.5.0\",\n sha256 = \"da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fastrand/2.5.0/download\"],\n strip_prefix = \"fastrand-2.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fastrand-2.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__filedesc-0.6.3\",\n sha256 = \"c4960c866d9cf4c48f64f11ef0020c98900d0cb32e9b019c000ed838470daa1d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/filedesc/0.6.3/download\"],\n strip_prefix = \"filedesc-0.6.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.filedesc-0.6.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__find-msvc-tools-0.1.12\",\n sha256 = \"3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/find-msvc-tools/0.1.12/download\"],\n strip_prefix = \"find-msvc-tools-0.1.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.find-msvc-tools-0.1.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fixedbitset-0.5.7\",\n sha256 = \"1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fixedbitset/0.5.7/download\"],\n strip_prefix = \"fixedbitset-0.5.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fixedbitset-0.5.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fnv-1.0.7\",\n sha256 = \"3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fnv/1.0.7/download\"],\n strip_prefix = \"fnv-1.0.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fnv-1.0.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__foldhash-0.1.5\",\n sha256 = \"d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/foldhash/0.1.5/download\"],\n strip_prefix = \"foldhash-0.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.foldhash-0.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__foldhash-0.2.0\",\n sha256 = \"77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/foldhash/0.2.0/download\"],\n strip_prefix = \"foldhash-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.foldhash-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__fragile-2.1.0\",\n sha256 = \"8878864ba14bb86e818a412bfd6f18f9eabd4ec0f008a28e8f7eb61db532fcf9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/fragile/2.1.0/download\"],\n strip_prefix = \"fragile-2.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.fragile-2.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-0.3.34\",\n sha256 = \"9a31d2a3fbaaeb2af2368bbdd904aa8e812d3c04a1ee10d3171f52d556e5d0a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures/0.3.34/download\"],\n strip_prefix = \"futures-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-channel-0.3.34\",\n sha256 = \"b1f9e3d69d39e4862ffed03ed071a76f9a13ba1d9109d355b0f0aa6b15e393c4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-channel/0.3.34/download\"],\n strip_prefix = \"futures-channel-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-channel-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-core-0.3.34\",\n sha256 = \"92d699e522242e69e3003b94ecc1f960f3a5e015aa7c5d7486e65ad01dd94f5e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-core/0.3.34/download\"],\n strip_prefix = \"futures-core-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-core-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-executor-0.3.34\",\n sha256 = \"031b47cf1a3c6cc8bc2fc76cd437f521619387907d469316e7c0bc278f1f5432\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-executor/0.3.34/download\"],\n strip_prefix = \"futures-executor-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-executor-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-io-0.3.34\",\n sha256 = \"53c0fa8157de1303bfffdaa1cc2a673bfffb60102f76b0ef4441659124373fed\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-io/0.3.34/download\"],\n strip_prefix = \"futures-io-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-io-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-macro-0.3.34\",\n sha256 = \"9fb9654ba8355388abeb8dcb4fc62f511300867002afc858860463bdd9fe0c44\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-macro/0.3.34/download\"],\n strip_prefix = \"futures-macro-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-macro-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-sink-0.3.34\",\n sha256 = \"1944426bf7d03f1d14f708785e4b33efd750b36d48a157b836b3efc15ede8e1d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-sink/0.3.34/download\"],\n strip_prefix = \"futures-sink-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-sink-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-task-0.3.34\",\n sha256 = \"cd417de3d1d015fc3bfd2b1ea46dfc7bab72ef86f1cc7cc9c78e728b34a6d1fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-task/0.3.34/download\"],\n strip_prefix = \"futures-task-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-task-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__futures-util-0.3.34\",\n sha256 = \"0d50a92467f8ba5dd6e3ee5d4bd04d73ab2e4e1c44474a0674821dfce14b79bc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/futures-util/0.3.34/download\"],\n strip_prefix = \"futures-util-0.3.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.futures-util-0.3.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__generator-0.8.9\",\n sha256 = \"b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/generator/0.8.9/download\"],\n strip_prefix = \"generator-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.generator-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.2.17\",\n sha256 = \"ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.2.17/download\"],\n strip_prefix = \"getrandom-0.2.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.2.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.3.4\",\n sha256 = \"899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.3.4/download\"],\n strip_prefix = \"getrandom-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__getrandom-0.4.3\",\n sha256 = \"300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/getrandom/0.4.3/download\"],\n strip_prefix = \"getrandom-0.4.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.getrandom-0.4.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__glob-0.3.4\",\n sha256 = \"e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/glob/0.3.4/download\"],\n strip_prefix = \"glob-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.glob-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__h2-0.4.19\",\n sha256 = \"ef8e5e5a340588f4452631496976cf8636d4a7ecf600239fdc27615d2530bc16\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/h2/0.4.19/download\"],\n strip_prefix = \"h2-0.4.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.h2-0.4.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hash32-0.2.1\",\n sha256 = \"b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hash32/0.2.1/download\"],\n strip_prefix = \"hash32-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hash32-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hashbrown-0.15.5\",\n sha256 = \"9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.15.5/download\"],\n strip_prefix = \"hashbrown-0.15.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hashbrown-0.15.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hashbrown-0.17.1\",\n sha256 = \"ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hashbrown/0.17.1/download\"],\n strip_prefix = \"hashbrown-0.17.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hashbrown-0.17.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heapless-0.7.17\",\n sha256 = \"cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heapless/0.7.17/download\"],\n strip_prefix = \"heapless-0.7.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heapless-0.7.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heck-0.4.1\",\n sha256 = \"95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.4.1/download\"],\n strip_prefix = \"heck-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heck-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__heck-0.5.0\",\n sha256 = \"2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/heck/0.5.0/download\"],\n strip_prefix = \"heck-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.heck-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__home-0.5.12\",\n sha256 = \"cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/home/0.5.12/download\"],\n strip_prefix = \"home-0.5.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.home-0.5.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-1.5.0\",\n sha256 = \"918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http/1.5.0/download\"],\n strip_prefix = \"http-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-body-1.1.0\",\n sha256 = \"ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http-body/1.1.0/download\"],\n strip_prefix = \"http-body-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-body-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__http-body-util-0.1.5\",\n sha256 = \"23169fe34a5fbcdd3f3862e78fb9b6fccd5f02a6dc6f732547005d45631ce71c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/http-body-util/0.1.5/download\"],\n strip_prefix = \"http-body-util-0.1.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.http-body-util-0.1.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__httparse-1.10.1\",\n sha256 = \"6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/httparse/1.10.1/download\"],\n strip_prefix = \"httparse-1.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.httparse-1.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__httpdate-1.0.3\",\n sha256 = \"df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/httpdate/1.0.3/download\"],\n strip_prefix = \"httpdate-1.0.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.httpdate-1.0.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__human_bytes-0.4.3\",\n sha256 = \"91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/human_bytes/0.4.3/download\"],\n strip_prefix = \"human_bytes-0.4.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.human_bytes-0.4.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-1.11.1\",\n sha256 = \"27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper/1.11.1/download\"],\n strip_prefix = \"hyper-1.11.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-1.11.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-timeout-0.5.2\",\n sha256 = \"2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper-timeout/0.5.2/download\"],\n strip_prefix = \"hyper-timeout-0.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-timeout-0.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__hyper-util-0.1.20\",\n sha256 = \"96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/hyper-util/0.1.20/download\"],\n strip_prefix = \"hyper-util-0.1.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.hyper-util-0.1.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-0.5.0\",\n sha256 = \"12c091b5786a230240f8f2691b9d29508ed0a02c025c254abaed8bc788a66bb3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2/0.5.0/download\"],\n strip_prefix = \"iceoryx2-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-container-0.5.0\",\n sha256 = \"fff9d75921f8ccd3e19261d72082b52ccc4704dcdd6930efe6c17b15693ab519\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-container/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-container-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-container-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-container-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-container-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/container\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-derive-macros-0.5.0\",\n sha256 = \"9257482fb822946bb3028225b6807350e3f815068961ff5bf683735ce01d59a4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-derive-macros/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-derive-macros-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-derive-macros-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n patches = [\n \"@@score_crates+//patches:iceoryx2_bb_derive_macros_readme.patch\",\n ],\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-derive-macros-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/derive-macros\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-elementary-0.5.0\",\n sha256 = \"38aae0237ff1575a7d9672c0202e5d313e7f674a635f6aaf619d2090fb7a12c2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-elementary/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-elementary-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-elementary-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/elementary\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-elementary-traits-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/elementary-traits\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-linux-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-linux-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/linux\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-lock-free-0.5.0\",\n sha256 = \"3ec3227a0c8b1d9e1ea4c61fa6a773e7c3b721fa3e2fd4363324f302b35ac85b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-lock-free/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-lock-free-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-lock-free-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-lock-free-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/lock-free\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-log-0.5.0\",\n sha256 = \"07df5e6ff06cc2ffb0a86b67c7cd4be86b11264d5e83c02a52b384e2d5e6363a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-log/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-log-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-log-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-log-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-log-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/log\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-memory-0.5.0\",\n sha256 = \"55a4ae8856404b6e7eca567004673ca39109fc70fcf387b96ca6d6d27c61f31b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-memory/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-memory-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-memory-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-memory-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-memory-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/memory\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-posix-0.5.0\",\n sha256 = \"122ff88c452a3045a9de6db73d0429da736578f76eab75779dd0d3681de75d57\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-posix/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-posix-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-posix-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-posix-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-posix-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/posix\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-bb-system-types-0.5.0\",\n sha256 = \"ac2fb11a94823c3b9117a5e14edf16fd467794cf5391738eb2d8b7fc8e9b04fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-bb-system-types/0.5.0/download\"],\n strip_prefix = \"iceoryx2-bb-system-types-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-system-types-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-system-types-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-system-types-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/system-types\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-testing-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-testing-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/testing\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-bb-threadsafe-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-bb/threadsafe\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-cal-0.5.0\",\n sha256 = \"6c64b8eee1d57c4336d7df7d521671d8b76c72cac16af0db651e40f8c45f0946\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-cal/0.5.0/download\"],\n strip_prefix = \"iceoryx2-cal-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-cal-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-cal-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-cal-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-cal\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-concurrency-sync-0.5.0\",\n sha256 = \"92dc4ec7c023819c41b5a14c9ca58e8dbb86476053321decda73ac440996f35f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-concurrency-sync/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-concurrency-sync-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-concurrency-sync-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-concurrency-sync-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/concurrency-sync\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-configuration-0.5.0\",\n sha256 = \"d900aa8f9c5b661a9c5ddfbdc28eb87ac8c32be5375ca9b055b087d1c89c984d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-configuration/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-configuration-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-configuration-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-configuration-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-configuration-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/configuration\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-os-api-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-os-api-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/os-api\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__iceoryx2-pal-posix-0.5.0\",\n sha256 = \"5789169791a6274b492561b95543e1c635285cb454d547f78e53cbc1acd9b3f5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/iceoryx2-pal-posix/0.5.0/download\"],\n strip_prefix = \"iceoryx2-pal-posix-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-posix-0.5.0.bazel\"),\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-posix-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n patches = [\n \"@@score_crates+//patches:qnx8_iceoryx2.patch\",\n ],\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-posix-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/posix\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-pal-testing-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-pal-testing-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2-pal/testing\",\n )\n\n maybe(\n new_git_repository,\n name = \"crate_index__iceoryx2-qnx8-0.7.0\",\n commit = \"9f5622f554de48a7a296e1a5a71200b01e35a502\",\n init_submodules = True,\n remote = \"https://github.com/qorix-group/iceoryx2.git\",\n build_file = Label(\"@crate_index//crate_index:BUILD.iceoryx2-qnx8-0.7.0.bazel\"),\n strip_prefix = \"iceoryx2\",\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_collections-2.3.0\",\n sha256 = \"fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_collections/2.3.0/download\"],\n strip_prefix = \"icu_collections-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_collections-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_locale_core-2.3.0\",\n sha256 = \"d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_locale_core/2.3.0/download\"],\n strip_prefix = \"icu_locale_core-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_locale_core-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_locale_fallback-2.3.0\",\n sha256 = \"251af8e57c9400e3eb58242fe5b8b1152b2a64fdf4cf632f923c38ccee6f2fa9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_locale_fallback/2.3.0/download\"],\n strip_prefix = \"icu_locale_fallback-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_locale_fallback-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_locale_fallback_data-2.3.0\",\n sha256 = \"decf2a22ec8fa68f1a0c1129a3f8583f8f8bc24e8b9ccbe98ead99f62a4dc3a8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_locale_fallback_data/2.3.0/download\"],\n strip_prefix = \"icu_locale_fallback_data-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_locale_fallback_data-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_provider-2.3.1\",\n sha256 = \"d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_provider/2.3.1/download\"],\n strip_prefix = \"icu_provider-2.3.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_provider-2.3.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_segmenter-2.3.0\",\n sha256 = \"82d07aafccd67af15d02512a6adf5896fbc5ed00f2e99b471d2efa14016db3db\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_segmenter/2.3.0/download\"],\n strip_prefix = \"icu_segmenter-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_segmenter-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__icu_segmenter_data-2.3.0\",\n sha256 = \"ae293c039020f9ec10710af98d29ce6aa2051486638b49c9a6409f3b4a9e98ad\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/icu_segmenter_data/2.3.0/download\"],\n strip_prefix = \"icu_segmenter_data-2.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.icu_segmenter_data-2.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indexmap-2.14.2\",\n sha256 = \"cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indexmap/2.14.2/download\"],\n strip_prefix = \"indexmap-2.14.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indexmap-2.14.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indicatif-0.18.6\",\n sha256 = \"9433806cd6b4ec1aba79c021c7e4c58fb4c3b9977c085062e611ac929998fb0c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indicatif/0.18.6/download\"],\n strip_prefix = \"indicatif-0.18.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indicatif-0.18.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__indicatif-log-bridge-0.2.3\",\n sha256 = \"63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/indicatif-log-bridge/0.2.3/download\"],\n strip_prefix = \"indicatif-log-bridge-0.2.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.indicatif-log-bridge-0.2.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ipc-channel-0.20.2\",\n sha256 = \"f93600b5616c2d075f8af8dbd23c1d69278c5d24e4913d220cbc60b14c95c180\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ipc-channel/0.20.2/download\"],\n strip_prefix = \"ipc-channel-0.20.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ipc-channel-0.20.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__is_terminal_polyfill-1.70.2\",\n sha256 = \"a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/is_terminal_polyfill/1.70.2/download\"],\n strip_prefix = \"is_terminal_polyfill-1.70.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.is_terminal_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.12.1\",\n sha256 = \"ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.12.1/download\"],\n strip_prefix = \"itertools-0.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.13.0\",\n sha256 = \"413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.13.0/download\"],\n strip_prefix = \"itertools-0.13.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.13.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itertools-0.14.0\",\n sha256 = \"2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itertools/0.14.0/download\"],\n strip_prefix = \"itertools-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itertools-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__itoa-1.0.18\",\n sha256 = \"8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/itoa/1.0.18/download\"],\n strip_prefix = \"itoa-1.0.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.itoa-1.0.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-0.2.35\",\n sha256 = \"668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff/0.2.35/download\"],\n strip_prefix = \"jiff-0.2.35\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-0.2.35.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-core-0.1.0\",\n sha256 = \"7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff-core/0.1.0/download\"],\n strip_prefix = \"jiff-core-0.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-core-0.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__jiff-static-0.2.35\",\n sha256 = \"3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/jiff-static/0.2.35/download\"],\n strip_prefix = \"jiff-static-0.2.35\",\n build_file = Label(\"@crate_index//crate_index:BUILD.jiff-static-0.2.35.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__js-sys-0.3.105\",\n sha256 = \"ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/js-sys/0.3.105/download\"],\n strip_prefix = \"js-sys-0.3.105\",\n build_file = Label(\"@crate_index//crate_index:BUILD.js-sys-0.3.105.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lazy_static-1.5.0\",\n sha256 = \"bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lazy_static/1.5.0/download\"],\n strip_prefix = \"lazy_static-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lazy_static-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lazycell-1.3.0\",\n sha256 = \"830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lazycell/1.3.0/download\"],\n strip_prefix = \"lazycell-1.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lazycell-1.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__libc-0.2.186\",\n sha256 = \"68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libc/0.2.186/download\"],\n strip_prefix = \"libc-0.2.186\",\n build_file = Label(\"@crate_index//crate_index:BUILD.libc-0.2.186.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__libloading-0.8.9\",\n sha256 = \"d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/libloading/0.8.9/download\"],\n strip_prefix = \"libloading-0.8.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.libloading-0.8.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__linux-raw-sys-0.12.1\",\n sha256 = \"32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/linux-raw-sys/0.12.1/download\"],\n strip_prefix = \"linux-raw-sys-0.12.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.linux-raw-sys-0.12.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__linux-raw-sys-0.4.15\",\n sha256 = \"d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/linux-raw-sys/0.4.15/download\"],\n strip_prefix = \"linux-raw-sys-0.4.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.linux-raw-sys-0.4.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__litemap-0.8.3\",\n sha256 = \"47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/litemap/0.8.3/download\"],\n strip_prefix = \"litemap-0.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.litemap-0.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__lock_api-0.4.14\",\n sha256 = \"224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/lock_api/0.4.14/download\"],\n strip_prefix = \"lock_api-0.4.14\",\n build_file = Label(\"@crate_index//crate_index:BUILD.lock_api-0.4.14.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__log-0.4.34\",\n sha256 = \"f9f8bd3e56ce4dfc153cf470fffbfa98c7620958b312ca5c3a4b8d5181fd13c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/log/0.4.34/download\"],\n strip_prefix = \"log-0.4.34\",\n build_file = Label(\"@crate_index//crate_index:BUILD.log-0.4.34.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__loom-0.7.2\",\n sha256 = \"419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/loom/0.7.2/download\"],\n strip_prefix = \"loom-0.7.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.loom-0.7.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__matchers-0.2.0\",\n sha256 = \"d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/matchers/0.2.0/download\"],\n strip_prefix = \"matchers-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.matchers-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__matchit-0.8.4\",\n sha256 = \"47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/matchit/0.8.4/download\"],\n strip_prefix = \"matchit-0.8.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.matchit-0.8.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__memchr-2.8.3\",\n sha256 = \"cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/memchr/2.8.3/download\"],\n strip_prefix = \"memchr-2.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.memchr-2.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mime-0.3.17\",\n sha256 = \"6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mime/0.3.17/download\"],\n strip_prefix = \"mime-0.3.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mime-0.3.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__minimal-lexical-0.2.1\",\n sha256 = \"68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/minimal-lexical/0.2.1/download\"],\n strip_prefix = \"minimal-lexical-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.minimal-lexical-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mio-1.2.3\",\n sha256 = \"4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mio/1.2.3/download\"],\n strip_prefix = \"mio-1.2.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mio-1.2.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mockall-0.14.0\",\n sha256 = \"f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mockall/0.14.0/download\"],\n strip_prefix = \"mockall-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mockall-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__mockall_derive-0.14.0\",\n sha256 = \"ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/mockall_derive/0.14.0/download\"],\n strip_prefix = \"mockall_derive-0.14.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.mockall_derive-0.14.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__multimap-0.10.1\",\n sha256 = \"1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/multimap/0.10.1/download\"],\n strip_prefix = \"multimap-0.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.multimap-0.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nix-0.30.1\",\n sha256 = \"74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nix/0.30.1/download\"],\n strip_prefix = \"nix-0.30.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nix-0.30.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nix-0.31.3\",\n sha256 = \"cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nix/0.31.3/download\"],\n strip_prefix = \"nix-0.31.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nix-0.31.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nom-7.1.3\",\n sha256 = \"d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nom/7.1.3/download\"],\n strip_prefix = \"nom-7.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nom-7.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__nu-ansi-term-0.50.3\",\n sha256 = \"7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/nu-ansi-term/0.50.3/download\"],\n strip_prefix = \"nu-ansi-term-0.50.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.nu-ansi-term-0.50.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__num-conv-0.2.2\",\n sha256 = \"521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/num-conv/0.2.2/download\"],\n strip_prefix = \"num-conv-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.num-conv-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__objc2-0.6.4\",\n sha256 = \"3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/objc2/0.6.4/download\"],\n strip_prefix = \"objc2-0.6.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.objc2-0.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__objc2-encode-4.1.0\",\n sha256 = \"ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/objc2-encode/4.1.0/download\"],\n strip_prefix = \"objc2-encode-4.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.objc2-encode-4.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__once_cell-1.21.4\",\n sha256 = \"9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell/1.21.4/download\"],\n strip_prefix = \"once_cell-1.21.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.once_cell-1.21.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__once_cell_polyfill-1.70.2\",\n sha256 = \"384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/once_cell_polyfill/1.70.2/download\"],\n strip_prefix = \"once_cell_polyfill-1.70.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.once_cell_polyfill-1.70.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ouroboros-0.18.5\",\n sha256 = \"1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ouroboros/0.18.5/download\"],\n strip_prefix = \"ouroboros-0.18.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ouroboros-0.18.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ouroboros_macro-0.18.5\",\n sha256 = \"3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ouroboros_macro/0.18.5/download\"],\n strip_prefix = \"ouroboros_macro-0.18.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ouroboros_macro-0.18.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__paste-1.0.15\",\n sha256 = \"57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/paste/1.0.15/download\"],\n strip_prefix = \"paste-1.0.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.paste-1.0.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pastey-0.2.3\",\n sha256 = \"2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pastey/0.2.3/download\"],\n strip_prefix = \"pastey-0.2.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pastey-0.2.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__percent-encoding-2.3.2\",\n sha256 = \"9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/percent-encoding/2.3.2/download\"],\n strip_prefix = \"percent-encoding-2.3.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.percent-encoding-2.3.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__petgraph-0.7.1\",\n sha256 = \"3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/petgraph/0.7.1/download\"],\n strip_prefix = \"petgraph-0.7.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.petgraph-0.7.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__petgraph-0.8.3\",\n sha256 = \"8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/petgraph/0.8.3/download\"],\n strip_prefix = \"petgraph-0.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.petgraph-0.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pico-args-0.5.0\",\n sha256 = \"5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pico-args/0.5.0/download\"],\n strip_prefix = \"pico-args-0.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pico-args-0.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-1.1.13\",\n sha256 = \"2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project/1.1.13/download\"],\n strip_prefix = \"pin-project-1.1.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-1.1.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-internal-1.1.13\",\n sha256 = \"c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project-internal/1.1.13/download\"],\n strip_prefix = \"pin-project-internal-1.1.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-internal-1.1.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__pin-project-lite-0.2.17\",\n sha256 = \"a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/pin-project-lite/0.2.17/download\"],\n strip_prefix = \"pin-project-lite-0.2.17\",\n build_file = Label(\"@crate_index//crate_index:BUILD.pin-project-lite-0.2.17.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__portable-atomic-1.15.0\",\n sha256 = \"05c8b63e8d9609db387f0324918f81d68fe27748f084ef092fb35954d0539a85\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/portable-atomic/1.15.0/download\"],\n strip_prefix = \"portable-atomic-1.15.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.portable-atomic-1.15.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__portable-atomic-util-0.2.8\",\n sha256 = \"10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/portable-atomic-util/0.2.8/download\"],\n strip_prefix = \"portable-atomic-util-0.2.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.portable-atomic-util-0.2.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__postcard-1.1.3\",\n sha256 = \"6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/postcard/1.1.3/download\"],\n strip_prefix = \"postcard-1.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.postcard-1.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__postcard-derive-0.2.2\",\n sha256 = \"e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/postcard-derive/0.2.2/download\"],\n strip_prefix = \"postcard-derive-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.postcard-derive-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__potential_utf-0.1.6\",\n sha256 = \"d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/potential_utf/0.1.6/download\"],\n strip_prefix = \"potential_utf-0.1.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.potential_utf-0.1.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__powerfmt-0.2.0\",\n sha256 = \"439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/powerfmt/0.2.0/download\"],\n strip_prefix = \"powerfmt-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.powerfmt-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__ppv-lite86-0.2.21\",\n sha256 = \"85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/ppv-lite86/0.2.21/download\"],\n strip_prefix = \"ppv-lite86-0.2.21\",\n build_file = Label(\"@crate_index//crate_index:BUILD.ppv-lite86-0.2.21.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-3.1.4\",\n sha256 = \"ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates/3.1.4/download\"],\n strip_prefix = \"predicates-3.1.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-3.1.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-core-1.0.10\",\n sha256 = \"cad38746f3166b4031b1a0d39ad9f954dd291e7854fcc0eed52ee41a0b50d144\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates-core/1.0.10/download\"],\n strip_prefix = \"predicates-core-1.0.10\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-core-1.0.10.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__predicates-tree-1.0.13\",\n sha256 = \"d0de1b847b39c8131db0467e9df1ff60e6d0562ab8e9a16e568ad0fdb372e2f2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/predicates-tree/1.0.13/download\"],\n strip_prefix = \"predicates-tree-1.0.13\",\n build_file = Label(\"@crate_index//crate_index:BUILD.predicates-tree-1.0.13.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prettyplease-0.2.37\",\n sha256 = \"479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prettyplease/0.2.37/download\"],\n strip_prefix = \"prettyplease-0.2.37\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prettyplease-0.2.37.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__proc-macro2-1.0.107\",\n sha256 = \"985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2/1.0.107/download\"],\n strip_prefix = \"proc-macro2-1.0.107\",\n build_file = Label(\"@crate_index//crate_index:BUILD.proc-macro2-1.0.107.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__proc-macro2-diagnostics-0.10.1\",\n sha256 = \"af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/proc-macro2-diagnostics/0.10.1/download\"],\n strip_prefix = \"proc-macro2-diagnostics-0.10.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.proc-macro2-diagnostics-0.10.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-0.13.5\",\n sha256 = \"2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost/0.13.5/download\"],\n strip_prefix = \"prost-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-0.14.4\",\n sha256 = \"528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost/0.14.4/download\"],\n strip_prefix = \"prost-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-build-0.13.5\",\n sha256 = \"be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-build/0.13.5/download\"],\n strip_prefix = \"prost-build-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-build-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-build-0.14.4\",\n sha256 = \"03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-build/0.14.4/download\"],\n strip_prefix = \"prost-build-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-build-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-derive-0.13.5\",\n sha256 = \"8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-derive/0.13.5/download\"],\n strip_prefix = \"prost-derive-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-derive-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-derive-0.14.4\",\n sha256 = \"b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-derive/0.14.4/download\"],\n strip_prefix = \"prost-derive-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-derive-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-types-0.13.5\",\n sha256 = \"52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-types/0.13.5/download\"],\n strip_prefix = \"prost-types-0.13.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-types-0.13.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__prost-types-0.14.4\",\n sha256 = \"f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/prost-types/0.14.4/download\"],\n strip_prefix = \"prost-types-0.14.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.prost-types-0.14.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__protoc-gen-prost-0.4.0\",\n sha256 = \"77eb17a7657a703f30cb9b7ba4d981e4037b8af2d819ab0077514b0bef537406\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/protoc-gen-prost/0.4.0/download\"],\n strip_prefix = \"protoc-gen-prost-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.protoc-gen-prost-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__protoc-gen-tonic-0.4.1\",\n sha256 = \"6ab6a0d73a0914752ed8fd7cc51afe169e28da87be3efef292de5676cc527634\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/protoc-gen-tonic/0.4.1/download\"],\n strip_prefix = \"protoc-gen-tonic-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.protoc-gen-tonic-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__quote-1.0.47\",\n sha256 = \"1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/quote/1.0.47/download\"],\n strip_prefix = \"quote-1.0.47\",\n build_file = Label(\"@crate_index//crate_index:BUILD.quote-1.0.47.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__r-efi-5.3.0\",\n sha256 = \"69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/r-efi/5.3.0/download\"],\n strip_prefix = \"r-efi-5.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.r-efi-5.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__r-efi-6.0.0\",\n sha256 = \"f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/r-efi/6.0.0/download\"],\n strip_prefix = \"r-efi-6.0.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.r-efi-6.0.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand-0.9.5\",\n sha256 = \"b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand/0.9.5/download\"],\n strip_prefix = \"rand-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand_chacha-0.9.0\",\n sha256 = \"d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand_chacha/0.9.0/download\"],\n strip_prefix = \"rand_chacha-0.9.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand_chacha-0.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rand_core-0.9.5\",\n sha256 = \"76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rand_core/0.9.5/download\"],\n strip_prefix = \"rand_core-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rand_core-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-1.13.1\",\n sha256 = \"f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex/1.13.1/download\"],\n strip_prefix = \"regex-1.13.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-1.13.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-automata-0.4.18\",\n sha256 = \"ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-automata/0.4.18/download\"],\n strip_prefix = \"regex-automata-0.4.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-automata-0.4.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__regex-syntax-0.8.11\",\n sha256 = \"d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/regex-syntax/0.8.11/download\"],\n strip_prefix = \"regex-syntax-0.8.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.regex-syntax-0.8.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc-hash-1.1.0\",\n sha256 = \"08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc-hash/1.1.0/download\"],\n strip_prefix = \"rustc-hash-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc-hash-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc-hash-2.1.3\",\n sha256 = \"6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc-hash/2.1.3/download\"],\n strip_prefix = \"rustc-hash-2.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc-hash-2.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustc_version-0.4.1\",\n sha256 = \"cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustc_version/0.4.1/download\"],\n strip_prefix = \"rustc_version-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustc_version-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustix-0.38.44\",\n sha256 = \"fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustix/0.38.44/download\"],\n strip_prefix = \"rustix-0.38.44\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustix-0.38.44.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustix-1.1.4\",\n sha256 = \"b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustix/1.1.4/download\"],\n strip_prefix = \"rustix-1.1.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustix-1.1.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__rustversion-1.0.23\",\n sha256 = \"cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/rustversion/1.0.23/download\"],\n strip_prefix = \"rustversion-1.0.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.rustversion-1.0.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__scoped-tls-1.0.1\",\n sha256 = \"e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/scoped-tls/1.0.1/download\"],\n strip_prefix = \"scoped-tls-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.scoped-tls-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__scopeguard-1.2.0\",\n sha256 = \"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/scopeguard/1.2.0/download\"],\n strip_prefix = \"scopeguard-1.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.scopeguard-1.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sem_safe-0.2.1\",\n sha256 = \"be9665e92f9b596cf2b20a8c0f55126cfee3514307740a859f1b25bc929e4947\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sem_safe/0.2.1/download\"],\n strip_prefix = \"sem_safe-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sem_safe-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__semver-1.0.28\",\n sha256 = \"8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/semver/1.0.28/download\"],\n strip_prefix = \"semver-1.0.28\",\n build_file = Label(\"@crate_index//crate_index:BUILD.semver-1.0.28.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde-1.0.229\",\n sha256 = \"4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde/1.0.229/download\"],\n strip_prefix = \"serde-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_core-1.0.229\",\n sha256 = \"67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_core/1.0.229/download\"],\n strip_prefix = \"serde_core-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_core-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_derive-1.0.229\",\n sha256 = \"e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_derive/1.0.229/download\"],\n strip_prefix = \"serde_derive-1.0.229\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_derive-1.0.229.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_json-1.0.151\",\n sha256 = \"c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_json/1.0.151/download\"],\n strip_prefix = \"serde_json-1.0.151\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_json-1.0.151.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__serde_spanned-0.6.9\",\n sha256 = \"bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/serde_spanned/0.6.9/download\"],\n strip_prefix = \"serde_spanned-0.6.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.serde_spanned-0.6.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sha1_smol-1.0.1\",\n sha256 = \"bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sha1_smol/1.0.1/download\"],\n strip_prefix = \"sha1_smol-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sha1_smol-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sharded-slab-0.1.7\",\n sha256 = \"f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sharded-slab/0.1.7/download\"],\n strip_prefix = \"sharded-slab-0.1.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sharded-slab-0.1.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__shlex-1.3.0\",\n sha256 = \"0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/shlex/1.3.0/download\"],\n strip_prefix = \"shlex-1.3.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.shlex-1.3.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__shlex-2.0.1\",\n sha256 = \"f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/shlex/2.0.1/download\"],\n strip_prefix = \"shlex-2.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.shlex-2.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__signal-hook-0.3.18\",\n sha256 = \"d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/signal-hook/0.3.18/download\"],\n strip_prefix = \"signal-hook-0.3.18\",\n build_file = Label(\"@crate_index//crate_index:BUILD.signal-hook-0.3.18.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__signal-hook-registry-1.4.8\",\n sha256 = \"c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/signal-hook-registry/1.4.8/download\"],\n strip_prefix = \"signal-hook-registry-1.4.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.signal-hook-registry-1.4.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__slab-0.4.12\",\n sha256 = \"0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/slab/0.4.12/download\"],\n strip_prefix = \"slab-0.4.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.slab-0.4.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__smallvec-1.16.0\",\n sha256 = \"b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/smallvec/1.16.0/download\"],\n strip_prefix = \"smallvec-1.16.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.smallvec-1.16.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__smawk-0.3.3\",\n sha256 = \"e8e2fb0f499abb4d162f2bedad68f5ef91a1682b5a03596ddb67efd37768d100\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/smawk/0.3.3/download\"],\n strip_prefix = \"smawk-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.smawk-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__socket2-0.6.5\",\n sha256 = \"c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/socket2/0.6.5/download\"],\n strip_prefix = \"socket2-0.6.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.socket2-0.6.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__spin-0.9.9\",\n sha256 = \"3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/spin/0.9.9/download\"],\n strip_prefix = \"spin-0.9.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.spin-0.9.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__stable_deref_trait-1.2.1\",\n sha256 = \"6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/stable_deref_trait/1.2.1/download\"],\n strip_prefix = \"stable_deref_trait-1.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.stable_deref_trait-1.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__static_assertions-1.1.0\",\n sha256 = \"a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/static_assertions/1.1.0/download\"],\n strip_prefix = \"static_assertions-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.static_assertions-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__strsim-0.11.1\",\n sha256 = \"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/strsim/0.11.1/download\"],\n strip_prefix = \"strsim-0.11.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.strsim-0.11.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__syn-2.0.119\",\n sha256 = \"872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/2.0.119/download\"],\n strip_prefix = \"syn-2.0.119\",\n build_file = Label(\"@crate_index//crate_index:BUILD.syn-2.0.119.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__syn-3.0.5\",\n sha256 = \"12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/syn/3.0.5/download\"],\n strip_prefix = \"syn-3.0.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.syn-3.0.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__sync_wrapper-1.0.2\",\n sha256 = \"0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/sync_wrapper/1.0.2/download\"],\n strip_prefix = \"sync_wrapper-1.0.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.sync_wrapper-1.0.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__synstructure-0.13.2\",\n sha256 = \"728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/synstructure/0.13.2/download\"],\n strip_prefix = \"synstructure-0.13.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.synstructure-0.13.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tempfile-3.27.0\",\n sha256 = \"32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tempfile/3.27.0/download\"],\n strip_prefix = \"tempfile-3.27.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tempfile-3.27.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__termsize-0.1.9\",\n sha256 = \"6f11ff5c25c172608d5b85e2fb43ee9a6d683a7f4ab7f96ae07b3d8b590368fd\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termsize/0.1.9/download\"],\n strip_prefix = \"termsize-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.termsize-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__termtree-0.5.1\",\n sha256 = \"8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/termtree/0.5.1/download\"],\n strip_prefix = \"termtree-0.5.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.termtree-0.5.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__textwrap-0.16.3\",\n sha256 = \"b81c0cb5fce14f53e49c1d4da0c508334ff12040221bb8ab01b2dabd91d04b6e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/textwrap/0.16.3/download\"],\n strip_prefix = \"textwrap-0.16.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.textwrap-0.16.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thiserror-2.0.20\",\n sha256 = \"ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror/2.0.20/download\"],\n strip_prefix = \"thiserror-2.0.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thiserror-2.0.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thiserror-impl-2.0.20\",\n sha256 = \"bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thiserror-impl/2.0.20/download\"],\n strip_prefix = \"thiserror-impl-2.0.20\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thiserror-impl-2.0.20.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__thread_local-1.1.10\",\n sha256 = \"1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/thread_local/1.1.10/download\"],\n strip_prefix = \"thread_local-1.1.10\",\n build_file = Label(\"@crate_index//crate_index:BUILD.thread_local-1.1.10.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-0.3.55\",\n sha256 = \"cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time/0.3.55/download\"],\n strip_prefix = \"time-0.3.55\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-0.3.55.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-core-0.1.9\",\n sha256 = \"9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time-core/0.1.9/download\"],\n strip_prefix = \"time-core-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-core-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__time-macros-0.2.32\",\n sha256 = \"7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/time-macros/0.2.32/download\"],\n strip_prefix = \"time-macros-0.2.32\",\n build_file = Label(\"@crate_index//crate_index:BUILD.time-macros-0.2.32.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tiny-fn-0.1.9\",\n sha256 = \"9659b108631d1e1cf3e8e489f894bee40bc9d68fd6cc67ec4d4ce9b72d565228\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tiny-fn/0.1.9/download\"],\n strip_prefix = \"tiny-fn-0.1.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tiny-fn-0.1.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tinyjson-2.5.1\",\n sha256 = \"9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tinyjson/2.5.1/download\"],\n strip_prefix = \"tinyjson-2.5.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tinyjson-2.5.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tinystr-0.8.4\",\n sha256 = \"b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tinystr/0.8.4/download\"],\n strip_prefix = \"tinystr-0.8.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tinystr-0.8.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-1.53.1\",\n sha256 = \"202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio/1.53.1/download\"],\n strip_prefix = \"tokio-1.53.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-1.53.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-macros-2.7.2\",\n sha256 = \"78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-macros/2.7.2/download\"],\n strip_prefix = \"tokio-macros-2.7.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-macros-2.7.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-seqpacket-0.8.2\",\n sha256 = \"24d1294c36e418ee280e57ba514cc260c0c80c69571abf44109eef2823a1c1c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-seqpacket/0.8.2/download\"],\n strip_prefix = \"tokio-seqpacket-0.8.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-seqpacket-0.8.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-stream-0.1.19\",\n sha256 = \"a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-stream/0.1.19/download\"],\n strip_prefix = \"tokio-stream-0.1.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-stream-0.1.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tokio-util-0.7.19\",\n sha256 = \"494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tokio-util/0.7.19/download\"],\n strip_prefix = \"tokio-util-0.7.19\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tokio-util-0.7.19.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml-0.8.23\",\n sha256 = \"dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml/0.8.23/download\"],\n strip_prefix = \"toml-0.8.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml-0.8.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_datetime-0.6.11\",\n sha256 = \"22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_datetime/0.6.11/download\"],\n strip_prefix = \"toml_datetime-0.6.11\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_datetime-0.6.11.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_edit-0.22.27\",\n sha256 = \"41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_edit/0.22.27/download\"],\n strip_prefix = \"toml_edit-0.22.27\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_edit-0.22.27.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__toml_write-0.1.2\",\n sha256 = \"5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/toml_write/0.1.2/download\"],\n strip_prefix = \"toml_write-0.1.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.toml_write-0.1.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tonic-0.14.6\",\n sha256 = \"ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tonic/0.14.6/download\"],\n strip_prefix = \"tonic-0.14.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tonic-0.14.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tonic-build-0.12.3\",\n sha256 = \"9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tonic-build/0.12.3/download\"],\n strip_prefix = \"tonic-build-0.12.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tonic-build-0.12.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-0.5.3\",\n sha256 = \"ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower/0.5.3/download\"],\n strip_prefix = \"tower-0.5.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-0.5.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-layer-0.3.3\",\n sha256 = \"121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower-layer/0.3.3/download\"],\n strip_prefix = \"tower-layer-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-layer-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tower-service-0.3.3\",\n sha256 = \"8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tower-service/0.3.3/download\"],\n strip_prefix = \"tower-service-0.3.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tower-service-0.3.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-0.1.44\",\n sha256 = \"63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing/0.1.44/download\"],\n strip_prefix = \"tracing-0.1.44\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-0.1.44.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-attributes-0.1.31\",\n sha256 = \"7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-attributes/0.1.31/download\"],\n strip_prefix = \"tracing-attributes-0.1.31\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-attributes-0.1.31.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-core-0.1.36\",\n sha256 = \"db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-core/0.1.36/download\"],\n strip_prefix = \"tracing-core-0.1.36\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-core-0.1.36.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-log-0.2.0\",\n sha256 = \"ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-log/0.2.0/download\"],\n strip_prefix = \"tracing-log-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-log-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-serde-0.2.0\",\n sha256 = \"704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-serde/0.2.0/download\"],\n strip_prefix = \"tracing-serde-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-serde-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__tracing-subscriber-0.3.23\",\n sha256 = \"cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/tracing-subscriber/0.3.23/download\"],\n strip_prefix = \"tracing-subscriber-0.3.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.tracing-subscriber-0.3.23.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__try-lock-0.2.5\",\n sha256 = \"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/try-lock/0.2.5/download\"],\n strip_prefix = \"try-lock-0.2.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.try-lock-0.2.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unicode-ident-1.0.24\",\n sha256 = \"e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-ident/1.0.24/download\"],\n strip_prefix = \"unicode-ident-1.0.24\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unicode-ident-1.0.24.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unicode-width-0.2.2\",\n sha256 = \"b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unicode-width/0.2.2/download\"],\n strip_prefix = \"unicode-width-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unicode-width-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__unit-prefix-0.5.2\",\n sha256 = \"81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/unit-prefix/0.5.2/download\"],\n strip_prefix = \"unit-prefix-0.5.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.unit-prefix-0.5.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__utf8_iter-1.0.4\",\n sha256 = \"b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/utf8_iter/1.0.4/download\"],\n strip_prefix = \"utf8_iter-1.0.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.utf8_iter-1.0.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__utf8parse-0.2.2\",\n sha256 = \"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/utf8parse/0.2.2/download\"],\n strip_prefix = \"utf8parse-0.2.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.utf8parse-0.2.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__uuid-1.26.1\",\n sha256 = \"2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/uuid/1.26.1/download\"],\n strip_prefix = \"uuid-1.26.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.uuid-1.26.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__valuable-0.1.1\",\n sha256 = \"ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/valuable/0.1.1/download\"],\n strip_prefix = \"valuable-0.1.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.valuable-0.1.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__version_check-0.9.5\",\n sha256 = \"0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/version_check/0.9.5/download\"],\n strip_prefix = \"version_check-0.9.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.version_check-0.9.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__want-0.3.1\",\n sha256 = \"bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/want/0.3.1/download\"],\n strip_prefix = \"want-0.3.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.want-0.3.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasi-0.11.1-wasi-snapshot-preview1\",\n sha256 = \"ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasi/0.11.1+wasi-snapshot-preview1/download\"],\n strip_prefix = \"wasi-0.11.1+wasi-snapshot-preview1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasi-0.11.1+wasi-snapshot-preview1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasip2-1.0.4-wasi-0.2.12\",\n sha256 = \"b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasip2/1.0.4+wasi-0.2.12/download\"],\n strip_prefix = \"wasip2-1.0.4+wasi-0.2.12\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasip2-1.0.4+wasi-0.2.12.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-0.2.128\",\n sha256 = \"aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen/0.2.128/download\"],\n strip_prefix = \"wasm-bindgen-0.2.128\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-0.2.128.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-macro-0.2.128\",\n sha256 = \"a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-macro/0.2.128/download\"],\n strip_prefix = \"wasm-bindgen-macro-0.2.128\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-macro-0.2.128.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-macro-support-0.2.128\",\n sha256 = \"411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.128/download\"],\n strip_prefix = \"wasm-bindgen-macro-support-0.2.128\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-macro-support-0.2.128.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wasm-bindgen-shared-0.2.128\",\n sha256 = \"81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wasm-bindgen-shared/0.2.128/download\"],\n strip_prefix = \"wasm-bindgen-shared-0.2.128\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wasm-bindgen-shared-0.2.128.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__web-time-1.1.0\",\n sha256 = \"5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/web-time/1.1.0/download\"],\n strip_prefix = \"web-time-1.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.web-time-1.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__which-4.4.2\",\n sha256 = \"87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/which/4.4.2/download\"],\n strip_prefix = \"which-4.4.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.which-4.4.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-0.3.9\",\n sha256 = \"5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi/0.3.9/download\"],\n strip_prefix = \"winapi-0.3.9\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-0.3.9.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-i686-pc-windows-gnu-0.4.0\",\n sha256 = \"ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download\"],\n strip_prefix = \"winapi-i686-pc-windows-gnu-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winapi-x86_64-pc-windows-gnu-0.4.0\",\n sha256 = \"712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download\"],\n strip_prefix = \"winapi-x86_64-pc-windows-gnu-0.4.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-0.61.3\",\n sha256 = \"9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows/0.61.3/download\"],\n strip_prefix = \"windows-0.61.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-0.61.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-collections-0.2.0\",\n sha256 = \"3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-collections/0.2.0/download\"],\n strip_prefix = \"windows-collections-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-collections-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-core-0.61.2\",\n sha256 = \"c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-core/0.61.2/download\"],\n strip_prefix = \"windows-core-0.61.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-core-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-future-0.2.1\",\n sha256 = \"fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-future/0.2.1/download\"],\n strip_prefix = \"windows-future-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-future-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-implement-0.60.2\",\n sha256 = \"053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-implement/0.60.2/download\"],\n strip_prefix = \"windows-implement-0.60.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-implement-0.60.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-interface-0.59.3\",\n sha256 = \"3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-interface/0.59.3/download\"],\n strip_prefix = \"windows-interface-0.59.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-interface-0.59.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-link-0.1.3\",\n sha256 = \"5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.1.3/download\"],\n strip_prefix = \"windows-link-0.1.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-link-0.1.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-link-0.2.1\",\n sha256 = \"f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-link/0.2.1/download\"],\n strip_prefix = \"windows-link-0.2.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-link-0.2.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-numerics-0.2.0\",\n sha256 = \"9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-numerics/0.2.0/download\"],\n strip_prefix = \"windows-numerics-0.2.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-numerics-0.2.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-result-0.3.4\",\n sha256 = \"56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-result/0.3.4/download\"],\n strip_prefix = \"windows-result-0.3.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-result-0.3.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-result-0.4.1\",\n sha256 = \"7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-result/0.4.1/download\"],\n strip_prefix = \"windows-result-0.4.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-result-0.4.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-strings-0.4.2\",\n sha256 = \"56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-strings/0.4.2/download\"],\n strip_prefix = \"windows-strings-0.4.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-strings-0.4.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.48.0\",\n sha256 = \"677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.48.0/download\"],\n strip_prefix = \"windows-sys-0.48.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.48.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.59.0\",\n sha256 = \"1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.59.0/download\"],\n strip_prefix = \"windows-sys-0.59.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.59.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-sys-0.61.2\",\n sha256 = \"ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-sys/0.61.2/download\"],\n strip_prefix = \"windows-sys-0.61.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-sys-0.61.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-targets-0.48.5\",\n sha256 = \"9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-targets/0.48.5/download\"],\n strip_prefix = \"windows-targets-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-targets-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-targets-0.52.6\",\n sha256 = \"9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-targets/0.52.6/download\"],\n strip_prefix = \"windows-targets-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-targets-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows-threading-0.1.0\",\n sha256 = \"b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows-threading/0.1.0/download\"],\n strip_prefix = \"windows-threading-0.1.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows-threading-0.1.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_gnullvm-0.48.5\",\n sha256 = \"2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download\"],\n strip_prefix = \"windows_aarch64_gnullvm-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_gnullvm-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_gnullvm-0.52.6\",\n sha256 = \"32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_aarch64_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_msvc-0.48.5\",\n sha256 = \"dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download\"],\n strip_prefix = \"windows_aarch64_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_aarch64_msvc-0.52.6\",\n sha256 = \"09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download\"],\n strip_prefix = \"windows_aarch64_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_aarch64_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnu-0.48.5\",\n sha256 = \"a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnu/0.48.5/download\"],\n strip_prefix = \"windows_i686_gnu-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnu-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnu-0.52.6\",\n sha256 = \"8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnu/0.52.6/download\"],\n strip_prefix = \"windows_i686_gnu-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnu-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_gnullvm-0.52.6\",\n sha256 = \"0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_i686_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_msvc-0.48.5\",\n sha256 = \"8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_msvc/0.48.5/download\"],\n strip_prefix = \"windows_i686_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_i686_msvc-0.52.6\",\n sha256 = \"240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_i686_msvc/0.52.6/download\"],\n strip_prefix = \"windows_i686_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_i686_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnu-0.48.5\",\n sha256 = \"53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_gnu-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnu-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnu-0.52.6\",\n sha256 = \"147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_gnu-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnu-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnullvm-0.48.5\",\n sha256 = \"0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_gnullvm-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnullvm-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_gnullvm-0.52.6\",\n sha256 = \"24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_gnullvm-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_gnullvm-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_msvc-0.48.5\",\n sha256 = \"ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download\"],\n strip_prefix = \"windows_x86_64_msvc-0.48.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_msvc-0.48.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__windows_x86_64_msvc-0.52.6\",\n sha256 = \"589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download\"],\n strip_prefix = \"windows_x86_64_msvc-0.52.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.windows_x86_64_msvc-0.52.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__winnow-0.7.15\",\n sha256 = \"df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/winnow/0.7.15/download\"],\n strip_prefix = \"winnow-0.7.15\",\n build_file = Label(\"@crate_index//crate_index:BUILD.winnow-0.7.15.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__wit-bindgen-0.57.1\",\n sha256 = \"1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/wit-bindgen/0.57.1/download\"],\n strip_prefix = \"wit-bindgen-0.57.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.wit-bindgen-0.57.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__writeable-0.6.4\",\n sha256 = \"3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/writeable/0.6.4/download\"],\n strip_prefix = \"writeable-0.6.4\",\n build_file = Label(\"@crate_index//crate_index:BUILD.writeable-0.6.4.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__yansi-1.0.1\",\n sha256 = \"cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/yansi/1.0.1/download\"],\n strip_prefix = \"yansi-1.0.1\",\n build_file = Label(\"@crate_index//crate_index:BUILD.yansi-1.0.1.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__yoke-0.8.3\",\n sha256 = \"709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/yoke/0.8.3/download\"],\n strip_prefix = \"yoke-0.8.3\",\n build_file = Label(\"@crate_index//crate_index:BUILD.yoke-0.8.3.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__yoke-derive-0.8.2\",\n sha256 = \"de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/yoke-derive/0.8.2/download\"],\n strip_prefix = \"yoke-derive-0.8.2\",\n build_file = Label(\"@crate_index//crate_index:BUILD.yoke-derive-0.8.2.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerocopy-0.8.57\",\n sha256 = \"d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerocopy/0.8.57/download\"],\n strip_prefix = \"zerocopy-0.8.57\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerocopy-0.8.57.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerocopy-derive-0.8.57\",\n sha256 = \"146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerocopy-derive/0.8.57/download\"],\n strip_prefix = \"zerocopy-derive-0.8.57\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerocopy-derive-0.8.57.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerofrom-0.1.8\",\n sha256 = \"0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerofrom/0.1.8/download\"],\n strip_prefix = \"zerofrom-0.1.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerofrom-0.1.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerofrom-derive-0.1.7\",\n sha256 = \"11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerofrom-derive/0.1.7/download\"],\n strip_prefix = \"zerofrom-derive-0.1.7\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerofrom-derive-0.1.7.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zeroize-1.9.0\",\n sha256 = \"e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zeroize/1.9.0/download\"],\n strip_prefix = \"zeroize-1.9.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zeroize-1.9.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zeroize_derive-1.5.0\",\n sha256 = \"3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zeroize_derive/1.5.0/download\"],\n strip_prefix = \"zeroize_derive-1.5.0\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zeroize_derive-1.5.0.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerotrie-0.2.5\",\n sha256 = \"4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerotrie/0.2.5/download\"],\n strip_prefix = \"zerotrie-0.2.5\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerotrie-0.2.5.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerovec-0.11.8\",\n sha256 = \"bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerovec/0.11.8/download\"],\n strip_prefix = \"zerovec-0.11.8\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerovec-0.11.8.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zerovec-derive-0.11.6\",\n sha256 = \"34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zerovec-derive/0.11.6/download\"],\n strip_prefix = \"zerovec-derive-0.11.6\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zerovec-derive-0.11.6.bazel\"),\n )\n\n maybe(\n http_archive,\n name = \"crate_index__zmij-1.0.23\",\n sha256 = \"29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b\",\n type = \"tar.gz\",\n urls = [\"https://static.crates.io/crates/zmij/1.0.23/download\"],\n strip_prefix = \"zmij-1.0.23\",\n build_file = Label(\"@crate_index//crate_index:BUILD.zmij-1.0.23.bazel\"),\n )\n\n return [\n struct(repo=\"crate_index__adler32-1.2.0\", is_dev_dep = False),\n struct(repo=\"crate_index__anyhow-1.0.104\", is_dev_dep = False),\n struct(repo=\"crate_index__argh-0.1.19\", is_dev_dep = False),\n struct(repo=\"crate_index__arrayvec-0.7.8\", is_dev_dep = False),\n struct(repo=\"crate_index__async-stream-0.3.6\", is_dev_dep = False),\n struct(repo=\"crate_index__bytes-1.12.1\", is_dev_dep = False),\n struct(repo=\"crate_index__cc-1.4.5\", is_dev_dep = False),\n struct(repo=\"crate_index__clap-4.6.6\", is_dev_dep = False),\n struct(repo=\"crate_index__cliclack-0.3.8\", is_dev_dep = False),\n struct(repo=\"crate_index__console-0.16.6\", is_dev_dep = False),\n struct(repo=\"crate_index__ctrlc-3.5.2\", is_dev_dep = False),\n struct(repo=\"crate_index__env_logger-0.11.11\", is_dev_dep = False),\n struct(repo=\"crate_index__equivalent-1.0.2\", is_dev_dep = False),\n struct(repo=\"crate_index__foldhash-0.2.0\", is_dev_dep = False),\n struct(repo=\"crate_index__futures-0.3.34\", is_dev_dep = False),\n struct(repo=\"crate_index__hashbrown-0.17.1\", is_dev_dep = False),\n struct(repo=\"crate_index__human_bytes-0.4.3\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-0.5.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-container-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-derive-macros-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-elementary-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-elementary-traits-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-lock-free-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-memory-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-posix-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-system-types-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-testing-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-bb-threadsafe-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-cal-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__iceoryx2-qnx8-0.7.0\", is_dev_dep = False),\n struct(repo=\"crate_index__indexmap-2.14.2\", is_dev_dep = False),\n struct(repo=\"crate_index__indicatif-0.18.6\", is_dev_dep = False),\n struct(repo=\"crate_index__indicatif-log-bridge-0.2.3\", is_dev_dep = False),\n struct(repo=\"crate_index__ipc-channel-0.20.2\", is_dev_dep = False),\n struct(repo=\"crate_index__libc-0.2.186\", is_dev_dep = False),\n struct(repo=\"crate_index__log-0.4.34\", is_dev_dep = False),\n struct(repo=\"crate_index__loom-0.7.2\", is_dev_dep = False),\n struct(repo=\"crate_index__mio-1.2.3\", is_dev_dep = False),\n struct(repo=\"crate_index__mockall-0.14.0\", is_dev_dep = False),\n struct(repo=\"crate_index__nix-0.30.1\", is_dev_dep = False),\n struct(repo=\"crate_index__paste-1.0.15\", is_dev_dep = False),\n struct(repo=\"crate_index__pastey-0.2.3\", is_dev_dep = False),\n struct(repo=\"crate_index__pico-args-0.5.0\", is_dev_dep = False),\n struct(repo=\"crate_index__postcard-1.1.3\", is_dev_dep = False),\n struct(repo=\"crate_index__proc-macro2-1.0.107\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-build-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__prost-types-0.14.4\", is_dev_dep = False),\n struct(repo=\"crate_index__protoc-gen-prost-0.4.0\", is_dev_dep = False),\n struct(repo=\"crate_index__protoc-gen-tonic-0.4.1\", is_dev_dep = False),\n struct(repo=\"crate_index__quote-1.0.47\", is_dev_dep = False),\n struct(repo=\"crate_index__rand-0.9.5\", is_dev_dep = False),\n struct(repo=\"crate_index__rustversion-1.0.23\", is_dev_dep = False),\n struct(repo=\"crate_index__sem_safe-0.2.1\", is_dev_dep = False),\n struct(repo=\"crate_index__serde-1.0.229\", is_dev_dep = False),\n struct(repo=\"crate_index__serde_core-1.0.229\", is_dev_dep = False),\n struct(repo=\"crate_index__serde_json-1.0.151\", is_dev_dep = False),\n struct(repo=\"crate_index__signal-hook-0.3.18\", is_dev_dep = False),\n struct(repo=\"crate_index__socket2-0.6.5\", is_dev_dep = False),\n struct(repo=\"crate_index__syn-2.0.119\", is_dev_dep = False),\n struct(repo=\"crate_index__tempfile-3.27.0\", is_dev_dep = False),\n struct(repo=\"crate_index__thiserror-2.0.20\", is_dev_dep = False),\n struct(repo=\"crate_index__time-0.3.55\", is_dev_dep = False),\n struct(repo=\"crate_index__tinyjson-2.5.1\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-1.53.1\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-seqpacket-0.8.2\", is_dev_dep = False),\n struct(repo=\"crate_index__tokio-util-0.7.19\", is_dev_dep = False),\n struct(repo=\"crate_index__tonic-0.14.6\", is_dev_dep = False),\n struct(repo=\"crate_index__tracing-0.1.44\", is_dev_dep = False),\n struct(repo=\"crate_index__tracing-subscriber-0.3.23\", is_dev_dep = False),\n ]\n" } } }, @@ -5532,7 +8372,7 @@ "https://static.crates.io/crates/async-trait/0.1.92/download" ], "strip_prefix": "async-trait-0.1.92", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"async_trait\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=async-trait\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.92\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"async_trait\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=async-trait\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.92\",\n)\n" } }, "crate_index__atomic-polyfill-1.0.3": { @@ -5644,7 +8484,7 @@ "https://static.crates.io/crates/bindgen/0.69.5/download" ], "strip_prefix": "bindgen-0.69.5", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bindgen\",\n deps = [\n \"@crate_index__bindgen-0.69.5//:build_script_build\",\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__cexpr-0.6.0//:cexpr\",\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__itertools-0.12.1//:itertools\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n \"@crate_index__lazycell-1.3.0//:lazycell\",\n \"@crate_index__log-0.4.34//:log\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__regex-1.13.1//:regex\",\n \"@crate_index__rustc-hash-1.1.0//:rustc_hash\",\n \"@crate_index__shlex-1.3.0//:shlex\",\n \"@crate_index__syn-2.0.119//:syn\",\n \"@crate_index__which-4.4.2//:which\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n \"which-rustfmt\",\n ],\n crate_root = \"lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.69.5\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n \"which-rustfmt\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n ],\n edition = \"2018\",\n pkg_name = \"bindgen\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.69.5\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bindgen\",\n deps = [\n \"@crate_index__bindgen-0.69.5//:build_script_build\",\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__cexpr-0.6.0//:cexpr\",\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__itertools-0.12.1//:itertools\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n \"@crate_index__lazycell-1.3.0//:lazycell\",\n \"@crate_index__log-0.4.34//:log\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__regex-1.13.1//:regex\",\n \"@crate_index__rustc-hash-1.1.0//:rustc_hash\",\n \"@crate_index__shlex-1.3.0//:shlex\",\n \"@crate_index__syn-2.0.119//:syn\",\n \"@crate_index__which-4.4.2//:which\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n \"which-rustfmt\",\n ],\n crate_root = \"lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.69.5\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n \"which-rustfmt\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n ],\n edition = \"2018\",\n pkg_name = \"bindgen\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.69.5\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__bindgen-0.72.1": { @@ -5660,7 +8500,7 @@ "https://static.crates.io/crates/bindgen/0.72.1/download" ], "strip_prefix": "bindgen-0.72.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bindgen\",\n deps = [\n \"@crate_index__bindgen-0.72.1//:build_script_build\",\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__cexpr-0.6.0//:cexpr\",\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__itertools-0.13.0//:itertools\",\n \"@crate_index__log-0.4.34//:log\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__regex-1.13.1//:regex\",\n \"@crate_index__rustc-hash-2.1.3//:rustc_hash\",\n \"@crate_index__shlex-1.3.0//:shlex\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n ],\n crate_root = \"lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.72.1\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n ],\n edition = \"2021\",\n pkg_name = \"bindgen\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.72.1\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bindgen\",\n deps = [\n \"@crate_index__bindgen-0.72.1//:build_script_build\",\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__cexpr-0.6.0//:cexpr\",\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__itertools-0.13.0//:itertools\",\n \"@crate_index__log-0.4.34//:log\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__regex-1.13.1//:regex\",\n \"@crate_index__rustc-hash-2.1.3//:rustc_hash\",\n \"@crate_index__shlex-1.3.0//:shlex\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n ],\n crate_root = \"lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.72.1\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"logging\",\n \"prettyplease\",\n \"runtime\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__clang-sys-1.9.1//:clang_sys\",\n \"@crate_index__prettyplease-0.2.37//:prettyplease\",\n ],\n edition = \"2021\",\n pkg_name = \"bindgen\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.72.1\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__bitflags-1.3.2": { @@ -5679,20 +8519,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bitflags\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bitflags\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.3.2\",\n)\n" } }, - "crate_index__bitflags-2.13.1": { + "crate_index__bitflags-2.13.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da", + "sha256": "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/bitflags/2.13.1/download" + "https://static.crates.io/crates/bitflags/2.13.2/download" ], - "strip_prefix": "bitflags-2.13.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bitflags\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"std\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"std\", # aarch64-unknown-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"std\", # x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"std\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bitflags\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.13.1\",\n)\n" + "strip_prefix": "bitflags-2.13.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bitflags\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"std\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"std\", # aarch64-unknown-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"std\", # x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"std\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bitflags\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.13.2\",\n)\n" } }, "crate_index__block2-0.6.2": { @@ -5759,20 +8599,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"bytes\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=bytes\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.12.1\",\n)\n" } }, - "crate_index__cc-1.4.4": { + "crate_index__cc-1.4.5": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273", + "sha256": "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/cc/1.4.4/download" + "https://static.crates.io/crates/cc/1.4.5/download" ], - "strip_prefix": "cc-1.4.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"cc\",\n deps = [\n \"@crate_index__find-msvc-tools-0.1.11//:find_msvc_tools\",\n \"@crate_index__shlex-2.0.1//:shlex\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=cc\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.4.4\",\n)\n" + "strip_prefix": "cc-1.4.5", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"cc\",\n deps = [\n \"@crate_index__find-msvc-tools-0.1.12//:find_msvc_tools\",\n \"@crate_index__shlex-2.0.1//:shlex\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=cc\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.4.5\",\n)\n" } }, "crate_index__cdr-0.2.4": { @@ -5900,7 +8740,7 @@ "https://static.crates.io/crates/clap_derive/4.6.4/download" ], "strip_prefix": "clap_derive-4.6.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"clap_derive\",\n deps = [\n \"@crate_index__heck-0.5.0//:heck\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=clap_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"4.6.4\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"clap_derive\",\n deps = [\n \"@crate_index__heck-0.5.0//:heck\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=clap_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"4.6.4\",\n)\n" } }, "crate_index__clap_lex-1.1.0": { @@ -5932,7 +8772,7 @@ "https://static.crates.io/crates/cliclack/0.3.8/download" ], "strip_prefix": "cliclack-0.3.8", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"cliclack\",\n deps = [\n \"@crate_index__console-0.15.11//:console\",\n \"@crate_index__indicatif-0.18.6//:indicatif\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__strsim-0.11.1//:strsim\",\n \"@crate_index__textwrap-0.16.2//:textwrap\",\n \"@crate_index__zeroize-1.9.0//:zeroize\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=cliclack\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.8\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"cliclack\",\n deps = [\n \"@crate_index__console-0.15.11//:console\",\n \"@crate_index__indicatif-0.18.6//:indicatif\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__strsim-0.11.1//:strsim\",\n \"@crate_index__textwrap-0.16.3//:textwrap\",\n \"@crate_index__zeroize-1.9.0//:zeroize\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=cliclack\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.8\",\n)\n" } }, "crate_index__cobs-0.3.0": { @@ -5983,20 +8823,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"console\",\n deps = [\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"ansi-parsing\",\n \"default\",\n \"unicode-width\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=console\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.15.11\",\n)\n" } }, - "crate_index__console-0.16.4": { + "crate_index__console-0.16.6": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "4fe5f465a4f6fee88fad41b85d990f84c835335e85b5d9e6e63e0d06d28cba7c", + "sha256": "e96a4956774c13c126a8b5af4daa79384f4d826534c95a02d76afb39e2ab64e3", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/console/0.16.4/download" + "https://static.crates.io/crates/console/0.16.6/download" ], - "strip_prefix": "console-0.16.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"console\",\n deps = [\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"ansi-parsing\",\n \"default\",\n \"std\",\n \"unicode-width\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=console\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.16.4\",\n)\n" + "strip_prefix": "console-0.16.6", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"console\",\n deps = [\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"ansi-parsing\",\n \"default\",\n \"std\",\n \"unicode-width\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=console\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.16.6\",\n)\n" } }, "crate_index__critical-section-1.2.0": { @@ -6015,36 +8855,36 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"critical_section\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=critical-section\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.2.0\",\n)\n" } }, - "crate_index__crossbeam-channel-0.5.16": { + "crate_index__crossbeam-channel-0.5.17": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e", + "sha256": "98b0cc327b5bc766e7fda9c9260cc0fa81b43a8e240440422dff70788e3f9ef1", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/crossbeam-channel/0.5.16/download" + "https://static.crates.io/crates/crossbeam-channel/0.5.17/download" ], - "strip_prefix": "crossbeam-channel-0.5.16", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"crossbeam_channel\",\n deps = [\n \"@crate_index__crossbeam-utils-0.8.22//:crossbeam_utils\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-channel\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.16\",\n)\n" + "strip_prefix": "crossbeam-channel-0.5.17", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"crossbeam_channel\",\n deps = [\n \"@crate_index__crossbeam-utils-0.8.23//:crossbeam_utils\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-channel\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.17\",\n)\n" } }, - "crate_index__crossbeam-utils-0.8.22": { + "crate_index__crossbeam-utils-0.8.23": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17", + "sha256": "a31eee39dddec8330830986fcd7625edb5a24ec90ea038215273bbc3adb08ac6", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/crossbeam-utils/0.8.22/download" + "https://static.crates.io/crates/crossbeam-utils/0.8.23/download" ], - "strip_prefix": "crossbeam-utils-0.8.22", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"crossbeam_utils\",\n deps = [\n \"@crate_index__crossbeam-utils-0.8.22//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-utils\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.22\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"crossbeam-utils\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-utils\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.22\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "strip_prefix": "crossbeam-utils-0.8.23", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"crossbeam_utils\",\n deps = [\n \"@crate_index__crossbeam-utils-0.8.23//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-utils\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.23\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"crossbeam-utils\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=crossbeam-utils\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.23\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__ctrlc-3.5.2": { @@ -6140,7 +8980,23 @@ "https://static.crates.io/crates/dispatch2/0.3.1/download" ], "strip_prefix": "dispatch2-0.3.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"dispatch2\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=dispatch2\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.1\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"dispatch2\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=dispatch2\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.1\",\n)\n" + } + }, + "crate_index__displaydoc-0.2.7": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/displaydoc/0.2.7/download" + ], + "strip_prefix": "displaydoc-0.2.7", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"displaydoc\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=displaydoc\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.7\",\n)\n" } }, "crate_index__downcast-0.11.0": { @@ -6351,20 +9207,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"filedesc\",\n deps = [\n \"@crate_index__libc-0.2.186//:libc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=filedesc\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.6.3\",\n)\n" } }, - "crate_index__find-msvc-tools-0.1.11": { + "crate_index__find-msvc-tools-0.1.12": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890", + "sha256": "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/find-msvc-tools/0.1.11/download" + "https://static.crates.io/crates/find-msvc-tools/0.1.12/download" ], - "strip_prefix": "find-msvc-tools-0.1.11", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"find_msvc_tools\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=find-msvc-tools\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.11\",\n)\n" + "strip_prefix": "find-msvc-tools-0.1.12", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"find_msvc_tools\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=find-msvc-tools\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.12\",\n)\n" } }, "crate_index__fixedbitset-0.5.7": { @@ -6540,7 +9396,7 @@ "https://static.crates.io/crates/futures-macro/0.3.34/download" ], "strip_prefix": "futures-macro-0.3.34", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"futures_macro\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=futures-macro\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.34\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"futures_macro\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=futures-macro\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.34\",\n)\n" } }, "crate_index__futures-sink-0.3.34": { @@ -6604,7 +9460,7 @@ "https://static.crates.io/crates/generator/0.8.9/download" ], "strip_prefix": "generator-0.8.9", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"generator\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__generator-0.8.9//:build_script_build\",\n \"@crate_index__log-0.4.34//:log\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.9\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cc-1.4.4//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"generator\",\n proc_macro_deps = [\n \"@crate_index__rustversion-1.0.23//:rustversion\",\n ],\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.9\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"generator\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__generator-0.8.9//:build_script_build\",\n \"@crate_index__log-0.4.34//:log\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(unix)\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.9\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cc-1.4.5//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"generator\",\n proc_macro_deps = [\n \"@crate_index__rustversion-1.0.23//:rustversion\",\n ],\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=generator\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.9\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__getrandom-0.2.17": { @@ -6684,7 +9540,7 @@ "https://static.crates.io/crates/h2/0.4.19/download" ], "strip_prefix": "h2-0.4.19", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"h2\",\n deps = [\n \"@crate_index__atomic-waker-1.1.2//:atomic_waker\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__fnv-1.0.7//:fnv\",\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__futures-sink-0.3.34//:futures_sink\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__indexmap-2.14.0//:indexmap\",\n \"@crate_index__slab-0.4.12//:slab\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=h2\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.4.19\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"h2\",\n deps = [\n \"@crate_index__atomic-waker-1.1.2//:atomic_waker\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__fnv-1.0.7//:fnv\",\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__futures-sink-0.3.34//:futures_sink\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__indexmap-2.14.2//:indexmap\",\n \"@crate_index__slab-0.4.12//:slab\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=h2\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.4.19\",\n)\n" } }, "crate_index__hash32-0.2.1": { @@ -6895,20 +9751,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"human_bytes\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"si-units\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=human_bytes\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.4.3\",\n)\n" } }, - "crate_index__hyper-1.11.0": { + "crate_index__hyper-1.11.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72", + "sha256": "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/hyper/1.11.0/download" + "https://static.crates.io/crates/hyper/1.11.1/download" ], - "strip_prefix": "hyper-1.11.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper\",\n deps = [\n \"@crate_index__atomic-waker-1.1.2//:atomic_waker\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__futures-channel-0.3.34//:futures_channel\",\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__h2-0.4.19//:h2\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__httparse-1.10.1//:httparse\",\n \"@crate_index__httpdate-1.0.3//:httpdate\",\n \"@crate_index__itoa-1.0.18//:itoa\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__smallvec-1.15.2//:smallvec\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__want-0.3.1//:want\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"client\",\n \"default\",\n \"http1\",\n \"http2\",\n \"server\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.11.0\",\n)\n" + "strip_prefix": "hyper-1.11.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper\",\n deps = [\n \"@crate_index__atomic-waker-1.1.2//:atomic_waker\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__futures-channel-0.3.34//:futures_channel\",\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__h2-0.4.19//:h2\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__httparse-1.10.1//:httparse\",\n \"@crate_index__httpdate-1.0.3//:httpdate\",\n \"@crate_index__itoa-1.0.18//:itoa\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__smallvec-1.16.0//:smallvec\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__want-0.3.1//:want\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"client\",\n \"default\",\n \"http1\",\n \"http2\",\n \"server\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.11.1\",\n)\n" } }, "crate_index__hyper-timeout-0.5.2": { @@ -6924,7 +9780,7 @@ "https://static.crates.io/crates/hyper-timeout/0.5.2/download" ], "strip_prefix": "hyper-timeout-0.5.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper_timeout\",\n deps = [\n \"@crate_index__hyper-1.11.0//:hyper\",\n \"@crate_index__hyper-util-0.1.20//:hyper_util\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper-timeout\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.2\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper_timeout\",\n deps = [\n \"@crate_index__hyper-1.11.1//:hyper\",\n \"@crate_index__hyper-util-0.1.20//:hyper_util\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper-timeout\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.2\",\n)\n" } }, "crate_index__hyper-util-0.1.20": { @@ -6940,7 +9796,7 @@ "https://static.crates.io/crates/hyper-util/0.1.20/download" ], "strip_prefix": "hyper-util-0.1.20", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper_util\",\n deps = [\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__futures-channel-0.3.34//:futures_channel\",\n \"@crate_index__futures-util-0.3.34//:futures_util\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__hyper-1.11.0//:hyper\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"client\",\n \"client-legacy\",\n \"default\",\n \"http1\",\n \"http2\",\n \"server\",\n \"server-auto\",\n \"service\",\n \"tokio\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.20\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"hyper_util\",\n deps = [\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__futures-channel-0.3.34//:futures_channel\",\n \"@crate_index__futures-util-0.3.34//:futures_util\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__hyper-1.11.1//:hyper\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"client\",\n \"client-legacy\",\n \"default\",\n \"http1\",\n \"http2\",\n \"server\",\n \"server-auto\",\n \"service\",\n \"tokio\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=hyper-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.20\",\n)\n" } }, "crate_index__iceoryx2-0.5.0": { @@ -7182,7 +10038,7 @@ "https://static.crates.io/crates/iceoryx2-bb-posix/0.5.0/download" ], "strip_prefix": "iceoryx2-bb-posix-0.5.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_bb_posix\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__enum-iterator-2.3.0//:enum_iterator\",\n \"@crate_index__iceoryx2-bb-container-0.5.0//:iceoryx2_bb_container\",\n \"@crate_index__iceoryx2-bb-elementary-0.5.0//:iceoryx2_bb_elementary\",\n \"@crate_index__iceoryx2-bb-log-0.5.0//:iceoryx2_bb_log\",\n \"@crate_index__iceoryx2-bb-system-types-0.5.0//:iceoryx2_bb_system_types\",\n \"@crate_index__iceoryx2-pal-concurrency-sync-0.5.0//:iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-0.5.0//:iceoryx2_pal_configuration\",\n \"@crate_index__iceoryx2-pal-posix-0.5.0//:iceoryx2_pal_posix\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__tiny-fn-0.1.9//:tiny_fn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-bb-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.0\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_bb_posix\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__enum-iterator-2.3.0//:enum_iterator\",\n \"@crate_index__iceoryx2-bb-container-0.5.0//:iceoryx2_bb_container\",\n \"@crate_index__iceoryx2-bb-elementary-0.5.0//:iceoryx2_bb_elementary\",\n \"@crate_index__iceoryx2-bb-log-0.5.0//:iceoryx2_bb_log\",\n \"@crate_index__iceoryx2-bb-system-types-0.5.0//:iceoryx2_bb_system_types\",\n \"@crate_index__iceoryx2-pal-concurrency-sync-0.5.0//:iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-0.5.0//:iceoryx2_pal_configuration\",\n \"@crate_index__iceoryx2-pal-posix-0.5.0//:iceoryx2_pal_posix\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__tiny-fn-0.1.9//:tiny_fn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-bb-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.0\",\n)\n" } }, "crate_index__iceoryx2-bb-posix-qnx8-0.7.0": { @@ -7356,7 +10212,7 @@ "patches": [], "shallow_since": "", "remote": "https://github.com/qorix-group/iceoryx2.git", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_os_api_qnx8\",\n deps = [\n \"@crate_index__iceoryx2-pal-os-api-qnx8-0.7.0//:build_script_build\",\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:iceoryx2_pal_posix_qnx8\",\n ],\n aliases = {\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:iceoryx2_pal_posix_qnx8\": \"iceoryx2_pal_posix\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-os-api-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.72.1//:bindgen\",\n \"@crate_index__cc-1.4.4//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-os-api-qnx8\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-os-api-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.7.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_os_api_qnx8\",\n deps = [\n \"@crate_index__iceoryx2-pal-os-api-qnx8-0.7.0//:build_script_build\",\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:iceoryx2_pal_posix_qnx8\",\n ],\n aliases = {\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:iceoryx2_pal_posix_qnx8\": \"iceoryx2_pal_posix\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-os-api-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.72.1//:bindgen\",\n \"@crate_index__cc-1.4.5//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-os-api-qnx8\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-os-api-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.7.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n", "strip_prefix": "iceoryx2-pal/os-api", "commit": "9f5622f554de48a7a296e1a5a71200b01e35a502" } @@ -7374,7 +10230,7 @@ "https://static.crates.io/crates/iceoryx2-pal-posix/0.5.0/download" ], "strip_prefix": "iceoryx2-pal-posix-0.5.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_posix\",\n deps = [\n \"@crate_index__iceoryx2-pal-concurrency-sync-0.5.0//:iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-0.5.0//:iceoryx2_pal_configuration\",\n \"@crate_index__iceoryx2-pal-posix-0.5.0//:build_script_build\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.69.5//:bindgen\",\n \"@crate_index__cc-1.4.4//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-posix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.5.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_posix\",\n deps = [\n \"@crate_index__iceoryx2-pal-concurrency-sync-0.5.0//:iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-0.5.0//:iceoryx2_pal_configuration\",\n \"@crate_index__iceoryx2-pal-posix-0.5.0//:build_script_build\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.69.5//:bindgen\",\n \"@crate_index__cc-1.4.5//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-posix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.5.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__iceoryx2-pal-posix-qnx8-0.7.0": { @@ -7388,7 +10244,7 @@ ], "shallow_since": "", "remote": "https://github.com/qorix-group/iceoryx2.git", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_posix_qnx8\",\n deps = [\n \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n \"@crate_index__iceoryx2-pal-configuration-qnx8-0.7.0//:iceoryx2_pal_configuration_qnx8\",\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:build_script_build\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n ],\n aliases = {\n \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\": \"iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-qnx8-0.7.0//:iceoryx2_pal_configuration_qnx8\": \"iceoryx2_pal_configuration\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.72.1//:bindgen\",\n \"@crate_index__cc-1.4.4//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-posix-qnx8\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.7.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"iceoryx2_pal_posix_qnx8\",\n deps = [\n \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\",\n \"@crate_index__iceoryx2-pal-configuration-qnx8-0.7.0//:iceoryx2_pal_configuration_qnx8\",\n \"@crate_index__iceoryx2-pal-posix-qnx8-0.7.0//:build_script_build\",\n \"@crate_index__lazy_static-1.5.0//:lazy_static\",\n ],\n aliases = {\n \"@crate_index__iceoryx2-pal-concurrency-sync-qnx8-0.7.0//:iceoryx2_pal_concurrency_sync_qnx8\": \"iceoryx2_pal_concurrency_sync\",\n \"@crate_index__iceoryx2-pal-configuration-qnx8-0.7.0//:iceoryx2_pal_configuration_qnx8\": \"iceoryx2_pal_configuration\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__bindgen-0.72.1//:bindgen\",\n \"@crate_index__cc-1.4.5//:cc\",\n ],\n edition = \"2021\",\n pkg_name = \"iceoryx2-pal-posix-qnx8\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=iceoryx2-pal-posix-qnx8\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.7.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n", "strip_prefix": "iceoryx2-pal/posix", "commit": "9f5622f554de48a7a296e1a5a71200b01e35a502" } @@ -7421,20 +10277,132 @@ "commit": "9f5622f554de48a7a296e1a5a71200b01e35a502" } }, - "crate_index__indexmap-2.14.0": { + "crate_index__icu_collections-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_collections/2.3.0/download" + ], + "strip_prefix": "icu_collections-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_collections\",\n deps = [\n \"@crate_index__potential_utf-0.1.6//:potential_utf\",\n \"@crate_index__utf8_iter-1.0.4//:utf8_iter\",\n \"@crate_index__yoke-0.8.3//:yoke\",\n \"@crate_index__zerofrom-0.1.8//:zerofrom\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n proc_macro_deps = [\n \"@crate_index__displaydoc-0.2.7//:displaydoc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_collections\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n" + } + }, + "crate_index__icu_locale_core-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_locale_core/2.3.0/download" + ], + "strip_prefix": "icu_locale_core-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_locale_core\",\n deps = [\n \"@crate_index__litemap-0.8.3//:litemap\",\n \"@crate_index__tinystr-0.8.4//:tinystr\",\n \"@crate_index__writeable-0.6.4//:writeable\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n proc_macro_deps = [\n \"@crate_index__displaydoc-0.2.7//:displaydoc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"zerovec\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_locale_core\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n" + } + }, + "crate_index__icu_locale_fallback-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "251af8e57c9400e3eb58242fe5b8b1152b2a64fdf4cf632f923c38ccee6f2fa9", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_locale_fallback/2.3.0/download" + ], + "strip_prefix": "icu_locale_fallback-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_locale_fallback\",\n deps = [\n \"@crate_index__icu_locale_core-2.3.0//:icu_locale_core\",\n \"@crate_index__icu_locale_fallback_data-2.3.0//:icu_locale_fallback_data\",\n \"@crate_index__icu_provider-2.3.1//:icu_provider\",\n \"@crate_index__potential_utf-0.1.6//:potential_utf\",\n \"@crate_index__tinystr-0.8.4//:tinystr\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"compiled_data\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_locale_fallback\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n" + } + }, + "crate_index__icu_locale_fallback_data-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "decf2a22ec8fa68f1a0c1129a3f8583f8f8bc24e8b9ccbe98ead99f62a4dc3a8", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_locale_fallback_data/2.3.0/download" + ], + "strip_prefix": "icu_locale_fallback_data-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_locale_fallback_data\",\n deps = [\n \"@crate_index__icu_locale_fallback_data-2.3.0//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_locale_fallback_data\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2024\",\n pkg_name = \"icu_locale_fallback_data\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_locale_fallback_data\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"2.3.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + } + }, + "crate_index__icu_provider-2.3.1": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_provider/2.3.1/download" + ], + "strip_prefix": "icu_provider-2.3.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_provider\",\n deps = [\n \"@crate_index__icu_locale_core-2.3.0//:icu_locale_core\",\n \"@crate_index__stable_deref_trait-1.2.1//:stable_deref_trait\",\n \"@crate_index__writeable-0.6.4//:writeable\",\n \"@crate_index__yoke-0.8.3//:yoke\",\n \"@crate_index__zerofrom-0.1.8//:zerofrom\",\n \"@crate_index__zerotrie-0.2.5//:zerotrie\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n proc_macro_deps = [\n \"@crate_index__displaydoc-0.2.7//:displaydoc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"baked\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_provider\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.1\",\n)\n" + } + }, + "crate_index__icu_segmenter-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "82d07aafccd67af15d02512a6adf5896fbc5ed00f2e99b471d2efa14016db3db", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_segmenter/2.3.0/download" + ], + "strip_prefix": "icu_segmenter-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_segmenter\",\n deps = [\n \"@crate_index__icu_collections-2.3.0//:icu_collections\",\n \"@crate_index__icu_locale_fallback-2.3.0//:icu_locale_fallback\",\n \"@crate_index__icu_provider-2.3.1//:icu_provider\",\n \"@crate_index__icu_segmenter_data-2.3.0//:icu_segmenter_data\",\n \"@crate_index__potential_utf-0.1.6//:potential_utf\",\n \"@crate_index__smallvec-1.16.0//:smallvec\",\n \"@crate_index__utf8_iter-1.0.4//:utf8_iter\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"compiled_data\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_segmenter\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n" + } + }, + "crate_index__icu_segmenter_data-2.3.0": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "ae293c039020f9ec10710af98d29ce6aa2051486638b49c9a6409f3b4a9e98ad", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/icu_segmenter_data/2.3.0/download" + ], + "strip_prefix": "icu_segmenter_data-2.3.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"icu_segmenter_data\",\n deps = [\n \"@crate_index__icu_segmenter_data-2.3.0//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_segmenter_data\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.3.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2024\",\n pkg_name = \"icu_segmenter_data\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=icu_segmenter_data\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"2.3.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + } + }, + "crate_index__indexmap-2.14.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9", + "sha256": "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/indexmap/2.14.0/download" + "https://static.crates.io/crates/indexmap/2.14.2/download" ], - "strip_prefix": "indexmap-2.14.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indexmap\",\n deps = [\n \"@crate_index__equivalent-1.0.2//:equivalent\",\n \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indexmap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.14.0\",\n)\n" + "strip_prefix": "indexmap-2.14.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indexmap\",\n deps = [\n \"@crate_index__equivalent-1.0.2//:equivalent\",\n \"@crate_index__hashbrown-0.17.1//:hashbrown\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indexmap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.14.2\",\n)\n" } }, "crate_index__indicatif-0.18.6": { @@ -7450,7 +10418,7 @@ "https://static.crates.io/crates/indicatif/0.18.6/download" ], "strip_prefix": "indicatif-0.18.6", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indicatif\",\n deps = [\n \"@crate_index__console-0.16.4//:console\",\n \"@crate_index__portable-atomic-1.15.0//:portable_atomic\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n \"@crate_index__unit-prefix-0.5.2//:unit_prefix\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"unicode-width\",\n \"wasmbind\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indicatif\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.18.6\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"indicatif\",\n deps = [\n \"@crate_index__console-0.16.6//:console\",\n \"@crate_index__portable-atomic-1.15.0//:portable_atomic\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n \"@crate_index__unit-prefix-0.5.2//:unit_prefix\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"unicode-width\",\n \"wasmbind\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=indicatif\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.18.6\",\n)\n" } }, "crate_index__indicatif-log-bridge-0.2.3": { @@ -7482,7 +10450,7 @@ "https://static.crates.io/crates/ipc-channel/0.20.2/download" ], "strip_prefix": "ipc-channel-0.20.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"ipc_channel\",\n deps = [\n \"@crate_index__bincode-1.3.3//:bincode\",\n \"@crate_index__crossbeam-channel-0.5.16//:crossbeam_channel\",\n \"@crate_index__fnv-1.0.7//:fnv\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__uuid-1.26.0//:uuid\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__mio-1.2.2//:mio\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n \"@crate_index__tempfile-3.27.0//:tempfile\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__mio-1.2.2//:mio\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n \"@crate_index__tempfile-3.27.0//:tempfile\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=ipc-channel\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.20.2\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"ipc_channel\",\n deps = [\n \"@crate_index__bincode-1.3.3//:bincode\",\n \"@crate_index__crossbeam-channel-0.5.17//:crossbeam_channel\",\n \"@crate_index__fnv-1.0.7//:fnv\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__uuid-1.26.1//:uuid\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__mio-1.2.3//:mio\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n \"@crate_index__tempfile-3.27.0//:tempfile\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__mio-1.2.3//:mio\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n \"@crate_index__tempfile-3.27.0//:tempfile\", # cfg(any(target_os = \"linux\", target_os = \"openbsd\", target_os = \"freebsd\", target_os = \"illumos\"))\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=ipc-channel\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.20.2\",\n)\n" } }, "crate_index__is_terminal_polyfill-1.70.2": { @@ -7613,20 +10581,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"jiff_static\",\n deps = [\n \"@crate_index__jiff-core-0.1.0//:jiff_core\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n aliases = {\n \"@crate_index__jiff-core-0.1.0//:jiff_core\": \"jcore\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=jiff-static\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.35\",\n)\n" } }, - "crate_index__js-sys-0.3.104": { + "crate_index__js-sys-0.3.105": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a", + "sha256": "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/js-sys/0.3.104/download" + "https://static.crates.io/crates/js-sys/0.3.105/download" ], - "strip_prefix": "js-sys-0.3.104", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"js_sys\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__wasm-bindgen-0.2.127//:wasm_bindgen\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=js-sys\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.104\",\n)\n" + "strip_prefix": "js-sys-0.3.105", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"js_sys\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__wasm-bindgen-0.2.128//:wasm_bindgen\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=js-sys\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.105\",\n)\n" } }, "crate_index__lazy_static-1.5.0": { @@ -7725,6 +10693,22 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"linux_raw_sys\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"auxvec\",\n \"elf\",\n \"errno\",\n \"general\",\n \"ioctl\",\n \"no_std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=linux-raw-sys\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.12.1\",\n)\n" } }, + "crate_index__litemap-0.8.3": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/litemap/0.8.3/download" + ], + "strip_prefix": "litemap-0.8.3", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"litemap\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=litemap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.3\",\n)\n" + } + }, "crate_index__lock_api-0.4.14": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -7853,20 +10837,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"minimal_lexical\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=minimal-lexical\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.1\",\n)\n" } }, - "crate_index__mio-1.2.2": { + "crate_index__mio-1.2.3": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427", + "sha256": "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/mio/1.2.2/download" + "https://static.crates.io/crates/mio/1.2.3/download" ], - "strip_prefix": "mio-1.2.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"mio\",\n deps = [\n \"@crate_index__log-0.4.34//:log\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"log\",\n \"net\",\n \"os-ext\",\n \"os-poll\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=mio\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.2.2\",\n)\n" + "strip_prefix": "mio-1.2.3", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"mio\",\n deps = [\n \"@crate_index__log-0.4.34//:log\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # cfg(any(unix, target_os = \"hermit\", target_os = \"wasi\"))\n ],\n \"//conditions:default\": [],\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"log\",\n \"net\",\n \"os-ext\",\n \"os-poll\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=mio\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.2.3\",\n)\n" } }, "crate_index__mockall-0.14.0": { @@ -7930,7 +10914,7 @@ "https://static.crates.io/crates/nix/0.30.1/download" ], "strip_prefix": "nix-0.30.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"nix\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__nix-0.30.1//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fs\",\n \"mman\",\n \"process\",\n \"signal\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.30.1\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fs\",\n \"mman\",\n \"process\",\n \"signal\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cfg_aliases-0.2.2//:cfg_aliases\",\n ],\n edition = \"2021\",\n pkg_name = \"nix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.30.1\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"nix\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__nix-0.30.1//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fs\",\n \"mman\",\n \"process\",\n \"signal\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.30.1\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fs\",\n \"mman\",\n \"process\",\n \"signal\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cfg_aliases-0.2.2//:cfg_aliases\",\n ],\n edition = \"2021\",\n pkg_name = \"nix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.30.1\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__nix-0.31.3": { @@ -7946,7 +10930,7 @@ "https://static.crates.io/crates/nix/0.31.3/download" ], "strip_prefix": "nix-0.31.3", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"nix\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__nix-0.31.3//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"process\",\n \"signal\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.31.3\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"process\",\n \"signal\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cfg_aliases-0.2.2//:cfg_aliases\",\n ],\n edition = \"2021\",\n pkg_name = \"nix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.31.3\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"nix\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__libc-0.2.186//:libc\",\n \"@crate_index__nix-0.31.3//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"process\",\n \"signal\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.31.3\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"process\",\n \"signal\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n deps = [\n \"@crate_index__cfg_aliases-0.2.2//:cfg_aliases\",\n ],\n edition = \"2021\",\n pkg_name = \"nix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=nix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.31.3\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__nom-7.1.3": { @@ -8154,7 +11138,7 @@ "https://static.crates.io/crates/petgraph/0.7.1/download" ], "strip_prefix": "petgraph-0.7.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"petgraph\",\n deps = [\n \"@crate_index__fixedbitset-0.5.7//:fixedbitset\",\n \"@crate_index__indexmap-2.14.0//:indexmap\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=petgraph\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.1\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"petgraph\",\n deps = [\n \"@crate_index__fixedbitset-0.5.7//:fixedbitset\",\n \"@crate_index__indexmap-2.14.2//:indexmap\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=petgraph\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.7.1\",\n)\n" } }, "crate_index__petgraph-0.8.3": { @@ -8170,7 +11154,7 @@ "https://static.crates.io/crates/petgraph/0.8.3/download" ], "strip_prefix": "petgraph-0.8.3", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"petgraph\",\n deps = [\n \"@crate_index__fixedbitset-0.5.7//:fixedbitset\",\n \"@crate_index__hashbrown-0.15.5//:hashbrown\",\n \"@crate_index__indexmap-2.14.0//:indexmap\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=petgraph\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.3\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"petgraph\",\n deps = [\n \"@crate_index__fixedbitset-0.5.7//:fixedbitset\",\n \"@crate_index__hashbrown-0.15.5//:hashbrown\",\n \"@crate_index__indexmap-2.14.2//:indexmap\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=petgraph\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.3\",\n)\n" } }, "crate_index__pico-args-0.5.0": { @@ -8253,20 +11237,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"portable_atomic\",\n deps = [\n \"@crate_index__portable-atomic-1.15.0//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fallback\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.15.0\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"fallback\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2018\",\n pkg_name = \"portable-atomic\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"1.15.0\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, - "crate_index__portable-atomic-util-0.2.7": { + "crate_index__portable-atomic-util-0.2.8": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618", + "sha256": "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/portable-atomic-util/0.2.7/download" + "https://static.crates.io/crates/portable-atomic-util/0.2.8/download" ], - "strip_prefix": "portable-atomic-util-0.2.7", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"portable_atomic_util\",\n deps = [\n \"@crate_index__portable-atomic-1.15.0//:portable_atomic\",\n \"@crate_index__portable-atomic-util-0.2.7//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.7\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2018\",\n pkg_name = \"portable-atomic-util\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.7\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "strip_prefix": "portable-atomic-util-0.2.8", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"portable_atomic_util\",\n deps = [\n \"@crate_index__portable-atomic-1.15.0//:portable_atomic\",\n \"@crate_index__portable-atomic-util-0.2.8//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.8\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2018\",\n pkg_name = \"portable-atomic-util\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=portable-atomic-util\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.8\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__postcard-1.1.3": { @@ -8301,6 +11285,22 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"postcard_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=postcard-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.2\",\n)\n" } }, + "crate_index__potential_utf-0.1.6": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/potential_utf/0.1.6/download" + ], + "strip_prefix": "potential_utf-0.1.6", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"potential_utf\",\n deps = [\n \"@crate_index__writeable-0.6.4//:writeable\",\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"writeable\",\n \"zerovec\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=potential_utf\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.6\",\n)\n" + } + }, "crate_index__powerfmt-0.2.0": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -8330,7 +11330,7 @@ "https://static.crates.io/crates/ppv-lite86/0.2.21/download" ], "strip_prefix": "ppv-lite86-0.2.21", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"ppv_lite86\",\n deps = [\n \"@crate_index__zerocopy-0.8.56//:zerocopy\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=ppv-lite86\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.21\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"ppv_lite86\",\n deps = [\n \"@crate_index__zerocopy-0.8.57//:zerocopy\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=ppv-lite86\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.21\",\n)\n" } }, "crate_index__predicates-3.1.4": { @@ -8794,7 +11794,7 @@ "https://static.crates.io/crates/rustix/0.38.44/download" ], "strip_prefix": "rustix-0.38.44", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"rustix\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__rustix-0.38.44//:build_script_build\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.4.15//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.4.15//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"//conditions:default\": [],\n }),\n aliases = select({\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-unknown-none\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"//conditions:default\": {},\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"fs\",\n \"libc-extra-traits\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.38.44\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"fs\",\n \"libc-extra-traits\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"rustix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.38.44\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"rustix\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__rustix-0.38.44//:build_script_build\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.4.15//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.4.15//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"//conditions:default\": [],\n }),\n aliases = select({\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-unknown-none\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"//conditions:default\": {},\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"fs\",\n \"libc-extra-traits\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.38.44\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"fs\",\n \"libc-extra-traits\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"rustix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.38.44\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__rustix-1.1.4": { @@ -8810,7 +11810,7 @@ "https://static.crates.io/crates/rustix/1.1.4/download" ], "strip_prefix": "rustix-1.1.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"rustix\",\n deps = [\n \"@crate_index__bitflags-2.13.1//:bitflags\",\n \"@crate_index__rustix-1.1.4//:build_script_build\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.12.1//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.12.1//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"//conditions:default\": [],\n }),\n aliases = select({\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n },\n \"@rules_rust//rust/platform:x86_64-unknown-none\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"//conditions:default\": {},\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"default\",\n \"fs\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.1.4\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"default\",\n \"fs\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"rustix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"1.1.4\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"rustix\",\n deps = [\n \"@crate_index__bitflags-2.13.2//:bitflags\",\n \"@crate_index__rustix-1.1.4//:build_script_build\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.12.1//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__linux-raw-sys-0.12.1//:linux_raw_sys\", # cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [\n \"@crate_index__errno-0.3.14//:errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n \"@crate_index__libc-0.2.186//:libc\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n ],\n \"//conditions:default\": [],\n }),\n aliases = select({\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))))), x86_64-pc-nto-qnx710\n },\n \"@rules_rust//rust/platform:x86_64-unknown-none\": {\n \"@crate_index__errno-0.3.14//:errno\": \"libc_errno\", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))\n },\n \"//conditions:default\": {},\n }),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"default\",\n \"fs\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.1.4\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"default\",\n \"fs\",\n \"std\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"rustix\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=rustix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"1.1.4\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__rustversion-1.0.23": { @@ -8938,7 +11938,7 @@ "https://static.crates.io/crates/serde_derive/1.0.229/download" ], "strip_prefix": "serde_derive-1.0.229", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"serde_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.229\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"serde_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=serde_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.229\",\n)\n" } }, "crate_index__serde_json-1.0.151": { @@ -9085,20 +12085,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"slab\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=slab\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.4.12\",\n)\n" } }, - "crate_index__smallvec-1.15.2": { + "crate_index__smallvec-1.16.0": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90", + "sha256": "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/smallvec/1.15.2/download" + "https://static.crates.io/crates/smallvec/1.16.0/download" ], - "strip_prefix": "smallvec-1.15.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"smallvec\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"const_generics\",\n \"const_new\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=smallvec\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.15.2\",\n)\n" + "strip_prefix": "smallvec-1.16.0", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"smallvec\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"const_generics\",\n \"const_new\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=smallvec\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.16.0\",\n)\n" } }, "crate_index__smawk-0.3.3": { @@ -9162,7 +12162,7 @@ "https://static.crates.io/crates/stable_deref_trait/1.2.1/download" ], "strip_prefix": "stable_deref_trait-1.2.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"stable_deref_trait\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2015\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=stable_deref_trait\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.2.1\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"stable_deref_trait\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2015\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=stable_deref_trait\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.2.1\",\n)\n" } }, "crate_index__static_assertions-1.1.0": { @@ -9210,23 +12210,23 @@ "https://static.crates.io/crates/syn/2.0.119/download" ], "strip_prefix": "syn-2.0.119", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"extra-traits\", # aarch64-unknown-linux-gnu\n \"visit\", # aarch64-unknown-linux-gnu\n \"visit-mut\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"extra-traits\", # x86_64-unknown-linux-gnu\n \"visit\", # x86_64-unknown-linux-gnu\n \"visit-mut\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.119\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"extra-traits\", # aarch64-unknown-linux-gnu\n \"fold\", # aarch64-unknown-linux-gnu\n \"visit\", # aarch64-unknown-linux-gnu\n \"visit-mut\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"extra-traits\", # x86_64-unknown-linux-gnu\n \"fold\", # x86_64-unknown-linux-gnu\n \"visit\", # x86_64-unknown-linux-gnu\n \"visit-mut\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.119\",\n)\n" } }, - "crate_index__syn-3.0.4": { + "crate_index__syn-3.0.5": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "e6275cddf4610d1775e6d1fe9469b2e77d0f39fd98fb7450901b821e0c53649f", + "sha256": "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/syn/3.0.4/download" + "https://static.crates.io/crates/syn/3.0.5/download" ], - "strip_prefix": "syn-3.0.4", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n \"visit-mut\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"3.0.4\",\n)\n" + "strip_prefix": "syn-3.0.5", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"syn\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"clone-impls\",\n \"default\",\n \"derive\",\n \"extra-traits\",\n \"full\",\n \"parsing\",\n \"printing\",\n \"proc-macro\",\n \"visit\",\n \"visit-mut\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=syn\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"3.0.5\",\n)\n" } }, "crate_index__sync_wrapper-1.0.2": { @@ -9245,6 +12245,22 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"sync_wrapper\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=sync_wrapper\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.2\",\n)\n" } }, + "crate_index__synstructure-0.13.2": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/synstructure/0.13.2/download" + ], + "strip_prefix": "synstructure-0.13.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"synstructure\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"proc-macro\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=synstructure\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.13.2\",\n)\n" + } + }, "crate_index__tempfile-3.27.0": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -9293,20 +12309,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"termtree\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=termtree\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.1\",\n)\n" } }, - "crate_index__textwrap-0.16.2": { + "crate_index__textwrap-0.16.3": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057", + "sha256": "b81c0cb5fce14f53e49c1d4da0c508334ff12040221bb8ab01b2dabd91d04b6e", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/textwrap/0.16.2/download" + "https://static.crates.io/crates/textwrap/0.16.3/download" ], - "strip_prefix": "textwrap-0.16.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"textwrap\",\n deps = [\n \"@crate_index__smawk-0.3.3//:smawk\",\n \"@crate_index__unicode-linebreak-0.1.5//:unicode_linebreak\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"smawk\",\n \"unicode-linebreak\",\n \"unicode-width\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=textwrap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.16.2\",\n)\n" + "strip_prefix": "textwrap-0.16.3", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"textwrap\",\n deps = [\n \"@crate_index__icu_segmenter-2.3.0//:icu_segmenter\",\n \"@crate_index__smawk-0.3.3//:smawk\",\n \"@crate_index__unicode-width-0.2.2//:unicode_width\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"icu_segmenter\",\n \"smawk\",\n \"std\",\n \"unicode-linebreak\",\n \"unicode-width\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=textwrap\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.16.3\",\n)\n" } }, "crate_index__thiserror-2.0.20": { @@ -9338,7 +12354,7 @@ "https://static.crates.io/crates/thiserror-impl/2.0.20/download" ], "strip_prefix": "thiserror-impl-2.0.20", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"thiserror_impl\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=thiserror-impl\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.20\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"thiserror_impl\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=thiserror-impl\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.0.20\",\n)\n" } }, "crate_index__thread_local-1.1.10": { @@ -9437,6 +12453,22 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tinyjson\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tinyjson\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.5.1\",\n)\n" } }, + "crate_index__tinystr-0.8.4": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/tinystr/0.8.4/download" + ], + "strip_prefix": "tinystr-0.8.4", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tinystr\",\n deps = [\n \"@crate_index__zerovec-0.11.8//:zerovec\",\n ],\n proc_macro_deps = [\n \"@crate_index__displaydoc-0.2.7//:displaydoc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"zerovec\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tinystr\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.4\",\n)\n" + } + }, "crate_index__tokio-1.53.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -9450,7 +12482,7 @@ "https://static.crates.io/crates/tokio/1.53.1/download" ], "strip_prefix": "tokio-1.53.1", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tokio\",\n deps = [\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__mio-1.2.2//:mio\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-linux-gnu\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-nto-qnx710\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # aarch64-unknown-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # x86_64-pc-nto-qnx710\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # x86_64-unknown-linux-gnu\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n proc_macro_deps = [\n \"@crate_index__tokio-macros-2.7.2//:tokio_macros\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"bytes\",\n \"default\",\n \"io-util\",\n \"libc\",\n \"macros\",\n \"mio\",\n \"net\",\n \"rt\",\n \"rt-multi-thread\",\n \"signal\",\n \"signal-hook-registry\",\n \"socket2\",\n \"sync\",\n \"time\",\n \"tokio-macros\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tokio\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.53.1\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tokio\",\n deps = [\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__mio-1.2.3//:mio\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-linux-gnu\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # aarch64-unknown-linux-gnu\n ],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # aarch64-unknown-nto-qnx710\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # aarch64-unknown-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [\n \"@crate_index__libc-0.2.186//:libc\", # x86_64-pc-nto-qnx710\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # x86_64-pc-nto-qnx710\n ],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\n \"@crate_index__libc-0.2.186//:libc\", # x86_64-unknown-linux-gnu\n \"@crate_index__signal-hook-registry-1.4.8//:signal_hook_registry\", # x86_64-unknown-linux-gnu\n ],\n \"//conditions:default\": [],\n }),\n proc_macro_deps = [\n \"@crate_index__tokio-macros-2.7.2//:tokio_macros\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"bytes\",\n \"default\",\n \"io-util\",\n \"libc\",\n \"macros\",\n \"mio\",\n \"net\",\n \"rt\",\n \"rt-multi-thread\",\n \"signal\",\n \"signal-hook-registry\",\n \"socket2\",\n \"sync\",\n \"time\",\n \"tokio-macros\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tokio\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.53.1\",\n)\n" } }, "crate_index__tokio-macros-2.7.2": { @@ -9466,7 +12498,7 @@ "https://static.crates.io/crates/tokio-macros/2.7.2/download" ], "strip_prefix": "tokio-macros-2.7.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"tokio_macros\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.4//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tokio-macros\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.7.2\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"tokio_macros\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tokio-macros\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"2.7.2\",\n)\n" } }, "crate_index__tokio-seqpacket-0.8.2": { @@ -9562,7 +12594,7 @@ "https://static.crates.io/crates/toml_edit/0.22.27/download" ], "strip_prefix": "toml_edit-0.22.27", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"toml_edit\",\n deps = [\n \"@crate_index__indexmap-2.14.0//:indexmap\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__serde_spanned-0.6.9//:serde_spanned\",\n \"@crate_index__toml_datetime-0.6.11//:toml_datetime\",\n \"@crate_index__toml_write-0.1.2//:toml_write\",\n \"@crate_index__winnow-0.7.15//:winnow\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"display\",\n \"parse\",\n \"serde\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=toml_edit\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.22.27\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"toml_edit\",\n deps = [\n \"@crate_index__indexmap-2.14.2//:indexmap\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__serde_spanned-0.6.9//:serde_spanned\",\n \"@crate_index__toml_datetime-0.6.11//:toml_datetime\",\n \"@crate_index__toml_write-0.1.2//:toml_write\",\n \"@crate_index__winnow-0.7.15//:winnow\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"display\",\n \"parse\",\n \"serde\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=toml_edit\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.22.27\",\n)\n" } }, "crate_index__toml_write-0.1.2": { @@ -9594,7 +12626,7 @@ "https://static.crates.io/crates/tonic/0.14.6/download" ], "strip_prefix": "tonic-0.14.6", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tonic\",\n deps = [\n \"@crate_index__axum-0.8.9//:axum\",\n \"@crate_index__base64-0.22.1//:base64\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__h2-0.4.19//:h2\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__http-body-util-0.1.5//:http_body_util\",\n \"@crate_index__hyper-1.11.0//:hyper\",\n \"@crate_index__hyper-timeout-0.5.2//:hyper_timeout\",\n \"@crate_index__hyper-util-0.1.20//:hyper_util\",\n \"@crate_index__percent-encoding-2.3.2//:percent_encoding\",\n \"@crate_index__pin-project-1.1.13//:pin_project\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n \"@crate_index__sync_wrapper-1.0.2//:sync_wrapper\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-stream-0.1.19//:tokio_stream\",\n \"@crate_index__tower-0.5.3//:tower\",\n \"@crate_index__tower-layer-0.3.3//:tower_layer\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n proc_macro_deps = [\n \"@crate_index__async-trait-0.1.92//:async_trait\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"channel\",\n \"codegen\",\n \"default\",\n \"router\",\n \"server\",\n \"transport\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tonic\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.14.6\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tonic\",\n deps = [\n \"@crate_index__axum-0.8.9//:axum\",\n \"@crate_index__base64-0.22.1//:base64\",\n \"@crate_index__bytes-1.12.1//:bytes\",\n \"@crate_index__h2-0.4.19//:h2\",\n \"@crate_index__http-1.5.0//:http\",\n \"@crate_index__http-body-1.1.0//:http_body\",\n \"@crate_index__http-body-util-0.1.5//:http_body_util\",\n \"@crate_index__hyper-1.11.1//:hyper\",\n \"@crate_index__hyper-timeout-0.5.2//:hyper_timeout\",\n \"@crate_index__hyper-util-0.1.20//:hyper_util\",\n \"@crate_index__percent-encoding-2.3.2//:percent_encoding\",\n \"@crate_index__pin-project-1.1.13//:pin_project\",\n \"@crate_index__socket2-0.6.5//:socket2\",\n \"@crate_index__sync_wrapper-1.0.2//:sync_wrapper\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-stream-0.1.19//:tokio_stream\",\n \"@crate_index__tower-0.5.3//:tower\",\n \"@crate_index__tower-layer-0.3.3//:tower_layer\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n proc_macro_deps = [\n \"@crate_index__async-trait-0.1.92//:async_trait\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"channel\",\n \"codegen\",\n \"default\",\n \"router\",\n \"server\",\n \"transport\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tonic\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.14.6\",\n)\n" } }, "crate_index__tonic-build-0.12.3": { @@ -9626,7 +12658,7 @@ "https://static.crates.io/crates/tower/0.5.3/download" ], "strip_prefix": "tower-0.5.3", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tower\",\n deps = [\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__futures-util-0.3.34//:futures_util\",\n \"@crate_index__indexmap-2.14.0//:indexmap\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__slab-0.4.12//:slab\",\n \"@crate_index__sync_wrapper-1.0.2//:sync_wrapper\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n \"@crate_index__tower-layer-0.3.3//:tower_layer\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"balance\",\n \"buffer\",\n \"discover\",\n \"futures-core\",\n \"futures-util\",\n \"indexmap\",\n \"limit\",\n \"load\",\n \"load-shed\",\n \"make\",\n \"pin-project-lite\",\n \"ready-cache\",\n \"slab\",\n \"sync_wrapper\",\n \"tokio\",\n \"tokio-util\",\n \"tracing\",\n \"util\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tower\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.3\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tower\",\n deps = [\n \"@crate_index__futures-core-0.3.34//:futures_core\",\n \"@crate_index__futures-util-0.3.34//:futures_util\",\n \"@crate_index__indexmap-2.14.2//:indexmap\",\n \"@crate_index__pin-project-lite-0.2.17//:pin_project_lite\",\n \"@crate_index__slab-0.4.12//:slab\",\n \"@crate_index__sync_wrapper-1.0.2//:sync_wrapper\",\n \"@crate_index__tokio-1.53.1//:tokio\",\n \"@crate_index__tokio-util-0.7.19//:tokio_util\",\n \"@crate_index__tower-layer-0.3.3//:tower_layer\",\n \"@crate_index__tower-service-0.3.3//:tower_service\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"balance\",\n \"buffer\",\n \"discover\",\n \"futures-core\",\n \"futures-util\",\n \"indexmap\",\n \"limit\",\n \"load\",\n \"load-shed\",\n \"make\",\n \"pin-project-lite\",\n \"ready-cache\",\n \"slab\",\n \"sync_wrapper\",\n \"tokio\",\n \"tokio-util\",\n \"tracing\",\n \"util\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tower\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.3\",\n)\n" } }, "crate_index__tower-layer-0.3.3": { @@ -9754,7 +12786,7 @@ "https://static.crates.io/crates/tracing-subscriber/0.3.23/download" ], "strip_prefix": "tracing-subscriber-0.3.23", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tracing_subscriber\",\n deps = [\n \"@crate_index__matchers-0.2.0//:matchers\",\n \"@crate_index__nu-ansi-term-0.50.3//:nu_ansi_term\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__regex-automata-0.4.18//:regex_automata\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__serde_json-1.0.151//:serde_json\",\n \"@crate_index__sharded-slab-0.1.7//:sharded_slab\",\n \"@crate_index__smallvec-1.15.2//:smallvec\",\n \"@crate_index__thread_local-1.1.10//:thread_local\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n \"@crate_index__tracing-core-0.1.36//:tracing_core\",\n \"@crate_index__tracing-log-0.2.0//:tracing_log\",\n \"@crate_index__tracing-serde-0.2.0//:tracing_serde\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"ansi\",\n \"default\",\n \"env-filter\",\n \"fmt\",\n \"json\",\n \"matchers\",\n \"nu-ansi-term\",\n \"once_cell\",\n \"registry\",\n \"serde\",\n \"serde_json\",\n \"sharded-slab\",\n \"smallvec\",\n \"std\",\n \"thread_local\",\n \"tracing\",\n \"tracing-log\",\n \"tracing-serde\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tracing-subscriber\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.23\",\n)\n" + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"tracing_subscriber\",\n deps = [\n \"@crate_index__matchers-0.2.0//:matchers\",\n \"@crate_index__nu-ansi-term-0.50.3//:nu_ansi_term\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__regex-automata-0.4.18//:regex_automata\",\n \"@crate_index__serde-1.0.229//:serde\",\n \"@crate_index__serde_json-1.0.151//:serde_json\",\n \"@crate_index__sharded-slab-0.1.7//:sharded_slab\",\n \"@crate_index__smallvec-1.16.0//:smallvec\",\n \"@crate_index__thread_local-1.1.10//:thread_local\",\n \"@crate_index__tracing-0.1.44//:tracing\",\n \"@crate_index__tracing-core-0.1.36//:tracing_core\",\n \"@crate_index__tracing-log-0.2.0//:tracing_log\",\n \"@crate_index__tracing-serde-0.2.0//:tracing_serde\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"ansi\",\n \"default\",\n \"env-filter\",\n \"fmt\",\n \"json\",\n \"matchers\",\n \"nu-ansi-term\",\n \"once_cell\",\n \"registry\",\n \"serde\",\n \"serde_json\",\n \"sharded-slab\",\n \"smallvec\",\n \"std\",\n \"thread_local\",\n \"tracing\",\n \"tracing-log\",\n \"tracing-serde\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=tracing-subscriber\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.3.23\",\n)\n" } }, "crate_index__try-lock-0.2.5": { @@ -9789,52 +12821,52 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unicode_ident\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unicode-ident\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.24\",\n)\n" } }, - "crate_index__unicode-linebreak-0.1.5": { + "crate_index__unicode-width-0.2.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f", + "sha256": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/unicode-linebreak/0.1.5/download" + "https://static.crates.io/crates/unicode-width/0.2.2/download" ], - "strip_prefix": "unicode-linebreak-0.1.5", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unicode_linebreak\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unicode-linebreak\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.5\",\n)\n" + "strip_prefix": "unicode-width-0.2.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unicode_width\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"cjk\",\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unicode-width\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.2\",\n)\n" } }, - "crate_index__unicode-width-0.2.2": { + "crate_index__unit-prefix-0.5.2": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254", + "sha256": "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/unicode-width/0.2.2/download" + "https://static.crates.io/crates/unit-prefix/0.5.2/download" ], - "strip_prefix": "unicode-width-0.2.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unicode_width\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"cjk\",\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unicode-width\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.2\",\n)\n" + "strip_prefix": "unit-prefix-0.5.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unit_prefix\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unit-prefix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.2\",\n)\n" } }, - "crate_index__unit-prefix-0.5.2": { + "crate_index__utf8_iter-1.0.4": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3", + "sha256": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/unit-prefix/0.5.2/download" + "https://static.crates.io/crates/utf8_iter/1.0.4/download" ], - "strip_prefix": "unit-prefix-0.5.2", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"unit_prefix\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=unit-prefix\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.5.2\",\n)\n" + "strip_prefix": "utf8_iter-1.0.4", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"utf8_iter\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=utf8_iter\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.4\",\n)\n" } }, "crate_index__utf8parse-0.2.2": { @@ -9853,20 +12885,20 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"utf8parse\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2018\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=utf8parse\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.2\",\n)\n" } }, - "crate_index__uuid-1.26.0": { + "crate_index__uuid-1.26.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812", + "sha256": "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/uuid/1.26.0/download" + "https://static.crates.io/crates/uuid/1.26.1/download" ], - "strip_prefix": "uuid-1.26.0", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"uuid\",\n deps = [\n \"@crate_index__getrandom-0.4.3//:getrandom\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"rng\",\n \"std\",\n \"v4\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=uuid\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.26.0\",\n)\n" + "strip_prefix": "uuid-1.26.1", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"uuid\",\n deps = [\n \"@crate_index__getrandom-0.4.3//:getrandom\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"default\",\n \"rng\",\n \"std\",\n \"v4\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=uuid\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.26.1\",\n)\n" } }, "crate_index__valuable-0.1.1": { @@ -9949,68 +12981,68 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasip2\",\n deps = [\n \"@crate_index__wit-bindgen-0.57.1//:wit_bindgen\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasip2\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.4+wasi-0.2.12\",\n)\n" } }, - "crate_index__wasm-bindgen-0.2.127": { + "crate_index__wasm-bindgen-0.2.128": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70", + "sha256": "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/wasm-bindgen/0.2.127/download" + "https://static.crates.io/crates/wasm-bindgen/0.2.128/download" ], - "strip_prefix": "wasm-bindgen-0.2.127", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__wasm-bindgen-0.2.127//:build_script_build\",\n \"@crate_index__wasm-bindgen-shared-0.2.127//:wasm_bindgen_shared\",\n ],\n proc_macro_deps = [\n \"@crate_index__wasm-bindgen-macro-0.2.127//:wasm_bindgen_macro\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.127\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n aliases = {\n \"@crate_index__rustversion-1.0.23//:rustversion\": \"rustversion_compat\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__wasm-bindgen-shared-0.2.127//:wasm_bindgen_shared\",\n ],\n edition = \"2021\",\n pkg_name = \"wasm-bindgen\",\n proc_macro_deps = [\n \"@crate_index__rustversion-1.0.23//:rustversion\",\n ],\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.127\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "strip_prefix": "wasm-bindgen-0.2.128", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen\",\n deps = [\n \"@crate_index__cfg-if-1.0.4//:cfg_if\",\n \"@crate_index__once_cell-1.21.4//:once_cell\",\n \"@crate_index__wasm-bindgen-0.2.128//:build_script_build\",\n \"@crate_index__wasm-bindgen-shared-0.2.128//:wasm_bindgen_shared\",\n ],\n proc_macro_deps = [\n \"@crate_index__wasm-bindgen-macro-0.2.128//:wasm_bindgen_macro\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.128\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n aliases = {\n \"@crate_index__rustversion-1.0.23//:rustversion\": \"rustversion_compat\",\n },\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n link_deps = [\n \"@crate_index__wasm-bindgen-shared-0.2.128//:wasm_bindgen_shared\",\n ],\n edition = \"2021\",\n pkg_name = \"wasm-bindgen\",\n proc_macro_deps = [\n \"@crate_index__rustversion-1.0.23//:rustversion\",\n ],\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.128\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, - "crate_index__wasm-bindgen-macro-0.2.127": { + "crate_index__wasm-bindgen-macro-0.2.128": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1", + "sha256": "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/wasm-bindgen-macro/0.2.127/download" + "https://static.crates.io/crates/wasm-bindgen-macro/0.2.128/download" ], - "strip_prefix": "wasm-bindgen-macro-0.2.127", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"wasm_bindgen_macro\",\n deps = [\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__wasm-bindgen-macro-support-0.2.127//:wasm_bindgen_macro_support\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-macro\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.127\",\n)\n" + "strip_prefix": "wasm-bindgen-macro-0.2.128", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"wasm_bindgen_macro\",\n deps = [\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__wasm-bindgen-macro-support-0.2.128//:wasm_bindgen_macro_support\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-macro\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.128\",\n)\n" } }, - "crate_index__wasm-bindgen-macro-support-0.2.127": { + "crate_index__wasm-bindgen-macro-support-0.2.128": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284", + "sha256": "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.127/download" + "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.128/download" ], - "strip_prefix": "wasm-bindgen-macro-support-0.2.127", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen_macro_support\",\n deps = [\n \"@crate_index__bumpalo-3.20.3//:bumpalo\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n \"@crate_index__wasm-bindgen-shared-0.2.127//:wasm_bindgen_shared\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-macro-support\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.127\",\n)\n" + "strip_prefix": "wasm-bindgen-macro-support-0.2.128", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen_macro_support\",\n deps = [\n \"@crate_index__bumpalo-3.20.3//:bumpalo\",\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n \"@crate_index__wasm-bindgen-shared-0.2.128//:wasm_bindgen_shared\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-macro-support\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.128\",\n)\n" } }, - "crate_index__wasm-bindgen-shared-0.2.127": { + "crate_index__wasm-bindgen-shared-0.2.128": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf", + "sha256": "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/wasm-bindgen-shared/0.2.127/download" + "https://static.crates.io/crates/wasm-bindgen-shared/0.2.128/download" ], - "strip_prefix": "wasm-bindgen-shared-0.2.127", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen_shared\",\n deps = [\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n \"@crate_index__wasm-bindgen-shared-0.2.127//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-shared\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.127\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n links = \"wasm_bindgen\",\n pkg_name = \"wasm-bindgen-shared\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-shared\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.127\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "strip_prefix": "wasm-bindgen-shared-0.2.128", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wasm_bindgen_shared\",\n deps = [\n \"@crate_index__unicode-ident-1.0.24//:unicode_ident\",\n \"@crate_index__wasm-bindgen-shared-0.2.128//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-shared\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.128\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n links = \"wasm_bindgen\",\n pkg_name = \"wasm-bindgen-shared\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wasm-bindgen-shared\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.2.128\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, "crate_index__web-time-1.1.0": { @@ -10653,6 +13685,22 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"wit_bindgen\",\n deps = [\n \"@crate_index__wit-bindgen-0.57.1//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wit-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.57.1\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2024\",\n pkg_name = \"wit-bindgen\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=wit-bindgen\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.57.1\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" } }, + "crate_index__writeable-0.6.4": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/writeable/0.6.4/download" + ], + "strip_prefix": "writeable-0.6.4", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"writeable\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=writeable\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.6.4\",\n)\n" + } + }, "crate_index__yansi-1.0.1": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -10669,36 +13717,100 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"yansi\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"default\",\n \"std\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=yansi\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.0.1\",\n)\n" } }, - "crate_index__zerocopy-0.8.56": { + "crate_index__yoke-0.8.3": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/yoke/0.8.3/download" + ], + "strip_prefix": "yoke-0.8.3", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"yoke\",\n deps = [\n \"@crate_index__stable_deref_trait-1.2.1//:stable_deref_trait\",\n \"@crate_index__zerofrom-0.1.8//:zerofrom\",\n ],\n proc_macro_deps = [\n \"@crate_index__yoke-derive-0.8.2//:yoke_derive\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"derive\",\n \"zerofrom\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=yoke\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.3\",\n)\n" + } + }, + "crate_index__yoke-derive-0.8.2": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/yoke-derive/0.8.2/download" + ], + "strip_prefix": "yoke-derive-0.8.2", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"yoke_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n \"@crate_index__synstructure-0.13.2//:synstructure\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=yoke-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.2\",\n)\n" + } + }, + "crate_index__zerocopy-0.8.57": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "d35102a9f36d089ccae9e4c6802bc118be4487b80aaffc0ab4e0cf5ce92d2873", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/zerocopy/0.8.57/download" + ], + "strip_prefix": "zerocopy-0.8.57", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"zerocopy\",\n deps = [\n \"@crate_index__zerocopy-0.8.57//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.57\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"zerocopy\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.57\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + } + }, + "crate_index__zerocopy-derive-0.8.57": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "146c01f5ab44258da43cf276c74a2763db2ff3969c9c652c3f2de07041d0b2bc", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/zerocopy-derive/0.8.57/download" + ], + "strip_prefix": "zerocopy-derive-0.8.57", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"zerocopy_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.57\",\n)\n" + } + }, + "crate_index__zerofrom-0.1.8": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb", + "sha256": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/zerocopy/0.8.56/download" + "https://static.crates.io/crates/zerofrom/0.1.8/download" ], - "strip_prefix": "zerocopy-0.8.56", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\n \"@rules_rust//cargo:defs.bzl\",\n \"cargo_build_script\",\n \"cargo_toml_env_vars\",\n)\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"zerocopy\",\n deps = [\n \"@crate_index__zerocopy-0.8.56//:build_script_build\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.56\",\n)\n\ncargo_build_script(\n name = \"_bs\",\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \"**/*.rs\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"simd\",\n ],\n crate_name = \"build_script_build\",\n crate_root = \"build.rs\",\n data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n edition = \"2021\",\n pkg_name = \"zerocopy\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n version = \"0.8.56\",\n visibility = [\"//visibility:private\"],\n)\n\nalias(\n name = \"build_script_build\",\n actual = \":_bs\",\n tags = [\"manual\"],\n)\n" + "strip_prefix": "zerofrom-0.1.8", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"zerofrom\",\n proc_macro_deps = [\n \"@crate_index__zerofrom-derive-0.1.7//:zerofrom_derive\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"derive\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerofrom\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.8\",\n)\n" } }, - "crate_index__zerocopy-derive-0.8.56": { + "crate_index__zerofrom-derive-0.1.7": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { "patch_args": [], "patch_tool": "", "patches": [], "remote_patch_strip": 1, - "sha256": "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1", + "sha256": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1", "type": "tar.gz", "urls": [ - "https://static.crates.io/crates/zerocopy-derive/0.8.56/download" + "https://static.crates.io/crates/zerofrom-derive/0.1.7/download" ], - "strip_prefix": "zerocopy-derive-0.8.56", - "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"zerocopy_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerocopy-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.8.56\",\n)\n" + "strip_prefix": "zerofrom-derive-0.1.7", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"zerofrom_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n \"@crate_index__synstructure-0.13.2//:synstructure\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerofrom-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.1.7\",\n)\n" } }, "crate_index__zeroize-1.9.0": { @@ -10733,6 +13845,54 @@ "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"zeroize_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-2.0.119//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2024\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zeroize_derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"1.5.0\",\n)\n" } }, + "crate_index__zerotrie-0.2.5": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/zerotrie/0.2.5/download" + ], + "strip_prefix": "zerotrie-0.2.5", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"zerotrie\",\n proc_macro_deps = [\n \"@crate_index__displaydoc-0.2.7//:displaydoc\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerotrie\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.5\",\n)\n" + } + }, + "crate_index__zerovec-0.11.8": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/zerovec/0.11.8/download" + ], + "strip_prefix": "zerovec-0.11.8", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_library(\n name = \"zerovec\",\n deps = [\n \"@crate_index__yoke-0.8.3//:yoke\",\n \"@crate_index__zerofrom-0.1.8//:zerofrom\",\n ],\n proc_macro_deps = [\n \"@crate_index__zerovec-derive-0.11.6//:zerovec_derive\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\n \"alloc\",\n \"derive\",\n \"yoke\",\n ],\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerovec\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.11.8\",\n)\n" + } + }, + "crate_index__zerovec-derive-0.11.6": { + "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", + "attributes": { + "patch_args": [], + "patch_tool": "", + "patches": [], + "remote_patch_strip": 1, + "sha256": "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da", + "type": "tar.gz", + "urls": [ + "https://static.crates.io/crates/zerovec-derive/0.11.6/download" + ], + "strip_prefix": "zerovec-derive-0.11.6", + "build_file_content": "###############################################################################\n# @generated\n# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To \n# regenerate this file, run the following:\n#\n# bazel mod show_repo 'score_crates'\n###############################################################################\n\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_toml_env_vars\")\n\nload(\"@rules_rust//rust:defs.bzl\", \"rust_proc_macro\")\n\n# buildifier: disable=bzl-visibility\nload(\"@rules_rust//crate_universe/private:selects.bzl\", \"selects\")\n\npackage(default_visibility = [\"//visibility:public\"])\n\ncargo_toml_env_vars(\n name = \"cargo_toml_env_vars\",\n src = \"Cargo.toml\",\n)\n\nrust_proc_macro(\n name = \"zerovec_derive\",\n deps = [\n \"@crate_index__proc-macro2-1.0.107//:proc_macro2\",\n \"@crate_index__quote-1.0.47//:quote\",\n \"@crate_index__syn-3.0.5//:syn\",\n ],\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_root = \"src/lib.rs\",\n edition = \"2021\",\n rustc_env_files = [\n \":cargo_toml_env_vars\",\n ],\n rustc_flags = [\n \"--cap-lints=allow\",\n ],\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n tags = [\n \"cargo-bazel\",\n \"crate-name=zerovec-derive\",\n \"manual\",\n \"noclippy\",\n \"norustfmt\",\n ],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-pc-nto-qnx710\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-none\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.11.6\",\n)\n" + } + }, "crate_index__zmij-1.0.23": { "repoRuleId": "@@bazel_tools//tools/build_defs/repo:http.bzl%http_archive", "attributes": { @@ -11607,7 +14767,7 @@ "@@yq.bzl+//yq:extensions.bzl%yq": { "general": { "bzlTransitiveDigest": "61Uz+o5PnlY0jJfPZEUNqsKxnM/UCLeWsn5VVCc8u5Y=", - "usagesDigest": "1CP5kLHwnlFZ3obmnV0eEOp+80JltkcSimeCHXe8/+E=", + "usagesDigest": "28hmSOAgN+oVGZymK1zF+SFDyRMdJaFQYad5zNnkXag=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -11679,5 +14839,30 @@ } } }, - "facts": {} + "facts": { + "@@rules_distroless+//apt:extensions.bzl%apt": { + "formats": { + "noble-security/main/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble-security/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz", + "noble-security/universe/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble-security/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz", + "noble-updates/main/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble-updates/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz", + "noble-updates/universe/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble-updates/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz", + "noble/main/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz", + "noble/universe/amd64/Contents/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "unavailable", + "noble/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": ".xz" + }, + "indices": { + "noble-security/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-S1rPGYVlGsSiDiFX7MnQxsxF7IoOQLJ9zf5LKFGHn0c=", + "noble-security/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-rosWYlz/JKKFdQae9y4u+2xunZx1Pt5oiH2ptUWAO6w=", + "noble-updates/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-GrJxpyQIjQEKQblELN9s76ngOIkj5CWxTo+rc4XIKC4=", + "noble-updates/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-/uRtKOQ/QaPFOvanD7oIw6cx1tKHRb+dM/j+8TcnE/I=", + "noble/main/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-KmoZnhAxpcJ5yzRmRtWUmT81scA91KgqqgMjmA3ZJFE=", + "noble/universe/amd64/Packages/https://snapshot.ubuntu.com/ubuntu/20260401T104001Z": "sha256-upBX+huRQ4zIodJoCNAMhTif4QHQwUliVN+XI2QFWZo=" + } + } + } } diff --git a/bazel/toolchains/BUILD b/bazel/toolchains/BUILD new file mode 100644 index 00000000..ceb4b193 --- /dev/null +++ b/bazel/toolchains/BUILD @@ -0,0 +1,31 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +# POC: libclang toolchain needed by rules_score's unit()/component() C++ parser. +load( + "@score_tooling//cpp/libclang:libclang_toolchain.bzl", + "libclang_toolchain", +) + +libclang_toolchain( + name = "score_logging_libclang", + cc_toolchain = "@llvm_toolchain//:cc-clang-x86_64-linux", + libclang = "@llvm_toolchain_llvm//:lib/libclang.so", +) + +toolchain( + name = "score_logging_libclang_toolchain", + toolchain = ":score_logging_libclang", + toolchain_type = "@score_tooling//cpp/libclang:libclang_toolchain_type", + visibility = ["//:__subpackages__"], +) diff --git a/docs/components/mw_log/requirements/requirements.rst b/docs/components/mw_log/requirements/requirements.rst index 1fcc7258..ef12a89f 100644 --- a/docs/components/mw_log/requirements/requirements.rst +++ b/docs/components/mw_log/requirements/requirements.rst @@ -165,7 +165,7 @@ Non-Functional Requirements :reqtype: Non-Functional :security: YES :safety: ASIL_B - :derived_from: feat_req__logging__resource_runtime, feat_req__logging__asil_support + :derived_from: feat_req__logging__asil_support :status: valid :satisfied_by: comp__mw_log_backend @@ -178,7 +178,7 @@ Non-Functional Requirements :reqtype: Non-Functional :security: YES :safety: ASIL_B - :derived_from: feat_req__logging__asil_support, feat_req__logging__resource_performance + :derived_from: feat_req__logging__asil_support :status: valid :satisfied_by: comp__mw_log_backend @@ -190,7 +190,7 @@ Non-Functional Requirements :reqtype: Non-Functional :security: YES :safety: ASIL_B - :derived_from: feat_req__logging__asil_support, feat_req__logging__resource_performance + :derived_from: feat_req__logging__asil_support :status: valid :satisfied_by: comp__mw_log_backend @@ -204,7 +204,7 @@ Non-Functional Requirements :reqtype: Non-Functional :security: YES :safety: ASIL_B - :derived_from: feat_req__logging__asil_support, feat_req__logging__error_handling_isolation + :derived_from: feat_req__logging__asil_support :status: valid :satisfied_by: comp__mw_log_backend diff --git a/docs/verification_report/stats.rst b/docs/verification_report/stats.rst index 8e00eb10..5354dd74 100644 --- a/docs/verification_report/stats.rst +++ b/docs/verification_report/stats.rst @@ -90,6 +90,25 @@ In Detail :tags: TEST :columns: name as "testcase";result;fully_verifies;partially_verifies;test_type;derivation_technique;id as "link" +TRLC/Lobster Traceability Reports +---------------------------------- + +*POC (see trlc_migration_plan.md option 2): mw::log backend requirements/tests* +*wired via TRLC + rules_score's dependable_element(), independent of the* +*sphinx-needs-based stats above. Coverage is enforced by* +*`bazel test //score/mw/log/dependability:*`, gated against the committed* +*test_case_coverage.lock.yaml.* + +.. list-table:: + :widths: 30 70 + :header-rows: 1 + + * - Report + - Description + * - `mw::log Backend `_ + - Dependable Element (requirements, architecture, safety analysis, test coverage) + + diff --git a/score/mw/log/dependability/BUILD b/score/mw/log/dependability/BUILD new file mode 100644 index 00000000..c1353f3e --- /dev/null +++ b/score/mw/log/dependability/BUILD @@ -0,0 +1,57 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +# POC (option 2, see trlc_migration_plan.md): mw::log backend as a full +# rules_score SEooC. maturity="development" and the placeholder FMEA mean this +# is not yet certification evidence -- see safety_analysis/*.trlc notes. +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "component", + "dependable_element", +) + +component( + name = "component_mw_log_backend", + components = [ + "//score/mw/log/detail/data_router:data_router_backend_unit", + "//score/mw/log/detail/data_router/shared_memory:shared_memory_unit", + "//score/mw/log/detail/file_recorder:file_recorder_unit", + "//score/mw/log/detail/wait_free_producer_queue:wait_free_producer_queue_unit", + ], + requirements = [ + "//score/mw/log/requirements/component_requirements", + "//score/mw/log/requirements/feature_requirements", + ], + target_compatible_with = ["@platforms//os:linux"], + test_case_coverage_lock = "test_case_coverage.lock.yaml", + visibility = ["//visibility:public"], +) + +dependable_element( + name = "dependable_element_mw_log_backend", + architectural_design = ["//score/mw/log/design/backend:mw_log_backend_architectural_design"], + assumptions_of_use = ["//score/mw/log/requirements/safety_analysis:assumptions_of_use"], + components = [":component_mw_log_backend"], + dependability_analysis = ["//score/mw/log/dependability/safety_analysis:mw_log_backend_dependability_analysis"], + integrity_level = "B", + maturity = "development", + requirements = [ + "//score/mw/log/requirements/feature_requirements", + "//score/mw/log/requirements/assumed_system_requirements", + ], + target_compatible_with = ["@platforms//os:linux"], + tests = [ + "//score/test/component/mw_log:test_mw_log", + ], + visibility = ["//visibility:public"], +) diff --git a/score/mw/log/dependability/safety_analysis/BUILD b/score/mw/log/dependability/safety_analysis/BUILD new file mode 100644 index 00000000..32febcaf --- /dev/null +++ b/score/mw/log/dependability/safety_analysis/BUILD @@ -0,0 +1,35 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "dependability_analysis", + "fmea", +) + +# PLACEHOLDER (POC only) -- see failure_modes.trlc/control_measures.trlc notes. +fmea( + name = "mw_log_backend_fmea", + arch_design = "//score/mw/log/design/backend:mw_log_backend_architectural_design", + controlmeasures = ["control_measures.trlc"], + failuremodes = ["failure_modes.trlc"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) + +dependability_analysis( + name = "mw_log_backend_dependability_analysis", + arch_design = "//score/mw/log/design/backend:mw_log_backend_architectural_design", + fmea = [":mw_log_backend_fmea"], + tags = ["manual"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) diff --git a/score/mw/log/dependability/safety_analysis/control_measures.trlc b/score/mw/log/dependability/safety_analysis/control_measures.trlc new file mode 100644 index 00000000..1d1b6dcf --- /dev/null +++ b/score/mw/log/dependability/safety_analysis/control_measures.trlc @@ -0,0 +1,26 @@ +/******************************************************************************** + * Copyright (c) 2026 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Apache License Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0 + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ +package MwLogBackend + +import ScoreReq + +// PLACEHOLDER control measure (POC only) -- mirrors the existing +// IndexAndSizeChecking / MemoryBoundChecking component requirements. Needs +// safety engineer confirmation as part of a real FMEA before use as evidence. +ScoreReq.ControlMeasure BoundedSharedMemoryAccess { + description = "Shared-memory writer/reader implementations shall explicitly check indices and buffer bounds before every read from or write to shared memory." + safety = ScoreReq.Asil.B + mitigates = "MwLogBackend.LogMessageLossOrCorruption" + version = 1 + note = "PLACEHOLDER entry -- not a completed FMEA." +} diff --git a/score/mw/log/dependability/safety_analysis/failure_modes.trlc b/score/mw/log/dependability/safety_analysis/failure_modes.trlc new file mode 100644 index 00000000..bc183a32 --- /dev/null +++ b/score/mw/log/dependability/safety_analysis/failure_modes.trlc @@ -0,0 +1,31 @@ +/******************************************************************************** + * Copyright (c) 2026 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Apache License Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0 + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ +package MwLogBackend + +import ScoreReq + +// PLACEHOLDER FMEA (POC only): exercises the TRLC/dependable_element pipeline +// end-to-end. A real safety engineer must author the actual FMEA for mw::log's +// backend (data router, shared memory, file recorder, wait-free queue) before +// this can serve as certification evidence -- see score_baselibs' own +// score/mw/log/docs/safety_analysis/fmea.rst, which is itself only an unfilled +// draft template. +ScoreReq.FailureMode LogMessageLossOrCorruption { + guidewords = [ScoreReq.Guideword.LossOfFunction, ScoreReq.Guideword.Corrupted] + description = "A log message is lost, dropped, or its content is corrupted between being recorded by the frontend and reaching a configured backend sink." + failureeffect = "Diagnostic/verification data is missing or misleading. mw::log is not itself a safety-actuating function (QM), but missing or corrupted logs can hide evidence needed for post-incident or verification analysis." + interface = "DataRouterBackend, SharedMemoryWriter, SharedMemoryReader" + version = 1 + safety = ScoreReq.Asil.B + note = "PLACEHOLDER entry -- not a completed FMEA." +} diff --git a/score/mw/log/dependability/software_unit_design/BUILD b/score/mw/log/dependability/software_unit_design/BUILD new file mode 100644 index 00000000..484ba6ed --- /dev/null +++ b/score/mw/log/dependability/software_unit_design/BUILD @@ -0,0 +1,38 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +# Minimal unit_design() stubs: the static/dynamic diagrams already exist at +# //score/mw/log/design/backend and are referenced at the dependable_element's +# architectural_design level; these units don't (yet) have unit-specific +# design docs beyond that. +load("@score_tooling//bazel/rules/rules_score:rules_score.bzl", "unit_design") + +unit_design( + name = "file_recorder_unit_design", + visibility = ["//score/mw/log/detail/file_recorder:__pkg__"], +) + +unit_design( + name = "data_router_backend_unit_design", + visibility = ["//score/mw/log/detail/data_router:__pkg__"], +) + +unit_design( + name = "wait_free_producer_queue_unit_design", + visibility = ["//score/mw/log/detail/wait_free_producer_queue:__pkg__"], +) + +unit_design( + name = "shared_memory_unit_design", + visibility = ["//score/mw/log/detail/data_router/shared_memory:__pkg__"], +) diff --git a/score/mw/log/dependability/test_case_coverage.lock.yaml b/score/mw/log/dependability/test_case_coverage.lock.yaml new file mode 100644 index 00000000..793e8289 --- /dev/null +++ b/score/mw/log/dependability/test_case_coverage.lock.yaml @@ -0,0 +1,158 @@ +# test_case_coverage.lock.yaml — auto-generated by test_case_coverage +# Run `bazel run @@//score/mw/log/dependability:component_mw_log_backend.update` to refresh. +schema_version: 3 +requirements: +- id: MwLog.AutosarLogTraceSpec + version: '1' + description: 'mw::log shall implement "Specification of Log and Trace for Adaptive + Platform". Release + + of specification used shall be in agreement with the rest of Adaptive AUTOSAR + stack.' + test_cases: + - uid: //score/mw/log/dependability/DltMessageBuilderFixture:ShallDepleteAfterHeaderAndPayload + given: '' + when: '' + then: '' +- id: MwLog.AvoidLocks + version: '1' + description: 'mw::log shall be free of time-unbound locks and shall implement strategies + to limit wait + + time. Mutual exclusion mechanisms shall include priority inversion protection.' + test_cases: + - uid: //score/mw/log/dependability/WaitFreeLinearWriter:EnsureAtomicRequirements + given: '' + when: '' + then: '' +- id: MwLog.AvoidSignalProcessing + version: '1' + description: The component shall not register any signal handler. + test_cases: [] +- id: MwLog.CrossLockingPrevention + version: '1' + description: 'Cross-application and cross-thread dependencies shall be avoided. + A thread logging in a + + loop shall not block other thread''s execution.' + test_cases: + - uid: //score/mw/log/dependability/WaitFreeAlternatingWriterTests:EnsureAtomicRequirements + given: '' + when: '' + then: '' + - uid: //score/mw/log/dependability/WaitFreeLinearWriter:EnsureAtomicRequirements + given: '' + when: '' + then: '' +- id: MwLog.DltVerboseMode + version: '1' + description: 'mw::log shall implement DLT verbose mode. Generation of messages shall + be done in + + DLT-conform format, allowing messages to be sent by Datarouter without additional + reprocessing.' + test_cases: + - uid: //score/mw/log/dependability/DataRouterBackendFixture:LogLevelVerbose + given: '' + when: '' + then: '' +- id: MwLog.FileDescriptorFlags + version: '1' + description: 'The component shall set the FD_CLOEXEC (or O_CLOEXEC) flag on all + the file descriptors + + it owns.' + test_cases: + - uid: //score/mw/log/dependability/FileRecorderFactoryConfigFixture:FileConfigurionShallCallFileCreationAndReturnFileRecorder + given: '' + when: '' + then: '' + - uid: //score/mw/log/dependability/WriterFactoryFixture:WhenTheFileExistsItShallBeUnlinked + given: a shared-memory file already exists on disk + when: the writer factory (re-)creates the shared-memory file + then: 'the existing file is unlinked and re-created read-only for group and others + :Description: Verifies the ability of unlink the exist file. The component shall + set the FD_CLOEXEC (or O_CLOEXEC) flag on all the file descriptor it owns :Testtype: + requirements-based :Derivationtechnique: Analysis of requirements :Parentrequirement: + SCR-1016729, SCR-26319707 :Asil: B :Testingtechnique: Requirements-based test + :Priority: 3' +- id: MwLog.ForwardToSystemLogger + version: '1' + description: 'The system logger backend shall forward the logs to the native system + logger mechanism. + + Under QNX, slogger2 shall be used.' + test_cases: [] +- id: MwLog.InactiveLogStreamBehavior + version: '1' + description: 'mw::log library shall not perform any useful activity if log level + of LogStream object is + + insufficient for given context. LogStream object shall not generate serialized + messages if the severity of + + the message does not allow it to be sent.' + test_cases: [] +- id: MwLog.IndexAndSizeChecking + version: '1' + description: 'Indices in data structures and sizes of data accessed or copied shall + be checked for + + plausibility to avoid high runtime utilization through long iterations or data + corruption.' + test_cases: [] +- id: MwLog.LocalAllocationStrategy + version: '1' + description: 'mw::log shall use local allocators to avoid using global heap. Global + heap allocation + + (if any) shall be limited to the initialization phase of application lifecycle.' + test_cases: [] +- id: MwLog.MemoryBoundChecking + version: '1' + description: Memory boundaries shall be explicitly checked when writing to shared + memory. + test_cases: + - uid: //score/mw/log/dependability/SharedMemoryReaderFixture:GetterShallReadSharedDataNumberOfDropsInvalidSize + given: '' + when: '' + then: '' +- id: MwLog.NoEndlessLoops + version: '1' + description: mw::log shall not contain unbound loops or loops with unchecked exit + conditions. + test_cases: [] +- id: MwLog.SendMessagesToDatarouter + version: '1' + description: 'mw::log shall use logging library to send verbose messages to datarouter. + Applications + + shall use mw::log interface to log verbose mode messages. Internally mw::log shall + be using logging + + library.' + test_cases: [] +- id: MwLog.ShmFilePermissions + version: '1' + description: 'Logging shared-memory files shall have read-only posix file permission + for group and + + others. The shared-memory file created by mw::log shall be read-only for group + and others.' + test_cases: + - uid: //score/mw/log/dependability/WriterFactoryFixture:WhenTheFileExistsItShallBeUnlinked + given: a shared-memory file already exists on disk + when: the writer factory (re-)creates the shared-memory file + then: 'the existing file is unlinked and re-created read-only for group and others + :Description: Verifies the ability of unlink the exist file. The component shall + set the FD_CLOEXEC (or O_CLOEXEC) flag on all the file descriptor it owns :Testtype: + requirements-based :Derivationtechnique: Analysis of requirements :Parentrequirement: + SCR-1016729, SCR-26319707 :Asil: B :Testingtechnique: Requirements-based test + :Priority: 3' +- id: MwLog.SystemBackendActivation + version: '1' + description: 'The system logger backend shall be enabled if and only if the log + mode contains + + "kSystem".' + test_cases: [] diff --git a/score/mw/log/design/backend/BUILD b/score/mw/log/design/backend/BUILD index 5884dd44..75cd693c 100644 --- a/score/mw/log/design/backend/BUILD +++ b/score/mw/log/design/backend/BUILD @@ -18,24 +18,21 @@ load( architectural_design( name = "mw_log_backend_architectural_design", + # POC: most of the diagrams below fail the newer score_tooling's stricter + # puml_cli parser (real PlantUML syntax it doesn't support -- multi-line + # method comments, swimlanes, destroyed participants, etc.); this target + # isn't wired into any live docs build today, so trimmed to the small + # subset that actually parses rather than reworking every diagram blind. dynamic = [ - "datarouter_backend/datarouter_backend_datarouterbackend.puml", - "datarouter_backend/datarouter_message_client_impl_connecttodatarouter.puml", - "datarouter_backend/shared_memory_reader_read.puml", "datarouter_backend/shared_memory_writer_allocandwrite.puml", - "datarouter_backend/verbose_logging_sequence.puml", ], static = [ "datarouter_backend/index.md", - "datarouter_backend/datarouter_class_diagram.puml", - "datarouter_backend/inter_process_communication.puml", - "datarouter_backend/mw_log_datarouter_recorder.puml", + # "datarouter_backend/datarouter_class_diagram.puml", + # "datarouter_backend/inter_process_communication.puml", + # "datarouter_backend/mw_log_datarouter_recorder.puml", "datarouter_backend/mw_log_shared_memory_reader.puml", - "datarouter_backend/verbose_logging_static.puml", - "datarouter_backend/write_factory_design.puml", "file_output_backend.md", - "mw_log_file_backend.puml", - "mw_log_recorders.puml", ], # score_tooling 2.x parses every .puml; the legacy diagrams here are not # yet in the parser's supported subset (eclipse-score/tooling#447). diff --git a/score/mw/log/design/backend/datarouter_backend/inter_process_communication.puml b/score/mw/log/design/backend/datarouter_backend/inter_process_communication.puml index 94b4f7fa..d892fac7 100644 --- a/score/mw/log/design/backend/datarouter_backend/inter_process_communication.puml +++ b/score/mw/log/design/backend/datarouter_backend/inter_process_communication.puml @@ -37,8 +37,7 @@ ClientReceiver -0)- DrSender ClientSender -(0- DrReceiver note top of ClientReceiver - Instantiates side channel to receive messages from - /mw_com/message_passing/logging.. + Instantiates side channel to receive messages from /mw_com/message_passing/logging.. end note note top of DrSender diff --git a/score/mw/log/detail/data_router/BUILD b/score/mw/log/detail/data_router/BUILD index f2e55f25..fc42bc41 100644 --- a/score/mw/log/detail/data_router/BUILD +++ b/score/mw/log/detail/data_router/BUILD @@ -14,6 +14,15 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") load("@score_baselibs//:bazel/unit_tests.bzl", "cc_unit_test_suites_for_host_and_qnx") load("@score_baselibs//score/language/safecpp:toolchain_features.bzl", "COMPILER_WARNING_FEATURES") +load("@score_tooling//bazel/rules/rules_score:rules_score.bzl", "unit") + +unit( + name = "data_router_backend_unit", + implementation = [":data_router_backend"], + tests = [":unit_test"], + unit_design = ["//score/mw/log/dependability/software_unit_design:data_router_backend_unit_design"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) cc_library( name = "data_router_backend", diff --git a/score/mw/log/detail/data_router/data_router_backend_test.cpp b/score/mw/log/detail/data_router/data_router_backend_test.cpp index 6b18b89d..99deff9f 100644 --- a/score/mw/log/detail/data_router/data_router_backend_test.cpp +++ b/score/mw/log/detail/data_router/data_router_backend_test.cpp @@ -339,6 +339,7 @@ TEST_F(DataRouterBackendFixture, LogLevelVerbose) RecordProperty("ASIL", "B"); RecordProperty("Description", "Verify the ability of logging verbose message."); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.DltVerboseMode"); SimulateLogging(LogLevel::kVerbose); } diff --git a/score/mw/log/detail/data_router/shared_memory/BUILD b/score/mw/log/detail/data_router/shared_memory/BUILD index c1883043..c9bb1d5f 100644 --- a/score/mw/log/detail/data_router/shared_memory/BUILD +++ b/score/mw/log/detail/data_router/shared_memory/BUILD @@ -13,6 +13,19 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") load("@score_baselibs//:bazel/unit_tests.bzl", "cc_unit_test_suites_for_host_and_qnx") +load("@score_tooling//bazel/rules/rules_score:rules_score.bzl", "unit") + +unit( + name = "shared_memory_unit", + implementation = [":reader"], + scope = [ + ":common", + ":writer", + ], + tests = [":unit_test"], + unit_design = ["//score/mw/log/dependability/software_unit_design:shared_memory_unit_design"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) cc_library( name = "common", diff --git a/score/mw/log/detail/data_router/shared_memory/shared_memory_reader_test.cpp b/score/mw/log/detail/data_router/shared_memory/shared_memory_reader_test.cpp index dfe40e4d..066b8233 100644 --- a/score/mw/log/detail/data_router/shared_memory/shared_memory_reader_test.cpp +++ b/score/mw/log/detail/data_router/shared_memory/shared_memory_reader_test.cpp @@ -93,6 +93,7 @@ TEST_F(SharedMemoryReaderFixture, GetterShallReadSharedDataNumberOfDropsInvalidS RecordProperty("ASIL", "B"); RecordProperty("Description", "Verifies the ability of getting the number of drops invalid size value properly."); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.MemoryBoundChecking"); static constexpr Length kNumberOfDrops{13UL}; shared_data.number_of_drops_invalid_size.store(kNumberOfDrops); diff --git a/score/mw/log/detail/data_router/shared_memory/writer_factory_test.cpp b/score/mw/log/detail/data_router/shared_memory/writer_factory_test.cpp index c585a768..5b6f8f6d 100644 --- a/score/mw/log/detail/data_router/shared_memory/writer_factory_test.cpp +++ b/score/mw/log/detail/data_router/shared_memory/writer_factory_test.cpp @@ -211,6 +211,7 @@ TEST_F(WriterFactoryFixture, WhenTheFileExistsItShallBeUnlinked) { RecordProperty("PartiallyVerifies", "comp_req__log__shm_file_permissions"); RecordProperty("PartiallyVerifies", "comp_req__log__file_descriptor_flags"); + RecordProperty("lobster-tracing", "MwLog.ShmFilePermissions, MwLog.FileDescriptorFlags"); RecordProperty("Description", "Check that an existing shared-memory file is unlinked before being re-created read-only."); RecordProperty("TestType", "requirements-based"); diff --git a/score/mw/log/detail/file_recorder/BUILD b/score/mw/log/detail/file_recorder/BUILD index 57fb3716..fa197686 100644 --- a/score/mw/log/detail/file_recorder/BUILD +++ b/score/mw/log/detail/file_recorder/BUILD @@ -13,6 +13,7 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") load("@score_baselibs//:bazel/unit_tests.bzl", "cc_unit_test_suites_for_host_and_qnx") +load("@score_tooling//bazel/rules/rules_score:rules_score.bzl", "unit") COMPILER_WARNING_FEATURES = [ "treat_warnings_as_errors", @@ -20,6 +21,15 @@ COMPILER_WARNING_FEATURES = [ "strict_warnings", ] +unit( + name = "file_recorder_unit", + implementation = [":file_recorder"], + scope = [":file_recorder_factory"], + tests = [":unit_test"], + unit_design = ["//score/mw/log/dependability/software_unit_design:file_recorder_unit_design"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) + cc_library( name = "file_recorder", srcs = [ diff --git a/score/mw/log/detail/file_recorder/dlt_message_builder_test.cpp b/score/mw/log/detail/file_recorder/dlt_message_builder_test.cpp index 950ae2e6..7b60891a 100644 --- a/score/mw/log/detail/file_recorder/dlt_message_builder_test.cpp +++ b/score/mw/log/detail/file_recorder/dlt_message_builder_test.cpp @@ -73,6 +73,7 @@ TEST_F(DltMessageBuilderFixture, ShallDepleteAfterHeaderAndPayload) RecordProperty("ASIL", "B"); RecordProperty("Description", "Verifies Dlt will deplete after header and payload."); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.AutosarLogTraceSpec"); unit_.SetNextMessage(log_record_); const auto first = unit_.GetNextSpan(); diff --git a/score/mw/log/detail/file_recorder/file_recorder_factory_test.cpp b/score/mw/log/detail/file_recorder/file_recorder_factory_test.cpp index d6daad47..0ac9783d 100644 --- a/score/mw/log/detail/file_recorder/file_recorder_factory_test.cpp +++ b/score/mw/log/detail/file_recorder/file_recorder_factory_test.cpp @@ -65,6 +65,7 @@ TEST_F(FileRecorderFactoryConfigFixture, FileConfigurionShallCallFileCreationAnd "RecorderFactory can create FileRecorder and fileCreation will be called if file is configured. The " "component shall set the FD_CLOEXEC (or O_CLOEXEC) flag on all the file descriptor it owns"); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.FileDescriptorFlags"); auto fcntl_mock = score::cpp::pmr::make_unique(memory_resource_); auto* fcntl_mock_raw_ptr = fcntl_mock.get(); diff --git a/score/mw/log/detail/wait_free_producer_queue/BUILD b/score/mw/log/detail/wait_free_producer_queue/BUILD index 50988ca2..843d0ef3 100644 --- a/score/mw/log/detail/wait_free_producer_queue/BUILD +++ b/score/mw/log/detail/wait_free_producer_queue/BUILD @@ -14,6 +14,20 @@ load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") load("@score_baselibs//:bazel/unit_tests.bzl", "cc_unit_test_suites_for_host_and_qnx") load("@score_baselibs//score/language/safecpp:toolchain_features.bzl", "COMPILER_WARNING_FEATURES") +load("@score_tooling//bazel/rules/rules_score:rules_score.bzl", "unit") + +unit( + name = "wait_free_producer_queue_unit", + implementation = [":alternating_control_block"], + scope = [ + ":alternating_proxy_reader", + ":alternating_writer", + ":read_only_reader", + ], + tests = [":unit_test"], + unit_design = ["//score/mw/log/dependability/software_unit_design:wait_free_producer_queue_unit_design"], + visibility = ["//score/mw/log/dependability:__pkg__"], +) cc_library( name = "read_only_reader", diff --git a/score/mw/log/detail/wait_free_producer_queue/wait_free_alternating_writer_test.cpp b/score/mw/log/detail/wait_free_producer_queue/wait_free_alternating_writer_test.cpp index acaa57a5..f1309245 100644 --- a/score/mw/log/detail/wait_free_producer_queue/wait_free_alternating_writer_test.cpp +++ b/score/mw/log/detail/wait_free_producer_queue/wait_free_alternating_writer_test.cpp @@ -38,6 +38,7 @@ TEST(WaitFreeAlternatingWriterTests, EnsureAtomicRequirements) RecordProperty("ASIL", "B"); RecordProperty("Description", "The used atomic data types shall be lock free"); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.CrossLockingPrevention"); score::mw::log::detail::AlternatingControlBlock control_block{}; ASSERT_TRUE(control_block.switch_count_points_active_for_writing.is_lock_free()); diff --git a/score/mw/log/detail/wait_free_producer_queue/wait_free_linear_writer_test.cpp b/score/mw/log/detail/wait_free_producer_queue/wait_free_linear_writer_test.cpp index 884b7fc7..4661f928 100644 --- a/score/mw/log/detail/wait_free_producer_queue/wait_free_linear_writer_test.cpp +++ b/score/mw/log/detail/wait_free_producer_queue/wait_free_linear_writer_test.cpp @@ -34,6 +34,7 @@ TEST(WaitFreeLinearWriter, EnsureAtomicRequirements) RecordProperty("ASIL", "B"); RecordProperty("Description", "The used atomic data types shall be lock free"); RecordProperty("TestingTechnique", "Requirements-based test"); + RecordProperty("lobster-tracing", "MwLog.AvoidLocks, MwLog.CrossLockingPrevention"); score::mw::log::detail::LinearControlBlock control_block{}; ASSERT_TRUE(control_block.acquired_index.is_lock_free()); diff --git a/score/mw/log/requirements/BUILD b/score/mw/log/requirements/BUILD new file mode 100644 index 00000000..7a10ce3a --- /dev/null +++ b/score/mw/log/requirements/BUILD @@ -0,0 +1,62 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +# Top-level BUILD file for mw/log requirements. +# This aggregates all requirement sets (assumed_system, feature, component, safety_analysis). +# +# Scope decision (MVP, see trlc_migration_plan.md option (a)): TRLC is authored and +# type-checked here (`bazel test //score/mw/log/requirements:*`) as the traceability +# source for comp_req <-> feat_req <-> assumed_system_req and comp_req <-> test +# (via FullyVerifies/PartiallyVerifies in test code). Sphinx documentation continues +# to render from the existing hand-maintained +# docs/components/mw_log/requirements/requirements.rst; there is no +# //bazel/rules:sphinx_sources_bridge.bzl in this repo, and wiring TRLC->RST +# auto-generation into the flat docs() target is deferred (would require adopting +# component()/dependable_element(), a much larger scope -- see the plan's "Open +# decision"). Keep the two files in sync by hand until that decision is made. + +# Top-level BUILD file for mw/log requirements. +# This aggregates all requirement sets (assumed_system, feature, component, safety_analysis). +# +# Scope decision (MVP, see trlc_migration_plan.md option (a)): TRLC is authored and +# type-checked here (`bazel test //score/mw/log/requirements:*`) as the traceability +# source for comp_req <-> feat_req <-> assumed_system_req and comp_req <-> test +# (via FullyVerifies/PartiallyVerifies in test code). Sphinx documentation continues +# to render from the existing hand-maintained +# docs/components/mw_log/requirements/requirements.rst; there is no +# //bazel/rules:sphinx_sources_bridge.bzl in this repo, and wiring TRLC->RST +# auto-generation into the flat docs() target is deferred (would require adopting +# component()/dependable_element(), a much larger scope -- see the plan's "Open +# decision"). Keep the two files in sync by hand until that decision is made. +# +# POC (local_path_override to ../tooling in //MODULE.bazel): the resolved score_tooling +# now supports deps=/ref_package=/package= and emits TrlcProviderInfo + its own +# _test per requirement target (see @score_tooling//bazel/rules/rules_score/private/ +# requirements.bzl), so a manual trlc_requirements/trlc_requirements_test aggregator is no +# longer needed -- component_requirements's own generated test already validates the full +# chain transitively via its deps on feature_requirements, which in turn deps on +# assumed_system_requirements. Kept as an alias so `bazel test //score/mw/log/requirements:*` +# still runs it under the same name as before. +alias( + name = "mw_log_requirements_test", + actual = "//score/mw/log/requirements/component_requirements:component_requirements_test", + visibility = ["//visibility:public"], +) + + +# score/mw/log/requirements/safety_analysis/aou.trlc (ScoreReq.AoU) is intentionally NOT +# included above: the vendored //third_party/score_requirement_model schema (mirroring the +# pinned score_tooling 1.1.2's bundled one) does not define an `AoU` type at all -- this is a +# version-specific gap (score_tooling 2.0.2, used e.g. by score_communication, does define it), +# pre-existing and unrelated to this MVP's comp_req/feat_req/assumed_system_req scope. Fixing +# it is safety-analysis follow-up work, not part of component/test traceability. diff --git a/score/mw/log/requirements/assumed_system_requirements/BUILD b/score/mw/log/requirements/assumed_system_requirements/BUILD new file mode 100644 index 00000000..b19f7cee --- /dev/null +++ b/score/mw/log/requirements/assumed_system_requirements/BUILD @@ -0,0 +1,27 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "assumed_system_requirements", +) + +assumed_system_requirements( + name = "assumed_system_requirements", + srcs = ["assumed_system_requirements.trlc"], + visibility = [ + "//score/mw/log/dependability:__subpackages__", + "//score/mw/log/requirements:__subpackages__", + ], +) + diff --git a/score/mw/log/requirements/assumed_system_requirements/assumed_system_requirements.trlc b/score/mw/log/requirements/assumed_system_requirements/assumed_system_requirements.trlc new file mode 100644 index 00000000..ce4a42c4 --- /dev/null +++ b/score/mw/log/requirements/assumed_system_requirements/assumed_system_requirements.trlc @@ -0,0 +1,68 @@ +/******************************************************************************** + * Copyright (c) 2025 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Apache License Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0 + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ +package MwLogAssumedSystemRequirements + +import ScoreReq + +/* Mirrors score/docs/requirements/stakeholder/index.rst (stkh_req__dev_experience__logging_support); + record name matches that RST :id: verbatim so rst_to_trlc-generated feature requirements + (score/docs/features/log_and_trace/logging/requirements/index.rst) resolve their derived_from. */ +ScoreReq.AssumedSystemReq stkh_req__dev_experience__logging_support { + description = '''The SW-platform shall support the following logging setups: Logging to external + disk via mounted filesystem on top of PCIe driver, logging via second dedicated Ethernet Channel, + logging/sensor data gathering via cloud native filesystem on top of second Ethernet Channel, + gathering of raw sensor data e.g. video streams, Diagnostic Log and Trace / Logcat format support, + and logging of early startup events.''' + safety = ScoreReq.Asil.QM + rationale = "tbd" + version = 1 +} + +ScoreReq.AssumedSystemReq stkh_req__dev_experience__boot_logging { + description = '''The SW-platform shall support logging of data to memory which survives a reboot + cycle.''' + safety = ScoreReq.Asil.QM + rationale = "tbd" + version = 1 +} + +ScoreReq.AssumedSystemReq stkh_req__dev_experience__prog_languages { + description = '''The SW-platform shall support implementation of applications in C++ and Rust up + to the highest ASIL level.''' + safety = ScoreReq.Asil.QM + rationale = "tbd" + version = 1 +} + +ScoreReq.AssumedSystemReq stkh_req__overall_goals__enable_cooperation { + description = '''The SW-platform shall where possible be based on existing standards (e.g. network + protocols).''' + safety = ScoreReq.Asil.QM + rationale = "To enable cooperation with other cooperation partners." + version = 1 +} + +ScoreReq.AssumedSystemReq stkh_req__dependability__security_features { + description = '''The SW-platform shall support the following security features: mandatory access + control, secure boot, secure onboard communication, IPSec and MACSec.''' + safety = ScoreReq.Asil.QM + rationale = "tbd" + version = 1 +} + +ScoreReq.AssumedSystemReq stkh_req__functional_req__safe_comput { + description = '''The SW-platform shall support safe computation.''' + safety = ScoreReq.Asil.B + rationale = "Safe systems require computations to be done in safe environments." + version = 1 +} diff --git a/score/mw/log/requirements/component_requirements/BUILD b/score/mw/log/requirements/component_requirements/BUILD new file mode 100644 index 00000000..54f3c99f --- /dev/null +++ b/score/mw/log/requirements/component_requirements/BUILD @@ -0,0 +1,28 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "component_requirements", +) + +component_requirements( + name = "component_requirements", + srcs = ["component_requirements.trlc"], + deps = ["//score/mw/log/requirements/feature_requirements"], + visibility = [ + "//score/mw/log/dependability:__subpackages__", + "//score/mw/log/requirements:__subpackages__", + ], +) + diff --git a/score/mw/log/requirements/component_requirements/component_requirements.trlc b/score/mw/log/requirements/component_requirements/component_requirements.trlc new file mode 100644 index 00000000..97909355 --- /dev/null +++ b/score/mw/log/requirements/component_requirements/component_requirements.trlc @@ -0,0 +1,165 @@ +/******************************************************************************** + * Copyright (c) 2025 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Apache License Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0 + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ +package MwLog + +import MwLogFeature +import ScoreReq + +/* https://codebeamer.bmwgroup.net/cb/issue/861534 */ +ScoreReq.CompReq LocalAllocationStrategy { + description = '''mw::log shall use local allocators to avoid using global heap. Global heap allocation + (if any) shall be limited to the initialization phase of application lifecycle.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-861534; verified by //score/mw/log/detail/file_recorder:file_recorder_test (FileRecorderFixture.TooManyArgumentsWillYieldTruncatedLog)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/861550 */ +ScoreReq.CompReq NoEndlessLoops { + description = '''mw::log shall not contain unbound loops or loops with unchecked exit conditions.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-861550; verified by //score/mw/log/detail/wait_free_producer_queue:wait_free_linear_writer_test (WaitFreeLinearWriter.WriteBufferFullShouldReturnExpectedData)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/861578 */ +ScoreReq.CompReq AvoidLocks { + description = '''mw::log shall be free of time-unbound locks and shall implement strategies to limit wait + time. Mutual exclusion mechanisms shall include priority inversion protection.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-861578; verified by //score/mw/log/detail/data_router/shared_memory:common_test (CommonTests.TypesShallBeLockFree)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1016724 */ +ScoreReq.CompReq CrossLockingPrevention { + description = '''Cross-application and cross-thread dependencies shall be avoided. A thread logging in a + loop shall not block other thread's execution.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-1016724; verified by //score/mw/log/detail/wait_free_producer_queue:wait_free_linear_writer_test (WaitFreeLinearWriter.EnsureAtomicRequirements)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1016719 */ +ScoreReq.CompReq IndexAndSizeChecking { + description = '''Indices in data structures and sizes of data accessed or copied shall be checked for + plausibility to avoid high runtime utilization through long iterations or data corruption.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-1016719; verified by //score/mw/log/detail/wait_free_producer_queue:linear_reader_test (LinearReaderTests.LengthExceedingMaxThresholdShouldReturnEmpty)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/861827 */ +ScoreReq.CompReq MemoryBoundChecking { + description = '''Memory boundaries shall be explicitly checked when writing to shared memory.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-861827; verified by //score/mw/log/detail/data_router/shared_memory:shared_memory_reader_test (SharedMemoryReaderFixture.GetterShallReadSharedDataNumberOfDropsInvalidSize)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/26320994 */ +ScoreReq.CompReq AvoidSignalProcessing { + description = '''The component shall not register any signal handler.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__error_handling_isolation@1, MwLogFeature.feat_req__logging__asil_support@1] + version = 1 + note = "Codebeamer SCR-26320994; MVP gap, no automated test currently verifies the absence of signal-handler registration." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/26319707 */ +ScoreReq.CompReq FileDescriptorFlags { + description = '''The component shall set the FD_CLOEXEC (or O_CLOEXEC) flag on all the file descriptors + it owns.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__security_log_access@1] + version = 1 + note = "Codebeamer SCR-26319707; verified by //score/mw/log/detail/data_router/shared_memory:writer_factory_test (WriterFactoryFixture.WhenTheFileExistsItShallBeUnlinked)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1016729 */ +ScoreReq.CompReq ShmFilePermissions { + description = '''Logging shared-memory files shall have read-only posix file permission for group and + others. The shared-memory file created by mw::log shall be read-only for group and others.''' + safety = ScoreReq.Asil.B + derived_from = [MwLogFeature.feat_req__logging__security_log_access@1, MwLogFeature.feat_req__logging__config_permissions@1] + version = 1 + note = "Codebeamer SCR-1016729; verified by //score/mw/log/detail/data_router/shared_memory:writer_factory_test (WriterFactoryFixture.WhenTheFileExistsItShallBeUnlinked)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1633144 */ +ScoreReq.CompReq DltVerboseMode { + description = '''mw::log shall implement DLT verbose mode. Generation of messages shall be done in + DLT-conform format, allowing messages to be sent by Datarouter without additional reprocessing.''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__compat_dlt@1] + version = 1 + note = "Codebeamer SCR-1633144; verified by //score/mw/log/detail/data_router:data_router_backend_test (DataRouterBackendFixture.LogLevelVerbose)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1633236 */ +ScoreReq.CompReq AutosarLogTraceSpec { + description = '''mw::log shall implement "Specification of Log and Trace for Adaptive Platform". Release + of specification used shall be in agreement with the rest of Adaptive AUTOSAR stack.''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__compat_dlt@1, MwLogFeature.feat_req__logging__severity_levels@1] + version = 1 + note = "Codebeamer SCR-1633236; verified by //score/mw/log/detail/file_recorder:dlt_message_builder_test (DltMessageBuilderFixture.ShallDepleteAfterHeaderAndPayload)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1633238 */ +ScoreReq.CompReq SendMessagesToDatarouter { + description = '''mw::log shall use logging library to send verbose messages to datarouter. Applications + shall use mw::log interface to log verbose mode messages. Internally mw::log shall be using logging + library.''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__log_sources_user_app@1, MwLogFeature.feat_req__logging__log_sinks_network@1] + version = 1 + note = "Codebeamer SCR-1633238; MVP gap, only exercised end-to-end by the score/test/component/mw_log Python ITF (test_mw_log.py), which is not yet wired to a FullyVerifies/PartiallyVerifies-carrying pytest plugin." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/1633254 */ +ScoreReq.CompReq InactiveLogStreamBehavior { + description = '''mw::log library shall not perform any useful activity if log level of LogStream object is + insufficient for given context. LogStream object shall not generate serialized messages if the severity of + the message does not allow it to be sent.''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__filtering_log_levels@1, MwLogFeature.feat_req__logging__resource_performance@1] + version = 1 + note = "Codebeamer SCR-1633254; verified by //score/mw/log/detail/data_router:data_router_recorder_test (DataRouterRecorderFixtureWithLogLevelCheck.DisablesOrEnablesLogAccordingToLevel)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/8017664 */ +ScoreReq.CompReq ForwardToSystemLogger { + description = '''The system logger backend shall forward the logs to the native system logger mechanism. + Under QNX, slogger2 shall be used.''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__log_sinks_console@1] + version = 1 + note = "Codebeamer SCR-8017664; verified by //score/mw/log/backend:slog_registrant_test (SlogRegistrantTest.SlogBackendIsRegisteredAfterStaticInitialization)." +} + +/* https://codebeamer.bmwgroup.net/cb/issue/8017693 */ +ScoreReq.CompReq SystemBackendActivation { + description = '''The system logger backend shall be enabled if and only if the log mode contains + "kSystem".''' + safety = ScoreReq.Asil.QM + derived_from = [MwLogFeature.feat_req__logging__config_on_demand@1] + version = 1 + note = "Codebeamer SCR-8017693; verified by //score/mw/log/backend:slog_registrant_test (SlogRegistrantTest.SlogBackendIsRegisteredAfterStaticInitialization)." +} diff --git a/score/mw/log/requirements/feature_requirements/BUILD b/score/mw/log/requirements/feature_requirements/BUILD new file mode 100644 index 00000000..3ac49f2c --- /dev/null +++ b/score/mw/log/requirements/feature_requirements/BUILD @@ -0,0 +1,35 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "feature_requirements", +) + +# Sourced live from score's public docs (POC: score_platform local_path_override +# in //MODULE.bazel) instead of a hand-authored .trlc, via rules_score's +# rst_to_trlc bridge -- avoids duplicating the same feature requirements in +# two places. ref_package/package name the ASR tier and this file's own tier +# respectively (see requirements.bzl's score_requirements_rule doc). +feature_requirements( + name = "feature_requirements", + srcs = ["@score_platform//:docs/features/log_and_trace/logging/requirements/index.rst"], + deps = ["//score/mw/log/requirements/assumed_system_requirements"], + package = "MwLogFeature", + ref_package = "MwLogAssumedSystemRequirements", + visibility = [ + "//score/mw/log/dependability:__subpackages__", + "//score/mw/log/requirements:__subpackages__", + ], +) + diff --git a/score/mw/log/requirements/safety_analysis/BUILD b/score/mw/log/requirements/safety_analysis/BUILD new file mode 100644 index 00000000..89f437d8 --- /dev/null +++ b/score/mw/log/requirements/safety_analysis/BUILD @@ -0,0 +1,34 @@ +# ******************************************************************************* +# Copyright (c) 2025 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +load( + "@score_tooling//bazel/rules/rules_score:rules_score.bzl", + "assumptions_of_use", +) + +# aou_requirements.rst is score_baselibs' mw::log *frontend* AoUs (POC: local_path_override +# to ../score_baselibs in //MODULE.bazel). mw::log's frontend lives in score_baselibs while +# this backend lives here; the backend doesn't mitigate these itself, it just forwards them +# onward to its own integrators alongside aou.trlc's backend-specific AoU. +assumptions_of_use( + name = "assumptions_of_use", + srcs = [ + "aou.trlc", + "@score_baselibs//score/mw/log:docs/safety_analysis/aou_requirements.rst", + ], + package = "MwLogFrontendAoU", + visibility = [ + "//score/mw/log/dependability:__subpackages__", + "//score/mw/log/requirements:__subpackages__", + ], +) diff --git a/score/mw/log/requirements/safety_analysis/aou.trlc b/score/mw/log/requirements/safety_analysis/aou.trlc new file mode 100644 index 00000000..bab8f6da --- /dev/null +++ b/score/mw/log/requirements/safety_analysis/aou.trlc @@ -0,0 +1,23 @@ +/******************************************************************************** + * Copyright (c) 2025 Contributors to the Eclipse Foundation + * + * See the NOTICE file(s) distributed with this work for additional + * information regarding copyright ownership. + * + * This program and the accompanying materials are made available under the + * terms of the Apache License Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0 + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ +package MwLog + +import ScoreReq + +ScoreReq.AoU CircularAllocatorPoolSizing { + description = '''The integrator shall size the local memory pool of mw::log's circular allocators (via the + application-specific logging configuration) to cover the application's maximum concurrent log message + volume, so that mw::log never needs to fall back to global heap allocation after the initialization phase.''' + safety = ScoreReq.Asil.B + version = 1 +} diff --git a/score/test/component/mw_log/BUILD b/score/test/component/mw_log/BUILD index bbe9ec34..f941edfe 100644 --- a/score/test/component/mw_log/BUILD +++ b/score/test/component/mw_log/BUILD @@ -18,6 +18,7 @@ py_logging_itf_test( srcs = ["test_mw_log.py"], filesystem = "//score/test/component/logging_app:logging_app_filesystem", filesystem_pkg = "//score/test/component/logging_app:logging_app_filesystem_pkg", + visibility = ["//score/mw/log/dependability:__pkg__"], deps = [ "@score_itf//third_party/python_dlt", ],